ARMmbed / sal-driver-lwip-k64f-eth

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

Enable pushing TCP buffers in the IRQ handler #10

Closed bremoran closed 8 years ago

bremoran commented 8 years ago

Add a volatile pointer to the pbuf to push Call tcp_output if the pbuf pointer is not NULL Change NVIC calls to vIRQ calls

This is a temporary workaround until #9 can be finished.

bremoran commented 8 years ago

cc @bogdanm

bogdanm commented 8 years ago

+1