diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-15 16:38:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-15 16:38:10 +0000 |
commit | 16f10822864c01278a4f8d450136f8d88f29f87e (patch) | |
tree | 6c2442ca44cd090656ec3059ffb959f3d747e18d /testhal/SPC563Mxx/ADC/readme.txt | |
parent | 19fb3cdc7e6116f91f28b86313dc640026511e18 (diff) | |
download | ChibiOS-16f10822864c01278a4f8d450136f8d88f29f87e.tar.gz ChibiOS-16f10822864c01278a4f8d450136f8d88f29f87e.tar.bz2 ChibiOS-16f10822864c01278a4f8d450136f8d88f29f87e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5856 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx/ADC/readme.txt')
-rw-r--r-- | testhal/SPC563Mxx/ADC/readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testhal/SPC563Mxx/ADC/readme.txt b/testhal/SPC563Mxx/ADC/readme.txt new file mode 100644 index 000000000..ebe5c0a37 --- /dev/null +++ b/testhal/SPC563Mxx/ADC/readme.txt @@ -0,0 +1,27 @@ +*****************************************************************************
+** ChibiOS/RT HAL - ADC driver demo for SPC563Mxx. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an STMicroelectronics SPC563Mxx microcontroller installed on
+XPC56xx EVB Motherboard.
+
+** The Demo **
+
+The application demonstrates the use of the SPC563Mxx ADC driver.
+
+** Board Setup **
+
+None.
+
+** Build Procedure **
+
+The demo has been tested using HighTec compiler.
+
+** 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.
+
+ http://www.st.com
|