Avalon Firmware
 
Loading...
Searching...
No Matches
app_freertos.cpp File Reference
#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
 

Function Documentation

◆ MX_FREERTOS_Init()

void MX_FREERTOS_Init ( void )

FreeRTOS initialization.

Parameters
None
Return values
None

Variable Documentation

◆ defaultTask_attributes

const osThreadAttr_t defaultTask_attributes
Initial value:
= {
.name = "defaultTask",
.stack_size = 128 * 4,
.priority = (osPriority_t) osPriorityNormal
}

◆ defaultTaskHandle

osThreadId_t defaultTaskHandle

File Name : app_freertos.c Description : Code for freertos applications

Attention

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.