diff options
author | xengineering <me@xengineering.eu> | 2024-04-13 21:21:54 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-04-13 21:21:54 +0200 |
commit | fedaacedd29b4b61fc138e381aad2cf4be08f31d (patch) | |
tree | c47a9486e2991e02e257676498aff9014937df38 /firmware/prj.conf | |
parent | 31bdbcf1a38f0d513ca3327441432a281a5ce6d8 (diff) | |
download | iot-core-fedaacedd29b4b61fc138e381aad2cf4be08f31d.tar iot-core-fedaacedd29b4b61fc138e381aad2cf4be08f31d.tar.zst iot-core-fedaacedd29b4b61fc138e381aad2cf4be08f31d.zip |
firmware: Add minimal Zephyr application
This is enough to validate that the firmware is running by using the
Zephyr shell.
Diffstat (limited to 'firmware/prj.conf')
-rw-r--r-- | firmware/prj.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/prj.conf b/firmware/prj.conf new file mode 100644 index 0000000..e3d95ac --- /dev/null +++ b/firmware/prj.conf @@ -0,0 +1 @@ +CONFIG_SHELL=y |