aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-13run-tests: Skip native/viper tests based on prefix.Paul Sokolovsky
2014-12-12py: Fix optimised for-loop compiler so it follows proper semantics.Damien George
2014-12-12py: Fix label printing in showbc; print sp in vm trace.Damien George
2014-12-12run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules.Paul Sokolovsky
2014-12-12run-tests: PEP8 fix.Paul Sokolovsky
2014-12-12tests: Activate recursive_data.py test, now that io.StringIO is available.Paul Sokolovsky
2014-12-11tests: Add test for semantics of for-loop that optimisation can break.Damien George
2014-12-11py: Fix a semantic issue with range optimisation.Damien George
2014-12-11tests: Disable print_exception test when using native emitter.Damien George
2014-12-11tests: Fix print_exception test and re-enable it on Travis CI.Damien George
2014-12-11run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails.Paul Sokolovsky
2014-12-10py: Tidy up a few function declarations.Damien George
2014-12-10py: Remove static from definition of pfenv_printf.Damien George
2014-12-10py: Make functions static where appropriate.Damien George
2014-12-10unix: add unlink function to os moduleNikita Nazarenko
2014-12-10tests: Fix print_exception.py to work on Travis CI.Damien George
2014-12-10tests: Add test for print_exception() function.Paul Sokolovsky
2014-12-10docs: Add sys.print_exception().Paul Sokolovsky
2014-12-10py: Fix function type: () -> (void).Damien George
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-09drivers, nrf24: Nonblocking send now uses send_start and send_done.adminpete
2014-12-09drivers, nrf24: Nonblocking send now done by generator.adminpete
2014-12-09drivers, nrf24: Add nonblocking send option etc.Peter Hinch
2014-12-08stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.Damien George
2014-12-08stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.Damien George
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-12-07stmhal: Allow network, uselect, usocket mods to be used by other ports.Damien George
2014-12-06windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.Damien George
2014-12-06stmhal: Make SPI bus use DMA for transfers.Damien George
2014-12-06esp8266/README: Fix typos.Paul Sokolovsky
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-12-05py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.Damien George
2014-12-05unix-cpy: Fix build due to change in lexer API.Damien George
2014-12-05py: Optimise lexer by exposing lexer type.Damien George
2014-12-05docs: uzlib: Typo fix.Paul Sokolovsky
2014-12-05docs: Add quick docs for uzlib.Paul Sokolovsky
2014-12-04docs: Update network docs to reflect changes to code.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George
2014-12-04drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv.Damien George
2014-12-04py: Allow bytes/bytearray/array to be init'd by buffer protocol objects.Damien George
2014-12-04docs: Add skeleton docs for ure module.Paul Sokolovsky
2014-12-02py, vm: Make unum a local variable for each opcode that uses it.Damien George
2014-12-02stmhal: Move RTC HAL init functions to rtc.c, where they belong.Damien George
2014-12-02docs: Add links to LCD and AMP skin schematics.Damien George
2014-12-02docs: Add quick docs for ubinascii.Paul Sokolovsky
2014-12-02docs: Add quick docs for uhashlib.Paul Sokolovsky
2014-12-01docs: Sort "micro-library" module list alphabetically.Paul Sokolovsky
2014-12-01modmicropython: Move mem_info() and qstr_info() functions from unix port.Paul Sokolovsky
2014-11-30tools: Make pyboard.py have infinite timeout when running script.Damien George
2014-11-30stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.Damien George