summaryrefslogtreecommitdiff
path: root/prj.conf
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-03-10 18:16:23 +0100
committerxengineering <me@xengineering.eu>2024-03-10 18:24:41 +0100
commitafa66ca4430deecb98a1283233fd95d4f21dce6c (patch)
treeab6f58388501c80ac0aedfef63721b0add1a9e09 /prj.conf
parent37e36090d102be2e8f52e5ab43509e40b2e5754e (diff)
downloadradio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.tar
radio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.tar.zst
radio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.zip
Implement LoRa RX to log outputHEADmain
This is the first step towards a minimal viable product. While sending is not possible all received frames are logged.
Diffstat (limited to 'prj.conf')
-rw-r--r--prj.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/prj.conf b/prj.conf
new file mode 100644
index 0000000..833146f
--- /dev/null
+++ b/prj.conf
@@ -0,0 +1,5 @@
+CONFIG_LOG=y
+CONFIG_SPI=y
+CONFIG_GPIO=y
+CONFIG_LORA=y
+CONFIG_SHELL=y