Skip to content

akshay-dandekar/tinyos-msp430

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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