aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-27tests/run-tests: Use absolute paths where possible.stijn
2020-08-26nrf/Makefile: Improve user C modules support.Roberto Colistete Jr
2020-08-26tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.Damien George
2020-08-26extmod/bluetooth: Support active scanning in BLE.gap_scan().Andrew Leech
2020-08-26extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs.Jim Mussared
2020-08-26extmod/btstack: Implement GAP scan duration_ms parameter.Jim Mussared
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-08-22lib/timeutils: Add helper functions to deal with nanosecs since 1970.Damien George
2020-08-22unix/fatfs_port: Implement get_fattime.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George
2020-08-22tests/extmod: Add test for uasyncio.sleep of a negative time.Damien George
2020-08-22py/runtime: Fix builtin compile() in "single" mode so it prints exprs.Damien George
2020-08-22tools/makemanifest.py: Use os.makedirs to make path for generated files.Damien George
2020-08-21tools/mpy-tool.py: Fix offset of line number info.Martin Milata
2020-08-21tools/pyboard.py: Replace eval() of received data with alternative.Michael Buesch
2020-08-21stm32/pin_defs_stm32: Fix pin printing to show IN mode correctly.Dave Hylands
2020-08-21docs: Change `\*` to `*` in argument lists.Zenix27
2020-08-21travis: Add zephyr build to CI.Maureen Helm
2020-08-21zephyr: Include storage/flash_map.h unconditionally.Maureen Helm
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-08-08tools/makemanifest.py: Print nicely formatted errors from mpy-cross.Damien George
2020-08-02py/persistentcode: Maintain root ptr list of imported native .mpy code.Damien George
2020-07-26tests/micropython: Improve .mpy import tests to run on more targets.Damien George
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George
2020-07-26tools/makemanifest.py: Use errno.EEXIST instead of number 17.Damien George
2020-07-25extmod/uasyncio: Add StreamReader.readexactly(n) method.Damien George
2020-07-25stm32/usbdev: Fix calculation of SCSI LUN size with multiple LUNs.Damien George
2020-07-25py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2020-07-25docs/esp32: Fix machine.Timer quickref to specify HW timers.Josh Lloyd
2020-07-25docs/library: Update pyb.UART to correct pyboard UART availability.Howard Lovatt
2020-07-25docs/library: Update pyb.Timer to add missing args and defaults to init.Howard Lovatt
2020-07-25docs/library: Update pyb.SPI init method to add descr about "ti" arg.Howard Lovatt
2020-07-22nrf: Enable more features for all targets.Glenn Ruben Bakke
2020-07-22nrf: Split mpconfigport.h into multiple files.Glenn Ruben Bakke
2020-07-22lib/libc: Fix string0's implementation of strncpy.Damien George
2020-07-21lib/libm_dbl: Add round.c source code.Zoltán Vörös
2020-07-21py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.Damien George
2020-07-21tests/basics: Split out memoryview slice-assign tests to separate file.Damien George
2020-07-21lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0.Damien George
2020-07-21esp32/network_lan: Add support for IP101 PHY.Kenneth Ryerson
2020-07-21docs/library: Update documentation of esp32's RMT.Jonathan Hogg
2020-07-21esp32/esp32_rmt: Properly fix looping behaviour of RMT.Jonathan Hogg
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken
2020-07-20lib/libc: Add implementation of strncpy.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-07-20docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE.Jim Mussared
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-20extmod/modbluetooth: Fix so it builds in peripheral-only mode.Jim Mussared