September 19, 2024

Biscotti firmware -- AVR libc

This is an essential companion to avr-gcc to do software development for AVR controllers. It is a separate package on Fedora and needs to be explicitly installed via:
dnf install avr-libc
You get a bunch of important header files such as avr/io.h and avr/eeprom.h along with the C language startup code that will get included automatically if you use gcc to link. There is what looks like a nice users manual and documentation.
Feedback? Questions? Drop me a line!

Tom's Light Info / [email protected]