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