You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Adafruit nRF52 Bootloader Changelog
2
2
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`
0 commit comments