diff options
author | xengineering <me@xengineering.eu> | 2025-02-11 06:58:50 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-11 06:58:50 +0100 |
commit | 304e1e443dc1283efbd1fe8b4a72c13f6cfc2fe4 (patch) | |
tree | d116911b7876abc796eee4ae649c3d6749c525c5 /fw/prj.conf | |
parent | 2c18a99bd24ddadd165eeabe5299ac094b0c0ee3 (diff) | |
download | iot-contact-304e1e443dc1283efbd1fe8b4a72c13f6cfc2fe4.tar iot-contact-304e1e443dc1283efbd1fe8b4a72c13f6cfc2fe4.tar.zst iot-contact-304e1e443dc1283efbd1fe8b4a72c13f6cfc2fe4.zip |
fw: Move content of `firmware` here
This makes the name shorter which is especially relevant for Git commit
messages.
Diffstat (limited to 'fw/prj.conf')
-rw-r--r-- | fw/prj.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fw/prj.conf b/fw/prj.conf new file mode 100644 index 0000000..24239db --- /dev/null +++ b/fw/prj.conf @@ -0,0 +1,7 @@ +CONFIG_SHELL=y +CONFIG_SHELL_PROMPT_UART="[iot-contact] " + +CONFIG_NETWORKING=y +CONFIG_NET_SHELL=y + +CONFIG_GPIO=y |