You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
.. a requirement that oofatfs needs to be taught to respect. This problem can be demonstrated with the following snippet, except that the related file ("test.bin") must also be contiguous on the filesystem. You can ensure this by reformatting your device's filesystem before testing, then copying any single file bigger than 4kB to test.bin. f = open("test.bin", "rb") f.seek(2048) b = bytearray(2048) v = memoryview(b) f.readinto(v[909:]) Closes: #2332 |
3 years ago | |
---|---|---|
.. | ||
atmel-samd | 3 years ago | |
cxd56 | 3 years ago | |
nrf | 3 years ago | |
stm32f4 | 3 years ago | |
unix | 3 years ago |