nuttx/tools/ci
zhangyuan21 514e77b75e semaphore: Optimize priority inheritance with only one holder
This PR is a modification that optimizes priority inheritance
for only one holder. After the above modifications are completed,
the mutex lock->unlock process that supports priority inheritance
can be optimized by 200 cycles.

Before modify: 2000 cycle
After modify: 1742 cycle

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-06-17 08:26:46 +03:00
..
docker/linux tools/ci: upgrade to the latest Xtensa ESP32 toolchains 2023-03-21 21:59:30 -03:00
patch
testlist semaphore: Optimize priority inheritance with only one holder 2023-06-17 08:26:46 +03:00
testrun
cibuild.sh ci/cibuild.sh: upgrade esptool to 4.5.1 2023-04-12 23:14:45 +03:00
cirun.sh
README.md

CI Tools

These are tools and data used for the CI system. Some of what is here may also be useful for local testing.