You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried all the forums and various questions and answers, but still just bricks the teensy 4.1 with no com ports showing in windows device manager.. it also mentions extra menus , after installing using the extra scripts, but they are not available or obvious where they are on VS code menus. Using RUN and debug start from VS code, it cant find any com ports yet it has been build with dual USB ports.. Can you not test this and fix, as this would be so much more useful than printf. or wiring up the ICE
[env:teensy41_debug]
;triedeverything to get this workingm, unflags, build flags etc..
; debugger wont connect to it!
platform = teensy
board = teensy41
framework = arduino
monitor_port = COM15
monitor_speed = 115200
monitor_rts = 0
build_type = debug
;upload_protocol = teensy-cli
debug_port = \.\COM16
debug_tool = custom
debug_load_mode = manual
debug_server =
debug_init_cmds =
target extended-remote $DEBUG_PORT
$INIT_BREAK
define pio_reset_run_target
interrupt
tbreak loop
continue
end
define pio_restart_target
echo Restart is undefined for now.
end
debug_init_break =
lib_deps =
ssilverman/QNEthernet@^0.21.0
rlogiacco/CircularBuffer@^1.3.3
nickgammon/Regexp@^0.1.0
C:....../Documents/Arduino/libraries/TeensyDebug/
build_unflags = -DUSB_SERIAL -Og
build_flags = -O1
-DTIME=$UNIX_TIME -D TEENSY41_THREADS -D USB_DUAL_SERIAL -D DEBUG -Wunknown-pragmas -Wno-unused-local-typedefs -Wunused-variable -Wno-unused-parameter -Wno-attributes
The text was updated successfully, but these errors were encountered:
I have tried all the forums and various questions and answers, but still just bricks the teensy 4.1 with no com ports showing in windows device manager.. it also mentions extra menus , after installing using the extra scripts, but they are not available or obvious where they are on VS code menus. Using RUN and debug start from VS code, it cant find any com ports yet it has been build with dual USB ports.. Can you not test this and fix, as this would be so much more useful than printf. or wiring up the ICE
[env:teensy41_debug]
;triedeverything to get this workingm, unflags, build flags etc..
; debugger wont connect to it!
platform = teensy
board = teensy41
framework = arduino
monitor_port = COM15
monitor_speed = 115200
monitor_rts = 0
build_type = debug
;upload_protocol = teensy-cli
debug_port = \.\COM16
debug_tool = custom
debug_load_mode = manual
debug_server =
debug_init_cmds =
target extended-remote $DEBUG_PORT
$INIT_BREAK
define pio_reset_run_target
interrupt
tbreak loop
continue
end
define pio_restart_target
echo Restart is undefined for now.
end
debug_init_break =
lib_deps =
ssilverman/QNEthernet@^0.21.0
rlogiacco/CircularBuffer@^1.3.3
nickgammon/Regexp@^0.1.0
C:....../Documents/Arduino/libraries/TeensyDebug/
build_unflags = -DUSB_SERIAL -Og
build_flags = -O1
-DTIME=$UNIX_TIME -D TEENSY41_THREADS -D USB_DUAL_SERIAL -D DEBUG -Wunknown-pragmas -Wno-unused-local-typedefs -Wunused-variable -Wno-unused-parameter -Wno-attributes
The text was updated successfully, but these errors were encountered: