3314 Commits (f80d040c038c343b0709eba537014fb52bc8115e)

Author SHA1 Message Date
Jim Mussared 6d460d33dc samd/boards/SEEED_XIAO: Rename to SEEED_XIAO_SAMD21. 2 years ago
Damien Tournoud fd1e66edb3 esp32/usb: Cleanup connection detection. 2 years ago
Jim Mussared 9bec52a2f8 esp32/main: Don't call usocket_events_deinit if unavailable. 2 years ago
Wind-stormger 3a3739037d esp32/machine_touchpad: Fix TouchPad for ESP32S2, ESP32S3. 2 years ago
David Lechner 958f748e53 unix/moduos: Implement 2-arg version of os.getenv(). 2 years ago
robert-hh b75b5c102c mimxrt/sdcard: Remove obsolete code already excluded by preprocessor. 2 years ago
robert-hh aea4174937 mimxrt/sdcard: Fix an error when writing large blocks. 2 years ago
robert-hh 913f9ad5ad mimxrt/machine_rtc: Set the microsecond value to 0. 2 years ago
robert-hh 17ab2f671b samd: Support entering bootloader via USB CDC 1200bps touch. 2 years ago
robert-hh e69313f89c samd: Add a vref=num option to the ADC and DAC constructor. 2 years ago
robert-hh a73dcb3d22 samd/machine_uart: Fix uart.deinit() and save some RAM. 2 years ago
robert-hh f78dd25a2c samd/machine_uart: Check the UART TX pin assignment. 2 years ago
robert-hh 5b1fd8802a samd/machine_uart: Simplify machine_uart_any() and machine_uart_read(). 2 years ago
robert-hh 4199f986ad samd/machine_uart: Fix IRQ flag setting and clearing. 2 years ago
robert-hh fcd1788937 samd: Avoid under-/overflow in I2C and SPI baudrate calculations. 2 years ago
robert-hh 43fc133dbd samd/mpconfigport: Use __WFE() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh 3cc359c204 samd/mpconfigport: Support MICROPY_HW_SOFTSPI_MIN_DELAY. 2 years ago
Dale Weber f2de289ef3 stm32/boards/NUCLEO_F429ZI: Enable I2C1 and I2C2 with default pins. 2 years ago
stijn f6f177807f windows/.gitignore: Simplify by removing build artefacts. 2 years ago
stijn 9c7ff87643 all: Keep msvc build output in build/ directories. 2 years ago
Antonin ENFRUN db19ee7e15 webassembly/library: Extract and send data to print as UInt8Array. 2 years ago
Damien George b042fd5120 drivers/bus: Change QSPI read_cmd signature to return an error code. 2 years ago
Andrew Leech 7ee5afe8d1 drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver. 4 years ago
Jeff Epler d75ff42297 unix/coverage: Add extra GC coverage test for ATB gap byte. 3 years ago
iabdalkader fb7d211530 stm32/boards: Add missing LPUART macros for H7 HAL. 2 years ago
Damien George 771c16f3d9 stm32/mboot: Make all mboot sectors erase/write protected. 2 years ago
Brian Cooke 7fe7c55bb8 esp32/machine_timer: Fix ESP32C3 timer period doubling. 2 years ago
Jim Mussared b705732d5f esp32/boards/GENERIC_S3_SPIRAM: Enable BLE. 2 years ago
robert-hh 28a5107d81 mimxrt/mpconfigport: Remove config options that are set by default. 2 years ago
yn386 e18e47fa81 stm32/i2c: Add hardware I2C implementation for STM32L4. 2 years ago
yn386 d0bea69c5e stm32/i2c: Add hardware I2C implementation for STM32L1. 2 years ago
yn386 f6b5d1838b stm32/adc: Fix ADCAll.read_core_temp() on L4 MCUs. 2 years ago
yn386 2154ee2163 stm32/adc: Fix reading internal ADC channels on L4 MCUs. 2 years ago
yn386 a74e4fabeb stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate. 2 years ago
yn386 65d82066a8 stm32/pyb_i2c: Fix failing pyb.I2C(dma=True) after receiving 1 byte. 2 years ago
David Lechner 4dcfd19bbf extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. 2 years ago
Jim Mussared 5ef3aec33c stm32/Makefile: Set MPY_CROSS_FLAGS based on MCU type. 2 years ago
Jim Mussared f34eedeb1b samd/Makefile: Set MPY_CROSS_FLAGS. 2 years ago
Jim Mussared 92c35efb63 samd: Move MCU-specific CFLAGS to mpconfigmcu.mk. 2 years ago
Jim Mussared 72817a179c mimxrt/Makefile: Set MPY_CROSS_FLAGS. 2 years ago
robert-hh 3459a4fa3d mimxrt/network: Rename the argument clock_mode to ref_clk_mode. 2 years ago
robert-hh 2a4825848c mimxrt/usb: Change macro name MICROPY_HW_USB_STR_MANUF. 2 years ago
Patrick Joy f44246c4c9 mimxrt/README: Add build and flashing instructions. 2 years ago
robert-hh 5e990cc27f mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 3 years ago
PGE 8a91c71966 esp32/boards/GENERIC_S3_SPIRAM: Enable BLE support. 2 years ago
Jan Willeke 043dc4dd0c minimal/Makefile: Set linker to $(CC). 3 years ago
stijn fbc96009f8 windows: Make project file read-only for IDE. 2 years ago
Koen De Vleeschauwer e7875829c2 stm32/usbd_desc: Support USB strings on CDC interface descriptors. 4 years ago
Damien George d9bca305e5 esp8266/machine_pin: Disable open drain when pin becomes input/output. 2 years ago
Trammell hudson 96a2cc5e13 esp8266/machine_pwm: Enable real open drain output on pin driven by PWM. 5 years ago