ChibiOS/demos/ARM7-AT91SAM7S-FATFS-GCC
gdisirio f0152ab13b Integrated FatFS 0.9, changes to the FatFS demos and integration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4120 35acf78f-673a-0410-8e92-d51de3d6d3f4
2012-04-22 10:47:39 +00:00
..
Makefile Integrated FatFS 0.9, changes to the FatFS demos and integration files. 2012-04-22 10:47:39 +00:00
chconf.h Fixed bug 3510812. 2012-04-01 09:13:04 +00:00
ffconf.h Integrated FatFS 0.9, changes to the FatFS demos and integration files. 2012-04-22 10:47:39 +00:00
halconf.h Fixed bug 3510812. 2012-04-01 09:13:04 +00:00
main.c Fixed bug 3510812. 2012-04-01 09:13:04 +00:00
mcuconf.h License text updated with new year. 2012-01-21 14:29:42 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2051 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-07-03 07:53:04 +00:00

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.