Skip to content

Commit a141254

Browse files
committed
update changelog
1 parent 01b032e commit a141254

File tree

2 files changed

+11
-31
lines changed

2 files changed

+11
-31
lines changed

.travis.yml.bck

Lines changed: 0 additions & 31 deletions
This file was deleted.

changelog.md

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

3+
## 0.4.0 - 2021.01.19
4+
5+
- Decouple bootloader and softdevice i.e bootloader will always work with and/or without softdevice present. This allows application to pack firmware + softdevice into an uf2/serial for DFU.
6+
- Add self-update feature with update-{board}.uf2. This allow bootloader to update itself easily (requires running bootloader with at least 0.4.0)
7+
- Enlarge the fake FAT disk to ~ 32MB to allow piggy-pack multiple application (different family ID) within the same uf2.
8+
- Support uf2 with family ID = vendor ID + product ID
9+
- Reset into application if there is no USB connection in ~3 seconds.
10+
- Remove DFU idle 300 seconds timeout
11+
- Support power supply configuration with `ENABLE_DCDC_0` and `ENABLE_DCDC_1`
12+
- Add new boards support: nice nano, bast ble, ikigaisense vita, nrf52840 M2, Pitaya Go, AE-BL652-BO, BlueMicro, ADM_B_NRF52840_1
13+
314
## 0.3.2 - 2020.03.12
415

516
- Make sure all pins are in reset state when jumping to app mode.

0 commit comments

Comments
 (0)