esp-idf/components/pthread/test_apps/pthread_psram_tests
Marius Vikhammer 385439213a change(pthread): changed pthread to not pull in init functions if not used
The pthread_init function would always get included in the binary,
even when no pthread functions were used.

This happens due to us using -u linker flags to force the linker to
consider the pthread library, to ensure the weak pthread functions in
the toolchain are overridden.

By restructing the code to rely on lazy inits instead we can avoid using
a init function, and therefor save some space.

Closes https://github.com/espressif/esp-idf/issues/14213
2024-08-27 10:00:04 +08:00
..
main change(pthread): changed pthread to not pull in init functions if not used 2024-08-27 10:00:04 +08:00
CMakeLists.txt feat(pthread): Pthread can now use PSRAM as stack 2024-01-22 15:33:05 +08:00
pytest_pthread_psram_tests.py ci: Added missing generic tag to psram tests 2024-04-16 09:17:41 +02:00
README.md feat(pthread): Pthread can now use PSRAM as stack 2024-01-22 15:33:05 +08:00
sdkconfig.defaults feat(pthread): Pthread can now use PSRAM as stack 2024-01-22 15:33:05 +08:00

Supported Targets ESP32