diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-01-14 18:31:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-01-14 18:31:02 +0000 |
commit | 5d210be76f879bcc11f441b7cc4eb9a3f49b28db (patch) | |
tree | afa2928dac7f0b733534735344dd1792c37212b5 /demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt | |
parent | c4e88671a1955fb0dc3bb1beb0c9490a42b333fd (diff) | |
download | ChibiOS-5d210be76f879bcc11f441b7cc4eb9a3f49b28db.tar.gz ChibiOS-5d210be76f879bcc11f441b7cc4eb9a3f49b28db.tar.bz2 ChibiOS-5d210be76f879bcc11f441b7cc4eb9a3f49b28db.zip |
Added MMC-SPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10050 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt')
-rwxr-xr-x | demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt b/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt new file mode 100755 index 000000000..e4ff86156 --- /dev/null +++ b/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/readme.txt @@ -0,0 +1,28 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M3 STM32F103. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex STM32-P103 board.
+
+** The Demo **
+
+The demo flashes the board LED using a thread, by pressing the button located
+on the board the test procedure is activated with output on the serial port
+SD2 (USART2).
+
+** Build Procedure **
+
+The demo has been tested by using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
|