wagiminator / MCU-Templates

Templates for bare-metal firmware development for some entry-level microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCU Templates

Discover a set of templates designed to simplify the initial stages of bare-metal firmware development for various microcontrollers. These templates eliminate the need for complicated Hardware Abstraction Layers (HALs) and heavy closed-source development tools. They come with pre-configured Makefiles, linker scripts, programming tools, and internal peripheral libraries to streamline the development process.

In the "Libraries" folder, you'll find general libraries for external peripheral devices that can be used by all microcontrollers.

Links

About

Templates for bare-metal firmware development for some entry-level microcontrollers

License:Other


Languages

Language:C 95.9%Language:Python 2.7%Language:Assembly 1.0%Language:Makefile 0.4%Language:C++ 0.0%