11841 Commits (2f723d83c0b30a272d0ef41e8b7eda729de1e0e0)
 

Author SHA1 Message Date
Damien George 836bca9956 unix/variants: Fix fast and freedos variants so they build again. 4 years ago
Damien George d1995e50eb extmod/modlwip: Fix error return for TCP recv when not connected. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Damien George 0c7354afaf tests: Split out complex reverse-op tests to separate test file. 4 years ago
Damien George 40d174ac7d stm32/powerctrl.h: Include stdbool.h to get definition of bool. 4 years ago
Damien George 338b12d3c8 LICENSE,docs: Update copyright year range to include 2020. 4 years ago
Damien George a93a378e93 zephyr/README: Update required Zephyr version and mention new features. 4 years ago
Michael Buesch cef678b2db extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32. 4 years ago
stijn 0c3f9d58a5 tests/run-tests: Make test output directory configurable. 5 years ago
stijn 405893afc6 tests/run-tests: Use absolute paths where possible. 5 years ago
Roberto Colistete Jr 91c5d168c0 nrf/Makefile: Improve user C modules support. 4 years ago
Damien George 5fb276de33 tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps. 4 years ago
Andrew Leech a80a146858 extmod/bluetooth: Support active scanning in BLE.gap_scan(). 4 years ago
Jim Mussared 0bc2c1c105 extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs. 4 years ago
Jim Mussared 3d9a7ed02f extmod/btstack: Implement GAP scan duration_ms parameter. 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Damien George ee50a6effe py/mphal.h: Introduce mp_hal_time_ns and implement on various ports. 4 years ago
Damien George badd351150 lib/timeutils: Add helper functions to deal with nanosecs since 1970. 4 years ago
Damien George 92899354d9 unix/fatfs_port: Implement get_fattime. 4 years ago
Damien George 55c76eaac1 extmod/uasyncio: Truncate negative sleeps to 0. 4 years ago
Damien George 20948a3d54 tests/extmod: Add test for uasyncio.sleep of a negative time. 4 years ago
Damien George 5f9b105244 py/runtime: Fix builtin compile() in "single" mode so it prints exprs. 4 years ago
Damien George 448319a745 tools/makemanifest.py: Use os.makedirs to make path for generated files. 4 years ago
Martin Milata 492cf34fd8 tools/mpy-tool.py: Fix offset of line number info. 4 years ago
Michael Buesch 60cf2c0959 tools/pyboard.py: Replace eval() of received data with alternative. 4 years ago
Dave Hylands 8727c4e2ec stm32/pin_defs_stm32: Fix pin printing to show IN mode correctly. 4 years ago
Zenix27 e76c7466b6 docs: Change `\*` to `*` in argument lists. 4 years ago
Maureen Helm 17689a71f6 travis: Add zephyr build to CI. 4 years ago
Maureen Helm ac94e06f0b zephyr: Include storage/flash_map.h unconditionally. 4 years ago
Damien George 60f5b941e0 extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode. 4 years ago
Damien George b731bd0ce6 tools/makemanifest.py: Print nicely formatted errors from mpy-cross. 4 years ago
Damien George 9883d8e818 py/persistentcode: Maintain root ptr list of imported native .mpy code. 4 years ago
Damien George 8da40baa47 tests/micropython: Improve .mpy import tests to run on more targets. 4 years ago
Damien George 0c0cef9870 tests: Move .mpy import tests from import/ to micropython/ dir. 4 years ago
Damien George 952de5cb77 tools/makemanifest.py: Use errno.EEXIST instead of number 17. 4 years ago
Damien George 441460d81f extmod/uasyncio: Add StreamReader.readexactly(n) method. 4 years ago
Damien George fd2ff867a0 stm32/usbdev: Fix calculation of SCSI LUN size with multiple LUNs. 4 years ago
Jonathan Hogg 37e1b5c891 py/compile: Don't await __aiter__ special method in async-for. 4 years ago
Josh Lloyd fe7d47971f docs/esp32: Fix machine.Timer quickref to specify HW timers. 4 years ago
Howard Lovatt 47289f4bc9 docs/library: Update pyb.UART to correct pyboard UART availability. 4 years ago
Howard Lovatt 4a7c2731c5 docs/library: Update pyb.Timer to add missing args and defaults to init. 4 years ago
Howard Lovatt cf9be201d7 docs/library: Update pyb.SPI init method to add descr about "ti" arg. 4 years ago
Glenn Ruben Bakke caaaa2b1f4 nrf: Enable more features for all targets. 4 years ago
Glenn Ruben Bakke 0a79e18398 nrf: Split mpconfigport.h into multiple files. 4 years ago
Damien George d9b7261024 lib/libc: Fix string0's implementation of strncpy. 4 years ago
Zoltán Vörös 27767aafa2 lib/libm_dbl: Add round.c source code. 5 years ago
Damien George a853fff838 py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy. 4 years ago
Damien George 895b1dbdda tests/basics: Split out memoryview slice-assign tests to separate file. 4 years ago
Damien George f80b1d8535 lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0. 4 years ago
Kenneth Ryerson 76fefad18b esp32/network_lan: Add support for IP101 PHY. 5 years ago