Small change in Firmware/platformio.ini
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user