add AT90USB support & add items to popup menu (#10779)

This commit is contained in:
Bob Kuhn
2018-05-19 17:39:26 -05:00
committed by Scott Lahteine
parent 9ad42d6617
commit 62e2987488
6 changed files with 589 additions and 99 deletions

View File

@@ -73,6 +73,39 @@ lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
monitor_speed = 250000
#
# AT90USB1286 boards using CDC bootloader
# - BRAINWAVE
# - BRAINWAVE_PRO
# - SAV_MKI
# - TEENSYLU
#
[env:at90USB1286_CDC]
platform = teensy
framework = arduino
board = at90USB1286
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
lib_ldf_mode = deep+
src_filter = ${common.default_src_filter}
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_CDC.py
#
# AT90USB1286 boards using DFU bootloader
# - PrintrBoard
# - PrintrBoard Rev.F
# - ? 5DPRINT ?
#
[env:at90USB1286_DFU]
platform = teensy
framework = arduino
board = at90USB1286
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
lib_ldf_mode = deep+
src_filter = ${common.default_src_filter}
extra_scripts = pre:buildroot/share/atom/create_custom_upload_command_DFU.py
#
# Due (Atmel SAM3X8E ARM Cortex-M3)
#
@@ -223,6 +256,9 @@ lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
monitor_speed = 250000
#
# STM32F103RE
#
[env:STM32F1]
platform = ststm32
framework = arduino
@@ -242,6 +278,9 @@ lib_ldf_mode = 1
src_filter = ${common.default_src_filter}
monitor_speed = 250000
#
# STM32F4
#
[env:STM32F4]
platform = ststm32
framework = arduino
@@ -255,10 +294,6 @@ monitor_speed = 250000
#
# Teensy++ 2.0
#
# - PrintrBoard
# - PrintrBoard Rev.F
# - Brainwave Pro
#
[env:teensy20]
platform = teensy
framework = arduino