Add f401 and f411 blackpill examples (#7930)
* Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS
This commit is contained in:
parent
b368db9e02
commit
d0d6fb27c4
22 changed files with 8841 additions and 0 deletions
15
drivers/boards/BLACKPILL_STM32_F401/cfg/board.fmpp
Normal file
15
drivers/boards/BLACKPILL_STM32_F401/cfg/board.fmpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates
|
||||
outputRoot: ..
|
||||
dataRoot: .
|
||||
|
||||
freemarkerLinks: {
|
||||
lib: ../../../../../tools/ftl/libs
|
||||
}
|
||||
|
||||
data : {
|
||||
doc1:xml (
|
||||
board.chcfg
|
||||
{
|
||||
}
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue