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
This commit is contained in:
parent
3939941315
commit
2c81bdd052
7 changed files with 801 additions and 14 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include <driver/rmt_tx.h>
|
||||
#include "HW_NeoPixels.h"
|
||||
|
||||
#define NEOPIXELS_STACK_SIZE (100 * 1024)
|
||||
#define NEOPIXELS_STACK_SIZE (10 * 1024)
|
||||
#define NEOPIXELS_TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||
static StaticTask_t xTaskBuffer;
|
||||
StackType_t *xStack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue