Skip to content

Commit 5356456

Browse files
authored
Release 4.1.2
- Bugfix: Fixed an issue introduced in 4.1.1 that caused legacy DFU to fail on some devices - Bugfix: Fixed missing information in the documentation that explains how to enable the experimental buttonless DFU feature - Improvement: Added test suites in the example app, this is available via the `pod try` command. It allows to automate testing of the DFU library using bootloaders from different SDKs on nRF51, nRF52832 and nRF840. It also provides a way to automate testing of custom firmware chain upgrade (v1.0 -> v2.0 -> v3.0, etc..).
2 parents 4c97ff9 + 14dc460 commit 5356456

File tree

80 files changed

+40663
-1080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+40663
-1080
lines changed

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- iOSDFULibrary (4.1.0):
2+
- iOSDFULibrary (4.1.2):
33
- Zip (~> 1.0)
44
- Zip (1.1.0)
55

@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
1111
:path: ../
1212

1313
SPEC CHECKSUMS:
14-
iOSDFULibrary: e245240cc1096f3961f2e5ec53860f8fca1ff648
14+
iOSDFULibrary: 75a9f2ce7bc0e6841e1788d497363d5f83d953d0
1515
Zip: 8877eede3dda76bcac281225c20e71c25270774c
1616

1717
PODFILE CHECKSUM: a42257b10ac656a4b389065dbd1f16d0c4eddbaa
1818

19-
COCOAPODS: 1.3.1
19+
COCOAPODS: 1.4.0

Example/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 339 additions & 325 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example-frameworks.sh

Lines changed: 38 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example.debug.xcconfig

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example.release.xcconfig

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests-frameworks.sh

Lines changed: 38 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests.debug.xcconfig

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests.release.xcconfig

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)