Home
Name Modified Size InfoDownloads / Week
v10.5.1-0 2023-05-04
v10.3.0-1 2020-02-19
v10.0.0 2017-12-09
freeRTOS 2016-12-09
8.2.3 2016-09-29
FRAMTest 2015-11-19
MegaSDTest 2015-11-19
MegaW5100Test 2015-11-19
MegaBlink 2015-11-19
GA_Synth 2015-10-24
GATestSuite 2015-10-17
GoldilocksAnalogue 2015-10-17
Danger_HID 2015-04-25
microbridge 2015-04-25
Danger_ADB 2015-04-25
audio_shield 2014-12-05
retrograde_v2 2014-07-08
Gameduino2_blobs 2014-02-16
Gameduino2_sprites 2014-02-10
Gameduino2_helloworld 2014-02-10
Gameduino2 2014-02-10
IINChip_uIP_Test 2014-02-03
UnoBlink 2014-02-03
RFIDBlackWidowTest 2014-02-03
ramfs_load_gen 2014-02-03
ramfs_supervisor 2014-02-03
PeggyVideoPong 2014-02-03
ramfs_client 2014-02-03
PeggyVideo16 2014-02-03
LCD6100_Demo 2014-02-03
LCD6100_Driver 2014-02-03
DogBot 2014-02-03
AVRstk500v2_bootloader 2014-02-03
ConwayLifePeggy 2014-02-03
freeRTOS9xx_All_Files.zip 2016-12-09 3.8 MB
freeRTOS82x_All_Files.zip 2015-11-19 2.2 MB
freeRTOS822_All_Files.zip 2015-10-24 2.1 MB
README 2015-08-14 7.3 kB
freeRTOS820_All_Files.zip 2015-08-09 2.1 MB
freeRTOS812_All_Files.zip 2014-12-05 1.8 MB
freeRTOS801_All_Files.zip 2014-08-04 2.1 MB
freeRTOS750_All_Files.zip 2013-10-24 1.7 MB
freeRTOS742_All_Files.zip 2013-06-12 728.6 kB
freeRTOS730_All_Files.zip 2013-05-11 749.0 kB
Totals: 44 Items   17.3 MB 17
README

This repository of files is a working collection for a freeRTOS based platform using the AVR-GCC and AVRDUDE platform.

Supports ATmega328p, ATmega1284p, ATmega2560 MCU. Arduino UNO, Arduino Mega 2560.
Freetronics, Arduino, Sparkfun, Seeed, and Pololu devices are used for testing.

Support for the Goldilocks (and Goldilocks Analogue) which is a ATmega1284p board with compatibility to Arduino Uno Pre-R3 and R3 pin-out format.

The development environment used was Eclipse IDE. With Eclipse the CDT, and the AVR plug-ins are needed.

It is assumed that the AVR avr-libc libraries are installed, and avr-gcc is used.
Current environment is gcc-avr_4.8.2, avr-libc_1.8.0-4.1, avrdude_6.1-4, binutils-avr_2.23.1-2.1.

The freeRTOS folder contains the most recent version 8.2.2 of freeRTOS, but it has been abridged down to only those files relevant for AVR GCC. There are only a few changes in this 8.2.2 release as it is a maintenance release.

There have been a few typedef changes and, as the compatibility mode is disabled, that may mean that some compiler errors will need to be cleared. There are also some new functions which can be seen in the freeRTOS 8.2.2 changelog.

The port.c file has been extensively modified to allow the use of any of the 328p Timer0 or Timer1 timers. And, the use of Timer3 on the Goldilocks or Pololu SVP which has uses a ATmega1284p. The Arduino Mega 2560 is also supported, using Timer3.

New is integrated time.h functionality, specifically for use of the RTC 32.768kHz Crystal running on Timer2 on the 1284p found in the Goldilocks ATmega1284p board. Any board with a RTC crystal on Timer 2 can benefit with no change to the code. Also, boards without RTC Crystal capability still get an approximate real time clock using the time.h functions, that may be sufficient if system_time is updated regularly with (say) NTP.

The freeRTOSBoardDefs.h file contains most of the variables that you'll need to change as you change hardware from Uno 328p to Mega 2560, to Goldilocks 1284p.

There are some relevant and often used libraries added.

freeRTOS Library Directory Structure

lib_fatf:
	contains the latest ChaN FatFS v0.11 which can be used with the Goldilocks SD card, or other SD card cages. The diskIO layer has been extensively reworked, adding CRC checks for read and write, and fall back options to single block mode where needed.

lib_iinchip:
	contains drivers for the Wiznet W5100, W5200 and W5500 chip, including v1.6.1 errata from Wiznet for W5100 and v1.3 for W5200.

lib-uIP:
	contains an implementation of uIP derived from v1, but integrating Contiki 2.7 code improvements. Implemented for MACRAW mode on Wiznet W5100 and W5200.

lib_inet:
	contains protocols for IP networks including PING, DHCP, NTP, HTTP, and web server code.

lib_time:
	contains upstream (30th May 2014) clone of the avr-libc time.h functions. These are working with the Goldilocks RTC capability. Integrated the DS1307 / DS3231 chip driver in retrograde_v2 into this library.

lib_hd44780:
	contains drivers for the standard LCD format. Both Freetronics (Arduino) and Pololu interface pin-outs supported. Also options to avoid the clash with Wiznet W5100 SPI SS usually assigned to Arduino Pin 10.

lib_io:
	contains often used digital and analogue IO routines borrowed from Pololu.
	contains the tools to use the TWI or I2C bus. contains interrupt driven multi-master and slave routines, both Master and Slave code tested. Multi-master code (arbitration / back off) is untested.
	contains the tools to use the SPI bus.
	contains routines to enable accurate PWM using Timer1, used in the retrograde_v2 clock example.
	contains routines to drive the serial interface. there are two versions; avrSerial for use before the freeRTOS scheduler has been enabled, and xSerial for normal operations when the scheduler is running. xSerial is interrupt driven.

lib_util:
	contains CRC routines
	contains short and long byte swap routines
	contains extended char to long hex / integer / octal / binary conversion
	
lib_ext_ram:
	contains files for using external ram with ATmega2560 devices. When using either "MegaRAM" or "QuadRAM" it is important to adapt the linker and size configurations as noted in the MegaW5100Test user guide.

lib_ft800:
contains the HAL, command level and  Co-processor drivers necessary to use the FTDI FT800 and EVE silicon, specifically as utilised in the Gameduino2. The Gameduino2 application contains the example API structure, as provided by FTDI.

lib_eefs:
contains the NASA Open Sourced Flash File System used for in-flight package management. Ported to ATmega to provide a simple file system on SPI EEPROM, FRAM, and SRAM devices.

PROJECT DIRECTORY STRUCTURE

freeRTOS
|
|-> retrograde_v2: a revised and simplified version, with serial monitor time set & reset temp. ADC decimation code for 14 bit precision.
|
|-> LCD6100_driver: a driver for the Sparkfun LCD using Nokia 6100
|
|-> LCD6100_demo: a simple demo program, developed from the Arduino version.
|
|-> Danger_ADB: using the Danger Shield together with Host USB interface. UNFINISHED
|                     There is a SRAM limitation that prevents all tasks (threads) from running
|                     simultaneously.
|
|-> ConwayLifePeggy: a simple Life game for the Peggy2
|
|-> PeggyVideo16: an I2C interrupt driven 4bit Video device. Plays video based on inputs.
|
|-> PeggyVideoPong: a pong game, with interrupt tones, interrupt I2C to video, and CRC video transmission.
|
|-> MegaBlink: a simple two task program that will flash a LED on either EtherMega or Arduino.
|
|-> MegaSDTest: getting the ChaN FatF file system on SDCards to work, including serial monitor.
|
|-> MegaW5100Test: Wiznet W5100 / W5200 / W5500 based http server / dhcp client / ping server client.
|
|-> audio_shield: the open music labs code, converted to run within freeRTOS. Added ADC decimation code, and generalised the code base.
|
|-> AVRstk500v2_bootloader: not freeRTOS, but a bootloader for Goldilocks 1284p, and Mega 2560 (working boot monitor: type !!! in terminal at boot time).
|
|-> RFIDBlackWidowTest: integrated SM130 RFID, and WiFi Shield device with uIP stack. RAM limits, prevented full testing. TODO: Redo with Goldilocks.
|
|-> ramfs_supervisor: Prototyping for ArduSat the 2560 program providing 16kB RAM and SDCard support for 16x Arduino Clients
|
|-> ramfs_client: Prototyping for ArduSat the 328p program to access centralised RAM and SDCard facilities on the supervisor node.
|
|-> ramfs_load_gen: Prototyping for ArduSat the 328p program to generate client load on the SPI bus.
|
|-> Gameduino2: Testing for the Gameduino2 shield, using the FTDI provided FT800 and EVE drivers.
|
|-> FRAMTest: Testing the NASA EEFS File System for Flash (EEPROM, FRAM, SRAM) SPI devices.


PeggyVideoPong depends on Peggy2 using I2C communications with an Arduino compatible (Freetronics) and Danger Shield (for sliders and buttons for control).

The music generation (Buzzer.h & Buzzer.c) in PeggyVideoPong uses Timer 2, and PD3 based on the Danger Shield layout.

PeggyVideoPong, depends on the absence of temperature sensor, and knock sensor from Danger Shield to allow I2C to function properly.
Source: README, updated 2015-08-14