7396 Commits (c26441474686a5fac93c82d9759b7ed91bed2978)
 

Author SHA1 Message Date
Paul Sokolovsky 64916436b2 zephyr: Enable IPv6 networking in addition to IPv4. 8 years ago
Paul Sokolovsky ee3615d800 docs/uos: Remove mention of uos.sep. 8 years ago
Paul Sokolovsky dd00d0134b examples/hwapi/soft_pwm: Use Signal on()/off() methods. 8 years ago
Damien George adc80b8f84 py/objtype: Replace non-ASCII single-quote char with ASCII version. 8 years ago
Damien George 0c821f7def docs/library/machine: Make separate TOC for WiPy vs non-WiPy. 8 years ago
Damien George 3625afa173 extmod/vfs: Allow to stat the root directory. 8 years ago
Dave Hylands 2f76c3ca0a docs/library/pyb.Pin: Minor typo fix, B6 should be A0. 8 years ago
Damien George 39100dc377 esp8266/moduos: Populate release field of uname in case it was GC'd. 8 years ago
Johannes Wågen f92f7dd2bc stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet. 8 years ago
Paul Sokolovsky 16a3534ad4 unix/moduselect: Implement ipoll() method with no-allocation policy. 8 years ago
Paul Sokolovsky aac2db9aaf tools/upip: Update to 1.1.5. Better and more user-friendly error handling. 8 years ago
Damien George e08395a35c tests/misc: Add test for line number printing with large bytecode chunk. 8 years ago
Damien George cc2dbdd1fe py/emitbc: Produce correct line number info for large bytecode chunks. 8 years ago
Damien George 8f1c6d952a extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point. 8 years ago
Damien George c66c393130 examples/hwapi: Be sure to import Signal when it's used. 8 years ago
Kai Fricke c8febe631a examples/hwapi: Add hwconfig_pyboard.py for pyboard. 8 years ago
dmazzella 18e6569166 py/objtype: Implement __delattr__ and __setattr__. 8 years ago
Damien George ec7dc7f8d7 extmod/vfs: Allow to mount a block device, not just a VFS object. 8 years ago
Paul Sokolovsky 181f7d1450 extmod/machine_signal: Implement Signal .on() and .off() methods. 8 years ago
Damien George 7ae9bee790 stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default. 8 years ago
Dave Hylands aa34c553ec py/nlr: Fix execstack builds for ARM. 8 years ago
Damien George af622eb2a6 py/map: Change mp_uint_t to size_t where appropriate. 8 years ago
Damien George a25aa2bcc3 py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal. 8 years ago
Damien George 21f08524ba docs: Add M-logo as favicon. 8 years ago
Damien George 3217bbe491 docs/esp8266/tutorial: Specify the baudrate in picocom example command. 8 years ago
Damien George 9779c99317 stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file. 8 years ago
Paul Sokolovsky de48a27d60 unix/main: Properly handle MICROPYPATH starting with ':'. 8 years ago
Nikita Melentev 5bea6ea808 unix: Fix freedos port build problems. 8 years ago
Damien George 8400351d5a stmhal: Use MICROPY_EVENT_POLL_HOOK instead of __WFI where appropriate. 8 years ago
Damien George dee47949cc extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func. 8 years ago
Damien George d3bb3e38df tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 8 years ago
Damien George 27c149efe0 stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 8 years ago
Damien George bffda45154 stmhal: On HardFault, print stack pointer and do a stack dump. 8 years ago
Damien George b7d27e31e8 cc3200: Refactor "ticks" functions to use common extmod implementation. 8 years ago
Paul Sokolovsky a4a439caa3 examples/button_reaction: Update for time_pulse_us() no longer raising exc. 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
Damien George bd04ed3e8a py/objcomplex: Fix typo in ternary expression. 8 years ago
marc hoffman 91eb0153d3 esp8266/uart: Add support for polling uart device. 8 years ago
Damien George 90ab191b65 py/objstr: Convert some instances of mp_uint_t to size_t. 8 years ago
Damien George 50a9dd59f5 docs: For LCD160CR driver and tutorial, add link to positioning image. 8 years ago
Damien George 904732cdc9 stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option. 8 years ago
Damien George d812eb3435 qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option. 8 years ago
Damien George a19b5a01ce py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file. 8 years ago
Damien George 84fb292cd5 tests/basics/string_format_modulo: Add more tests for dict formatting. 8 years ago
Damien George 7317e34383 py/objstr: Give correct behaviour when passing a dict to %-formatting. 8 years ago
Paul Sokolovsky 87882e1708 tests: Split tests for 2- and 3-arg pow(). 8 years ago
Nicko van Someren df0117c8ae py: Added optimised support for 3-argument calls to builtin.pow() 8 years ago
Damien George 2486c4ff46 py/objset: Fix inplace binary ops so frozensets are not modified. 8 years ago
Damien George 8a39e18f5f tests/float: Add tests for zero to a negative power. 8 years ago
Damien George 3ed0e5e5d4 py/objcomplex: Correctly handle case of 0j to power of something. 8 years ago