Added a new console command: "system" #14

Merged
Joe merged 5 commits from console_command_system into main 2026-01-17 16:33:41 +00:00
Owner
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
``` 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 ```
Joe added 5 commits 2026-01-17 16:31:36 +00:00
Joe reviewed 2026-01-17 16:32:56 +00:00
@ -32,3 +32,3 @@
#include "HW_NeoPixels.h"
#define NEOPIXELS_STACK_SIZE (100 * 1024)
#define NEOPIXELS_STACK_SIZE (10 * 1024)
Author
Owner

system tasks revealed that this stack was way too big.

(This was probably a typo.)

`system tasks` revealed that this stack was *way* too big. (This was probably a typo.)
Joe merged commit 2c81bdd052 into main 2026-01-17 16:33:41 +00:00
Joe deleted branch console_command_system 2026-01-17 16:33:41 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Software/2024A-SW#14
No description provided.