Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Kernel timer the default clock for Zephyr #2248

Merged
merged 7 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading