- Apr 16, 2014
-
-
Paul Sokolovsky authored
Having an optimized asm implementation is good, but if we want portability, that's it.
-
Paul Sokolovsky authored
fix tests/bytecode/README to match contents of tests/bytecode/run-tests
-
Andrew Scheller authored
-
Damien George authored
-
Damien George authored
Need to wait for the low-level USB driver to send the data over the USB in-endpoint before the buffer can be used again. This patch adds a check for this.
-
Damien George authored
New config option MICROPY_FORCE_32BIT (defaulted to 0)
-
Damien George authored
Using Python's file open in 'r' mode opens it for text reading, which converts all new lines to \n. Could use 'rb' binary mode, but then don't have access to the string Template replacement functions. Thus, force the output to have '\\r\\n' ending. Also fix regex to match hex digits.
-
Damien George authored
Auto-generate the stmhal/pybcdc_inf header file from static files
-
Damien George authored
run-tests can now skip certain tests when run under Travis CI
-
Damien George authored
-
Andrew Scheller authored
See the `skip_travis_tests` variable. Fixes #495 (also tidied up usage of os.path.basename() function)
-
Andrew Scheller authored
The USB VID&PID are automatically extracted from usbd_desc_cdc_msc.c and inserted into pybcdc_inf.template, ensuring that the same USB IDs get used everywhere
-
Andrew Scheller authored
Makes it easier for 64-bit unix hosts to build 32-bit unix binaries (for testing)
-
- Apr 15, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Fix call to enable pyb_usart_global_debug.
-
Dave Hylands authored
-
Damien George authored
-
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
Move entry_table to separated header file.
-
AZ Huang 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
-
AZ Huang authored
-
Andrew Scheller authored
-
Andrew Scheller authored
because @pfalcon says so
-