Initial commit

This commit is contained in:
Nigreon 2025-02-22 23:55:46 +01:00
commit e8b9cd5ace
7 changed files with 577 additions and 0 deletions

View 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

View file

@ -0,0 +1,6 @@
/ {
zephyr,user {
io-channels = <&adc 2>;
};
};