Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 535 Bytes

Tiny OS core for MSP430

A small preemptive scheduler designed for MSP430 core.

Implemented as an experiment can be used by anyone can add to this.

Features

  • Preemptive scheduling
  • Small footprint

Tested using MSP430F449 controller.

TODOs

  • Implement task sync methods (mutex and semaphore)
  • Currenly supports only fixed number of tasks
  • ISR safe functions to be added
  • Update documentation
  • Add build workflows and tests

Development setup

Uses msp430-gcc and MSP Flasher

TODO

Installation

TODO