Andrew Tridgell
|
96518c9eda
|
HAL_ChibiOS: added CPU defines to hwdef
needed for checks like defined(STM32F1)
|
2022-02-22 12:13:19 +11:00 |
Andrew Tridgell
|
a8b98bfcc4
|
HAL_ChibiOS: required EXPECTED_CLOCK in all MCU files
this ensures we validate the clock setup at compile time
|
2022-01-29 18:57:33 +11:00 |
Andrew Tridgell
|
6b9e4161cb
|
HAL_ChibiOS: removed UDID_START from all MCU defs
use UID_BASE from ChibiOS headers
|
2021-05-09 06:44:19 +10:00 |
Andrew Tridgell
|
cda1959629
|
HAL_ChibiOS: added support for more flexible memory regions
this allows for an arbitrary number of memory regions, with each one
flagged as DMA safe, fast or normal
|
2019-02-26 16:18:26 +11:00 |
Andrew Tridgell
|
c273b23940
|
HAL_ChibiOS: moved MCU config to python database
this moves the key MCU config variables related to memory to the
python MCU database, allowing the hwdef.dat to be considerably simpler
|
2018-06-06 07:15:41 +10:00 |
Alexey Kozin
|
f87cc4e172
|
f4by chibios new style dma table build fix
|
2018-04-16 07:50:34 +10:00 |
kozinalexey
|
5df2b1a3ac
|
chibios hal config for F4BY
|
2018-03-24 06:39:09 +11:00 |