diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 13:01:59 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-14 13:10:17 -0700 |
| commit | cb99ae50328de982244ed5cd486ccd57f5bd93bd (patch) | |
| tree | 37105fe22077ff0092ed7dfe285c0c7684291db5 /atmel-samd/README.md | |
| parent | 343ff4faed9ec03c03382022e9c32c5d411ed6a9 (diff) | |
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because there isn't anything Bluefruit specific yet.v1.8.4-20161014
Diffstat (limited to 'atmel-samd/README.md')
| -rw-r--r-- | atmel-samd/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atmel-samd/README.md b/atmel-samd/README.md index 235203e57..105f629e8 100644 --- a/atmel-samd/README.md +++ b/atmel-samd/README.md @@ -1,7 +1,7 @@ # SAMD21x18 This port brings MicroPython to SAMD21x18 based development boards including the -Arduino Zero, Adafruit Feather M0 and Adafruit M0 BLE. +Arduino Zero, Adafruit Feather M0 Basic and Adafruit M0 Bluefruit LE. ## Building @@ -11,7 +11,7 @@ To build for the Arduino Zero: To build for other boards you must change it by setting `BOARD`. For example: - make BOARD=feather_m0_ble + make BOARD=feather_m0_basic Board names are the directory names in the `boards` folder. @@ -23,7 +23,7 @@ to flash MicroPython. First, activate the bootloader. On Adafruit Feathers you can double click the reset button and the #13 will fade in and out. Finally, run bossac: - tools/bossac_osx -e -w -v -b -R build-feather_m0_ble/firmware.bin + tools/bossac_osx -e -w -v -b -R build-feather_m0_basic/firmware.bin ### No Bootloader via GDB This method works for loading MicroPython onto the Arduino Zero via the |
