7952 Commits (72732fea1a041b94448d98ad4fd53545caa758ab)
 

Author SHA1 Message Date
Paul Sokolovsky 9ef6bb5480 docs/machine: Move machine.main() misnomer to wipy's known issues. 8 years ago
Paul Sokolovsky a8ece0358f docs/machine.UART: Deconditionalize normal methods. 8 years ago
Paul Sokolovsky ac8843ceec docs/library/ussl: Deconditionalize, wipy notes moved to its documentation. 8 years ago
Paul Sokolovsky a0fb360f1b docs/library/uos: urandom: Generalize description. 8 years ago
Paul Sokolovsky ae831ec0a8 docs/library/micropython: Deconditionalize. 8 years ago
Damien George 61616e84ce extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter. 8 years ago
Paul Sokolovsky 209eaec599 socket_send: Don't send more than MTU allows. 8 years ago
Paul Sokolovsky 5b8122f2bb tests/run-tests: Search feature checks wrt to main script location. 8 years ago
Paul Sokolovsky a1c39ffb69 docs/esp8266/tutorial/intro: Reword section on flash size requirement. 8 years ago
Paul Sokolovsky fbe7a81e30 esp8266/README: Add notice about 512K version. 8 years ago
Paul Sokolovsky 40acbc2e10 esp8266/README: Replace reference of alpha status to beta status. 8 years ago
Paul Sokolovsky 84e17063c3 zephyr/modusocket: Strip packet header right in the receive callback. 8 years ago
Damien George 967cad7434 tests/extmod/utimeq1: Improve coverage of utimeq module. 8 years ago
Damien George c7e8c6f7de py/gc: Execute finaliser code in a protected environment. 8 years ago
Damien George 08242eed26 py/nlrsetjmp: Add check for failed NLR jump. 8 years ago
Damien George fe79234ca0 unix: Enabled high-quality float hashing in coverage build. 8 years ago
Damien George a73501b1d6 py/objfloat: Add implementation of high-quality float hashing. 8 years ago
Damien George 816413e4b2 py: Optimise types for common case where type has a single parent type. 8 years ago
Damien George fc710169b7 py/obj: Clean up and add comments describing mp_obj_type_t struct. 8 years ago
Paul Sokolovsky 81d302b8f8 zephyr/modusocket: Call net_nbuf_print_frags() in recv callback if DEBUG > 1. 8 years ago
Damien George e31fbd9b41 py/objint: Use unsigned arithmetic when formatting an integer. 8 years ago
Damien George f66df1efc8 py/objint: Extract small int value directly because type is known. 8 years ago
Damien George 6c564aa408 unix, windows: Use core-provided KeyboardInterrupt exception object. 8 years ago
Damien George 9156c8b460 stmhal: Enable parsing of all Pin constructor args by machine.Signal. 8 years ago
Paul Sokolovsky 605ff91efd extmod/machine_signal: Support all Pin's arguments to the constructor. 8 years ago
Damien George 79ce664952 py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object. 8 years ago
Damien George ee86de1f1a py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t. 8 years ago
Paul Sokolovsky b87432b8fb docs/uhashlib: Deconditionalize. 8 years ago
Paul Sokolovsky 2e58474580 docs/usocket: Deconditionalize. 8 years ago
Paul Sokolovsky 3acace588a docs/utime: Deconditionalize description of sleep(). 8 years ago
Paul Sokolovsky 1d74559b6b docs/library/machine.UART: Remove some conditionals. 8 years ago
Paul Sokolovsky e322b2afbf cc3200/pybuart: Make parity specifications consistent with HW API. 8 years ago
Paul Sokolovsky bcf3c8bf17 docs/library/builtins: int: Add notice on byteorder param for to/from_bytes. 8 years ago
Paul Sokolovsky 0a88b44248 zephyr/machine_pin: Implement pin protocol for machine.Signal support. 8 years ago
Paul Sokolovsky e05cb4183a zephyr/modmachine: Add Signal class. 8 years ago
Paul Sokolovsky cf70f9a474 zephyr/mpconfigport.h: Fix build if usocket module is disabled. 8 years ago
Paul Sokolovsky 8ef469f7ca zephyr/modusocket: Implement accept(). 8 years ago
Paul Sokolovsky 96166ec165 zephyr/modusocket: socket_bind: Don't set recv callback on STREAM sockets. 8 years ago
Paul Sokolovsky f1c0676a70 zephyr/modusocket: Implement listen(). 8 years ago
Paul Sokolovsky e5278b98fe docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy. 8 years ago
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime. 8 years ago
Paul Sokolovsky 3e1310d6e2 tools/pyboard: Provide more details when expected reply not received. 8 years ago
Paul Sokolovsky 1da8404647 modusocket: Handle a case when recv_q is empty when EOF is signaled. 8 years ago
Paul Sokolovsky faf333c04f zephyr/modusocket: Factor out "extended k_fifo API". 8 years ago
Paul Sokolovsky 390d5a3bf1 docs/machine.Pin: Move wipy-specific methods to its docs. 8 years ago
Paul Sokolovsky 2cbe997834 tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug. 8 years ago
Paul Sokolovsky d46899626e docs/machine.Pin: Move wipy-specific details to its own docs. 8 years ago
Paul Sokolovsky 9a38b7afe0 cc3200/modmachine: Return frequency value directly, like other ports. 8 years ago
Paul Sokolovsky 4333b2fb53 docs/machine.SPI: Remove outdated wipy chunk. 8 years ago
Paul Sokolovsky 906d58f6f2 docs/uos: De-conditionalize statvfs() description. 8 years ago