#include "FreeRTOS.h"#include "task.h"#include "main.h"#include "cmsis_os.h"#include "iwdg.h"#include "Telemetry.h"Functions | |
| void | MX_FREERTOS_Init (void) |
| FreeRTOS initialization. | |
Variables | |
| osThreadId_t | defaultTaskHandle |
| const osThreadAttr_t | defaultTask_attributes |
| void MX_FREERTOS_Init | ( | void | ) |
FreeRTOS initialization.
| None |
| None |
| const osThreadAttr_t defaultTask_attributes |
| osThreadId_t defaultTaskHandle |
File Name : app_freertos.c Description : Code for freertos applications
Copyright (c) 2024 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.