Small change in Firmware/platformio.ini

master
Julius Ritter 4 years ago
parent cbec188111
commit 77afb9d4cf

@ -30,7 +30,8 @@ build_flags =
-D AVR8_BREAKPOINT_MODE=2 -D AVR8_BREAKPOINT_MODE=2
debug_tool = avr-stub debug_tool = avr-stub
debug_port = /dev/ttyUSB0 ; TODO: this should be infered automagically ;debug_port = /dev/ttyUSB0 ; Linux Port TODO: this should be infered automagically
debug_port = COM6 ; Windows COM Port
; add GDB stub implementation ; add GDB stub implementation
lib_deps = lib_deps =
@ -44,7 +45,8 @@ build_flags =
-D DEBUG -D DEBUG
upload_protocol = jtag3 upload_protocol = jtag3
upload_flags = -p, atmega1284 ; fix signature error with JTAGICE upload_flags = -p, atmega1284, -F ; fix signature error with JTAGICE
upload_port = usb
; Atmel-ICE based AVR debug is not directly supported by PIO as of 04.2020. As not ; Atmel-ICE based AVR debug is not directly supported by PIO as of 04.2020. As not
; available at home, not an issue for DMM at the moment. ; available at home, not an issue for DMM at the moment.

Loading…
Cancel
Save