ChibiOS/demos/ARM7-AT91SAM7X-FATFS-GCC
gdisirio d8be44136c Fixed bug 3100946, renamed HAL switches removing the CH_ part.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2326 35acf78f-673a-0410-8e92-d51de3d6d3f4
2010-11-01 17:29:56 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2322 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-11-01 15:08:29 +00:00
ch.ld 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
chconf.h Reverted name change for macro THREAD_EXT_FIELDS. 2010-09-27 18:43:55 +00:00
halconf.h Fixed bug 3100946, renamed HAL switches removing the CH_ part. 2010-11-01 17:29:56 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2270 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-10-23 11:51:19 +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 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-EX256 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 LCD background using a thread and monitors the MMC
slot for a card insertion. When a card is inserted then the file system is
mounted and the LCD background 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.