- Apr 15, 2014
-
-
Damien George authored
Mac OS X sends a SCSI command to remove the medium when it unmounts a drive. If this command is not honoured, then OS X will automatically remount the drive, making it impossible to eject. This patch disables the USB MSC when the right SCSI command is sent.
-
Damien George authored
Reads ADC values into a bytearray (or similar) at a fixed rate. Needs a better name and improved API. Also fix up DAC dma function (which also needs a better name and API).
-
Damien George authored
Simple way to find the address of an attached I2C device.
-
Damien George authored
-
Damien George authored
Need to click on icon at right to see the output.
-
Damien George authored
I was too hasty. Still a one-liner though.
-
Damien George authored
A one-liner, added especially for @pfalcon :)
-
Damien George authored
Would be good to test this, but need to find a way to optionally not running it when on travis.
-
Damien George authored
-
Damien George authored
Seems that any commands in after_failure do not have stdout...
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Fixed Travis-CI Build Status Link in README.md
-
Andrew Scheller authored
-
Andrew Scheller authored
because @pfalcon says so
-
Jonathan Greig authored
-
Andrew Scheller authored
Conflicts: .travis.yml
-
Paul Sokolovsky authored
-
Andrew Scheller authored
Check that the bare-arm, stmhal and unix-cpy ports at least remain compilable, even if we can only actually run tests against the unix port.
-
Paul Sokolovsky authored
Update .travis.yml to use python3.3
-
Andrew Scheller authored
Seems like I'd inadvertently created invalid YAML!
-
Andrew Scheller authored
Add diffing of failure logs
-
Andrew Scheller authored
Doh, the shebang line for run-tests itself relies on `python3`
-
- Apr 14, 2014
-
-
Andrew Scheller authored
This *might* fix it enough for all tests to run (maybe?)
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
Needs a proper fix, to install/configure CPython 3.3.x (or 3.4.0) on Travis CI.
-
Damien George authored
-
Paul Sokolovsky authored
That was easy - just avoid erroring out on seeing candidate dir for namespace package. That's far from being complete though - namespace packages should support importing portions of package from different sys.path entries, here we require first matching entry to contain all namespace package's portions. And yet, that's a way to put parts of the same Python package into multiple installable package - something we really need for *Micro*Python.
-
Paul Sokolovsky authored
-
Damien George authored
pip-micropython: revert $HOME back to ~
-
Andrew Scheller authored
-
Damien George authored
-
Damien George authored
Don't allow both ENDIANNESSes to be set
-
Damien George authored
Make pip-micropython more portable
-
Damien George authored
-
Damien George authored
-