Files
paparazzi/conf/modules/threads.xml
Fabien-B 02b08b08c4 Threads abstraction (#3423)
* Threads and synchronization abstractions for paparazzi.
* Test module for the threads abstraction.
* Replace old mutexes by the new ones.

---------

Co-authored-by: Fabien-B <Fabien-B@github.com>
2025-02-03 14:05:16 +01:00

21 lines
363 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="threads" dir="core" task="core">
<doc>
<description>
Provide threads and synchronization primitives.
</description>
</doc>
<dep>
</dep>
<header>
<file name="threads.h"/>
</header>
<makefile>
<file_arch name="threads_arch.c"/>
<test>
</test>
</makefile>
</module>