feat: Establish functional multi-app structure
This commit captures a working multi-app build where the board definition is located in the 'software' directory and explicitly included by the slave_node application. This serves as a stable baseline.
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
# Zephyr configuration for the Slave Node
|
||||
# --- Base Slave Node Config ---
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# Use RTT for console output instead of UART
|
||||
CONFIG_USE_SEGGER_RTT=y
|
||||
CONFIG_RTT_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
Reference in New Issue
Block a user