2648 Commits (35c0cff92bea230f8e16a8a7cdd50ea5f6a9df03)

Author SHA1 Message Date
Stephane Smith 988827b85a esp32/modesp32: Properly define RTC_VALID_EXT_PINS on S2/S3 variants. 3 years ago
Stephane Smith 7005354099 esp32/machine_pin: Don't expose pins 33-37 when octal SPIRAM is enabled. 3 years ago
Stephane Smith ae3d5289a5 esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 3 years ago
Damien George fe9eaf12f3 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 3 years ago
Damien George be25e333df esp32/boards: Add test manifest to test freezing during build. 3 years ago
Damien George 8045ac07f5 stm32/mpbthciport: Switch scheduling callback to use node scheduler. 3 years ago
Peter Hinch d242a9b7f7 rp2/machine_uart: Use read/write mutex to prevent char duplication. 3 years ago
Dave Hylands 9d7c168bf5 stm32/boards/PYBD_SFx: Allow FROZEN_MANIFEST to be overridden. 3 years ago
iabdalkader a82fad7d8e stm32/system_stm32: Improve H7 PLL and OSC configuration. 3 years ago
iabdalkader 36cac5e154 stm32/system_stm32: Allow boards to configure PLL VCI, VCO and FRACN. 3 years ago
iabdalkader a3e5a68c46 stm32/system_stm32: Set voltage scaling level 0 for H7 Rev-V devices. 3 years ago
iabdalkader bdbc9b395f stm32/system_stm32: Add H7 switched-mode-power-supply support. 3 years ago
iabdalkader 7b3adb5ce5 stm32/Makefile: Add H747 to Makefile's MCU flags. 3 years ago
iabdalkader 2a19c3cfe1 stm32/sdram: Add function to enable SDRAM power-down mode. 3 years ago
Damien George cb0372b5bf stm32/mboot: Add macros for use in led_state_all(). 3 years ago
Damien George b2deea6762 stm32/mboot: Consolidate all UI and add general state change hooks. 3 years ago
Damien George aab005c75b extmod/modusocket: Provide config macro for socket.listen backlog deflt. 3 years ago
Jon Bjarni Bjarnason 919f696ad2 extmod/modusocket: Implement optional socket.listen backlog argument. 3 years ago
Damien George b59989f40e rp2/Makefile: Add mbedtls to GIT_SUBMODULES list and use it in CI func. 3 years ago
robert-hh ca41eda281 mimxrt/mphalport: Fix USB CDC RX handling to not block when unprocessed. 3 years ago
robert-hh 752fe75910 mimxrt/machine_spi: Improve handling of busy SPI peripheral. 3 years ago
robert-hh b70b8ce3e4 mimxrt/machine_rtc: Start RTC at boot and set datetime if not set. 3 years ago
robert-hh e3030f7436 mimxrt/modules: Append /flash/lib to the default sys.path. 3 years ago
robert-hh 798a29f629 mimxrt/boards: Add board.json file for OLIMEX RT1010Py. 3 years ago
Damien George 66b5c4c770 stm32/machine_bitstream: Include all clobbered regs in Cortex-M0 impl. 3 years ago
Damien George 43d50f006d stm32/mpconfigport.h: Let MICROPY_PY_IO_FILEIO take its default value. 3 years ago
Martin Fischer 5873390226 rp2/mphalport: Fix USB CDC RX handling to not block when unprocessed. 3 years ago
iabdalkader 5682595d75 esp32: Allow overriding cmake frozen manifest from the command line. 3 years ago
Damien George 86e6744ff5 rp2: Enable ucryptolib, using mbedtls for backend functions. 3 years ago
Andrew Leech 8db93dc016 stm32/Makefile: Allow overriding COPT in Makefile. 3 years ago
iabdalkader 5562ed3f43 stm32/pyb_can: Replace CAN.initfilterbanks with CAN.init keyword arg. 3 years ago
iabdalkader a79706fb39 stm32/pyb_can: Define the maximum bit timing parameters. 3 years ago
iabdalkader 95104c9f6e stm32/pyb_can: Return the filter ID and type of received messages. 3 years ago
iabdalkader e7264e9532 stm32/pyb_can: Add support for bus with mixed Classic/FD nodes. 3 years ago
iabdalkader 3320ec44ed stm32/pyb_can: Add support for CAN FD extended frame ID. 3 years ago
iabdalkader ff287d085f stm32/pyb_can: Enable CAN FD frame support and BRS. 3 years ago
Andrew Leech a41bc5a7ca stm32/modmachine: Add deepsleep support to reset_cause() for WB55. 3 years ago
Meriç SARIIŞIK 6b23f7d301 stm32/sdio: Use runtime calculation for clock divider of sdio on H7. 3 years ago
Andrew Leech 303e222f70 nrf/modules: Include uasyncio in default board manifest. 3 years ago
Andrew Leech f92da1adc4 nrf/drivers/usb: Fix MP_STREAM_POLL_RD support on USB CDC. 3 years ago
Andrew Leech dc8b43adc7 nrf/drivers/usb: Fix background events/scheduling while at USB REPL. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
Damien George 6804a8a891 stm32/machine_i2s: Fix 16-bit stereo i2s_frame_map. 3 years ago
Damien George 2a91c8a888 stm32/machine_i2s: Allow I2S.deinit to be called multiple times. 3 years ago
Damien George c90dfba04c stm32/machine_i2s: Set FullDuplexMode to disabled on F4. 3 years ago
iabdalkader df86cef59a rp2: Allow Overriding cmake frozen manifest from the command line. 3 years ago
iabdalkader fe8b47e29f ports: Allow boards to define additional network interfaces. 3 years ago
Damien George 66fe3d5cb5 stm32: Support building for STM32F745. 3 years ago
Andrew Leech bb0ca00b77 stm32/mboot: Verify CRC32 of fsload DFU files before writing. 3 years ago
Andrew Leech bc856a1e29 stm32/mboot: Verify signature of fsload packed DFU files before writing. 3 years ago