mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
e513cea6da
So that when adding new boards, duplicate content will not be copied.
Test:
1. Refreshing board configurations
./tools/refresh.sh --silent arch:xtensa
2. Check if there is anything missing
$ git diff HEAD . | grep "^[+-]" | sed 's/^[-+]*//' | sed 's/^ [ab]*//' | grep -v "^$" | sort -u | wc -l
66
$ git diff HEAD . | grep "^[+-]" | sort -u | wc -l
132
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_ESP32S3_KORVO_2
|
|
|
|
endif # ARCH_BOARD_ESP32S3_KORVO_2
|
|
|