11863 Commits (b799fe142117f5c503c9c73fbe5f1cb4479d6f7b)
 

Author SHA1 Message Date
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
Damien George 905a18aafe unix,windows: Implement mp_hal_time_ns using gettimeofday. 4 years ago
Damien George 98182a97c5 docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI. 4 years ago
Damien George 71f3ade770 ports: Support legacy soft I2C/SPI construction via id=-1 arg. 4 years ago
Damien George 39d50d129c ports: Add SoftI2C and SoftSPI to machine module where appropriate. 4 years ago
Damien George 9e0533b9e1 extmod/machine_spi: Remove "id" arg in SoftSPI constructor. 4 years ago
Damien George aaed33896b extmod/machine_i2c: Remove "id" arg in SoftI2C constructor. 4 years ago
Damien George c35deb2625 extmod/machine_i2c: Rename type to SoftI2C and add custom print method. 4 years ago
Mike Wadsten c711c0049e py/makeversionhdr.py: Match only git tags which look like versions. 4 years ago
David Lechner ee7568ca8d docs/reference/packages.rst: Fix typo, remove duplicate "port". 4 years ago
Maureen Helm 997ec9e8cc zephyr: Update build instructions to v2.4.0. 4 years ago
Maureen Helm c2a7aac906 travis: Update zephyr build to v2.4.0. 4 years ago
Maureen Helm f842e32155 zephyr: Const-ify struct device instance pointers. 4 years ago
Maureen Helm ce49be43b1 zephyr: Replace zephyr integer types with C99 types. 4 years ago
Andrew Leech 319437d4bd extmod/modure: Allow \\ in re.sub replacements. 4 years ago
Jim Mussared 0fd0eb00aa examples/bluetooth: Update to use positional-only args to irq(). 4 years ago
Damien George 9123b67d64 tests/run-tests: Use -BS flags when running CPython. 4 years ago
Damien George c8ade2bd7f docs/develop: Add notes on prerequisite tools for building native .mpy. 4 years ago
Damien George 81f2162ca0 extmod/modbluetooth: Change module-owned bytes objects to memoryview. 4 years ago
Damien George 50e34f979c py/objarray.h: Add mp_obj_memoryview_init() helper function. 4 years ago
Iyassou Shimels ca017841d6 py/objstr: Make bytes(bytes_obj) return bytes_obj. 4 years ago
stijn bada8c9231 windows: Update build instructions in README. 4 years ago
Damien George 71adf506ce extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 4 years ago
Damien George 3e16763201 stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t. 4 years ago
Damien George 42342fa3cb tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops. 4 years ago
Damien George c410a86814 tests/basics: Enable == and != special-method tests now that they work. 4 years ago
Tweako 8af9796b16 stm32/led: Support PWM output without TIM3. 4 years ago