Crate esp8266_hal_proc_macros

Source
Expand description

Internal implementation details of esp8266-hal`.

Do not use this crate directly.

§TODO:

[ ] Checking of all called functions and data are in ram [ ] Automatic checking of 0 init and then use .bss segment

Attribute Macros§

interrupt
Marks a function as an interrupt handler
ram
This attribute allows placing statics, constants and functions into ram.