diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-08 17:16:14 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-08 17:16:14 +0000 |
commit | 7fe3a9049901f2e07add95992c6f1e81c86641a1 (patch) | |
tree | b091e2fd9f6798b968eeadcef6ef1d656b86aa62 /demos/STM32/RT-STM32F207-DISCOVERY/readme.txt | |
parent | 87ae0ef1239d746ced6ae9320154d635dba5f68d (diff) | |
download | ChibiOS-7fe3a9049901f2e07add95992c6f1e81c86641a1.tar.gz ChibiOS-7fe3a9049901f2e07add95992c6f1e81c86641a1.tar.bz2 ChibiOS-7fe3a9049901f2e07add95992c6f1e81c86641a1.zip |
Added STM32F2xx demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F207-DISCOVERY/readme.txt')
-rw-r--r-- | demos/STM32/RT-STM32F207-DISCOVERY/readme.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt b/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt new file mode 100644 index 000000000..9645eade9 --- /dev/null +++ b/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt @@ -0,0 +1,26 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M3 STM32F207. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an ST STM32F2-Discovery board, a non existing board, the demo
+is meant as project template for the STM32F2xx.
+
+** The Demo **
+
+
+** 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 toolchains.
+
+** 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
|