correct LED1 pin; make volume label FTHRSNSBOOT
This commit is contained in:
parent
802437220c
commit
9df8b8b870
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@ _build-*/
|
|||||||
bin/
|
bin/
|
||||||
*.emSession
|
*.emSession
|
||||||
*.jlink
|
*.jlink
|
||||||
|
|
||||||
|
TAGS
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Adafruit nRF52 Bootloader Changelog
|
# Adafruit nRF52 Bootloader Changelog
|
||||||
|
|
||||||
|
## 0.3.1 - 2020.03.05
|
||||||
|
- Correct LED1 for Feather Sense and change volume name to FTHRSNSBOOT.
|
||||||
|
|
||||||
## 0.3.0 - 2020.01.13
|
## 0.3.0 - 2020.01.13
|
||||||
|
|
||||||
- Upgrade nrfx to v2 for supporting future nrf mcu such as nrf52833, nrf5340
|
- Upgrade nrfx to v2 for supporting future nrf mcu such as nrf52833, nrf5340
|
||||||
@ -63,4 +66,3 @@
|
|||||||
- Fully support Feather nRF52840
|
- Fully support Feather nRF52840
|
||||||
- Update bootloader with new led pattern
|
- Update bootloader with new led pattern
|
||||||
- Fix #203: return software timer handle
|
- Fix #203: return software timer handle
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
/* LED
|
/* LED
|
||||||
*------------------------------------------------------------------*/
|
*------------------------------------------------------------------*/
|
||||||
#define LEDS_NUMBER 2
|
#define LEDS_NUMBER 2
|
||||||
#define LED_PRIMARY_PIN _PINNUM(1, 15)
|
#define LED_PRIMARY_PIN _PINNUM(1, 9)
|
||||||
#define LED_SECONDARY_PIN _PINNUM(1, 10)
|
#define LED_SECONDARY_PIN _PINNUM(1, 10)
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 1
|
||||||
|
|
||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
//------------- UF2 -------------//
|
//------------- UF2 -------------//
|
||||||
#define UF2_PRODUCT_NAME "Adafruit Feather nRF52840 Sense"
|
#define UF2_PRODUCT_NAME "Adafruit Feather nRF52840 Sense"
|
||||||
#define UF2_VOLUME_LABEL "FTHR840BOOT"
|
#define UF2_VOLUME_LABEL "FTHRSNSBOOT"
|
||||||
#define UF2_BOARD_ID "nRF52840-Feather-Sense"
|
#define UF2_BOARD_ID "nRF52840-Feather-Sense"
|
||||||
#define UF2_INDEX_URL "https://www.adafruit.com/product/4516"
|
#define UF2_INDEX_URL "https://www.adafruit.com/product/4516"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user