west.yml: update hal_espressif to latest version
- Update GDMA and ADC drivers and remove deprecated entries. - Rebased hal_espressif to latest bump sync. - Added ESP Timer and Radio common config values Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
b5c53d6ac4
commit
a70741bc82
5 changed files with 34 additions and 13 deletions
|
@ -32,7 +32,32 @@ config ESP_HEAP_RUNTIME
|
|||
ending by a last memory location that can be safely accesed (depending on a boot mode).
|
||||
This is a memory pool used in runtime to create a new heap memory.
|
||||
|
||||
config ESP32_TIMER_TASK_STACK_SIZE
|
||||
int "Stack size of the high resolution ESP Timer"
|
||||
default 4096
|
||||
help
|
||||
Set the stack size for the internal high resolution ESP Timer
|
||||
used in Wi-Fi and BLE peripherals.
|
||||
|
||||
config ESP32_TIMER_TASK_PRIO
|
||||
int "Task priority of the high resolution ESP Timer"
|
||||
default 3
|
||||
help
|
||||
Set the task priority for the internal high resolution ESP Timer
|
||||
used in Wi-Fi and BLE peripherals.
|
||||
|
||||
if (BT_ESP32 || WIFI_ESP32)
|
||||
|
||||
config ESP32_PHY_MAX_TX_POWER
|
||||
int "Max Wi-Fi/BLE TX power (dBm)"
|
||||
range 10 20
|
||||
default 20
|
||||
help
|
||||
Set maximum transmit power for Wi-Fi radio. Actual transmit power for high
|
||||
data rates may be lower than this setting.
|
||||
|
||||
endif
|
||||
|
||||
rsource "Kconfig.spiram"
|
||||
rsource "Kconfig.esptool"
|
||||
rsource "Kconfig.flash"
|
||||
rsource "Kconfig.wifi"
|
||||
|
|
|
@ -114,7 +114,7 @@ endchoice # ESPTOOLPY_FLASHFREQ
|
|||
|
||||
config ESPTOOLPY_FLASHFREQ_80M_DEFAULT
|
||||
bool
|
||||
default y if SOC_SERIES_ESP32S2 || SOC_SERIES_ESP32S3 || SOC_SERIES_ESP32C3
|
||||
default y if SOC_SERIES_ESP32S2 || SOC_SERIES_ESP32S3 || SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6
|
||||
help
|
||||
This is an invisible item, used to define the targets that defaults to use 80MHz Flash SPI speed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue