mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
a4777f153b
Added initial support for Seeed Studio XIAO RA4M1 Board. Initial support to NuttShell via Serial, gpio and userleds. Also two configurations is available: nsh for basic NuttShell access and combo for gpio and userleds. Signed-off-by: Rodrigo Sim <rcsim10@gmail.com>
9 lines
166 B
Plaintext
9 lines
166 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_XIAO_RA4M1
|
|
|
|
endif
|