diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-21 17:03:19 +0100 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-21 17:03:19 +0100 |
commit | e9a1a01f90ab2dae92def1547c81ae778d690cdb (patch) | |
tree | b588b1a09357599530841bedac2823486b8f12c9 /testhal/STM32/STM32F4xx/USB_HOST/readme.txt | |
parent | 709c28c9299e4464a0654443f87ce0180403fef8 (diff) | |
parent | b634bd9beef41b5b141b994efa4ac3d55505d0c4 (diff) | |
download | ChibiOS-Contrib-e9a1a01f90ab2dae92def1547c81ae778d690cdb.tar.gz ChibiOS-Contrib-e9a1a01f90ab2dae92def1547c81ae778d690cdb.tar.bz2 ChibiOS-Contrib-e9a1a01f90ab2dae92def1547c81ae778d690cdb.zip |
Merge branch 'master' into rng
Added haltest
Conflicts:
os/hal/hal.mk
os/hal/include/hal_community.h
os/hal/src/hal_community.c
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/readme.txt')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/readme.txt b/testhal/STM32/STM32F4xx/USB_HOST/readme.txt new file mode 100644 index 0000000..793da2e --- /dev/null +++ b/testhal/STM32/STM32F4xx/USB_HOST/readme.txt @@ -0,0 +1,25 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M4 STM32F407. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an ST STM32F4-Discovery board.
+
+** 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
|