blob: 379b9a16b5bb594e4d7b4c0e932155bcf878126d (
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
26
|
*****************************************************************************
** ChibiOS/HAL port for ARM-Cortex-M4 STM32F407. **
*****************************************************************************
** TARGET **
The demo runs on an ST STM32F4-Discovery board.
** The Demo **
The demo is an example of HAL use without underlying operating system, it uses
a bare-metal OSAL implementation for ARMCMx.
** Build Procedure **
An arm-none-eabi-gcc compliant toolchain is required. Build by giving the "make"
command in the project directory.
** Notes **
Some files used by the demo are not part of ChibiOS 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, you can find the whole library on the ST web site:
http://www.st.com
|