You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hoverserial/platformio.ini

43 lines
926 B

;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
[platformio]
default_envs = leonardo
[common_env_data]
[env:leonardo]
board = leonardo
framework = arduino
platform = atmelavr
lib_deps =
Nintendo Extension Ctrl
upload_port = /dev/ttyACM*
monitor_port = /dev/ttyACM*
; [env:pro_micro]
; board = sparkfun_promicro16
; framework = arduino
; platform = atmelavr
; upload_port = /dev/ttyACM*
; monitor_port = /dev/ttyACM*
[env:usbasp]
platform = atmelavr
framework = arduino
board = leonardo
lib_deps =
Nintendo Extension Ctrl
upload_protocol = usbasp
; each flag in a new line
upload_flags =
-Pusb