Set default partition filesystem to null and add unit tests for it - #112
Conversation
Fix function declaration style for check_partition_alignment(). Signed-off-by: Martin Schwan <m.schwan@phytec.de>
The default filesystem for partitions is now null, instead of fat32. This is now in line with the documentation, which has been using null, too. Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Add a new test for checking all supported partition filesystems, including null and the default value, which should now also be null. Signed-off-by: Martin Schwan <m.schwan@phytec.de>
|
The documentation does not mention any default for the filesystem. |
|
Code and test look good. |
Right. I could swear I read it in that section as well. What I had in mind was probably this: https://partup.readthedocs.io/en/latest/layout-config-reference.html#supported-file-types See the ext[234] description:
This implies the default would be |
Describe the now default filesystem type "null" and when to use it. Add a note, that the default changed with version 4.0.0. Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Fix function declaration style for check_partition_alignment().
The default filesystem for partitions is now null, instead of fat32. This is now in line with the documentation, which has been using null, too.
Add a new test for checking all supported partition filesystems, including null and the default value, which should now also be null.