Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 415 Bytes

FongerOS

FongerOS, a multitasking operating system, ported to stm32_p103, based on ARM Cortex-M3
Fast an easy implementation of embedded operating system

Prerequisites

ARM EABI toolchain
GNU Make
Qemu (QEMU with an STM32 microcontroller implementation)
	https://github.com/beckus/qemu_stm32

Build

make all

Run simulation

./run.sh

TODO

IPC
mutex_lock
priority queue
...

Reference