Lots of clean up, basic kscan working, remove zephyr-rust.

This commit is contained in:
Pete Johanson
2020-05-01 14:58:00 -04:00
parent 5b4e43cebd
commit 52bfc9dd84
11 changed files with 46 additions and 93 deletions

View File

@@ -1,14 +1,9 @@
# Find Zephyr. This also loads Zephyr's build system.
cmake_minimum_required(VERSION 3.13.1)
list(APPEND BOARD_ROOT .)
list(APPEND BOARD_ROOT ${CMAKE_SOURCE_DIR})
get_filename_component(ZEPHYR_RUST ${CMAKE_CURRENT_SOURCE_DIR}/zephyr-rust ABSOLUTE)
list(APPEND ZEPHYR_EXTRA_MODULES ${ZEPHYR_RUST})
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
find_package(Zephyr)
project(zmk)
# Add your source file to the "app" target. This must come after