Cleanups
This commit is contained in:
parent
dbded329a4
commit
ebc26fcccd
17 changed files with 18 additions and 34 deletions
|
|
@ -1,2 +1 @@
|
||||||
|
|
||||||
CONFIG_BOARD_REVISION="1.1.0"
|
CONFIG_BOARD_REVISION="1.1.0"
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
|
|
||||||
CONFIG_BOARD_REVISION="1.2.0"
|
CONFIG_BOARD_REVISION="1.2.0"
|
||||||
|
|
@ -11,8 +11,6 @@
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"nrf-connect.applications": [
|
"nrf-connect.applications": [
|
||||||
"${workspaceFolder}"
|
"${workspaceFolder}"
|
||||||
],
|
]
|
||||||
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
|
|
||||||
"nrf-connect.topdir": "${nrf-connect.sdk:2.2.0}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -20,7 +20,7 @@ CONFIG_NEWLIB_LIBC=y
|
||||||
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
|
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
|
||||||
|
|
||||||
# Application config - see all options in Kconfig.
|
# Application config - see all options in Kconfig.
|
||||||
CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y
|
# CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y
|
||||||
# CONFIG_PRST_SLEEP_DURATION_SEC=1
|
# CONFIG_PRST_SLEEP_DURATION_SEC=1
|
||||||
|
|
||||||
# prstlib config - ser all options in prstlib/Kconfig.
|
# prstlib config - ser all options in prstlib/Kconfig.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,3 @@
|
||||||
// #include <prstlib/button.h>
|
|
||||||
// #include <prstlib/led.h>
|
|
||||||
// #include <prstlib/sensors.h>
|
|
||||||
// #include <zephyr/logging/log.h>
|
|
||||||
// #include <zephyr/pm/device.h>
|
|
||||||
// #include <zephyr/pm/pm.h>
|
|
||||||
// #include <zephyr/pm/policy.h>
|
|
||||||
#include <prstlib/adc.h>
|
#include <prstlib/adc.h>
|
||||||
#include <prstlib/button.h>
|
#include <prstlib/button.h>
|
||||||
#include <prstlib/led.h>
|
#include <prstlib/led.h>
|
||||||
|
|
@ -13,9 +6,6 @@
|
||||||
#include <prstlib/shtc3.h>
|
#include <prstlib/shtc3.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/pm/device.h>
|
|
||||||
#include <zephyr/pm/pm.h>
|
|
||||||
#include <zephyr/pm/policy.h>
|
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG);
|
LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"nrf-connect.applications": [
|
"nrf-connect.applications": [
|
||||||
"${workspaceFolder}"
|
"${workspaceFolder}"
|
||||||
],
|
]
|
||||||
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
|
|
||||||
"nrf-connect.topdir": "${nrf-connect.sdk:2.2.0}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue