|
AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
|
Portability shims for platform-specific compiler attributes. More...
Go to the source code of this file.
Macros | |
| #define | IRAM_ATTR |
| IRAM_ATTR places a function in IRAM on the ESP32, enabling fast execution from interrupt context. | |
Portability shims for platform-specific compiler attributes.
Include this header in files that use attributes which only exist on certain targets so that the same source compiles on all platforms.
Definition in file platform.h.
| #define IRAM_ATTR |
IRAM_ATTR places a function in IRAM on the ESP32, enabling fast execution from interrupt context.
On other platforms it is a no-op.
Definition at line 16 of file platform.h.