11624 Commits (badd351150df70bea6644db98f48fbc3a1e5ffea)
 

Author SHA1 Message Date
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
Jonathan Hogg 5f0e9d1bac docs/library: Update documentation of esp32's RMT. 4 years ago
Jonathan Hogg 7dbef5377c esp32/esp32_rmt: Properly fix looping behaviour of RMT. 4 years ago
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
Thorsten von Eicken 3e758ef235 lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 5 years ago
Thorsten von Eicken 98e583430f lib/libc: Add implementation of strncpy. 4 years ago
Thorsten von Eicken 9aa214077e extmod/modussl: Improve exception error messages. 5 years ago
Jim Mussared c7f7c0214c docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE. 4 years ago
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement". 4 years ago
Jim Mussared 3c7ca2004c extmod/modbluetooth: Fix so it builds in peripheral-only mode. 4 years ago
Jim Mussared 43ceadac55 extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
Jim Mussared 89a95b7c85 examples/bluetooth: Add simple UART demo with central and peripheral. 4 years ago
Jim Mussared e152d0c197 extmod/btstack: Schedule notify/indicate/write ops for bg completion. 4 years ago
Jim Mussared 07aec4681f examples/bluetooth: In ble_advertising.py, skip appearance if not set. 4 years ago
Jim Mussared 5d0be97bd9 unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive. 4 years ago
Glenn Ruben Bakke 342800c9a2 travis: Change nrf pca10056 board to build with s140 SoftDevice. 4 years ago
Matt Trentini 486cb6dd4a nrf: Add board definition for nRF52840-MDK-USB-Dongle. 5 years ago