17 | | 1 start with current LWIP source |
18 | | 2 update the port for current RTEMS and current LWIP |
19 | | 3 make the port portable across CPU architectures and BSPs (This is usually not as hard as it sounds.) |
20 | | 4 Provide documentation and examples that run on at least |
21 | | qemu so others can provide feedback. |
22 | | 5 Ideally use the standard BSD NIC drivers if at all technically possible so when you write a driver for one TCP/IP stack, you automatically get it for both stacks in RTEMS. |
| 17 | # start with current LWIP source |
| 18 | # update the port for current RTEMS and current LWIP |
| 19 | # make the port portable across CPU architectures and BSPs (This is usually not as hard as it sounds.) |
| 20 | # Provide documentation and examples that run on at least qemu so others can provide feedback. |
| 21 | # Ideally use the standard BSD NIC drivers if at all technically possible so when you write a driver for one TCP/IP stack, you automatically get it for both stacks in RTEMS. |