esp-idf/components/pthread/test_apps
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
..
pthread_psram_tests change(pthread): changed pthread to not pull in init functions if not used 2024-08-27 10:00:04 +08:00
pthread_unity_tests Merge branch 'fix/replace_pytest_function' into 'master' 2024-07-31 17:23:56 +08:00
.build-test-rules.yml feat(pthread): Pthread can now use PSRAM as stack 2024-01-22 15:33:05 +08:00