2024A-SW/components/Serial_Console/Commands
Joe Kearney 2c81bdd052 Added a new console command: "system" (#14)
```
KTag> system
Usage:
  system chip-info      - Show chip and system information
  system coredump       - Check coredump status
  system factory-reset  - Clear NVS and restart
  system flash          - Show flash information
  system heap-caps      - Show heap by capability
  system hostname [name]- Show/set hostname
  system mac            - Show MAC addresses
  system partition      - List partition table
  system RAM            - Display heap memory usage
  system reboot         - Reboot the device
  system reset-reason   - Show last reset reason
  system stats          - Combined system statistics
  system tasks          - List FreeRTOS tasks
  system uptime         - Display system uptime
  system version        - Show firmware version
```

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #14
2026-01-17 16:33:41 +00:00
..
Log_Command.c Fixed directory conflict on Windows. (#13) 2026-01-11 01:08:13 +00:00
Log_Command.h Fixed directory conflict on Windows. (#13) 2026-01-11 01:08:13 +00:00
System_Command.c Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00
System_Command.h Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00