Skip to content

extmod/vfs_fat: support FAT32 in mkfs=T case on mount#4

Open
doc-hex wants to merge 56 commits intomasterfrom
pr-fat32
Open

extmod/vfs_fat: support FAT32 in mkfs=T case on mount#4
doc-hex wants to merge 56 commits intomasterfrom
pr-fat32

Conversation

@doc-hex
Copy link
Copy Markdown
Collaborator

@doc-hex doc-hex commented Mar 30, 2021

Extending the fix from PR micropython#4637

doc-hex and others added 30 commits December 20, 2017 10:31
…et (MCU_SERIES_L4 only, affects SDCard support)
…Def). stm32lib has fixes in stm32_hal_legacy.h for other MCU series other than STM32L4
After calling HAL_SYSTICK_Config the SysTick IRQ priority is set to 15, the
lowest priority.  This commit reconfigures the IRQ priority to the desired
TICK_INT_PRIORITY value.
doc-hex and others added 26 commits May 17, 2018 09:07
The existing uos.remove cannot be used to remove directories, instead
uos.rmdir is needed.  And also provide uos.rename to get a good set of
filesystem functionality without requiring additional Python-level os
functions (eg using ffi).
We standardized to provide uos.remove() as a more obvious and user-friendly
name.  That's what written in the docs.  The Unix port implementation
predates this convention, so update it now.
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 701523489

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.01%) to 98.308%

Changes Missing Coverage Covered Lines Changed/Added Lines %
extmod/vfs_fat.c 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
py/map.c 1 99.5%
py/runtime.c 1 99.25%
Totals Coverage Status
Change from base Build 701515600: -0.01%
Covered Lines: 20567
Relevant Lines: 20921

💛 - Coveralls

@andrewleech
Copy link
Copy Markdown

Good find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants