blob: bbf7866b0316af83e2434b62e8eaefc5a8a4f501 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | *****************************************************************************
** ChibiOS/HAL - Unified PAL driver demo.                                  **
*****************************************************************************
** TARGET **
The demo can be compiled to run on multiple STM32 target boards.
** The Demo **
The application demonstrates the use of the HAL PAL driver.
** Build Procedure **
The command "make" builds the demo for all targets. The demo can be compiled
using the "GNU ARM Embedded Toolchain" from:
                   https://launchpad.net/gcc-arm-embedded
** Notes **
Some header files used by the demo are not part of ChibiOS but are copyright of
ST Microelectronics and are licensed under a different license.
                              http://www.st.com
 |