samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up.

This commit is contained in:
Gregory Nutt
2017-07-02 11:04:57 -06:00
parent 0b4a9a0b3d
commit 09ab651e02
24 changed files with 2659 additions and 60 deletions
+1
View File
@@ -42,6 +42,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>