Skip to content

Commit e2e220a

Browse files
authored
Merge pull request #113 from dhalbert/feather-sense-leds
correct LED1 pin; make volume label FTHRSNSBOOT
2 parents 8024372 + 9df8b8b commit e2e220a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ _build-*/
5656
bin/
5757
*.emSession
5858
*.jlink
59+
60+
TAGS

changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Adafruit nRF52 Bootloader Changelog
22

3+
## 0.3.1 - 2020.03.05
4+
- Correct LED1 for Feather Sense and change volume name to FTHRSNSBOOT.
5+
36
## 0.3.0 - 2020.01.13
47

58
- Upgrade nrfx to v2 for supporting future nrf mcu such as nrf52833, nrf5340
@@ -29,7 +32,7 @@
2932
- NFC pins are forced to GPIO mode by bootloader
3033
- Added Metro nRF52840 Express VID/PID
3134
- Enhance board management
32-
- Added electronut/papyr_support
35+
- Added electronut/papyr_support
3336

3437
## 0.2.9
3538

@@ -45,7 +48,7 @@
4548
- Fixed PWM psel[1] is not reset
4649
- Fixed #41 move RXD, TXD into board header
4750
- Added Metro nRF52840 Rev A
48-
- Fixed #40 OTA issue with BLE_GAP_EVT_PHY_UPDATE_REQUEST e.g connecting with iPhone X
51+
- Fixed #40 OTA issue with BLE_GAP_EVT_PHY_UPDATE_REQUEST e.g connecting with iPhone X
4952

5053
## 0.2.6
5154

@@ -63,4 +66,3 @@
6366
- Fully support Feather nRF52840
6467
- Update bootloader with new led pattern
6568
- Fix #203: return software timer handle
66-

src/boards/feather_nrf52840_sense/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/* LED
3232
*------------------------------------------------------------------*/
3333
#define LEDS_NUMBER 2
34-
#define LED_PRIMARY_PIN _PINNUM(1, 15)
34+
#define LED_PRIMARY_PIN _PINNUM(1, 9)
3535
#define LED_SECONDARY_PIN _PINNUM(1, 10)
3636
#define LED_STATE_ON 1
3737

@@ -71,7 +71,7 @@
7171

7272
//------------- UF2 -------------//
7373
#define UF2_PRODUCT_NAME "Adafruit Feather nRF52840 Sense"
74-
#define UF2_VOLUME_LABEL "FTHR840BOOT"
74+
#define UF2_VOLUME_LABEL "FTHRSNSBOOT"
7575
#define UF2_BOARD_ID "nRF52840-Feather-Sense"
7676
#define UF2_INDEX_URL "https://www.adafruit.com/product/4516"
7777

0 commit comments

Comments
 (0)