Compare commits

...

2 Commits

Author SHA1 Message Date
Nebojša Cvetković
a21c93210b
Merge cae6a35ac7 into 59e1838270 2024-09-06 14:35:24 +02:00
Nebojša Cvetković
cae6a35ac7
docs(c++): std::filesystem is generally supported (#5003) 2024-05-02 23:35:00 +01:00

View File

@ -186,7 +186,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.
- C++ filesystem (``std::filesystem``) features are not supported.
What to Avoid