BeRTOS
|
Support for reading program memory on Harvard architectures. More...
Go to the source code of this file.
Support for reading program memory on Harvard architectures.
Support is currently provided for AVR microcontrollers only.
These macros allow building code twice, with and without pgm support (e.g.: strcpy() and strcpy_P()).
Set the _PROGMEM predefine to compile in conditional program-memory support.
Definition in file cpu/pgm.h.