File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/boards/feather_nrf52840_sense Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,5 @@ _build-*/
56
56
bin /
57
57
* .emSession
58
58
* .jlink
59
+
60
+ TAGS
Original file line number Diff line number Diff line change 1
1
# Adafruit nRF52 Bootloader Changelog
2
2
3
+ ## 0.3.1 - 2020.03.05
4
+ - Correct LED1 for Feather Sense and change volume name to FTHRSNSBOOT.
5
+
3
6
## 0.3.0 - 2020.01.13
4
7
5
8
- Upgrade nrfx to v2 for supporting future nrf mcu such as nrf52833, nrf5340
29
32
- NFC pins are forced to GPIO mode by bootloader
30
33
- Added Metro nRF52840 Express VID/PID
31
34
- Enhance board management
32
- - Added electronut/papyr_support
35
+ - Added electronut/papyr_support
33
36
34
37
## 0.2.9
35
38
45
48
- Fixed PWM psel[ 1] is not reset
46
49
- Fixed #41 move RXD, TXD into board header
47
50
- 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
49
52
50
53
## 0.2.6
51
54
63
66
- Fully support Feather nRF52840
64
67
- Update bootloader with new led pattern
65
68
- Fix #203 : return software timer handle
66
-
Original file line number Diff line number Diff line change 31
31
/* LED
32
32
*------------------------------------------------------------------*/
33
33
#define LEDS_NUMBER 2
34
- #define LED_PRIMARY_PIN _PINNUM(1, 15 )
34
+ #define LED_PRIMARY_PIN _PINNUM(1, 9 )
35
35
#define LED_SECONDARY_PIN _PINNUM(1, 10)
36
36
#define LED_STATE_ON 1
37
37
71
71
72
72
//------------- UF2 -------------//
73
73
#define UF2_PRODUCT_NAME "Adafruit Feather nRF52840 Sense"
74
- #define UF2_VOLUME_LABEL "FTHR840BOOT "
74
+ #define UF2_VOLUME_LABEL "FTHRSNSBOOT "
75
75
#define UF2_BOARD_ID "nRF52840-Feather-Sense"
76
76
#define UF2_INDEX_URL "https://www.adafruit.com/product/4516"
77
77
You can’t perform that action at this time.
0 commit comments