Skip to content

Commit

Permalink
slicemk: Zephyr PR 78200 workaround (temp 2024-10-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Jan 21, 2025
1 parent 4cbe5ad commit d2a4682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.13.1)

# This workaround is needed until https://github.com/zmkfirmware/zephyr/pull/35
# or https://github.com/zephyrproject-rtos/zephyr/pull/78200 is merged.
add_compile_definitions(PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64)

set(CONFIG_APPLICATION_DEFINED_SYSCALL true)

set(ZEPHYR_BOARD_ALIASES "boards/aliases.cmake")
Expand Down

0 comments on commit d2a4682

Please sign in to comment.