summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-20docs/library/machine.Signal.rst: Correct typo: usecases to use cases.Howard Lovatt
2020-10-20docs/library/machine.rst: Correct minor typo: timout to timeout.Howard Lovatt
2020-10-20docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__.Howard Lovatt
2020-10-20tools/upip.py: Support explicit port number in host.awachtler
2020-10-17ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.Damien George
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.Jim Mussared
2020-10-10py/objtype: Handle __dict__ attribute when type has no locals.Jim Mussared
2020-10-10py/objdict: Add mp_const_empty_dict_obj, use it for mp_const_empty_map.Jim Mussared
2020-10-09stm32/rfcore: Update to support WS=1.9.0.0.4.Jim Mussared
2020-10-08stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.Jim Mussared
2020-10-08stm32/rfcore: Add Python API for basic rfcore operations.Jim Mussared
2020-10-06stm32/sdcard: Fix H7 build when using SDMMC2.iabdalkader
2020-10-06stm32/sdio: Don't change any DMA2 settings on H7 MCUs.iabdalkader
2020-10-06esp32: Use path relative to root for netutils/timeutils headers.Damien George
2020-10-02stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.Damien George
2020-10-01unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.Damien George
2020-10-01py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.Damien George
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01unix,windows: Implement mp_hal_time_ns using gettimeofday.Damien George
2020-10-01docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-10-01py/makeversionhdr.py: Match only git tags which look like versions.Mike Wadsten
2020-09-30docs/reference/packages.rst: Fix typo, remove duplicate "port".David Lechner
2020-09-30zephyr: Update build instructions to v2.4.0.Maureen Helm
2020-09-30travis: Update zephyr build to v2.4.0.Maureen Helm
2020-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-30zephyr: Replace zephyr integer types with C99 types.Maureen Helm
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-26examples/bluetooth: Update to use positional-only args to irq().Jim Mussared
2020-09-25tests/run-tests: Use -BS flags when running CPython.Damien George
2020-09-25docs/develop: Add notes on prerequisite tools for building native .mpy.Damien George
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-25py/objarray.h: Add mp_obj_memoryview_init() helper function.Damien George
2020-09-24py/objstr: Make bytes(bytes_obj) return bytes_obj.Iyassou Shimels
2020-09-23windows: Update build instructions in README.stijn
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-22stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.Damien George
2020-09-18tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George
2020-09-18tests/basics: Enable == and != special-method tests now that they work.Damien George
2020-09-18stm32/led: Support PWM output without TIM3.Tweako
2020-09-18py/dynruntime.h: Add mp_import_* and mp_load/store_*.Jim Mussared
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-09-18esp8266: Remove release-specific manifest, disable osdebug by default.Damien George