Extracts boards/ and dts/ to prstlib
This commit is contained in:
parent
5ceccfafcc
commit
00a7114dd1
11 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue