11939 Commits (d1f120b1425d6622e8596815be7876aa8c434dbf)
 

Author SHA1 Message Date
stijn 0153148fd2 py/py.mk: Support C++ code for user C modules. 4 years ago
stijn 78c8b55067 docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag. 4 years ago
stijn e498a8bd13 py: Workaround clang error when building misc.h with C++ compiler. 4 years ago
stijn 8e94fa0d2e py/makeqstrdefs.py: Support preprocessing C++ files for QSTR generation. 4 years ago
stijn f1666419a8 py/mkrules.mk: Add target for compiling C++ files. 4 years ago
stijn 2b9f0586e7 py/makeqstrdefs.py: Process C++ files as well. 4 years ago
stijn 1b723937e3 py/makeqstrdefs.py: Fix beaviour when scanning non-C preprocessed files. 4 years ago
Damien George 6f34800884 extmod/modurandom: Support urandom.seed() without an argument. 4 years ago
Damien George 3e455e9792 stm32/rng: Use SysTick+RTC+unique-id to seed pRNG for MCUs without RNG. 4 years ago
robert 59019d7f75 stm32/mpconfigport.h: Seed the urandom module on import. 4 years ago
robert 057193e855 esp8266/mpconfigport.h: Seed the urandom module on import. 4 years ago
robert b4062894df esp32/mpconfigport.h: Seed the urandom module on import. 4 years ago
Damien George 03a1f94ea1 extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode. 4 years ago
Damien George 0118c07916 stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled. 4 years ago
Damien George 368c1a0961 tests/thread/stress_schedule.py: Assign globals before running test. 4 years ago
Emil Renner Berthing 05f95682e7 unix: Enable more warnings. 4 years ago
Emil Renner Berthing bef412789e mpy-cross: Enable more warnings. 4 years ago
Emil Renner Berthing ccd92335a1 py, extmod: Introduce and use MP_FALLTHROUGH macro. 5 years ago
Emil Renner Berthing dde3db21fc extmod: Disable -Wmissing-field-initializers for lfs2. 4 years ago
Emil Renner Berthing f1f6ef7b17 py/vmentrytable: Ignore GCC -Woverride-init. 5 years ago
Emil Renner Berthing 9aa58cf8ba py, extmod: Add explicit initializers for default values. 4 years ago
Emil Renner Berthing fdd6fa389e py: Use unsigned comparison of chars. 4 years ago
Emil Renner Berthing 6d3aa16443 py/objexcept: Compare mp_emergency_exception_buf_size signed. 5 years ago
Emil Renner Berthing 6324c3e054 py/scope: Name and use id_kind_type_t. 4 years ago
Kevin Thomas 6eebdbc495 docs/reference/glossary.rst: Fix minor grammar error, An -> A. 4 years ago
Damien George 581d43b774 stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow. 4 years ago
iabdalkader a93d9b8c2d stm32: Fix broken build when FAT FS multi-partition is disabled. 4 years ago
Andrew Leech 97108fce57 esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR. 4 years ago
Andrew Leech 32c99174e1 unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR. 4 years ago
Howard Lovatt 4842060366 docs/library/machine.Timer.rst: Add mention of constructor arguments. 4 years ago
Howard Lovatt cf6845b1cf docs/library/machine.Signal.rst: Correct typo: usecases to use cases. 4 years ago
Howard Lovatt 23f9439f44 docs/library/machine.rst: Correct minor typo: timout to timeout. 4 years ago
Howard Lovatt 3bc0ecbcd9 docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__. 4 years ago
awachtler 56e0932485 tools/upip.py: Support explicit port number in host. 4 years ago
Damien George 18518e26a7 ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR. 4 years ago
Jim Mussared 893f75546c stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout. 4 years ago
Jim Mussared dfb63b5613 stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name. 4 years ago
Jim Mussared 520bb88d70 stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock. 4 years ago
Jim Mussared b137d064e9 py/objtype: Handle __dict__ attribute when type has no locals. 4 years ago
Jim Mussared 880875bea1 py/objdict: Add mp_const_empty_dict_obj, use it for mp_const_empty_map. 4 years ago
Jim Mussared fa12bfc227 stm32/rfcore: Update to support WS=1.9.0.0.4. 4 years ago
Jim Mussared 222ec1a4a8 stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater. 4 years ago
Jim Mussared 7c76a2dfcf stm32/rfcore: Add Python API for basic rfcore operations. 4 years ago
iabdalkader 9855b9cd82 stm32/sdcard: Fix H7 build when using SDMMC2. 4 years ago
iabdalkader 7497d891a7 stm32/sdio: Don't change any DMA2 settings on H7 MCUs. 4 years ago
Damien George 1dc64359da esp32: Use path relative to root for netutils/timeutils headers. 4 years ago
Damien George 0fff2e03fe stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables. 4 years ago
Damien George 817b80a102 unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build. 4 years ago
Damien George 843dcd4f85 py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME. 4 years ago
Damien George d4b61b0017 extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago