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
Only limit App partitions to 16MB, allow others to be bigger. (#35)
* Only limit App partitions to 16MB, allow others to be bigger.
The bootloader will crash when starting from an app partition which exceeds
16MB, but larger sizes are fine for data partitions.
Fixes#34
* Additional tests.
Test for error on app partition over 16MB.
Test for valid data partition over 16MB.
Test for error on multiple otadata partitions.
Test for error on otadata partition with invalid size.
* Refactor, check otadata partitions the same way as others are checked.
* Formatting fixes.
Should keep rustfmt happy.
0 commit comments