mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 12:50:36 +00:00
Add a name string for custom boards. Used onlyby uname()
This commit is contained in:
parent
f7ba1b1eeb
commit
04b73b58a8
1 changed files with 7 additions and 1 deletions
|
|
@ -1114,9 +1114,15 @@ endchoice
|
|||
if ARCH_BOARD_CUSTOM
|
||||
menu "Custom Board Configuration"
|
||||
|
||||
config ARCH_BOARD_CUSTOM_NAME
|
||||
string "Custom board name"
|
||||
default ""
|
||||
---help---
|
||||
This is a name for the board. It is not used except to return the
|
||||
information via the NSH uname command.
|
||||
|
||||
config ARCH_BOARD_CUSTOM_DIR
|
||||
string "Custom board directory"
|
||||
depends on ARCH_BOARD_CUSTOM
|
||||
---help---
|
||||
If the custom board configuration is selected, then it is necessary
|
||||
to also tell the build system where it can find the board directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue