mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
boards/lm3s6965-ek: Disable CONFIG_READLINE_EDIT to fix build
When enabling CONFIG_READLINE_EDIT the CI fails because it reports there is not left space in this device. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
11d1965cc0
commit
a83c844242
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
# modifications.
|
||||
#
|
||||
# CONFIG_NSH_DISABLE_DATE is not set
|
||||
# CONFIG_READLINE_EDIT is not set
|
||||
CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_BOARD="lm3s6965-ek"
|
||||
CONFIG_ARCH_BOARD_LM3S6965EK=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue