mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 15:37:23 +00:00
This change makes the esp32c3-generic the main esp32c3 supported board: esp32c3-devkit. The now esp32c3-legacy is pure register based and not maintained anymore. Now, esp32c3-devkit shares the same driver implementation as ESP32-C6 and ESP32-H2. - esp32c3-devkit -> esp32c3-legacy - esp32c3-generic -> esp32c3-devkit Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
8 lines
198 B
Text
8 lines
198 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_ESP32C3_DEVKIT
|
|
|
|
endif # ARCH_BOARD_ESP32C3_DEVKIT
|