sandeepmistry/arduino-nRF5

Add mbed disk programmer option

Open

#107 geöffnet am 2. März 2017

Auf GitHub ansehen
 (20 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (288 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (952 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

During #HackIllinois2017 @jacobrosenthal observed many issues with Windows and Zadig.

Need to explore adding a option to upload using the mbed disk using a batch file (windows) and shell script (Linux/Mac).

Rough set of steps needed:

  1. Build .hex file and merge soft device. If soft device is not erased during upload we can skip the merge step.
  2. Detect mbed drive location via checking drives for a MBED.htm file
  3. Copy file to mbed disk drive.

Contributor Guide