2020-05-25 09:43:34 +02:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
2020-05-25 12:56:03 +02:00
|
|
|
[platformio]
|
2020-08-27 00:19:42 +02:00
|
|
|
default_envs =
|
2022-04-05 03:24:29 +02:00
|
|
|
samd21
|
|
|
|
src_dir = /Users/paul/Projects/CommandStation-EX
|
|
|
|
include_dir = /Users/paul/Projects/CommandStation-EX
|
2020-05-25 12:56:03 +02:00
|
|
|
|
|
|
|
[env]
|
2021-08-03 23:12:25 +02:00
|
|
|
build_flags = -Wall -Wextra
|
2020-08-27 00:19:42 +02:00
|
|
|
|
2020-05-25 09:43:34 +02:00
|
|
|
[env:samd21]
|
|
|
|
platform = atmelsam
|
|
|
|
board = sparkfun_samd21_dev_usb
|
|
|
|
framework = arduino
|
2022-04-05 03:24:29 +02:00
|
|
|
upload_protocol = sam-ba
|
2020-05-25 09:43:34 +02:00
|
|
|
lib_deps =
|
2020-08-27 00:19:42 +02:00
|
|
|
${env.lib_deps}
|
|
|
|
SparkFun External EEPROM Arduino Library
|
2020-09-27 11:03:05 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2022-04-05 03:24:29 +02:00
|
|
|
build_flags = -std=c++17
|
2020-05-25 09:43:34 +02:00
|
|
|
|
2021-08-03 23:12:25 +02:00
|
|
|
[env:mega2560-debug]
|
|
|
|
platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2021-09-11 14:35:11 +02:00
|
|
|
build_flags = -DDIAG_IO -DDIAG_LOOPTIMES
|
2021-08-03 23:12:25 +02:00
|
|
|
|
|
|
|
[env:mega2560-no-HAL]
|
|
|
|
platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
|
|
|
build_flags = -DIO_NO_HAL
|
|
|
|
|
|
|
|
[env:mega2560-I2C-wire]
|
|
|
|
platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
|
|
|
build_flags = -DI2C_USE_WIRE
|
|
|
|
|
2020-05-25 09:43:34 +02:00
|
|
|
[env:mega2560]
|
|
|
|
platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
2020-08-27 00:19:42 +02:00
|
|
|
${env.lib_deps}
|
2020-09-26 21:06:27 +02:00
|
|
|
arduino-libraries/Ethernet
|
2020-09-26 22:52:13 +02:00
|
|
|
SPI
|
2020-09-27 11:03:05 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2020-05-26 11:16:05 +02:00
|
|
|
|
|
|
|
[env:mega328]
|
|
|
|
platform = atmelavr
|
|
|
|
board = uno
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
2020-08-27 00:19:42 +02:00
|
|
|
${env.lib_deps}
|
2020-09-26 23:46:28 +02:00
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
2020-09-27 11:03:05 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2020-08-15 08:11:28 +02:00
|
|
|
|
|
|
|
[env:unowifiR2]
|
|
|
|
platform = atmelmegaavr
|
|
|
|
board = uno_wifi_rev2
|
|
|
|
framework = arduino
|
2020-09-19 02:02:56 +02:00
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
2020-09-26 23:46:28 +02:00
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
2020-09-27 11:03:05 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2021-08-03 23:12:25 +02:00
|
|
|
build_flags = "-DF_CPU=16000000L -DARDUINO=10813 -DARDUINO_AVR_UNO_WIFI_DEV_ED -DARDUINO_ARCH_AVR -DESP_CH_UART -DESP_CH_UART_BR=19200"
|
|
|
|
|
|
|
|
[env:nanoevery]
|
|
|
|
platform = atmelmegaavr
|
|
|
|
board = nano_every
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
|
|
|
upload_speed = 19200
|
|
|
|
build_flags = -DDIAG_IO
|
2020-08-27 00:19:42 +02:00
|
|
|
|
|
|
|
[env:uno]
|
|
|
|
platform = atmelavr
|
|
|
|
board = uno
|
|
|
|
framework = arduino
|
2020-09-19 02:02:56 +02:00
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
2020-09-26 23:46:28 +02:00
|
|
|
arduino-libraries/Ethernet
|
|
|
|
SPI
|
2020-09-27 11:03:05 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|
2021-08-03 23:12:25 +02:00
|
|
|
|
|
|
|
[env:nano]
|
|
|
|
platform = atmelavr
|
|
|
|
board = nanoatmega328new
|
|
|
|
board_upload.maximum_size = 32256
|
|
|
|
framework = arduino
|
2022-04-05 03:24:29 +02:00
|
|
|
lib_deps = ${env.lib_deps}
|
2021-08-03 23:12:25 +02:00
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_flags = --echo
|