7765 Commits (29b26f392283edbdd18808d450ab7dd649dbc200)
 

Author SHA1 Message Date
Damien George 29b26f3922 docs/library/machine.SPI: Fix formatting of bullet list to stop warning. 8 years ago
Damien George 850f79e552 docs/library/machine.I2C: Remove WiPy-specific return values. 8 years ago
Damien George 9d7c53734c cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None. 8 years ago
Damien George daa5ba5629 docs/esp8266/quickref: Add links from quickref page to machine classes. 8 years ago
Damien George d4675e7674 docs/library/machine.*: Add cross-reference label to individual classes. 8 years ago
Damien George 1f1a03d0c3 docs/library/machine.I2C: Deconditionalise all methods. 8 years ago
Damien George c49b265389 docs/wipy/general: Add section about specifics of I2C implementation. 8 years ago
Damien George 27f0862550 docs/wipy/quickref: Update reference for change to I2C API. 8 years ago
Damien George 8f205c2c9b cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API. 8 years ago
Damien George fabaa61437 docs/library/machine.UART: Remove pyboard-specific section. 8 years ago
Damien George e75fd3a8e9 minimal/main: Make Cortex-M vector table constant. 8 years ago
Paul Sokolovsky 57b5ee2fcf tests/run-tests: Don't post-process CRASH result in any way. 8 years ago
Paul Sokolovsky a78703f188 docs/library/machine: Typo fix in machine_callbacks section. 8 years ago
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