avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

How to place variables into flash? #236

Open Jochen0x90h opened 6 years ago

Jochen0x90h commented 6 years ago

Hi!

What is the equivalent of PROGMEM or better the __flash modifier of avr-gcc to place variables into flash memory?

Thanks, Jochen