Inspirati / gentlenav

Automatically exported from code.google.com/p/gentlenav
0 stars 0 forks source link

NASA Port: IP stack #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Description
The IP stack. It is huge and it's got it's fingers into most of the files. The 
library used is the Microchip Application Library v5.42.?? maybe .2? It's the 
one before .8. See the bottom of options.h and TCPIPConfig.h for supported 
features.

What still needs to be decided?
Wifi support sucks. Unexpected behavior such has invalid SPI reads are handled 
with ASSETRs which halts the processor for debugging instead of safely handling 
the problem. This is limited to the WiFi driver and not the IP stack. Ethernet 
is very stable

What still needs to be done?
nothing, ready to port as-is. 

Original issue reported on code.google.com by magicrub on 30 Aug 2013 at 7:21

GoogleCodeExporter commented 9 years ago
Latest version of TCP/IP stack has been merged from NASA branch to AUAV3 
branch, and it now builds as a library. Similarly the MyIp modules build as a 
second library. So far build tested only, in need of some hardware in order to 
properly test.

Original comment by robert.dickenson on 16 Sep 2013 at 10:53