Extracts boards/ and dts/ to prstlib

This commit is contained in:
rbaron 2022-11-27 18:56:47 +01:00
parent 5ceccfafcc
commit 00a7114dd1
11 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.20.0)
# Pull in the dts/ and boards/ from prstlib.
set(DTS_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../prstlib)
set(BOARD_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../prstlib)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(ble)

View file

@ -1,5 +1,5 @@
# Enabling log has a big impact in power consumption. Only enable it while debugging.
CONFIG_LOG=y
CONFIG_LOG=n
CONFIG_PWM=y
CONFIG_CBPRINTF_FP_SUPPORT=y
CONFIG_I2C=y