[2.0.x] HAL for STM32F4 (#10434)
This commit is contained in:
parent
744bcaee61
commit
428c54f2ad
28 changed files with 4257 additions and 2 deletions
|
|
@ -242,6 +242,16 @@ lib_ldf_mode = 1
|
|||
src_filter = ${common.default_src_filter}
|
||||
monitor_baud = 250000
|
||||
|
||||
[env:STM32F4]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = disco_f407vg
|
||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = Adafruit NeoPixel, c1921b4, TMC2130Stepper
|
||||
src_filter = ${common.default_src_filter}
|
||||
monitor_baud = 250000
|
||||
|
||||
#
|
||||
# Teensy++ 2.0
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue