You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/24 14:21:40 UTC

[incubator-nuttx] 02/03: boards: lm3s6965-ek: Update discover/defconfig

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c9aa98d79bb2f6af98a927f06d33f1600a1917ac
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Sun May 24 20:47:33 2020 +0900

    boards: lm3s6965-ek: Update discover/defconfig
    
    - Enable CONFIG_DEBUG_HARDFAULT_ALERT
    - Enable CONFIG_READLINE_CMD_HISTORY
    - Enable CONFIG_SCHED_LPWORK with priority=60
---
 boards/arm/tiva/lm3s6965-ek/configs/discover/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/boards/arm/tiva/lm3s6965-ek/configs/discover/defconfig b/boards/arm/tiva/lm3s6965-ek/configs/discover/defconfig
index bb15bd4..6348e67 100644
--- a/boards/arm/tiva/lm3s6965-ek/configs/discover/defconfig
+++ b/boards/arm/tiva/lm3s6965-ek/configs/discover/defconfig
@@ -16,6 +16,7 @@ CONFIG_ARCH_STACKDUMP=y
 CONFIG_BOARD_LOOPSPERMSEC=4531
 CONFIG_BUILTIN=y
 CONFIG_DEBUG_FULLOPT=y
+CONFIG_DEBUG_HARDFAULT_ALERT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_FS_FAT=y
@@ -54,8 +55,11 @@ CONFIG_PREALLOC_WDOGS=8
 CONFIG_RAM_SIZE=65536
 CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
+CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
 CONFIG_SCHED_HPWORK=y
+CONFIG_SCHED_LPWORK=y
+CONFIG_SCHED_LPWORKPRIORITY=60
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SPI=y