Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
avr-gcc does define this __AVR_TINY_ macro for the tiny device family, we can check that by avr-gcc -mmcu=avrtiny -E -dM -xc /dev/null -dM | grep tiny -i.