feat(project): Restructure software for multi-app setup
- Reorganize the software directory to support multiple Zephyr applications (gateway, slave_node). - Create a clear separation between applications and shared libraries. - Add placeholder files for gateway and slave_node applications.
This commit is contained in:
3
software/apps/gateway/prj.conf
Normal file
3
software/apps/gateway/prj.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Zephyr configuration for the Gateway
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_TCP=y
|
||||
Reference in New Issue
Block a user