This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-04-14 10:07:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PX4-Autopilot
/
libuavcan
History
Pavel Kirienko
f155702008
Data type registrator went the same way - using plain statics instead of in-place allocation at first call. For code size critical applications, GCC flag -fno-threadsafe-statics should be used
2014-04-20 23:40:32 +04:00
..
dsdl_compiler
DSDL signature in generated types is upper case
2014-04-19 22:15:26 +04:00
include
/uavcan
Data type registrator went the same way - using plain statics instead of in-place allocation at first call. For code size critical applications, GCC flag -fno-threadsafe-statics should be used
2014-04-20 23:40:32 +04:00
src
Good old GDTR singleton re-implemented via static local again, because previous implementation could cause undefined behavior as GDTR could be initialized after static type registrators that use it
2014-04-20 23:14:02 +04:00
test
Fixed memory leak in CanIOManager test
2014-04-19 19:13:52 +04:00
tools
Uncrustify config moved into tools/
2014-04-18 15:17:53 +04:00
CMakeLists.txt
Fixed library targets for tests
2014-03-29 15:37:20 +04:00
cppcheck.sh
Multithreaded mode for cppcheck
2014-03-17 22:19:52 +04:00
include.mk
include.mk make script
2014-04-02 12:34:58 +04:00