This is about the mini operating system for STM32f429zi
- Using GPIOD alternate function for USART3
- Create user task
- Multi-tasking
- Context switch
- Interrupt from Timer
- Preemept
- Wrapper
malloc
withbrk()
- Implement memory allocator
- CLI window (include
scanf
)
- Import CMSIS
- Task scheduler
- Bootloader