mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
* 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>
21 lines
363 B
XML
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>
|
|
|