Forum Discussion
Altera_Forum
Honored Contributor
18 years agoAltera TSE driver for lwip
Hello, I am in the middle of a project and a kind of stucked. My experience with altera, nios and so on is maybe 2 months now. What a colleague and me have reached for now: Porting FreeRtos Rea...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Could say if you find a way to write a TSE driver for LWIP ? --- Quote End --- Yes, I did. The current TSE driver can be adapted to lwIP. At the point it receives a packet, you want to put it on a queue that low_level_input calls will pick up. For output, low_level_output can send the packet much like the current driver does now. The one difference is you pass a lwIP pbuf pointer in and out of the driver. Bill