Skip to content

Tag Archives: avr-libc

AVR Arduino RAW development environment (non IDE)

AVR development environment on Ubuntu Lucid

The devil is in the details: Atmega startup to freertos

Figuring out why something breaks usually involves understanding how it is supposed to work.  Sure, it was easy getting my first Atmega328 code running using Arduino.  Getting the DuinOS version of freeRTOS was a little bit more of a challenge but ran remarkably well given its alpha state.  Getting a printf function to work using [...]