summaryrefslogtreecommitdiff
path: root/lib/micropython-lib
AgeCommit message (Collapse)Author
2024-02-07lib/micropython-lib: Update submodule to latest.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2023-12-22lib/micropython-lib: Update submodule to latest.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2023-10-05lib/micropython-lib: Update submodule to latest.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2023-04-26lib/micropython-lib: Update submodule to latest.Damien George
This brings in support to publish packages to PyPI, adds missing metadata and fixes aioble descriptor flags. Signed-off-by: Damien George <damien@micropython.org>
2023-03-08lib/micropython-lib: Update submodule to latest.Damien George
This brings in the following new modules: hs3003, bmi270, bmm150, cbor2 and senml. It also refactors lsm6dsox and lsm9ds1. Signed-off-by: Damien George <damien@micropython.org>
2023-02-01lib/micropython-lib: Update submodule to latest.Damien George
This brings in the bundle-networking package. Signed-off-by: Damien George <damien@micropython.org>
2022-11-09lib/micropython-lib: Update submodule to latest.Damien George
This brings in mip-cmdline, espflash, use of machine.dht_readinto, and other improvements to existing libraries. Signed-off-by: Damien George <damien@micropython.org>
2022-09-30lib/micropython-lib: Update submodule to latest.Jim Mussared
This brings in the `mip` tool for installing packages. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-08lib/micropython-lib: Update submodule to latest.Jim Mussared
This brings in the drivers and libraries that were previously in this repo. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-05lib/micropython-lib: Update to latest version with manifest changes.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2022-08-03lib/micropython-lib: Add micropython-lib as a submodule.Jim Mussared
Several boards now depend on libraries from micropython-lib. Rather than expecting micropython-lib to be available as a sibling of the micropython repo, instead make it a submodule. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>