ARMmbed / sal-driver-lwip-k64f-eth

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

Make the rx interrupt handler in the mac layer process all available packets at once. #1

Closed LiyouZhou closed 9 years ago

LiyouZhou commented 9 years ago

Because the interrupt handler is triggered at an interval and multiple packets could have been received during that interval.