mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-24 17:36:15 +00:00
docs(cplusplus): remove the limitation on IRAM_ATTR for templates
The issue has been fixed since GCC 14. Related to https://github.com/espressif/esp-idf/issues/4542
This commit is contained in:
@@ -200,7 +200,6 @@ Limitations
|
||||
-----------
|
||||
|
||||
- Linker script generator does not support function level placements for functions with C++ linkage.
|
||||
- Various section attributes (such as ``IRAM_ATTR``) are ignored when used with template functions.
|
||||
- Vtables are placed into Flash and are not accessible when the flash cache is disabled. Therefore, virtual function calls should be avoided in :ref:`iram-safe-interrupt-handlers`. Placement of Vtables cannot be adjusted using the linker script generator, yet.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user