ChibiOS/demos/ARM7-AT91SAM7S-FATFS-GCC
gdisirio 761f9f7287 Updated the various halconf.h and mcuconf.h with the GPT settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2782 35acf78f-673a-0410-8e92-d51de3d6d3f4
2011-02-28 19:28:47 +00:00
..
Makefile ARM7/9 port update, other improvements. 2010-11-19 18:45:11 +00:00
ch.ld
chconf.h Fixed typo in configuration files. 2010-12-02 17:40:37 +00:00
halconf.h Updated the various halconf.h and mcuconf.h with the GPT settings. 2011-02-28 19:28:47 +00:00
main.c Serial driver changes, bug 3153550 fixed. 2011-01-09 10:10:39 +00:00
mcuconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2272 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-10-23 16:44:32 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/RT + FatFS demo for SAM7.                                    **
*****************************************************************************

** TARGET **

The demo runs on an Olimex SAM-P256 board. The port on other boards or other
members of the SAM7 family should be an easy task.

** The Demo **

This demo shows how to integrate the FatFs file system and use the SPI and MMC
drivers.
The demo flashes the board LEDs using two threads and monitors the MMC slot for
a card insertion. When a card is inserted then the file system is mounted
and the LED1 flashes faster.
A command line shell is spawned on SD1, all the interaction with the demo is
performed using the command shell, type "help" for a list of the available
commands.

** Build Procedure **

The demo was built using the YAGARTO toolchain but any toolchain based on GCC
and GNU userspace programs will work.