There are no reviews yet. Be the first to send feedback to the community and the maintainers!
This is a port of FreeRTOS as Arduino libraries. The documentation for FreeRTOS is located here: http://www.freertos.org/ FreeRTOS is version 8.2.3 These libraries were tested with Arduino 1.6.5 for AVR boards, Arduino 1.6.4 for Due and the 1.26 version of the Teensy 3 software. To install these libraries and run the FreeRTOS examples, copy the included libraries to your libraries folder. A version of SdFat is included. For the current version go to: https://github.com/greiman/SdFat Please read FreeRTOS.html for more information. See FreeRTOS_API.html for API documentation. __malloc_heap_end must be defined to use dynamic memory in AVR tasks. Add this as the first line of setup(): // Insure malloc works in tasks __malloc_heap_end = (char*)RAMEND; See: http://www.nongnu.org/avr-libc/user-manual/malloc.html
SdFat
Arduino FAT16/FAT32 exFAT LibrarySSD1306Ascii
Text only Arduino Library for SSD1306 OLED displaysSdFat-beta
Beta SdFat for test of new featuresDigitalIO
Fast Digital I/O, Software I2C, and Software SPI for AVR ArduinoChibiOS-Arduino
ChibiOS/RT 3.0.3 for Arduino AVR, Due, and Teensy 3.xChRt
ChibiOS/RT for Arduino AVR, SAMD, Due, Teensy 3.x, Teensy 4.0.NilRTOS-Arduino
A tiny RTOS for Arduino AVR boardsSdFs
Arduino FAT16/FAT32/exFAT LibraryUsbFat
Arduino FAT32/FAT16 library for USB drives.SerialPort
Enhanced Serial Library for ArduinoPetitFS
Petit FatFs Arduino LibraryFat16
Smaller FAT16 only library for ArduinoSdFat-Particle
SD library for Particle.io devicesChNil
Arduino AVR ChibiOS/Nil LibraryRamDisk
RAM Disk library for ArduinoI2cMaster-Particle
I2C Master Library for Particle.io DevicesDigitalIO-beta
Fast Digital I/O with beta Software SPI for Due and Teensy 3.1SdFat-Particle-doc
Documentation for SdFat-ParticleLove Open Source and this site? Check out how you can help us