| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-24 | tools/pip-micropython: Remove deprecated wrapper tool. | Paul Sokolovsky | |
| Deprecated for long time, pip-micropython now can't install packages optimized for low-heap ports (like whole of micropython-lib). | |||
| 2015-06-13 | pip-micropython: Add deprecation notice, but still leave for reference. | Paul Sokolovsky | |
| 2014-08-27 | pip-micropython: Revert to using PIP_MICROPY_DEST environment var. | Paul Sokolovsky | |
| -t/--target is a pip option. Trying to use pip options for different meanings in pip-micropython may lead to big confusion. That's why the original passed any extra parameters using environment variables. "All options belong to pip." | |||
| 2014-08-26 | Add pip-micropython to unix make install. | Damien George | |
| Also add -t/--target option to pip-micropython to allowing installing to the pyboard. Thanks to turbinenreiter/Sebastian Plamauer for the patch. | |||
| 2014-04-15 | pip-micropython: Fix inverted condition. | Paul Sokolovsky | |
| 2014-04-14 | pip-micropython: revert $HOME back to ~ | Andrew Scheller | |
| 2014-04-14 | Make pip-micropython more portable | Andrew Scheller | |
| Replace /tmp with a $TMPDIR variable Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable Replace ~ with $HOME | |||
| 2014-04-12 | pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures. | Paul Sokolovsky | |
| 2014-04-07 | pip-micropython: Require command verb, but restrict to "install" only. | Paul Sokolovsky | |
| So, pip-micropython can/should be run as normal pip: pip-micropython install micropython-unittest | |||
| 2014-04-02 | tools: Add pip-micropython to install packages in MicroPython-friendly way. | Paul Sokolovsky | |
