Skip to content

Commit e5cfab0

Browse files
committed
remove redundant config messages
1 parent 90e8f9d commit e5cfab0

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

ports/espressif/boards/espressif_esp32s3_devkitc_1_n32r8/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@
3636
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
3737
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
3838

39-
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
40-
4139
#define AUTORESET_DELAY_MS 500

ports/espressif/boards/espressif_esp32s3_devkitc_1_n32r8/mpconfigboard.mk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ USB_MANUFACTURER = "Espressif"
55

66
IDF_TARGET = esp32s3
77

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
169
CIRCUITPY_ESP_FLASH_FREQ=80m
1710
CIRCUITPY_ESP_FLASH_SIZE=32MB

0 commit comments

Comments
 (0)