Initial commit
This commit is contained in:
commit
e8b9cd5ace
7 changed files with 577 additions and 0 deletions
11
boards/nrf52dk_nrf52832.conf
Normal file
11
boards/nrf52dk_nrf52832.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Use minimal logging mode and disable info/debug logging to reduce flash space
|
||||
#CONFIG_LOG_MODE_MINIMAL=y
|
||||
#CONFIG_LOG_MAX_LEVEL=2
|
||||
#CONFIG_LOG_DEFAULT_LEVEL=2
|
||||
|
||||
# Disable RTT support
|
||||
#CONFIG_USE_SEGGER_RTT=n
|
||||
|
||||
# Disable Bluetooth PHY update support
|
||||
CONFIG_BT_USER_PHY_UPDATE=n
|
||||
CONFIG_BT_PHY_UPDATE=n
|
||||
6
boards/nrf52dk_nrf52832.overlay
Normal file
6
boards/nrf52dk_nrf52832.overlay
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
io-channels = <&adc 2>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue