13330 Commits (988827b85a9b09f1164e101ea2520562dd31634e)
 

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 b8d959d6cf Revert "py/emitnative: Don't store prelude at end of machine code if..." 3 years ago
Damien George 8045ac07f5 stm32/mpbthciport: Switch scheduling callback to use node scheduler. 3 years ago
Damien George 75506e496f py/scheduler: Add support for scheduling static C-based callbacks. 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
Christian Zietz d6c59c9d72 tests/inlineasm: Add test for PUSH LR and POP PC. 3 years ago
Christian Zietz b0bcb3862b py/emitinlinethumb: Use 16 bit encodings for PUSH LR and POP PC. 3 years ago
Damien George 1daeeb2430 docs/differences: Update Python 3.5 diff, with optional listen backlog. 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
Rob Knegjens d3d862769a tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 3 years ago
Rob Knegjens 56978c3dde tools/mpremote: Show progress indicator when copying large files. 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
Damien George 11ab90391d extmod/extmod.cmake: Add micropy_lib_mbedtls component. 3 years ago
Andrew Leech 8db93dc016 stm32/Makefile: Allow overriding COPT in Makefile. 3 years ago
Andrew Leech 3b99b4d675 docs/reference/mpremote: Add details about mount usage over soft reboot. 3 years ago
Andrew Leech 79c05bd522 tools/mpremote: Improve reliability of mount after soft reboot. 3 years ago
robert-hh 56b331ace6 drivers/codec: Add driver for the WM8960 codec. 3 years ago
robert-hh 7a447e08b2 docs: Add quickref and docs for mimxrt, including network.LAN docs. 3 years ago
Damien George 71344c15f4 tests/pyb: Update CAN tests to match revised CAN API. 3 years ago
iabdalkader 5cdf964571 docs/library/pyb.CAN: Update CAN docs to match revised API. 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