980f / cortexm

application base for cortex M microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cortexm

C++ application base for cortexM* microcontrollers. The goal is to have hardware bits look like booleans. The biggest improvement over what most IDE's generate is a linker script that allows for ordering of static initializations across all modules, for data not just init code. That script also allows you to assemble a table of items each declared privately in their own module, but accessible as an array.

This is all investigative work, use entirely at your own risk.

About

application base for cortex M microcontrollers


Languages

Language:C++ 69.9%Language:HTML 19.0%Language:C 7.5%Language:CMake 2.0%Language:Assembly 1.1%Language:Makefile 0.3%Language:JavaScript 0.1%Language:Shell 0.1%