antisvin / OpenWare_Axowl

OWL firmware for Axoloti + Axocontrol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWare

Firmware for OWL devices

This repository contains firmware source code for several Rebel Technology devices and products, including Wizard, Alchemist and Magus.

Source libraries and drivers are contained in a git submodule. On first git checkout, do:

git submodule init

To get the latest library version, do:

git submodule update

To compile a project firmware, set the TOOLROOT in Hardware/common.mk and build with Gnu Make, either using the top level makefile (try make help) or by entering a project subdirectory.

Compiles with arm-gcc-none-eabi cross compiler. Debugging can be done with openocd.

STM32CubeMX .ioc files are available in the project subdirectories.

About

OWL firmware for Axoloti + Axocontrol

License:GNU General Public License v2.0


Languages

Language:C 82.5%Language:Assembly 9.5%Language:C++ 7.1%Language:Makefile 0.9%Language:Python 0.1%Language:Shell 0.0%