Skip to content

Commit

Permalink
Enable Logging for Binary Loader and Scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Apr 24, 2024
1 parent f2a0625 commit dca29d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/risc-v/bl808/ox64/configs/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,15 @@ CONFIG_BOARD_LOOPSPERMSEC=1120
CONFIG_BUILD_KERNEL=y
CONFIG_DEBUG_ASSERTIONS=y
CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
CONFIG_DEBUG_BINFMT=y
CONFIG_DEBUG_BINFMT_ERROR=y
CONFIG_DEBUG_BINFMT_WARN=y
CONFIG_DEBUG_FEATURES=y
CONFIG_DEBUG_FULLOPT=y
CONFIG_DEBUG_SCHED=y
CONFIG_DEBUG_SCHED_ERROR=y
CONFIG_DEBUG_SCHED_INFO=y
CONFIG_DEBUG_SCHED_WARN=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_DEV_ZERO=y
CONFIG_ELF=y
Expand Down

0 comments on commit dca29d5

Please sign in to comment.