mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
espressif: Fix spacing style in Kconfig files
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
4ff754827c
commit
793266d39e
@@ -736,13 +736,13 @@ config ESP32C3_WIFI_SAVE_PARAM
|
|||||||
into the file system instead of computing them each time.
|
into the file system instead of computing them each time.
|
||||||
|
|
||||||
These parameters mainly contains:
|
These parameters mainly contains:
|
||||||
- SSID
|
- SSID
|
||||||
- Password
|
- Password
|
||||||
- BSSID
|
- BSSID
|
||||||
- PMK(compute when connecting)
|
- PMK(compute when connecting)
|
||||||
- Author mode
|
- Author mode
|
||||||
- MAC address
|
- MAC address
|
||||||
- Wi-Fi hardware configuration parameters
|
- Wi-Fi hardware configuration parameters
|
||||||
|
|
||||||
config ESP32C3_WIFI_FS_MOUNTPT
|
config ESP32C3_WIFI_FS_MOUNTPT
|
||||||
string "Wi-Fi parameters mount point"
|
string "Wi-Fi parameters mount point"
|
||||||
|
|||||||
@@ -212,9 +212,9 @@ config ESP32_XTAL_26MHz
|
|||||||
endchoice # On-board Crystal Frequency
|
endchoice # On-board Crystal Frequency
|
||||||
|
|
||||||
choice ESP32_RTC_CLK_SRC
|
choice ESP32_RTC_CLK_SRC
|
||||||
prompt "RTC clock source"
|
prompt "RTC clock source"
|
||||||
default ESP32_RTC_CLK_SRC_INT_RC
|
default ESP32_RTC_CLK_SRC_INT_RC
|
||||||
---help---
|
---help---
|
||||||
Choose which clock is used as RTC clock source.
|
Choose which clock is used as RTC clock source.
|
||||||
|
|
||||||
- "Internal 150kHz oscillator" option provides lowest deep sleep current
|
- "Internal 150kHz oscillator" option provides lowest deep sleep current
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ config ESP32S2_RUN_IRAM
|
|||||||
bool "Run from IRAM"
|
bool "Run from IRAM"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This loads all of NuttX inside IRAM. Used to test somewhat small
|
This loads all of NuttX inside IRAM. Used to test somewhat small
|
||||||
images that can fit entirely in IRAM.
|
images that can fit entirely in IRAM.
|
||||||
|
|
||||||
menu "ESP32-S2 Peripheral Selection"
|
menu "ESP32-S2 Peripheral Selection"
|
||||||
@@ -703,7 +703,7 @@ choice ESP32S2_SPIRAM_SPEED
|
|||||||
prompt "Set RAM clock speed"
|
prompt "Set RAM clock speed"
|
||||||
default ESP32S2_SPIRAM_SPEED_40M
|
default ESP32S2_SPIRAM_SPEED_40M
|
||||||
---help---
|
---help---
|
||||||
Select the speed for the SPI RAM chip.
|
Select the speed for the SPI RAM chip.
|
||||||
|
|
||||||
config ESP32S2_SPIRAM_SPEED_40M
|
config ESP32S2_SPIRAM_SPEED_40M
|
||||||
bool "40MHz clock speed"
|
bool "40MHz clock speed"
|
||||||
@@ -718,33 +718,33 @@ config ESP32S2_SPIRAM_BOOT_INIT
|
|||||||
depends on ESP32S2_SPIRAM
|
depends on ESP32S2_SPIRAM
|
||||||
default "y"
|
default "y"
|
||||||
---help---
|
---help---
|
||||||
If this is enabled, the SPI RAM will be enabled during initial
|
If this is enabled, the SPI RAM will be enabled during initial
|
||||||
boot. Unless you have specific requirements, you'll want to leave
|
boot. Unless you have specific requirements, you'll want to leave
|
||||||
this enabled so memory allocated during boot-up can also be
|
this enabled so memory allocated during boot-up can also be
|
||||||
placed in SPI RAM.
|
placed in SPI RAM.
|
||||||
|
|
||||||
config ESP32S2_SPIRAM_IGNORE_NOTFOUND
|
config ESP32S2_SPIRAM_IGNORE_NOTFOUND
|
||||||
bool "Ignore PSRAM when not found"
|
bool "Ignore PSRAM when not found"
|
||||||
default "n"
|
default "n"
|
||||||
depends on ESP32S2_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA
|
depends on ESP32S2_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA
|
||||||
---help---
|
---help---
|
||||||
Normally, if psram initialization is enabled during compile time
|
Normally, if psram initialization is enabled during compile time
|
||||||
but not found at runtime, it is seen as an error making the CPU
|
but not found at runtime, it is seen as an error making the CPU
|
||||||
panic. If this is enabled, booting will complete but no PSRAM
|
panic. If this is enabled, booting will complete but no PSRAM
|
||||||
will be available.
|
will be available.
|
||||||
|
|
||||||
config ESP32S2_SPIRAM_2T_MODE
|
config ESP32S2_SPIRAM_2T_MODE
|
||||||
bool "Enable SPI PSRAM 2T mode"
|
bool "Enable SPI PSRAM 2T mode"
|
||||||
depends on ESP32S2_SPIRAM
|
depends on ESP32S2_SPIRAM
|
||||||
default "n"
|
default "n"
|
||||||
---help---
|
---help---
|
||||||
Enable this option to fix single bit errors inside 64Mbit PSRAM.
|
Enable this option to fix single bit errors inside 64Mbit PSRAM.
|
||||||
Some 64Mbit PSRAM chips have a hardware issue in the RAM which
|
Some 64Mbit PSRAM chips have a hardware issue in the RAM which
|
||||||
causes bit errors at multiple fixed bit positions.
|
causes bit errors at multiple fixed bit positions.
|
||||||
Note: If this option is enabled, the 64Mbit PSRAM chip will appear
|
Note: If this option is enabled, the 64Mbit PSRAM chip will appear
|
||||||
to be 32Mbit in size.
|
to be 32Mbit in size.
|
||||||
Applications will not be affected unless the use the esp_himem
|
Applications will not be affected unless the use the esp_himem
|
||||||
APIs, which are not supported in 2T mode.
|
APIs, which are not supported in 2T mode.
|
||||||
|
|
||||||
config ESP32S2_SPIRAM_BANKSWITCH_ENABLE
|
config ESP32S2_SPIRAM_BANKSWITCH_ENABLE
|
||||||
bool "Enable bank switching for >4MiB external RAM"
|
bool "Enable bank switching for >4MiB external RAM"
|
||||||
@@ -845,13 +845,13 @@ config ESP32S2_WIFI_SAVE_PARAM
|
|||||||
into the file system instead of computing them each time.
|
into the file system instead of computing them each time.
|
||||||
|
|
||||||
These parameters mainly contains:
|
These parameters mainly contains:
|
||||||
- SSID
|
- SSID
|
||||||
- Password
|
- Password
|
||||||
- BSSID
|
- BSSID
|
||||||
- PMK(compute when connecting)
|
- PMK(compute when connecting)
|
||||||
- Author mode
|
- Author mode
|
||||||
- MAC address
|
- MAC address
|
||||||
- Wi-Fi hardware configuration parameters
|
- Wi-Fi hardware configuration parameters
|
||||||
|
|
||||||
config ESP32S2_WIFI_FS_MOUNTPT
|
config ESP32S2_WIFI_FS_MOUNTPT
|
||||||
string "Wi-Fi parameters mount point"
|
string "Wi-Fi parameters mount point"
|
||||||
|
|||||||
Reference in New Issue
Block a user