Skip to content

Hardware support package for Microchip ATmega devices

License

Notifications You must be signed in to change notification settings

PhilippWendel/microchip-atmega

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microchip ATmega Hardware Support Package

Note: for testing, renode supports arduino nano 33 BLE

What version of Zig to use

Right now we are following master, but once 0.11.0 is released, we will be switching to the latest stable version of Zig.

FYI: LLVM issues

Currently LLVM is having trouble lowering AVR when this is built in debug mode:

LLVM Emit Object... Don't know how to custom lower this!
UNREACHABLE executed at /Users/mattnite/code/llvm-project-15/llvm/lib/Target/AVR/AVRISelLowering.cpp:842!

for now always build in release small:

zig build -Doptimize=ReleaseSmall

About

Hardware support package for Microchip ATmega devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 100.0%