Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mlouielu/v7os
- Owner: mlouielu
- License: other
- Created: 2017-09-02T09:12:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T09:14:07.000Z (over 7 years ago)
- Last Synced: 2024-12-03T12:54:44.490Z (2 months ago)
- Topics: armv7m, cortex-m, kernel, operating-system, rtos
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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