The set of drivers for MiNode kit.
The minode DAL is built on top of ARM mbed and hence uses yotta as an offline build system.
Refer to yotta Documentation to install yotta
srecord
$ sudo apt-get install srecord
$ cd /path/to/minode-dal
$ yt target bbc-microbit-classic-gcc
$ cd /path/to/minode-dal
$ yt build
TBD