nuttx-apps/system/uorb
jihandong d8d1e1e761 apps/system/uorb: c unit testcases
testcases:
1. test_single(): single instance, advertise then subscribe.
2. test_multi_inst10(): 10 instance, each 1 subscriber.
3. test_multi(): 2 instances, 2 advertisers, 2 subscribers.
4. test_multi_reversed(): same as test_multi(), but subsribe before
		          advertise.
5. test_unadvertise(): unadvertise upper 4 advertisers.
6. test_multi2(): same as tset_multi(). but multi-thread.
7, test_queue():  topic queue_size = 16.

Signed-off-by: jihandong <jihandong@xiaomi.com>
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2022-07-23 16:57:58 -03:00
..
test apps/system/uorb: c unit testcases 2022-07-23 16:57:58 -03:00
uORB apps/system/uorb: c interfaces. 2022-07-23 16:57:58 -03:00
Kconfig apps/system/uorb: c unit testcases 2022-07-23 16:57:58 -03:00
Make.defs apps/system/uorb: c interfaces. 2022-07-23 16:57:58 -03:00
Makefile apps/system/uorb: c unit testcases 2022-07-23 16:57:58 -03:00