Skip to content

Commit

Permalink
Make Zephyr kernel clock the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Mar 22, 2024
1 parent a455f38 commit c5ae05a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions core/src/main/resources/lib/platform/zephyr/prj_lf.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Lingua Franca Zephyr configuration file

# This is a generated file, do not edit.
# To supply additional configuration parameters add an additional
# configuration file to the build with
# west build -b qemu_cortex_m3 -- -DOVERLAY_CONFIG=my_conf.prj

# Enable printf
CONFIG_PRINTK=y
# Use the newlib C library
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
# Enable the counter API used for hi-res clock
CONFIG_COUNTER=y
CONFIG_THREAD_CUSTOM_DATA=y

0 comments on commit c5ae05a

Please sign in to comment.