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
2019-12-09
stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards.
Damiano Mazzella
2019-12-05
nrf/main: Execute boot.py/main.py frozen modules without a file system.
Andrej Krejcir
2019-12-05
stm32/uart: Add support for UART4/5 on L0 MCUs.
Chris Mason
2019-12-05
esp32/boards: Enable ULP in base sdk configuration.
Andrew Leech
2019-12-05
extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).
Damien George
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-12-04
docs: Add littlefs docs and a filesystem tutorial.
Jim Mussared
2019-12-04
docs/library: Add docs for pyb.Flash class.
Jim Mussared
2019-12-04
docs/reference: Add docs describing use of pyboard.py.
Jim Mussared
2019-12-04
docs: Remove spaces on lines that are empty.
Damien George
2019-12-04
stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.
Damien George
2019-12-03
mpy-cross: Support armv7em, armv7emsp, armv7emdp architectures.
Damien George
2019-12-02
extmod/modbluetooth: Remove limit on data coming from gattc data input.
Damien George
2019-12-02
extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.
Damien George
2019-11-28
tools/mpy-tool.py: Support qstr linking when freezing Xtensa native mpy.
Damien George
2019-11-27
stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args.
Damien George
2019-11-27
stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins.
Damien George
2019-11-27
stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional.
Damien George
2019-11-26
py: Remove 3 obsolete commented-out lines from header files.
Damien George
2019-11-26
stm32/storage: Make start/len args of pyb.Flash keyword only.
Damien George
2019-11-26
py/objstringio: Slightly optimize stringio_copy_on_write for code size.
Yonatan Goldschmidt
2019-11-26
tests/stress: Add test for maximum length limit of qstrs.
Damien George
2019-11-26
py/qstr: Raise exception in qstr_from_strn if str to intern is too long.
Léa Saviot
2019-11-26
py/builtinimport: Raise exception on empty module name.
Léa Saviot
2019-11-26
extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs.
Damien George
2019-11-26
stm32/storage: Change storage_read/write_blocks to return int type.
Damien George
2019-11-26
stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards.
Damien George
2019-11-26
extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs.
Damien George
2019-11-26
stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled.
Damien George
2019-11-26
stm32/main: Auto detect block device used for main filesystem.
Damien George
2019-11-26
stm32/storage: Make pyb.Flash configurable, and support ext block proto.
Damien George
2019-11-25
stm32: Generalise flash mounting code so it supports arbitrary FS.
Damien George
2019-11-25
examples/bluetooth: Add example for reading temperature sensor.
Jim Mussared
2019-11-25
examples/bluetooth: Add helpers for decoding advertising payloads.
Jim Mussared
2019-11-25
extmod/modbluetooth: Simplify management of pre-allocated event data.
Jim Mussared
2019-11-25
stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup.
Jim Mussared
2019-11-25
extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values.
Jim Mussared
2019-11-25
extmod/modbluetooth_nimble: Make gap_scan_stop no-op if no scan ongoing.
Jim Mussared
2019-11-25
extmod/modbluetooth: Create UUID from bytes and allow comparison ops.
Jim Mussared
2019-11-21
esp32/machine_rtc: Reduce memory footprint of user mem functionality.
Josh Lloyd
2019-11-21
esp32/machine_rtc: Make RTC.memory size and availability configurable.
Josh Lloyd
2019-11-21
py/compile: Coalesce error message for break/continue outside loop.
Petr Viktorin
2019-11-21
unix/modtermios: Fix output speed setter in tcsetattr.
Laurens Valk
2019-11-21
extmod/modbluetooth: Prioritise non-scan-result events.
Jim Mussared
2019-11-21
py/ringbuf: Add peek16 method.
Jim Mussared
2019-11-15
qemu-arm: Add ldscript dependency in the final firmware.elf target.
Yonatan Goldschmidt
2019-11-13
py/objdict: Support ujson.dump() of OrderedDict objects.
Andrew Leech
2019-11-13
esp32/rtc: Set system microseconds when setting time via RTC.datetime().
Josh Lloyd
2019-11-13
tools/makemanifest.py: Use sys.executable when invoking Python scripts.
Yonatan Goldschmidt
2019-11-12
docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.
Damien George
[prev]
[next]