atmel-samd: Rename the Feather M0 BLE to Feather M0 Bluefruit LE.

This commit is contained in:
Scott Shawcroft 2016-08-31 09:56:06 -07:00
parent a6bc701917
commit 1725710feb
10 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@
// #define UART_REPL
#define USB_REPL
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 BLE"
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Bluefruit LE"
#define MICROPY_HW_MCU_NAME "samd21g18"

View File

@ -1,6 +1,6 @@
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
#include "modmachine_pin.h"
@ -25,4 +25,4 @@ extern const pin_obj_t pin_PA16;
extern const pin_obj_t pin_PA19;
extern const pin_obj_t pin_PA17;
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__