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
2020-10-29
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
stm32/rng: Use SysTick+RTC+unique-id to seed pRNG for MCUs without RNG.
Damien George
2020-10-29
stm32/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
esp8266/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
esp32/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-29
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Damien George
2020-10-29
stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.
Damien George
2020-10-28
tests/thread/stress_schedule.py: Assign globals before running test.
Damien George
2020-10-22
unix: Enable more warnings.
Emil Renner Berthing
2020-10-22
mpy-cross: Enable more warnings.
Emil Renner Berthing
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-22
extmod: Disable -Wmissing-field-initializers for lfs2.
Emil Renner Berthing
2020-10-22
py/vmentrytable: Ignore GCC -Woverride-init.
Emil Renner Berthing
2020-10-22
py, extmod: Add explicit initializers for default values.
Emil Renner Berthing
2020-10-22
py: Use unsigned comparison of chars.
Emil Renner Berthing
2020-10-22
py/objexcept: Compare mp_emergency_exception_buf_size signed.
Emil Renner Berthing
2020-10-22
py/scope: Name and use id_kind_type_t.
Emil Renner Berthing
2020-10-22
docs/reference/glossary.rst: Fix minor grammar error, An -> A.
Kevin Thomas
2020-10-22
stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow.
Damien George
2020-10-22
stm32: Fix broken build when FAT FS multi-partition is disabled.
iabdalkader
2020-10-21
esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.
Andrew Leech
2020-10-20
unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.
Andrew Leech
2020-10-20
docs/library/machine.Timer.rst: Add mention of constructor arguments.
Howard Lovatt
2020-10-20
docs/library/machine.Signal.rst: Correct typo: usecases to use cases.
Howard Lovatt
2020-10-20
docs/library/machine.rst: Correct minor typo: timout to timeout.
Howard Lovatt
2020-10-20
docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__.
Howard Lovatt
2020-10-20
tools/upip.py: Support explicit port number in host.
awachtler
2020-10-17
ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
Damien George
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.
Jim Mussared
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-10-10
py/objdict: Add mp_const_empty_dict_obj, use it for mp_const_empty_map.
Jim Mussared
2020-10-09
stm32/rfcore: Update to support WS=1.9.0.0.4.
Jim Mussared
2020-10-08
stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.
Jim Mussared
2020-10-08
stm32/rfcore: Add Python API for basic rfcore operations.
Jim Mussared
2020-10-06
stm32/sdcard: Fix H7 build when using SDMMC2.
iabdalkader
2020-10-06
stm32/sdio: Don't change any DMA2 settings on H7 MCUs.
iabdalkader
2020-10-06
esp32: Use path relative to root for netutils/timeutils headers.
Damien George
2020-10-02
stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.
Damien George
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-10-01
py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
unix,windows: Implement mp_hal_time_ns using gettimeofday.
Damien George
2020-10-01
docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
Damien George
2020-10-01
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
[prev]
[next]