Difference between revisions of "Ultibo core"

From Free Pascal wiki
Jump to navigationJump to search
(→‎Features: More feature info)
m (→‎Features: USB support)
Line 47: Line 47:
 
* SPI
 
* SPI
 
* PL2303 USB to Serial devices
 
* PL2303 USB to Serial devices
 +
* USB support for the LAN7515 (LAN78XX) chip
  
 
New and enhanced features:
 
New and enhanced features:

Revision as of 00:09, 13 January 2020

English (en) suomi (fi)

Raspberry Pi Logo.png

This article applies to Raspberry Pi only.

See also: Multiplatform Programming Guide

Ultibo core is an embedded run-time platform and development environment written specifically for creating applications with small single board computers. It is built around the Free Pascal compiler and the Lazarus integrated development environment. Ultibo core is an RTL written entirely in Free Pascal and designed to make embedded or bare metal development accessible to all.

A Windows installer is available as well as an install script for Linux, full source plus a large collection of examples is included.

Supported Devices

  • Raspberry Pi A, B, A+, B+
  • Raspberry Pi Zero and ZeroW
  • Raspberry Pi 2 model B
  • Raspberry Pi 3 model B
  • Raspberry Pi 3 model A+, B+
  • QEMU emulator

Features

Features include:

  • Support for all models of Raspberry Pi (A/B/A+/B+/2B/Zero)
  • Pre-emptive threading
  • Full range of locking and synchronization primitives
  • Multicore support on Raspberry Pi 2B with all cores sharing workload
  • Thread priority, affinity and migration support
  • Complete IPv4 stack including TCP, UCP, ICMP and raw sockets as well as DNS and DHCP protocols
  • USB support with drivers for Hub, Keyboard, Mouse, Storage and Network
  • MMC/SD device support
  • Full support for FAT12/16/32, NTFS and CDFS filesystems
  • Interrupt handling
  • Hardware exception handling (catch an exception in code not a crash)
  • Complete RTL with strings, code pages, Unicode, classes, objects and exceptions
  • Clock and Timezone support
  • Console and framebuffer support including Fonts
  • Basic Shell (Console or Telnet) with file system commands and many others
  • HTTP/SMTP/POP3/NTP/Syslog client and server modules included
  • Support for Raspberry Pi devices like Timer, Watchdog and Random
  • Full Winsock 1.1 and Winsock 2 implementation
  • Packaged with a full compiler and IDE for quick start to development
  • Includes example projects plus a full demo image
  • HTTP image update module included (No SD card dance!)

Drivers added for:

  • DMA
  • GPIO
  • UART and Serial
  • I2C
  • SPI
  • PL2303 USB to Serial devices
  • USB support for the LAN7515 (LAN78XX) chip

New and enhanced features:

  • Raspberry Pi 3 support (32 bit only)
  • Additional code page support
  • Common cipher and hash algorithms for the beginning of crypto support
  • Real time clock (RTC) support (with driver for DS1307 and similar chips)
  • Static IP support with command line configuration
  • Updated Lazarus IDE with modern docked layout
  • Extra fonts plus new font creation tools
  • Support for common LCD displays like the Adafruit 16x2
  • QEMU ARM emulation support
  • Port of the Asphyre/PXL graphics library (software rendering only)
  • Support for the FreeVision windowing package
  • C library support
  • Fast interrupt (FIQ) support

Videos

Discovering Ultibo

Links