summaryrefslogtreecommitdiff
path: root/lib/micropython-lib
AgeCommit message (Collapse)Author
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>