Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali-nasrolahi/avrdev

My Baremetal AVR Development Environment powered by CMake
https://github.com/ali-nasrolahi/avrdev

Last synced: about 2 months ago
JSON representation

My Baremetal AVR Development Environment powered by CMake

Awesome Lists containing this project

README

        

# AVR Baremetal Dev Environment Powered by CMake

This is my personal environment which I use to make my AVR projects.
It supports building multi architecture MCUs in a single projects with easy to use and extensible for a developer.

I use an arduino as my AVR programmer, so I included a *ISP* program as well.

Furthermore, following repositories also included:

- My self-developed AVR Library, [avrlib](https://github.com/Ali-Nasrolahi/avrlib)
- A basic SD Card driver with I/O capabilities, [avr-sdcard](https://github.com/Ali-Nasrolahi/avr-sdcard)