ARMmbed / sal-driver-lwip-k64f-eth

LwIP platform-specific implementation for k64f
Other
1 stars 3 forks source link

Remove malloc from IRQ context in k64f ethernet driver #12

Closed bremoran closed 8 years ago

bremoran commented 8 years ago

This PR restores v1.0.4 and replaces pbuf_alloc with memp_malloc, since the use of the buffers is raw, not structured pbufs.

bremoran commented 8 years ago

cc @bogdanm @teetak01

bogdanm commented 8 years ago

+1