Giter Site home page Giter Site logo

eerio / eggs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 501 KB

ARM Cortex-M0 Operating System

License: GNU General Public License v3.0

Makefile 0.15% C 98.71% Assembly 1.09% GDB 0.02% C++ 0.03%
armv6-m stm32 cortex-m0 os task-scheduler context-switching sd-interface cmsis scheduler dma

eggs's Introduction

Date: Jan 2019
License: GNU GPL v3

How to use it?
Take any file from example/, rename it to main.c and put into src/
Compile by `make`, then run OpenOCD server by `make con` and burn
the program into your uC's memory by `make flash` - it will open a
GDB console. Enter there a `continue` command and it will run

What advantages does it have?
It does not use ST's HAL, it's all written in CMSIS bare bones

Features of the 'os':
-simple kernel threads abstraction
-(SysTick IRQ)-based round-robin scheduler
-O(1) context switch in the PendSV IRQ handler
-SPI abstraction layer
-SDHC card driver
-FAT32 FS support by porting ChaN's Petit FATFS module
-Cool semihosting features

Development goals:
-rtos scheduler
-hold tasks' statuses in a bitfield
-(CLZ instruction)-based scheduler
-syscall support with semihosting coverage
-ror+clz -based queue implementation
-hd44780 i2c driver
-esp32 interface for networing services
-smartcard driver

eggs's People

Contributors

eerio avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.