esp-rom-sys 0.1.4

ROM code support
Documentation
1
2
3
4
5
6
7
The libs directory may contain `libesp_rom.a` (or any other static library) meant to patch ROM functions.

Additionally you can have a `add_rwtext` file which adds to the `.rwtext` section.

Remember the linker scripts usually define the ROM functions weakly which means we can patch them.

Patches for all chips should originate from one ESP-IDF version only and that should be documented in the crate's README.md.