File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
ports/espressif/boards/espressif_esp32s3_devkitc_1_n32r8 Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 36
36
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
37
37
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
38
38
39
- #define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
40
-
41
39
#define AUTORESET_DELAY_MS 500
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ USB_MANUFACTURER = "Espressif"
5
5
6
6
IDF_TARGET = esp32s3
7
7
8
- INTERNAL_FLASH_FILESYSTEM = 1
9
- LONGINT_IMPL = MPZ
10
-
11
- # The default queue depth of 16 overflows on release builds,
12
- # so increase it to 32.
13
- CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
14
-
15
- CIRCUITPY_ESP_FLASH_MODE =dio
8
+ CIRCUITPY_ESP_FLASH_MODE =qio
16
9
CIRCUITPY_ESP_FLASH_FREQ =80m
17
10
CIRCUITPY_ESP_FLASH_SIZE =32MB
You can’t perform that action at this time.
0 commit comments