aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/conf_board.h (renamed from atmel-samd/boards/feather_m0_ble/conf_board.h)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/conf_clocks.h (renamed from atmel-samd/boards/feather_m0_ble/conf_clocks.h)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/conf_sleepmgr.h (renamed from atmel-samd/boards/feather_m0_ble/conf_sleepmgr.h)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/conf_usb.h (renamed from atmel-samd/boards/feather_m0_ble/conf_usb.h)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/init.c (renamed from atmel-samd/boards/feather_m0_ble/init.c)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.h (renamed from atmel-samd/boards/feather_m0_ble/mpconfigboard.h)2
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk (renamed from atmel-samd/boards/feather_m0_ble/mpconfigboard.mk)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/pins.c (renamed from atmel-samd/boards/feather_m0_ble/pins.c)0
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/pins.h (renamed from atmel-samd/boards/feather_m0_ble/pins.h)6
-rw-r--r--atmel-samd/boards/feather_m0_bluefruit_le/user_board.h (renamed from atmel-samd/boards/feather_m0_ble/user_board.h)0
10 files changed, 4 insertions, 4 deletions
diff --git a/atmel-samd/boards/feather_m0_ble/conf_board.h b/atmel-samd/boards/feather_m0_bluefruit_le/conf_board.h
index ea9327571..ea9327571 100644
--- a/atmel-samd/boards/feather_m0_ble/conf_board.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/conf_board.h
diff --git a/atmel-samd/boards/feather_m0_ble/conf_clocks.h b/atmel-samd/boards/feather_m0_bluefruit_le/conf_clocks.h
index 20ee967e2..20ee967e2 100644
--- a/atmel-samd/boards/feather_m0_ble/conf_clocks.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/conf_clocks.h
diff --git a/atmel-samd/boards/feather_m0_ble/conf_sleepmgr.h b/atmel-samd/boards/feather_m0_bluefruit_le/conf_sleepmgr.h
index 281a36078..281a36078 100644
--- a/atmel-samd/boards/feather_m0_ble/conf_sleepmgr.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/conf_sleepmgr.h
diff --git a/atmel-samd/boards/feather_m0_ble/conf_usb.h b/atmel-samd/boards/feather_m0_bluefruit_le/conf_usb.h
index 70035e64a..70035e64a 100644
--- a/atmel-samd/boards/feather_m0_ble/conf_usb.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/conf_usb.h
diff --git a/atmel-samd/boards/feather_m0_ble/init.c b/atmel-samd/boards/feather_m0_bluefruit_le/init.c
index 32fba3695..32fba3695 100644
--- a/atmel-samd/boards/feather_m0_ble/init.c
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/init.c
diff --git a/atmel-samd/boards/feather_m0_ble/mpconfigboard.h b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.h
index f8ee70368..622ba8fd3 100644
--- a/atmel-samd/boards/feather_m0_ble/mpconfigboard.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.h
@@ -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"
diff --git a/atmel-samd/boards/feather_m0_ble/mpconfigboard.mk b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk
index 6948e10df..6948e10df 100644
--- a/atmel-samd/boards/feather_m0_ble/mpconfigboard.mk
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk
diff --git a/atmel-samd/boards/feather_m0_ble/pins.c b/atmel-samd/boards/feather_m0_bluefruit_le/pins.c
index b60d7562f..b60d7562f 100644
--- a/atmel-samd/boards/feather_m0_ble/pins.c
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/pins.c
diff --git a/atmel-samd/boards/feather_m0_ble/pins.h b/atmel-samd/boards/feather_m0_bluefruit_le/pins.h
index 7856557e9..9623a5a4f 100644
--- a/atmel-samd/boards/feather_m0_ble/pins.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/pins.h
@@ -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__
diff --git a/atmel-samd/boards/feather_m0_ble/user_board.h b/atmel-samd/boards/feather_m0_bluefruit_le/user_board.h
index 39980a7d2..39980a7d2 100644
--- a/atmel-samd/boards/feather_m0_ble/user_board.h
+++ b/atmel-samd/boards/feather_m0_bluefruit_le/user_board.h