1735 Commits (fb06bfc11ccc2506d27e3f53750771d5c737df2e)
 

Author SHA1 Message Date
Damien George fb06bfc11c stmhal: Clean up fatality indications; remove long-obsolete malloc0.c. 11 years ago
Damien George c9f6f6b8dd py: Enable builtin 'property' by default. 11 years ago
Damien George 66ae8c9f49 py: Tidy up variables in VM, probably fixes subtle bugs. 11 years ago
Damien George 8bcb9861a7 py: Don't assert but go to unsupported_op in mp_binary_op for small int. 11 years ago
Damien George 5cd0b2227f tests: Split out those tests requiring float and import. 11 years ago
Damien George d7a4b69039 stmhal: Change VID to 0xf055=FOSS, and PID to a random number. 11 years ago
Damien George 7447e80f3d tests: Remove print('flush') from 2 tests, since stmhal now works. 11 years ago
Damien George 89831d0289 stmhal: Add more math functions. 11 years ago
Damien George efc22e376f stmhal: Fix 64-byte USB packet bug properly. 11 years ago
Damien George 28817725fc stmhal: Replace magic number 3 with CDC_IN_EP define. 11 years ago
Damien George 3f2f28981b Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 6d983539bc stmhal: Improve flash storage cache management. 11 years ago
Paul Sokolovsky a1c67206c8 Merge pull request #503 from lurch/patch-1 11 years ago
Andrew Scheller 83852d3215 fix README to match contents of run-tests 11 years ago
Damien George f6be480bda stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled. 11 years ago
Damien George 9388a90842 stmhal: Fix USB CDC buffer overrun error. 11 years ago
Damien George 4f7f2e04a3 Merge pull request #497 from lurch/build-32bit 11 years ago
Damien George ecdf6cdc5b tools: Fix up pybcdc.inf generation: new lines and hex digits. 11 years ago
Damien George bda2f70964 Merge pull request #498 from lurch/create-headers-from-files 11 years ago
Damien George 8a919fb051 Merge pull request #499 from lurch/skip-travis-tests 11 years ago
Damien George 1381146382 stmhal: Fix C bindings of I2C.read/write. 11 years ago
Andrew Scheller 1b997d5244 run-tests can now skip certain tests when run under Travis CI 11 years ago
Andrew Scheller 1452221aca Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
Andrew Scheller 571d5a3363 New config option MICROPY_FORCE_32BIT (defaulted to 0) 11 years ago
Damien George 2822d4e6ce stmhal: Add I2C functions for pure master read/write. 11 years ago
Damien George ee01411036 py: Add len(bytes). 11 years ago
Damien George 897fe0c0d0 py: Add builtin functions bin and oct, and some tests for them. 11 years ago
Damien George d5323f07ff Merge pull request #496 from dhylands/fix-debug-usart 11 years ago
Dave Hylands 00adf67179 Fix call to enable pyb_usart_global_debug. 11 years ago
Damien George c58c1191b2 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 9699ea6a2f stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X. 11 years ago
Damien George 4d7f4eb6a9 stmhal: Add ADC function to read data at a given frequency. 11 years ago
Damien George e95da5b784 stmhal: Add I2C.scan method, to scan all devices on the bus. 11 years ago
Damien George f6d25ecf7b stmhal: Add simple README.txt to freshly-created filesystem. 11 years ago
Damien George 3b108e7699 Merge pull request #493 from aitjcize/patch 11 years ago
AZ Huang 9413ca02fb Rename header file. 11 years ago
Damien George 203bc98804 travis: Move diffing back to after_failure command. 11 years ago
Damien George b013aea809 py: Fix builtin hex to print prefix. 11 years ago
Damien George 5805111732 py: Add hex builtin function. 11 years ago
Damien George 256b319d56 tests: Disable memoryerror.py test, since it fails on travis. 11 years ago
Damien George 48aaa27c6a travis: Diff output, hopefully this works. 11 years ago
Damien George fd1c7b9d48 travis: Continue to debug tests output. 11 years ago
Damien George e8ecca21ff travis: More tests output debugging. 11 years ago
Damien George c13d0b3304 stmhal: Wrap skin-named-usarts in PYBV10 #if. 11 years ago
Damien George 35443610b1 travis: More tests debugging. 11 years ago
Damien George 45b4cc77dd travis: Debugging failing tests. 11 years ago
Damien George 9e2890bb00 travis: On fail, cd to tests directory before diffing. 11 years ago
Damien George 2f930fa0cb Merge pull request #490 from redteam316/master 11 years ago
AZ Huang 9309d9982f Move entry_table to separated header file. 11 years ago
Andrew Scheller 11559cff38 travis: only build unix with gcc-4.7 11 years ago