renesas-rx / amazon-freertos

A fork/prototype of the Amazon FreeRTOS to support Renesas RX MCUs. Please refer to our wiki for more details.
https://github.com/renesas-rx/amazon-freertos/wiki
MIT License
7 stars 6 forks source link

use zero copy feature for FreeRTOS+TCP porting #3

Open HirokiIshiguro opened 5 years ago

HirokiIshiguro commented 5 years ago

Is your feature request related to a problem? Please describe. Current system does not use zero copy feature for FreeRTOS+TCP. Maybe Increasing CPU usage by using BufferAllocation_2.c. https://github.com/renesas-rx/amazon-freertos/tree/master/lib/FreeRTOS-Plus-TCP/source/portable/BufferManagement

Describe the solution you'd like Use BufferAllocation_1.c.

Describe alternatives you've considered None

Additional context None