7373 Commits (1ea2f7a8ce0353e423253135e417c02dc6466405)
 

Author SHA1 Message Date
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
Damien George 4b8ec5256d py/objfloat: Raise ZeroDivisionError for 0 to negative power. 8 years ago
Damien George 05c70fdfba tests/basics/set_binop: Add tests for inplace set operations. 8 years ago
Damien George 30cf503e97 py/objset: Make inplace binary operators actually modify the set. 8 years ago
Paul Sokolovsky b32880bd51 tests/heapalloc_bytesio: Test for BytesIO with preallocates space. 8 years ago
Paul Sokolovsky 50d3a9df67 py/objstringio: Allow to specify initial capacity by passing numeric argument. 8 years ago
Dave Hylands aee74a1dae unix: Make stack be non-executable 8 years ago
Paul Sokolovsky 00bd145398 zephyr/README: Describe many gotchas of networked builds. 8 years ago
Damien George 28185bb81b tests/thread: Fix stack size test so tests run reliably on baremetal. 8 years ago
Andrew Gatt 9d3c0d423e lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option. 8 years ago
Damien George 8e00844929 stmhal: Fix build issue when MICROPY_PY_THREAD is disabled. 8 years ago
Damien George 00e7176624 stmhal/main: Use _estack value to initialise stack extents. 8 years ago
Damien George 882ec01e42 stmhal: Initial implementation of multithreading, currently disabled. 8 years ago
Damien George bebb3a6160 tests/thread: Make thread_exc2 runable on baremetal. 8 years ago
Damien George a6386f74b8 stmhal/pendsv: Fill in comments about what the stack contains. 8 years ago
Damien George 7d8c79ab6d stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD. 8 years ago
Damien George e0381424cc stmhal/modmachine: Add machine.Signal type. 8 years ago
Damien George e24e03b415 stmhal/pin: Add C-level pin ioctl method. 8 years ago
Damien George b039d93d7e lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option. 8 years ago
Damien George 80dfd65090 stmhal/main: Put /sd directory before /flash in sys.path. 8 years ago
Damien George 3667ee1b88 stmhal: On boot, mount all available partitions of the SD card. 8 years ago
Damien George 326343feeb stmhal/README: Add paragraph about building mpy-cross. 8 years ago
Paul Sokolovsky 33b8e65bc0 tests/basics/zip: Make skippable. 8 years ago
Paul Sokolovsky aee723ed4c tests/run-tests: Skip frozenset tests if set literal syntax is not available. 8 years ago