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