Skip to content

Tasmota changes #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 102 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
6326608
Initial S3 Support
me-no-dev Jan 20, 2022
607d024
Merge branch 'master' into esp32-s3-support
me-no-dev Jan 20, 2022
47c8af8
Add S3 Toolchain
me-no-dev Jan 20, 2022
9556169
Update Esptool and add some missing adjustments
me-no-dev Jan 21, 2022
9346d97
Add Dual-Core Support
me-no-dev Jan 21, 2022
c700845
Fix bootloop issue and enable DSP optimization
me-no-dev Jan 21, 2022
333d0d4
Run Arduino on Core1
me-no-dev Jan 21, 2022
e73d35f
Rework USB selection
me-no-dev Jan 21, 2022
9c3f5aa
Update HWCDC.cpp
me-no-dev Jan 22, 2022
17be328
Update USB.cpp
me-no-dev Jan 22, 2022
2d51d0e
Update esp32-hal-tinyusb.c
me-no-dev Jan 22, 2022
1d44d5f
fix S3 flash image base (#6208)
Jason2866 Jan 31, 2022
fd78585
Added my new Unexpected Maker ESP32-S3 boards (#6211)
UnexpectedMaker Jan 31, 2022
1116f2d
Merge branch 'master' into esp32-s3-support
me-no-dev Jan 31, 2022
b75a08c
Fixes UART_1 TX Pin setup
SuGlider Jan 31, 2022
2299de5
Initial SPI support and S3-Box variant
me-no-dev Feb 1, 2022
e3eabf5
Bootloader is at 0x0000 for S3 (#6215)
Jason2866 Feb 1, 2022
46f283a
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 1, 2022
c210d24
small adjustments for NVS and PSRAM init
me-no-dev Feb 1, 2022
82e41de
WIP: Initial support for PSRAM (QSPI and OPI)
me-no-dev Feb 2, 2022
b70fedc
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 3, 2022
747b6d0
[FEATURE] Basic implementation of Arduino's I2S library (#5304)
PilnyTomas Feb 4, 2022
9b76da7
[I2S] Fix lib-builder error
me-no-dev Feb 4, 2022
54abe9c
Update idf_component.yml (#6232)
Jason2866 Feb 4, 2022
c0ed66e
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 5, 2022
6a97f1e
Fixes RMT examples and adds ESP32-S3 config (#6235)
SuGlider Feb 5, 2022
399b5e6
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 7, 2022
fa086ff
WIP: Initial OPI support
me-no-dev Feb 11, 2022
990cd4b
Update Libs with the new lib-builder scripts
me-no-dev Feb 11, 2022
f262907
Update board menu for ESP32-S3
me-no-dev Feb 14, 2022
1c57cf0
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 23, 2022
066886e
fix ethernet clock runtime setting (#6340)
Jason2866 Feb 23, 2022
50c6500
Update IDF libs and fix missing BLE 4.2 features
me-no-dev Feb 23, 2022
4d1c417
Update CI scripts
me-no-dev Feb 23, 2022
521b2bd
script fixes
me-no-dev Feb 23, 2022
fef7fb3
Add guard to USB examples
me-no-dev Feb 23, 2022
3a9e981
Disable some examples for ESP32-S3
me-no-dev Feb 23, 2022
962c30c
skip one more sketch and try again PIO
me-no-dev Feb 23, 2022
04c2d8f
Fox SPI example and add proper esptool for PIO CI
me-no-dev Feb 23, 2022
4a4df51
Update ResetReason.ino
me-no-dev Feb 23, 2022
b4a0c48
Merge branch 'master' into esp32-s3-support
me-no-dev Feb 23, 2022
b7c018d
Merge branch 'master' into esp32-s3-support
me-no-dev Mar 2, 2022
3775b93
Update IDF, Add ESP-SR and RainMaker
me-no-dev Mar 10, 2022
c1a809e
Enable RainMaker on all chips
me-no-dev Mar 10, 2022
f61b0eb
Merge branch 'master' into esp32-s3-support
me-no-dev Mar 10, 2022
86eb776
Enable hardware test on ESP32-S3
me-no-dev Mar 10, 2022
e0aad0f
Adjust build dir for tests and sketches
me-no-dev Mar 10, 2022
bedaad4
Update tests_build.sh
me-no-dev Mar 10, 2022
6934595
Send event also if tests fail
me-no-dev Mar 10, 2022
12c6599
Merge branch 'master' into esp32-s3-support
me-no-dev Mar 10, 2022
f2d081f
Add helper script for updating the core version
me-no-dev Mar 10, 2022
701fcad
[Docs] Added/Updated Lib builder docs (#6401)
pedrominatel Mar 10, 2022
a457204
SD_MMC: add ESP32-S3 support
igrr Feb 11, 2022
75cac9c
Merge pull request #6323 from espressif/esp32-s3-support-sdmmc
me-no-dev Mar 15, 2022
76d50ec
CmakeList + Rainmaker src files edit
P-R-O-C-H-Y Mar 16, 2022
7846ab3
Merge branch 'esp32-s3-support' into rainmaker-fix
P-R-O-C-H-Y Mar 16, 2022
4866f93
Merge pull request #6437 from P-R-O-C-H-Y/rainmaker-fix
me-no-dev Mar 16, 2022
bb573bf
remove Rainmaker
Jason2866 Mar 16, 2022
2fb4556
Tasmota change
Jason2866 Mar 16, 2022
631ea59
Revert "ESP32-S3 SDMMC support" (#20)
Jason2866 Mar 16, 2022
2330e99
Fix reboot into download from TinyUSB on ESP32-S3
me-no-dev Mar 17, 2022
56cf555
Fix psram crash pico d4 (#110)
Jason2866 Mar 17, 2022
6b8af36
Fix reboot into download from TinyUSB on ESP32-S3 (#111)
Jason2866 Mar 17, 2022
a1ed056
Revert "Fix psram crash pico d4 (#110)" (#113)
Jason2866 Mar 17, 2022
25f3458
Fix boot freeze when trying to init PSRAM on Pico D4
Jason2866 Mar 17, 2022
23c6d77
revert tinyusb
Jason2866 Mar 17, 2022
e942ba1
hal/usb_serial_jtag_ll.h only C3, H2, S3
Jason2866 Mar 17, 2022
b19eba6
Merge pull request #6440 from Jason2866/patch-1
me-no-dev Mar 18, 2022
f71e3c7
Merge branch 'espressif:esp32-s3-support' into esp32-s3-support
Jason2866 Mar 18, 2022
c6d7338
Fix sd mmc
Jason2866 Mar 18, 2022
4e525ee
add wpa_supplicant as requirement
Jason2866 Mar 23, 2022
6a1ee9c
Update platform.txt
Jason2866 Mar 23, 2022
ca341e3
remove Rainmaker
Jason2866 Mar 28, 2022
0bb7afb
Merge branch 'orig_master_espressif' into s3_tasmota_work
Jason2866 Mar 28, 2022
411c54d
Update boards.txt
Jason2866 Mar 28, 2022
9945886
Update HardwareSerial.h
Jason2866 Mar 28, 2022
e0b9957
Update USBCDC.cpp
Jason2866 Mar 28, 2022
9e8f246
Update esptool.py
Jason2866 Mar 28, 2022
a88e3cd
Update platformio-build-esp32.py
Jason2866 Mar 28, 2022
fe779f4
Update platformio-build-esp32c3.py
Jason2866 Mar 28, 2022
b875147
Update platformio-build-esp32s2.py
Jason2866 Mar 28, 2022
97bac88
Update platformio-build-esp32s3.py
Jason2866 Mar 28, 2022
1e9112d
fix merge errors
Jason2866 Mar 28, 2022
45dbadb
Merge pull request #120 from tasmota/s3_tasmota_work
Jason2866 Mar 28, 2022
4005f79
Merge branch 'espressif:master' into master
Jason2866 Mar 28, 2022
bec704a
Merge branch 'espressif:master' into master
Jason2866 Mar 28, 2022
e70c863
Reordering - HardwareSerial Constructor
SuGlider Mar 28, 2022
d767687
SuGlider/quick-fix-Lib_Builder
Jason2866 Mar 28, 2022
60c2f02
Merge branch 'espressif:master' into master
Jason2866 Mar 28, 2022
1a5f695
Merge branch 'espressif:master' into master
Jason2866 Mar 28, 2022
3509239
Update platformio-build-esp32.py
Jason2866 Mar 28, 2022
c1013ec
Update platformio-build-esp32c3.py
Jason2866 Mar 28, 2022
4184dcd
Update platformio-build-esp32s2.py
Jason2866 Mar 28, 2022
7a817a8
Update platformio-build-esp32s3.py
Jason2866 Mar 28, 2022
db461c1
Merge branch 'espressif:master' into master
Jason2866 Mar 29, 2022
fe14467
Merge branch 'espressif:master' into master
Jason2866 Mar 29, 2022
1adda3b
Merge branch 'espressif:master' into master
Jason2866 Mar 29, 2022
92cb087
Update pins_arduino.h
Jason2866 Mar 30, 2022
035a39a
Update platformio-build-esp32.py
Jason2866 Mar 30, 2022
8bc2ccf
Update platformio-build-esp32c3.py
Jason2866 Mar 30, 2022
c57f0ca
Update platformio-build-esp32s2.py
Jason2866 Mar 30, 2022
926b4d0
Update platformio-build-esp32s3.py
Jason2866 Mar 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Dual-Core Support
  • Loading branch information
me-no-dev committed Jan 21, 2022
commit 9346d9709222882f6fffc22bd8d9fc44f9d04f3c
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ compiler.c.elf.libs.esp32s3=-lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -l
compiler.c.flags.esp32s3=-mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu99 -Wno-old-style-declaration -MMD -c
compiler.cpp.flags.esp32s3=-mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -MMD -c
compiler.S.flags.esp32s3=-ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -x assembler-with-cpp -MMD -c
compiler.c.elf.flags.esp32s3=-T memory.ld -T sections.ld -T esp32s3.rom.ld -T esp32s3.rom.api.ld -T esp32s3.rom.libgcc.ld -T esp32s3.rom.newlib.ld -T esp32s3.rom.version.ld -T esp32s3.peripherals.ld -mlongcalls -Wl,--cref -Wl,--gc-sections -fno-rtti -fno-lto -u _Z5setupv -u _Z4loopv -u esp_app_desc -u pthread_include_pthread_impl -u pthread_include_pthread_cond_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u ld_include_highint_hdl -u start_app -u __ubsan_include -Wl,--wrap=longjmp -u __assert_func -u vfs_include_syscalls_impl -Wl,--undefined=uxTopUsedPriority -u app_main -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u __cxa_guard_dummy
compiler.c.elf.flags.esp32s3=-T memory.ld -T sections.ld -T esp32s3.rom.ld -T esp32s3.rom.api.ld -T esp32s3.rom.libgcc.ld -T esp32s3.rom.newlib.ld -T esp32s3.rom.version.ld -T esp32s3.peripherals.ld -mlongcalls -Wl,--cref -Wl,--gc-sections -fno-rtti -fno-lto -u _Z5setupv -u _Z4loopv -u esp_app_desc -u pthread_include_pthread_impl -u pthread_include_pthread_cond_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u ld_include_highint_hdl -u start_app -u start_app_other_cores -u __ubsan_include -Wl,--wrap=longjmp -u __assert_func -u vfs_include_syscalls_impl -Wl,--undefined=uxTopUsedPriority -u app_main -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u __cxa_guard_dummy
compiler.ar.flags.esp32s3=cr
build.extra_flags.esp32s3=-DARDUINO_USB_CDC_ON_BOOT={build.cdc_on_boot} -DARDUINO_USB_MSC_ON_BOOT={build.msc_on_boot} -DARDUINO_USB_DFU_ON_BOOT={build.dfu_on_boot}
#
Expand Down
1 change: 1 addition & 0 deletions tools/platformio-build-esp32s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"-u", "pthread_include_pthread_rwlock_impl",
"-u", "ld_include_highint_hdl",
"-u", "start_app",
"-u", "start_app_other_cores",
"-u", "__ubsan_include",
"-u", "__assert_func",
"-u", "vfs_include_syscalls_impl",
Expand Down
Binary file modified tools/sdk/esp32s3/bin/bootloader_dio_40m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_dio_80m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_dout_40m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_dout_80m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_qio_40m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_qio_80m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_qout_40m.bin
Binary file not shown.
Binary file modified tools/sdk/esp32s3/bin/bootloader_qout_80m.bin
Binary file not shown.
20 changes: 15 additions & 5 deletions tools/sdk/esp32s3/include/config/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
#define CONFIG_BT_CTRL_BLE_MAX_ACT 10
#define CONFIG_BT_CTRL_BLE_MAX_ACT_EFF 10
#define CONFIG_BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB 0
#define CONFIG_BT_CTRL_PINNED_TO_CORE_0 1
#define CONFIG_BT_CTRL_PINNED_TO_CORE 0
#define CONFIG_BT_CTRL_HCI_MODE_VHCI 1
#define CONFIG_BT_CTRL_HCI_TL 1
Expand Down Expand Up @@ -135,6 +136,7 @@
#define CONFIG_BT_CTRL_HCI_TL_EFF 1
#define CONFIG_BT_BLUEDROID_ENABLED 1
#define CONFIG_BT_BTC_TASK_STACK_SIZE 3072
#define CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0 1
#define CONFIG_BT_BLUEDROID_PINNED_TO_CORE 0
#define CONFIG_BT_BTU_TASK_STACK_SIZE 4096
#define CONFIG_BT_BLE_ENABLED 1
Expand Down Expand Up @@ -290,6 +292,8 @@
#define CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES 2
#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1
#define CONFIG_ESP_IPC_ISR_ENABLE 1
#define CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE 32
#define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120
#define CONFIG_ESP_NETIF_TCPIP_LWIP 1
Expand All @@ -301,7 +305,6 @@
#define CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP 1
#define CONFIG_PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP 1
#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1
#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1
#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1
#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1
#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32
Expand All @@ -318,9 +321,11 @@
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
#define CONFIG_ESP_INT_WDT 1
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 1000
#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1
#define CONFIG_ESP_TASK_WDT 1
#define CONFIG_ESP_TASK_WDT_PANIC 1
#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1
#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1
#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1
#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1
Expand All @@ -341,6 +346,7 @@
#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED 1
#define CONFIG_ESP32_WIFI_RX_BA_WIN 16
#define CONFIG_ESP32_WIFI_NVS_ENABLED 1
#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 1
#define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN 752
#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM 32
#define CONFIG_ESP_WIFI_FTM_ENABLE 1
Expand Down Expand Up @@ -371,7 +377,8 @@
#define CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB 8
#define CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS 1000
#define CONFIG_FMB_PORT_TASK_PRIO 10
#define CONFIG_FMB_PORT_TASK_AFFINITY 0x7FFFFFFF
#define CONFIG_FMB_PORT_TASK_AFFINITY_CPU0 1
#define CONFIG_FMB_PORT_TASK_AFFINITY 0x0
#define CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT 20
#define CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE 20
#define CONFIG_FMB_CONTROLLER_STACK_SIZE 4096
Expand All @@ -381,12 +388,10 @@
#define CONFIG_FMB_TIMER_INDEX 0
#define CONFIG_FMB_MASTER_TIMER_GROUP 0
#define CONFIG_FMB_MASTER_TIMER_INDEX 0
#define CONFIG_FREERTOS_UNICORE 1
#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1
#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1
#define CONFIG_FREERTOS_HZ 1000
#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1
#define CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK 1
Expand Down Expand Up @@ -549,6 +554,7 @@
#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5
#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 2048
#define CONFIG_PTHREAD_STACK_MIN 768
#define CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY 1
#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1
#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread"
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
Expand Down Expand Up @@ -636,6 +642,7 @@
#define CONFIG_BLE_ESTABLISH_LINK_CONNECTION_TIMEOUT CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT
#define CONFIG_BLE_SMP_ENABLE CONFIG_BT_BLE_SMP_ENABLE
#define CONFIG_BLUEDROID_ENABLED CONFIG_BT_BLUEDROID_ENABLED
#define CONFIG_BLUEDROID_PINNED_TO_CORE_0 CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0
#define CONFIG_BLUFI_TRACE_LEVEL_WARNING CONFIG_BT_LOG_BLUFI_TRACE_LEVEL_WARNING
#define CONFIG_BTC_TASK_STACK_SIZE CONFIG_BT_BTC_TASK_STACK_SIZE
#define CONFIG_BTC_TRACE_LEVEL_WARNING CONFIG_BT_LOG_BTC_TRACE_LEVEL_WARNING
Expand All @@ -650,6 +657,7 @@
#define CONFIG_ESP32S2_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT
#define CONFIG_ESP32_ALLOW_RTC_FAST_MEM_AS_HEAP CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP
#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE
#define CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY
#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE
#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT
#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE
Expand All @@ -670,6 +678,7 @@
#define CONFIG_HCI_TRACE_LEVEL_WARNING CONFIG_BT_LOG_HCI_TRACE_LEVEL_WARNING
#define CONFIG_HID_TRACE_LEVEL_WARNING CONFIG_BT_LOG_HID_TRACE_LEVEL_WARNING
#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT
#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1
#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS
#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE
#define CONFIG_L2CAP_TRACE_LEVEL_WARNING CONFIG_BT_LOG_L2CAP_TRACE_LEVEL_WARNING
Expand Down Expand Up @@ -709,6 +718,7 @@
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
#define CONFIG_TASK_WDT_PANIC CONFIG_ESP_TASK_WDT_PANIC
#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S
#define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE
Expand Down Expand Up @@ -739,5 +749,5 @@
#define CONFIG_USB_MSC_BUFSIZE CONFIG_TINYUSB_MSC_BUFSIZE
#define CONFIG_USB_MSC_ENABLED CONFIG_TINYUSB_MSC_ENABLED
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
#define CONFIG_ARDUINO_IDF_COMMIT "f3e0c8bc41"
#define CONFIG_ARDUINO_IDF_COMMIT ""
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"
5 changes: 3 additions & 2 deletions tools/sdk/esp32s3/ld/sections.ld
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ SECTIONS
*libesp_system.a:esp_system.*(.literal.esp_system_abort .text.esp_system_abort)
*libesp_system.a:ubsan.*(.literal .literal.* .text .text.*)
*libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:port.* *libfreertos.a:port_common.*) .literal EXCLUDE_FILE(*libfreertos.a:port.* *libfreertos.a:port_common.*) .literal.* EXCLUDE_FILE(*libfreertos.a:port.* *libfreertos.a:port_common.*) .text EXCLUDE_FILE(*libfreertos.a:port.* *libfreertos.a:port_common.*) .text.*)
*libfreertos.a:port.*(.literal.pxPortInitialiseStack .literal.unlikely.vPortEndScheduler .literal.vApplicationStackOverflowHook .literal.vPortAssertIfInISR .literal.vPortExitCritical .literal.vPortExitCritical$constprop$0 .literal.vPortExitCriticalCompliance .literal.vPortReleaseTaskMPUSettings .literal.vPortSetStackWatchpoint .literal.vPortYieldOtherCore .literal.xPortEnterCriticalTimeout .literal.xPortEnterCriticalTimeout$constprop$1 .literal.xPortEnterCriticalTimeoutCompliance .literal.xPortInIsrContext .literal.xPortStartScheduler .text .text.pxPortInitialiseStack .text.unlikely.vPortEndScheduler .text.vApplicationStackOverflowHook .text.vPortAssertIfInISR .text.vPortExitCritical .text.vPortExitCritical$constprop$0 .text.vPortExitCriticalCompliance .text.vPortReleaseTaskMPUSettings .text.vPortSetStackWatchpoint .text.vPortStoreTaskMPUSettings .text.vPortYieldOtherCore .text.xPortEnterCriticalTimeout .text.xPortEnterCriticalTimeout$constprop$1 .text.xPortEnterCriticalTimeoutCompliance .text.xPortGetTickRateHz .text.xPortInIsrContext .text.xPortStartScheduler)
*libfreertos.a:port.*(.literal.pxPortInitialiseStack .literal.unlikely.vPortEndScheduler .literal.vApplicationStackOverflowHook .literal.vPortAssertIfInISR .literal.vPortExitCritical .literal.vPortExitCriticalCompliance .literal.vPortReleaseTaskMPUSettings .literal.vPortSetStackWatchpoint .literal.vPortYieldOtherCore .literal.xPortEnterCriticalTimeout .literal.xPortEnterCriticalTimeoutCompliance .literal.xPortInIsrContext .literal.xPortStartScheduler .text .text.pxPortInitialiseStack .text.unlikely.vPortEndScheduler .text.vApplicationStackOverflowHook .text.vPortAssertIfInISR .text.vPortExitCritical .text.vPortExitCriticalCompliance .text.vPortReleaseTaskMPUSettings .text.vPortSetStackWatchpoint .text.vPortStoreTaskMPUSettings .text.vPortYieldOtherCore .text.xPortEnterCriticalTimeout .text.xPortEnterCriticalTimeoutCompliance .text.xPortGetTickRateHz .text.xPortInIsrContext .text.xPortStartScheduler)
*libfreertos.a:port_common.*(.literal.esp_startup_start_app_common .literal.vApplicationGetIdleTaskMemory .literal.vApplicationGetTimerTaskMemory .literal.xPortCheckValidTCBMem .literal.xPortcheckValidStackMem .text .text.esp_startup_start_app_common .text.vApplicationGetIdleTaskMemory .text.vApplicationGetTimerTaskMemory .text.xPortCheckValidTCBMem .text.xPortcheckValidStackMem)
*libgcc.a:_divsf3.*(.literal .literal.* .text .text.*)
*libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*)
Expand Down Expand Up @@ -361,8 +361,8 @@ SECTIONS
*(.ext_ram.bss*)

*(.bss .bss.*)
*(.ext_ram.bss .ext_ram.bss.*)
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
*(.ext_ram.bss .ext_ram.bss.*)
*(COMMON)
_bt_bss_start = ABSOLUTE(.);
*libbt.a:(.bss .bss.* COMMON)
Expand Down Expand Up @@ -412,6 +412,7 @@ SECTIONS
*libesp_hw_support.a:rtc_init.*(.literal.rtc_init .literal.rtc_vddsdio_get_config .text .text.rtc_init .text.rtc_vddsdio_get_config)
*libesp_system.a:esp_system.*(.literal.esp_get_free_heap_size .literal.esp_get_free_internal_heap_size .literal.esp_get_idf_version .literal.esp_get_minimum_free_heap_size .literal.esp_register_shutdown_handler .literal.esp_unregister_shutdown_handler .text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size .text.esp_register_shutdown_handler .text.esp_unregister_shutdown_handler)
*libfreertos.a:port.*(.literal.esp_startup_start_app .text.esp_startup_start_app)
*libfreertos.a:port.*(.literal.esp_startup_start_app_other_cores .text.esp_startup_start_app_other_cores)
*libfreertos.a:port_common.*(.literal.main_task .text.main_task)
*liblog.a:log.*(.literal.esp_log_level_get .literal.esp_log_level_set .literal.esp_log_set_vprintf .literal.esp_log_writev .literal.heap_bubble_down .literal.s_log_level_get_and_unlock .text .text.esp_log_level_get .text.esp_log_level_set .text.esp_log_set_vprintf .text.esp_log_writev .text.heap_bubble_down .text.s_log_level_get_and_unlock)
*liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp)
Expand Down
Binary file modified tools/sdk/esp32s3/lib/libapp_trace.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libapp_update.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libbootloader_support.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libbt.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libcoap.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libdriver.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libefuse.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp-tls.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp32-camera.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_eth.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_event.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_hid.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_http_client.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_http_server.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_https_server.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_hw_support.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_ipc.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_lcd.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_littlefs.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_local_ctrl.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_netif.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_phy.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_pm.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_ringbuf.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_serial_slave_link.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_system.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_timer.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_websocket_client.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libesp_wifi.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libespcoredump.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libfatfs.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libfreemodbus.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libfreertos.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libheap.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/liblog.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/liblwip.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libmbedcrypto.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libmdns.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libmqtt.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libnewlib.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libprotocomm.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libpthread.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libsdmmc.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libspi_flash.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libspiffs.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libtcp_transport.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libusb.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libvfs.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libwifi_provisioning.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libwpa_supplicant.a
Binary file not shown.
Binary file modified tools/sdk/esp32s3/lib/libxtensa.a
Binary file not shown.
37 changes: 31 additions & 6 deletions tools/sdk/esp32s3/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ CONFIG_BT_CTRL_MODE_EFF=1
CONFIG_BT_CTRL_BLE_MAX_ACT=10
CONFIG_BT_CTRL_BLE_MAX_ACT_EFF=10
CONFIG_BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB=0
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
CONFIG_BT_CTRL_PINNED_TO_CORE=0
CONFIG_BT_CTRL_HCI_MODE_VHCI=y
# CONFIG_BT_CTRL_HCI_MODE_UART_H4 is not set
Expand Down Expand Up @@ -377,6 +379,8 @@ CONFIG_BT_BLUEDROID_ENABLED=y
# Bluedroid Options
#
CONFIG_BT_BTC_TASK_STACK_SIZE=3072
CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BT_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BT_BTU_TASK_STACK_SIZE=4096
# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set
Expand Down Expand Up @@ -960,6 +964,8 @@ CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y
# IPC (Inter-Processor Call)
#
CONFIG_ESP_IPC_TASK_STACK_SIZE=1024
CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y
CONFIG_ESP_IPC_ISR_ENABLE=y
# end of IPC (Inter-Processor Call)

#
Expand Down Expand Up @@ -1008,7 +1014,6 @@ CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y
# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set
# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set
# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set
CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y
CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y
CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y

Expand All @@ -1021,6 +1026,7 @@ CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2048
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y
# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set
# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set
CONFIG_ESP_MAIN_TASK_AFFINITY=0x0
CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048
Expand All @@ -1037,10 +1043,12 @@ CONFIG_ESP_CONSOLE_UART_NUM=0
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
CONFIG_ESP_INT_WDT=y
CONFIG_ESP_INT_WDT_TIMEOUT_MS=1000
CONFIG_ESP_INT_WDT_CHECK_CPU1=y
CONFIG_ESP_TASK_WDT=y
CONFIG_ESP_TASK_WDT_PANIC=y
CONFIG_ESP_TASK_WDT_TIMEOUT_S=5
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
# CONFIG_ESP_PANIC_HANDLER_IRAM is not set
CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y
# end of ESP System Settings
Expand Down Expand Up @@ -1075,6 +1083,8 @@ CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y
CONFIG_ESP32_WIFI_RX_BA_WIN=16
# CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED is not set
CONFIG_ESP32_WIFI_NVS_ENABLED=y
CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y
# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set
CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752
CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32
# CONFIG_ESP32_WIFI_IRAM_OPT is not set
Expand Down Expand Up @@ -1155,7 +1165,10 @@ CONFIG_FMB_SERIAL_BUF_SIZE=256
CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB=8
CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS=1000
CONFIG_FMB_PORT_TASK_PRIO=10
CONFIG_FMB_PORT_TASK_AFFINITY=0x7FFFFFFF
# CONFIG_FMB_PORT_TASK_AFFINITY_NO_AFFINITY is not set
CONFIG_FMB_PORT_TASK_AFFINITY_CPU0=y
# CONFIG_FMB_PORT_TASK_AFFINITY_CPU1 is not set
CONFIG_FMB_PORT_TASK_AFFINITY=0x0
# CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT is not set
CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT=20
CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE=20
Expand All @@ -1172,13 +1185,12 @@ CONFIG_FMB_MASTER_TIMER_INDEX=0
#
# FreeRTOS
#
CONFIG_FREERTOS_UNICORE=y
# CONFIG_FREERTOS_UNICORE is not set
CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF
CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER=y
CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y
# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set
CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y
CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y
CONFIG_FREERTOS_HZ=1000
# CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION is not set
# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set
Expand Down Expand Up @@ -1359,6 +1371,7 @@ CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=2560
# CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY is not set
CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0=y
# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set
CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x0
# CONFIG_LWIP_PPP_SUPPORT is not set
CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3
Expand Down Expand Up @@ -1541,6 +1554,7 @@ CONFIG_MDNS_TASK_PRIORITY=1
CONFIG_MDNS_TASK_STACK_SIZE=4096
# CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY is not set
CONFIG_MDNS_TASK_AFFINITY_CPU0=y
# CONFIG_MDNS_TASK_AFFINITY_CPU1 is not set
CONFIG_MDNS_TASK_AFFINITY=0x0
CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000
# CONFIG_MDNS_STRICT_MODE is not set
Expand Down Expand Up @@ -1602,6 +1616,9 @@ CONFIG_OPENSSL_ASSERT_DO_NOTHING=y
CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=2048
CONFIG_PTHREAD_STACK_MIN=768
CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y
# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set
# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set
CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1
CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread"
# end of PThreads
Expand Down Expand Up @@ -1883,6 +1900,8 @@ CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
CONFIG_BLUEDROID_ENABLED=y
# CONFIG_NIMBLE_ENABLED is not set
CONFIG_BTC_TASK_STACK_SIZE=3072
CONFIG_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BTU_TASK_STACK_SIZE=4096
# CONFIG_BLUEDROID_MEM_DEBUG is not set
Expand Down Expand Up @@ -2086,10 +2105,12 @@ CONFIG_CONSOLE_UART_NUM=0
CONFIG_CONSOLE_UART_BAUDRATE=115200
CONFIG_INT_WDT=y
CONFIG_INT_WDT_TIMEOUT_MS=1000
CONFIG_INT_WDT_CHECK_CPU1=y
CONFIG_TASK_WDT=y
CONFIG_TASK_WDT_PANIC=y
CONFIG_TASK_WDT_TIMEOUT_S=5
# CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y
# CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
CONFIG_TIMER_TASK_STACK_SIZE=4096
CONFIG_SW_COEXIST_ENABLE=y
# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set
Expand Down Expand Up @@ -2134,11 +2155,15 @@ CONFIG_UDP_RECVMBOX_SIZE=6
CONFIG_TCPIP_TASK_STACK_SIZE=2560
# CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY is not set
CONFIG_TCPIP_TASK_AFFINITY_CPU0=y
# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set
CONFIG_TCPIP_TASK_AFFINITY=0x0
# CONFIG_PPP_SUPPORT is not set
CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5
CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=2048
CONFIG_ESP32_PTHREAD_STACK_MIN=768
CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y
# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set
# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set
CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1
CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"
CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y
Expand Down