Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
49:18f1354f9e51
Parent:
45:f146a8ef5ea6
Child:
55:79ab0bbc5008
--- a/xDotBridge/README.md	Mon Feb 13 17:10:59 2017 -0700
+++ b/xDotBridge/README.md	Fri Feb 17 08:06:37 2017 -0700
@@ -112,3 +112,25 @@
 Just use the xDots and the conduit as they are designed to be used.  No pairing just straight LoRaWAN.
 
 * Future idea maybe a RX with WAN enabled acts as a repeater to conduit.
+
+# Nonvolatile Memory Map
+## Radio Parameters
+TBD.  Most of this should be stored automatically by dot-firmware.  WIll try to figure out where in overall
+memory map.  Reserved dot NVM 0x0000 -> 0x0FFF
+
+## IO Baseboard Parameters
+==============================================
+= Dot Relative Addr | Size (in Bytes) | Name =
+==============================================
+= 0x1000 | 2 Bytes | Baseboard Flag          =
+==============================================
+= 0x1002 | 2 Bytes | Baseboard Rev           =
+==============================================
+= 0x1004 | 2 Bytes | Baseboard Serial        =
+==============================================
+= 0x1004 | 2 Bytes | Baseboard Configuration =
+==============================================
+= 0x1010 | 4 Bytes | PortEx0 64 bit ROM Addr =
+==============================================
+= 0x1014 | 4 Bytes | PortEx1 64 bit ROM Addr =
+==============================================