Skip to content

Commit

Permalink
Minor improvement to prj.conf for Zephyr in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Apr 4, 2024
1 parent 5d9c1ef commit e6923b9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/arch/zephyr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@ CONFIG_LOG_MODE_IMMEDIATE=n
CONFIG_LOG_BACKEND_UART=n
CONFIG_SHELL_LOG_BACKEND=y
# For C library support
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
# For C++ standard library support
CONFIG_COMPILER_OPT="-Werror"
CONFIG_POSIX_CLOCK=y
CONFIG_CPP=y
CONFIG_GLIBCXX_LIBCPP=y
CONFIG_STD_CPP20=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
CONFIG_REQUIRES_FULL_LIBCPP=y
CONFIG_COMPILER_OPT="-Werror"
CONFIG_POSIX_CLOCK=y
# Dynamic thread creation for 4diac FORTE
CONFIG_DYNAMIC_THREAD=y
Expand Down

0 comments on commit e6923b9

Please sign in to comment.