OpenAADL / polyorb-hi-c

PolyORB-HI/C runtime for Ocarina, supports POSIX, RTEMS, Xenomai, XtratuM RTOS
http://www.openaadl.org
Other
13 stars 48 forks source link

Support for large messages #13

Closed yoogx closed 7 years ago

yoogx commented 8 years ago

In its current implementation, PolyORB-HI/C is limited to packed of size < 64KiB. This should be changed to a uint32_t type.

yoogx commented 7 years ago

Moved to openaadl/ocarina#99