Skip to content

Simplest operation system for stm32 board and m4 processor

License

Notifications You must be signed in to change notification settings

WangHanChi/mini-os

Repository files navigation

mini-os

This is about the mini operating system for STM32f429zi

Note
Device

Implement

  • Using GPIOD alternate function for USART3
  • Create user task
  • Multi-tasking
  • Context switch
  • Interrupt from Timer
  • Preemept
  • Wrapper malloc with brk()
  • Implement memory allocator
  • CLI window (include scanf)

TODO

  • Import CMSIS
  • Task scheduler
  • Bootloader

Reference link

About

Simplest operation system for stm32 board and m4 processor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published