top | item 34338423

(no title)

ikskuh | 3 years ago

Zig is not perfect on targeting AVR, but it's capable enough to not be a PITA.

Since we've made microzig supporting AVR targets (currently atmega328p only, feel free to add more), i'm not using anything else.

Oh and: We can target an ATtiny1616 without problems. avr-libc doesn't officially support the Tiny2 family yet.

discuss

order

lloydatkinson|3 years ago

328p is what I was thinking of when writing this!

ikskuh|3 years ago

Then you definitly should check out MicroZig!

I will push my bugfixes for current master branch tomorrow or later, so you can directly play around!