Commit 85e8f61
committed
lib/micropython-lib: Update submodule to latest.
This brings in:
- sdcard: Send stop bit after multi-block read/write
- sdcard: Compute CRC7 for all SPI commands
- sdcard: Add read/write speed test to sdtest
- lsm6dsox: Add pedometer support
- lsm6dsox: Add pedometer example code
- unix-ffi/re: Handle PCRE2_UNSET in group and groups methods
- unix-ffi/re: Add tests for empty string match in ffi regex
- unix-ffi/machine: Retrieve a unique identifier if one is known
- senml/docs: Correct capitalization of 'MicroPython'
- unix-ffi/_libc: Extend FreeBSD libc versions range
- string: Convert string module to package and import templatelib
Signed-off-by: Damien George <damien@micropython.org>1 parent 5c00edc commit 85e8f61
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule micropython-lib updated 17 files
- micropython/drivers/imu/lsm6dsox/lsm6dsox.py+94-8
- micropython/drivers/imu/lsm6dsox/lsm6dsox_pedometer.py+55
- micropython/drivers/imu/lsm6dsox/manifest.py+1-1
- micropython/drivers/storage/sdcard/manifest.py+1-1
- micropython/drivers/storage/sdcard/sdcard.py+26-17
- micropython/drivers/storage/sdcard/sdtest.py+21
- micropython/senml/docs/index.md+1-1
- python-stdlib/string/manifest.py+2-2
- python-stdlib/string/string/__init__.py
- python-stdlib/string/string/templatelib.py+5
- unix-ffi/_libc/_libc.py+1-1
- unix-ffi/_libc/manifest.py+1-1
- unix-ffi/machine/machine/__init__.py+9
- unix-ffi/machine/manifest.py+1-1
- unix-ffi/re/manifest.py+1-1
- unix-ffi/re/re.py+7-4
- unix-ffi/re/test_re.py+6
0 commit comments