Add support for Arm'ed (STM32F4) board (#12147)
This commit is contained in:
committed by
Scott Lahteine
parent
1fb9b299d4
commit
4eb798dbdc
@@ -280,6 +280,19 @@ lib_ignore = Adafruit NeoPixel, c1921b4, TMCStepper
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F4>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# ARMED
|
||||
#
|
||||
[env:ARMED]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = ARMED
|
||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing -std=gnu11 -std=gnu++11
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = Adafruit NeoPixel, c1921b4
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F4>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
||||
#
|
||||
|
Reference in New Issue
Block a user