[FL-1107] OS CLI command for threads info listing (#405)
* cli_commands: add os_info command for threads info listing * cli_commands: add total and minimal heap size in os_info * common-api: add task control block type * cli: print thread allocated stack size * CLI: convert free stack size to bytes in os_info command Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -72,7 +72,7 @@
 | 
			
		||||
#define configTOTAL_HEAP_SIZE                    ((size_t)131072)
 | 
			
		||||
#define configMAX_TASK_NAME_LEN                  ( 16 )
 | 
			
		||||
#define configGENERATE_RUN_TIME_STATS            0
 | 
			
		||||
#define configUSE_TRACE_FACILITY                 0
 | 
			
		||||
#define configUSE_TRACE_FACILITY                 1
 | 
			
		||||
#define configUSE_16_BIT_TICKS                   0
 | 
			
		||||
#define configUSE_MUTEXES                        1
 | 
			
		||||
#define configQUEUE_REGISTRY_SIZE                8
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user