Skip to content

WiFiC3: replace old build script #187

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 8 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
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
esp-hosted: update sdkconfig
  • Loading branch information
facchinm committed Feb 14, 2024
commit 5c7488db8e09645f8124e3184d0a87adfadc9f80
18 changes: 17 additions & 1 deletion libraries/WiFi/extra/sdkconfig.default.c33
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ CONFIG_SDIO_DAT2_DISABLED=

CONFIG_ESP_SPI_GPIO_HANDSHAKE=5
CONFIG_ESP_SPI_GPIO_DATA_READY=9
CONFIG_SPI_SLAVE_ISR_IN_IRAM=y
CONFIG_SPI_SLAVE_ISR_IN_IRAM=n
CONFIG_SPI_MASTER_ISR_IN_IRAM=n

# BT Configuration
CONFIG_BT_ENABLED=y
Expand All @@ -23,3 +24,18 @@ CONFIG_EXAMPLE_HCI_UART_BAUDRATE=921600
CONFIG_ESP32_WIFI_NVS_ENABLED=

CONFIG_COMPILER_DISABLE_GCC12_WARNINGS=y

CONFIG_ESP_SPI_TX_Q_SIZE=20
CONFIG_ESP_SPI_RX_Q_SIZE=20
CONFIG_PARTITION_TABLE_SINGLE_APP=y
CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y

CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=n
CONFIG_ESP_IPC_TASK_STACK_SIZE=1536

CONFIG_ESP_PHY_REDUCE_TX_POWER=y
CONFIG_REDUCE_PHY_TX_POWER=y
CONFIG_ESP32_REDUCE_PHY_TX_POWER=y