3174 Commits (6936f4626c8748c077ad2c63827d4deeb43b867d)
 

Author SHA1 Message Date
Damien George 6936f4626c tests: Get misc/print_exception and pyb/spi working on pyboard. 10 years ago
Paul Sokolovsky c8b0229bc7 tests: sha256: skip test if uhashlib module is not available. 10 years ago
Gregory 5cf7ac7309 Fix leds.rst 10 years ago
Paul Sokolovsky 9d944c7fb2 unix: Rename "time" module to "utime" to allow extensibility. 10 years ago
Damien George 9642846d71 docs: Define more clearly the behaviour of LED methods. 10 years ago
Paul Sokolovsky 0078561303 modffi: Support void (None) return value for Python callback functions. 10 years ago
Paul Sokolovsky 7a4765dbeb tests: Add testcase for ffi callbacks. 10 years ago
Paul Sokolovsky b62371e8fb modffi: 64-bit cleanness (fixes actual bug in callback arg handling). 10 years ago
Paul Sokolovsky c0bc3bd736 asmarm: Fix bug with encoding small negative ints using MVN instruction. 10 years ago
Paul Sokolovsky 83d27b0f0b unix: Enable Thumb2 and ARM emitters by default on corresponding archs. 10 years ago
Paul Sokolovsky 138562ccd9 run-tests: Skip native/viper tests based on prefix. 10 years ago
Damien George e181c0dc07 py: Fix optimised for-loop compiler so it follows proper semantics. 10 years ago
Damien George 7764f163fa py: Fix label printing in showbc; print sp in vm trace. 10 years ago
Paul Sokolovsky 1ca28bd570 run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules. 10 years ago
Paul Sokolovsky dbc7854355 run-tests: PEP8 fix. 10 years ago
Paul Sokolovsky f42b3c7599 tests: Activate recursive_data.py test, now that io.StringIO is available. 10 years ago
Damien George 5fba93a26b tests: Add test for semantics of for-loop that optimisation can break. 10 years ago
Damien George c33ce606cf py: Fix a semantic issue with range optimisation. 10 years ago
Damien George f905145c6d tests: Disable print_exception test when using native emitter. 10 years ago
Damien George 184182d14c tests: Fix print_exception test and re-enable it on Travis CI. 10 years ago
Paul Sokolovsky 66a6caa307 run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails. 10 years ago
Damien George 5318cc028a py: Tidy up a few function declarations. 10 years ago
Damien George 7eb2317fa2 py: Remove static from definition of pfenv_printf. 10 years ago
Damien George 969a6b37bf py: Make functions static where appropriate. 10 years ago
Nikita Nazarenko d51107927d unix: add unlink function to os module 10 years ago
Damien George 4140e19c8a tests: Fix print_exception.py to work on Travis CI. 10 years ago
Paul Sokolovsky e8487ea1be tests: Add test for print_exception() function. 10 years ago
Paul Sokolovsky 6c3fc74656 docs: Add sys.print_exception(). 10 years ago
Damien George b4fe6e28eb py: Fix function type: () -> (void). 10 years ago
Damien George 78d702c300 py: Allow builtins to be overridden. 10 years ago
adminpete e6e8ad8ab2 drivers, nrf24: Nonblocking send now uses send_start and send_done. 10 years ago
adminpete 706955976c drivers, nrf24: Nonblocking send now done by generator. 10 years ago
Peter Hinch 5deceb842d drivers, nrf24: Add nonblocking send option etc. 10 years ago
Damien George b66a31c42c stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs. 10 years ago
Damien George 008251180d stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs. 10 years ago
Paul Sokolovsky 46c3ab2004 modsys: Add sys.print_exception(exc, file=sys.stdout) function. 10 years ago
Damien George d0caaadaee stmhal: Allow network, uselect, usocket mods to be used by other ports. 10 years ago
Damien George 1f8a2f6623 windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers. 10 years ago
Damien George 9de6773237 stmhal: Make SPI bus use DMA for transfers. 10 years ago
Paul Sokolovsky d4f80f58b8 esp8266/README: Fix typos. 10 years ago
Damien George be6d8be91e py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. 10 years ago
Damien George 451a087075 py: Fix printing of size_t entity; fix qemu-arm for changes to lexer. 10 years ago
Damien George 759cc9bcc8 unix-cpy: Fix build due to change in lexer API. 10 years ago
Damien George a4c52c5a3d py: Optimise lexer by exposing lexer type. 10 years ago
Paul Sokolovsky 41c07d5b80 docs: uzlib: Typo fix. 10 years ago
Paul Sokolovsky adf4c4cea8 docs: Add quick docs for uzlib. 10 years ago
Damien George c0b3d4540b docs: Update network docs to reflect changes to code. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George d8f239263d drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. 10 years ago
Damien George 32ef3a3517 py: Allow bytes/bytearray/array to be init'd by buffer protocol objects. 10 years ago