Skip to content

moxybaba/AstraRTOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstraRTOS

Minimal RTOS built from scratch for STM32F429ZI (Cortex-M4)

Build

Requirements

  • arm-none-eabi-gcc
  • openocd (not confirmed for now)
  • qemu-system-arm (for make qemu)

Commands

make          # build
make flash    # flash to board
make clean    # clean build files
make qemu     # run in qemu

About

Minimal preemptive RTOS for ARM Cortex-M4, written from scratch in C

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 79.5%
  • Assembly 10.3%
  • Makefile 6.4%
  • Linker Script 3.8%