aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-10-29stm32/rng: Use SysTick+RTC+unique-id to seed pRNG for MCUs without RNG.Damien George
2020-10-29stm32/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29esp8266/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29esp32/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-10-29stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.Damien George
2020-10-28tests/thread/stress_schedule.py: Assign globals before running test.Damien George
2020-10-22unix: Enable more warnings.Emil Renner Berthing
2020-10-22mpy-cross: Enable more warnings.Emil Renner Berthing
2020-10-22py, extmod: Introduce and use MP_FALLTHROUGH macro.Emil Renner Berthing
2020-10-22extmod: Disable -Wmissing-field-initializers for lfs2.Emil Renner Berthing
2020-10-22py/vmentrytable: Ignore GCC -Woverride-init.Emil Renner Berthing
2020-10-22py, extmod: Add explicit initializers for default values.Emil Renner Berthing
2020-10-22py: Use unsigned comparison of chars.Emil Renner Berthing
2020-10-22py/objexcept: Compare mp_emergency_exception_buf_size signed.Emil Renner Berthing
2020-10-22py/scope: Name and use id_kind_type_t.Emil Renner Berthing
2020-10-22docs/reference/glossary.rst: Fix minor grammar error, An -> A.Kevin Thomas
2020-10-22stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow.Damien George
2020-10-22stm32: Fix broken build when FAT FS multi-partition is disabled.iabdalkader
2020-10-21esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-10-20unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-10-20docs/library/machine.Timer.rst: Add mention of constructor arguments.Howard Lovatt
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