Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali-nasrolahi/avrdev
- Owner: Ali-Nasrolahi
- License: gpl-3.0
- Created: 2024-10-19T16:04:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T12:32:36.000Z (2 months ago)
- Last Synced: 2024-11-27T13:32:14.901Z (2 months ago)
- Language: CMake
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)