Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlouielu/v7os

Minimum ARMv7m kernel
https://github.com/mlouielu/v7os

armv7m cortex-m kernel operating-system rtos

Last synced: 7 days ago
JSON representation

Minimum ARMv7m kernel

Awesome Lists containing this project

README

        

v7os
----

v7os is a experimental kernel for ARM Cortex-M series CPU.

Currently work on board `stm32p103`.

## How to use

* make
* make run # Run QEMU
* make dbg # Run QEMU and wait for GDB connect
* make gdb # Run GDB and connect to QEMU