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-*/
5656bin /
5757* .emSession
5858* .jlink
59+
60+ TAGS
Original file line number Diff line number Diff line change 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
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
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
6366- Fully support Feather nRF52840
6467- Update bootloader with new led pattern
6568- Fix #203 : return software timer handle
66-
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments