This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 48e9b4fc7a2 mm/iob: limit the alignment length of IOB to no less than
sizeof(uinptr_t)
add 3e025b5a037 net/can: can protocol uses a separate buffer to cache can
data
add 6144b518485 netdev_upperhalf.c: support alloc iob from CAN buffer pool
No new revisions were added by this update.
Summary of changes:
drivers/net/netdev_upperhalf.c | 12 +-
include/nuttx/net/can.h | 43 +++++++
net/can/CMakeLists.txt | 4 +
net/can/Kconfig | 9 ++
net/can/Make.defs | 6 +
net/can/can.h | 6 +-
.../src/stm32_extmem.c => net/can/can_bufpool.c | 124 +++++++++++----------
net/can/can_callback.c | 10 +-
net/can/can_getsockopt.c | 2 +-
net/can/can_input.c | 2 +-
net/can/can_sendmsg_buffered.c | 7 +-
net/can/can_setsockopt.c | 4 +-
net/can/can_sockif.c | 3 +-
13 files changed, 158 insertions(+), 74 deletions(-)
copy boards/arm/stm32/stm3240g-eval/src/stm32_extmem.c =>
net/can/can_bufpool.c (58%)