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-11-11
stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1.
Mike Causer
2019-11-11
esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.
Jim Mussared
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-11-11
examples/embedding: Remove obsolete fatfs files from build.
Damien George
2019-11-07
py/emitnx86: Make mp_f_n_args table match order of mp_fun_kind_t.
Damien George
2019-11-07
esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.
Damien George
2019-11-07
esp8266/modules/flashbdev.py: Support extended block protocol.
Damien George
2019-11-07
docs/library/machine.SDCard.rst: Fix various typos.
Jim Mussared
2019-11-07
docs/templates/topindex.html: Replace usage of deprecated defindex.html.
Jim Mussared
2019-11-07
docs/conf.py: Fix path to favicon.ico.
Jim Mussared
2019-11-07
tools/makemanifest.py: Skip freezing unsupported files with warning.
Andrew Leech
2019-11-07
py/emitnative: Fix typo, REG_PARENT_ARG_RET should be REG_PARENT_RET.
Thea Flowers
2019-11-06
esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.
Damien George
2019-11-06
esp32/esp32_partition: Support extended block protocol.
Damien George
2019-11-06
extmod/vfs: Add autodetect of littlefs filesystem when mounting.
Damien George
2019-11-06
tools/makemanifest.py: Follow symlinks when freezing linked directories.
Mirko Vogt
2019-11-06
drivers/sdcard: Raise exception on timeout of readinto.
Jeremy Herbert
2019-11-05
esp32: Remove unused "esponewire.c" in favour of extmod/modonewire.
Andreas Motl
2019-11-05
stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/persistentcode: Move declarations for .mpy header from .c to .h file.
Damien George
2019-11-04
py/objgenerator: Allow pend_throw to an unstarted generator.
Jim Mussared
2019-11-04
py/objgenerator: Remove globals from mp_obj_gen_instance_t.
Jim Mussared
2019-11-04
esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code.
Damien George
2019-11-04
tools/mpy-tool.py: Use "@progbits #" attribute for native xtensa code.
Damien George
2019-11-01
py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.
Damien George
2019-11-01
extmod/modbtree: Make FILEVTABLE const to put it in ROM.
Damien George
2019-11-01
stm32/boards: Enable support for bluetooth on WB55 boards.
Damien George
2019-11-01
stm32: Add support for RF coprocessor on WB55 MCUs.
Damien George
2019-11-01
extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.
Damien George
2019-11-01
extmod/nimble: Remove unneeded nimble_sprintf wrapper function.
Damien George
2019-10-31
stm32: Add machine.Timer with soft timer implementation.
Damien George
2019-10-31
stm32: Add soft timer implementation, using SysTick at 1ms resolution.
Damien George
2019-10-31
tests/extmod: Add test for ussl when passing in key/cert params.
Damien George
2019-10-31
extmod/modussl_mbedtls: Check for invalid key/cert data.
Damien George
2019-10-31
extmod/modussl_mbedtls: Fix getpeercert to return None if no cert avail.
Damien George
2019-10-31
extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling.
Damien George
2019-10-31
extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.
Damien George
2019-10-31
py/stream.h: Add MP_STREAM_POLL_NVAL constant.
Damien George
2019-10-31
extmod/modlwip: Unconditionally return POLLHUP when polling new socket.
Damien George
2019-10-31
stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.
Damien George
2019-10-30
lib/libc/string0: Add simple implementations of strspn and strcspn.
Damien George
2019-10-30
extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.
Damien George
2019-10-29
py/runtime: Reorder some binary ops so they don't require conditionals.
Damien George
2019-10-29
examples/bluetooth/ble_uart_peripheral: Use append mode for RX char.
Jim Mussared
2019-10-29
docs/library/ubluetooth: Add docs for gatts_set_buffer.
Jim Mussared
2019-10-29
extmod/modbluetooth: Add gatts_set_buffer.
Jim Mussared
2019-10-29
zephyr/main: Use mp_stack API instead of local pointer for stack top.
Kamil Klimek
2019-10-29
examples/embedding: Replace symlink of mpconfigport.h with real file.
Damien George
[prev]
[next]