add boards.c , remove msc_uf2.h lots of clean up and refactor

This commit is contained in:
hathach
2018-08-14 15:56:24 +07:00
parent e4716816c2
commit 85ad6e6b65
13 changed files with 233 additions and 216 deletions

View File

@ -63,6 +63,7 @@
#define HWFC false
// Used as model string in OTA mode
#define DIS_MODEL "Bluefruit Feather nRF52832"
#define DIS_MANUFACTURER "Adafruit Industries"
#define DIS_MODEL "Bluefruit Feather nRF52832"
#endif // _FEATHER52832_H

View File

@ -65,6 +65,7 @@
#define HWFC false
// Used as model string in OTA mode
#define DIS_MODEL "Bluefruit Feather nRF52840"
#define DIS_MANUFACTURER "Adafruit Industries"
#define DIS_MODEL "Bluefruit Feather nRF52840 Express"
#endif // _FEATHER52840_H

View File

@ -63,6 +63,7 @@
#define HWFC false
// Used as model string in OTA mode
#define DIS_MODEL "Nordic PCA10056"
#define DIS_MANUFACTURER "Nordic"
#define DIS_MODEL "PCA10056"
#endif // PCA10056_H