esp-idf/components/cxx/test_apps/general
Planck (Lu Zeyu) 255d499884 fix(ll): fix cpp compile error
Merges https://github.com/espressif/esp-idf/pull/12093

fix(ll): remove FLAG_ATTR macro

Such kind of operator overload will not work because C++ thinks such overload is ambiguous and it still prefer the built-in one which accepts and returns integer. Manually force type conversion seems to be unavoidable.
2023-09-14 14:48:12 +08:00
..
main fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pytest_cxx_general.py cxx: fixed stack smash test case failing due to changed output 2022-12-13 11:15:01 +08:00
README.md refactor (cxx): changed cxx unit tests to component unit tests 2022-03-25 12:14:02 +08:00
sdkconfig.ci.exceptions_rtti refactor (cxx): changed cxx unit tests to component unit tests 2022-03-25 12:14:02 +08:00
sdkconfig.ci.noexcept refactor (cxx): changed cxx unit tests to component unit tests 2022-03-25 12:14:02 +08:00
sdkconfig.defaults TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00

Supported Targets ESP32 ESP32-C3