Add firmware_node app - Step 1: Shell with reset command

- Create new Zephyr app for firmware management
- Target: weact_stm32g431_core board
- Features: Shell interface with custom reset command
- Tested on Zephyr 4.1.99
- Flash usage: 55,400 bytes (42.27% of 128KB)
- RAM usage: 12,864 bytes (39.26% of 32KB)
- Black Magic Probe flash runner support
This commit is contained in:
2025-07-07 13:49:03 +02:00
parent d48281436e
commit 8255b2a672
6 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Board specific configuration for weact_stm32g431_core
# This file can be used for board-specific overrides if needed