Releases: juliansteenbakker/nordic_dfu
Releases · juliansteenbakker/nordic_dfu
v7.0.0
New Features:
- Added parallel DFU support (thanks @Flasher-MS !)
- iOS and macOS implementation have been merged in one Darwin implementation, and now share the same functionality.
Other Changes:
- All callbacks in startDfu() have been moved to DfuEventHandler class.
- AndroidSpecialOption() and IosSpecialOption() have been deprecated in favor of AndroidOptions() and DarwinOptions().
- [Android] Updated Nordic DFU Library to version 2.8.0
- [Darwin] Updated Nordic DFU Library to version 4.16.0
- [Android] Updated compileSdk to 35.
v6.2.0
- [Android] Updated Nordic DFU Library to version 2.5.0
- [iOS & macOS] Updated Nordic DFU Library to version 4.15.3
v6.1.4
- [Android] Updated Nordic DFU Library to version 2.4.2
- [iOS] Updated Nordic DFU Library to version 4.15.0
v6.1.3
- [Android] Updated Nordic DFU Library to version 2.3.1
- [Android] Fix crash on Android 14
v6.1.2
- [Android] Fixed an issue which caused DFU to not work.
v6.1.1
- [Android] Fix rebootTime parameter to convert to Long from Int (thanks @rstewart22 !)
- [Android] Fix build for older AGP versions.
v6.1.0
- [Android] Added rebootTime parameter.
- [Android] Upgraded to gradle 8
v6.0.1
[Android] Fixed an exception when starting DFU.
v6.0.0
macOS is now supported! The configuration is the same as for iOS.
Other changes:
- [Android] Add dataDelay and numberOfRetries parameters to androidSpecialParameter.
- [iOS] packetReceiptNotificationParameter parameter is added. Set this to 1 if you get error 308.
v5.2.1
[Android] revert kotlin 1.8.0 to 1.7.10 due to compatibility issues.