diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-17 10:10:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-17 10:10:21 +0000 |
commit | bb82aedb91e81713dc3386c5e134dab5342f4eb5 (patch) | |
tree | d1c081c3ae5c05de00f397ec6f5c8aa702a823dc /testhal/STM32/STM32L4xx/CAN/readme.txt | |
parent | 4c76bcedf53a76c634f7729d882195845f938c12 (diff) | |
download | ChibiOS-bb82aedb91e81713dc3386c5e134dab5342f4eb5.tar.gz ChibiOS-bb82aedb91e81713dc3386c5e134dab5342f4eb5.tar.bz2 ChibiOS-bb82aedb91e81713dc3386c5e134dab5342f4eb5.zip |
Added CAN demo for STM32L4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8612 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/CAN/readme.txt')
-rw-r--r-- | testhal/STM32/STM32L4xx/CAN/readme.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L4xx/CAN/readme.txt b/testhal/STM32/STM32L4xx/CAN/readme.txt new file mode 100644 index 000000000..9de1a16ef --- /dev/null +++ b/testhal/STM32/STM32L4xx/CAN/readme.txt @@ -0,0 +1,26 @@ +*****************************************************************************
+** ChibiOS/HAL - CAN driver demo for STM32. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an STMicroelectronics Nucleo-L476RG board.
+
+** The Demo **
+
+The application demonstrates the use of the STM32 CAN driver.
+
+** Build Procedure **
+
+The demo has been tested 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
|