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-09-04
lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.
Damien George
2020-09-04
stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Damien George
2020-09-04
lib/libm: Reduce size of static two_over_pi array.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
all: Bump version to 1.13.
Damien George
2020-09-02
tests/extmod: Add tests for verifying FAT and littlefs mtime values.
Damien George
2020-09-02
unix/fatfs_port: Fix month offset in timestamp calculation.
Damien George
2020-09-01
extmod/vfs: Add option to use 1970 as Epoch.
Damien George
2020-09-01
unix/modos: Support larger integer range in uos.stat fields.
Damien George
2020-09-01
extmod/vfs: Support larger integer range in VFS stat time fields.
Damien George
2020-08-31
esp32/mphalport: Fix mp_hal_time_ns offset.
Damien George
2020-08-30
unix/variants: Fix fast and freedos variants so they build again.
Damien George
2020-08-30
extmod/modlwip: Fix error return for TCP recv when not connected.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-29
tests: Split out complex reverse-op tests to separate test file.
Damien George
2020-08-29
stm32/powerctrl.h: Include stdbool.h to get definition of bool.
Damien George
2020-08-29
LICENSE,docs: Update copyright year range to include 2020.
Damien George
2020-08-28
zephyr/README: Update required Zephyr version and mention new features.
Damien George
2020-08-27
extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32.
Michael Buesch
2020-08-27
tests/run-tests: Make test output directory configurable.
stijn
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
[next]