Skip to content

mrnold/freertos86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeRTOS TI-86

This is a port of FreeRTOS to a TI-86 graphing calculator. This is not especially useful, but it is a fun exercise.

Currently, this repository builds the FreeRTOS kernel, a demo program, and a launcher program. The launcher copies the kernel to 0x8100, the application to 0xA000, and uses the TIOS-allocated space for the heap and interrupt table. A small syscall interface prevents the need to compile and transfer everything at once.

Building this project requires SDCC 3.4.0 and Python 2.7. So far it has only been built on Windows using a port of GNU Make, but it should build on other platforms without trouble.

The license for FreeRTOS and port code is GPL2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published