Go to the source code of this file.
|
| uint8_t | TCMDEXEC_freetos_list_tasks_jsonl (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| | Telecommand that return metadata regarding Tasks from FreeRTOS.
|
| |
| uint8_t | TCMDEXEC_freertos_demo_stack_usage (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| | Demo using stack memory by allocating a Variable-Length Array (VLA) on the stack.
|
| |
◆ TCMDEXEC_freertos_demo_stack_usage()
| uint8_t TCMDEXEC_freertos_demo_stack_usage |
( |
const char * | args_str, |
|
|
char * | response_output_buf, |
|
|
uint16_t | response_output_buf_len ) |
Demo using stack memory by allocating a Variable-Length Array (VLA) on the stack.
- Parameters
-
| args_str |
- Arg 0: num_bytes (uint64_t) - The number of elements to allocate in the VLA. <=1_000_000.
|
- Returns
- 0 on success, >0 on error
◆ TCMDEXEC_freetos_list_tasks_jsonl()
| uint8_t TCMDEXEC_freetos_list_tasks_jsonl |
( |
const char * | args_str, |
|
|
char * | response_output_buf, |
|
|
uint16_t | response_output_buf_len ) |
Telecommand that return metadata regarding Tasks from FreeRTOS.
- Parameters
-
| args_str | No arguments expected |
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |
- Returns
- 0 if successful, >0 if an error occurred (but hello_world can't return an error)