circuitpython/ports/espressif/supervisor
Jeff Epler 6351de6ad1 espressif: Allow -DENABLE_JTAG=0 to force JTAG off
With the Kaluga devkit, the camera interferes with the JTAG function.
However, having DEBUG turned on e.g., to get extended debug information
on the UART debug connection remains useful.

Now, by arranging to add to CFLAGS += -DDEBUG -DENABLE_JTAG=0, this
configuration is easy to achieve.
2021-11-08 10:38:05 -06:00
..
esp_port.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash.c Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
internal_flash.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash_root_pointers.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
port.c espressif: Allow -DENABLE_JTAG=0 to force JTAG off 2021-11-08 10:38:05 -06:00
usb.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00