File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -24173,4 +24173,11 @@ nano_nora.menu.PinNumbers.default=By Arduino pin (default)
24173
24173
nano_nora.menu.PinNumbers.byGPIONumber=By GPIO number (legacy)
24174
24174
nano_nora.menu.PinNumbers.byGPIONumber.build.disable_pin_remap=-DBOARD_USES_HW_GPIO_NUMBERS
24175
24175
24176
+ nano_nora.menu.USBMode.default=Normal mode (TinyUSB)
24177
+ nano_nora.menu.USBMode.hwcdc=Debug mode (Hardware CDC)
24178
+ nano_nora.menu.USBMode.hwcdc.build.usb_mode=1
24179
+ nano_nora.menu.USBMode.hwcdc.build.copy_jtag_files=1
24180
+ nano_nora.menu.USBMode.hwcdc.build.openocdscript=esp32s3-builtin.cfg
24181
+ nano_nora.menu.USBMode.hwcdc.build.debugconfig=esp32s3-arduino.json
24182
+
24176
24183
##############################################################
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" :" Arduino on ESP32-S3" ,
3
+ "toolchainPrefix" :" xtensa-esp32s3-elf" ,
4
+ "svdFile" :" debug.svd" ,
5
+ "request" :" attach" ,
6
+ "overrideAttachCommands" :[
7
+ " set remote hardware-watchpoint-limit 2" ,
8
+ " monitor reset halt" ,
9
+ " monitor gdb_sync" ,
10
+ " thb setup" ,
11
+ " interrupt"
12
+ ],
13
+ "overrideRestartCommands" :[
14
+ " monitor reset halt" ,
15
+ " monitor gdb_sync" ,
16
+ " interrupt"
17
+ ]
18
+ }
You can’t perform that action at this time.
0 commit comments