3 Commits (master)

Author SHA1 Message Date
Jukka Laitinen caaa13ddc0 uORB performance updates 3 years ago
Jukka Laitinen 0b9505453d Clean up interfaces towards uORB 3 years ago
Daniel Agar ab0d0fd0be
uORB move to PX4 platform layer 4 years ago
FengShun d19b54481a fix: uORB topics lost messages when publications overflow 4 years ago
Daniel Agar 8579b5dd26
uORB: Subscription add copy/move constructor and assignment 4 years ago
Daniel Agar 94f7b50970 uORB: add Subscription method to change instance 5 years ago
Daniel Agar 6ff361479c
uORB: introduce SubscriptionMultiArray for working with multi-instances 5 years ago
Daniel Agar 27f23ac290 move initial sensor priority to parameters and purge ORB_PRIORITY 5 years ago
Daniel Agar 372866a22b uORB::DeviceNode replace SubscriptionData with uORB::SubscriptionInterval 5 years ago
Matthias Grob a6777e2650 Subscription: correct doxygen comment 5 years ago
Daniel Agar e34bdb4be9
move IMU integration out of drivers to sensors hub to handle accel/gyro sync 5 years ago
Daniel Agar 5fcd7932e9
mavlink: replace MavlinkOrbSubscription with uORB::Subscription 5 years ago
Daniel Agar 0eca583ecf sensors: move baro aggregation to new sensors/vehicle_air_data 5 years ago
Daniel Agar 9585055e9e
uORB: add bitset for faster orb_exists check and remove uORB::Subscription lazy subscribe hack/optimization 5 years ago
Beat Küng 63b2befeed refactor uorb: rename published to advertised 5 years ago
Beat Küng 3198610f85 src/platforms: move all headers to platforms/common/include/px4_platform_common 5 years ago
Daniel Agar d38dfcfcd3
uORB::Subscription fix initialization but not yet published case 6 years ago
Daniel Agar 8f5b7de498
uORB::Subscription minor API cleanup 6 years ago
Daniel Agar 136962d125
uORB Subscription callbacks with WorkItem scheduling on publication (#12207) 6 years ago
Daniel Agar ceac68e69d uORB remove unused SubscriptionInterval and SubscriptionIntervalData 6 years ago
Daniel Agar 2c63e335e9 uORB::Subscription subscribe directly to uORB device node object 6 years ago
Daniel Agar c7e572d2c2 commander preflight check sensors via uORB instead of IOCTL 6 years ago
Matthias Grob cf48ceb428 Revert "Subscription remove unused instance class member" 7 years ago
Alessandro Simovic f8e4e82bba snapdragon: Applied camelCasing 7 years ago
Alessandro Simovic 50c1eba392 snapdragon: fixed compiler shadow warning, function name was identical as a variable name 7 years ago
Alessandro Simovic cc41d8ccab snapdragon: added missing includes 7 years ago
Beat Küng 737f7df6b8 Subscription & SubscriptionArray: add forcedUpdate() methods 7 years ago
Beat Küng 9b571abb47 FlightTasks: add SubscriptionArray class that contains all subscriptions 7 years ago
Daniel Agar cf2d794da9 Subscription remove unused instance class member 7 years ago
Daniel Agar e63da5860e uORB cleanup Subscription/Publication c++ 8 years ago
Julien Lecoeur 3ff1f4d16f Move uORB::Subscription template implementation to header 8 years ago
Daniel Agar 17c1114b3e clang-tidy readability-named-parameter 8 years ago
Nate Weibley f5ffdba4cc Move uORB Subscription getter to header file (#6891) 8 years ago
Beat Küng aefd217fc0 uorb subscription: remove _interval & use orb_get_interval() instead 9 years ago
Daniel Agar 76387b1693 uorb autogeneration 9 years ago
James Goppert d45e5ca50e Added control state subscription. 9 years ago
jgoppert b9e461b028 Control lib update. 9 years ago
Lorenz Meier c19c8a35b2 uORB: Update code style 9 years ago
TSC21 db48df15c8 Merge branch 'master' 10 years ago
James Goppert e1d2c0c5ad Move more messages to auto-generation, work on C++ code style 10 years ago
Lorenz Meier 8de411619a Initial stab at supporting multiple publications on the same base name and auto-enumeration of additional publications. 10 years ago
Thomas Gubler b0cfc2d122 uORB::SubscriptionNode stores interval 10 years ago
James Goppert c4ed97f3c1 Added uORB tiny pub/sub for usage without struct on stack. 11 years ago
James Goppert afb2c37bfc Fixed uORB Pub/Sub templates for GCC 4.7 11 years ago
James Goppert da9dab2799 Moved List.hpp from controllib to src/include/containers. 11 years ago
James Goppert fd6590cfa7 Moved UOrbPubliction/Subscription to uORB::Publication/Subscription 11 years ago
James Goppert 1980d9dd63 Working on segway controller, restructure of fixedwing. 12 years ago
Lorenz Meier 13fc670386 Moved last libs, drivers and headers, cleaned up IO build 12 years ago
px4dev faced6bfe3 Merge James's controllib bits into a separate library module. 12 years ago
jgoppert 8888b73e16 Added control library. 12 years ago