Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Files | |
app_clock.c | |
Clock driver source file. | |
app_clock.h | |
Interfaces for clock process. | |
app_display.c | |
Implementation of state machine of LCD. | |
app_display.h | |
Interfaces for display process. | |
app_serial.c | |
Message processing implementation | |
app_serial.h | |
Message processing implementation | |
bsp.h | |
Init the structs Inicialization of structs with Data, Time and Alarm values. | |
can_tp.c | |
Board Support Package. | |
can_tp.h | |
Board Support Package. | |
hel_lcd.c | |
Board Support LCD for microcontroller STM32. | |
hel_lcd.h | |
Board Support LCD for microcontroller STM32. | |
main.c | |
Enabling of queues and tasks with static memory. Develop the heart beat task. | |
msps.c | |
Msp initialization functions. | |