cansat-ptl / cubesat-rtos

CanSat/CubeSat RTOS - mirror of https://git.yktaero.space/yktaero-dev/cubesat-rtos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cubesat RTOS

cansat-kernel-v2 remade from scratch

Usage

  1. Run make arch=<arch> mcu=<mcu> to compile the kernel. Supported MCUs are currently atmega128 and atmega2560 only. Set arch to avr.
  2. Link librtos.a with your application (-lrtos flag).

API docs: https://thepetrovich.github.io/doxygen/

About

CanSat/CubeSat RTOS - mirror of https://git.yktaero.space/yktaero-dev/cubesat-rtos

License:MIT License


Languages

Language:C 66.9%Language:C++ 24.3%Language:Makefile 5.7%Language:Assembly 3.2%