mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
e030047f45
Make it possible to enqueue and receive full buffers of data with single call, to avoid call overhead when sending / receiving large amounts of data. Also make it possible for the slave device to leave received data in the controller receive buffers and retrieve it from there by polling Signed-off-by: Jukka Laitinen <jukka.laitinen@intel.com>