3314 Commits (f80d040c038c343b0709eba537014fb52bc8115e)

Author SHA1 Message Date
Damien George 0afe60b876 rp2/rp2_pio: Track use of PIO resources and free them on soft reset. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George fe2a8332ff stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest. 2 years ago
stijn 6abf03b5d0 windows/msvc: Fix module freezing. 2 years ago
stijn e145318a81 windows/msvc: Fix qstr generation dependency. 2 years ago
stijn 65941ea0e5 windows/msvc: Make mpy-cross independent of micropython variant. 2 years ago
stijn 55a76f4edd windows/msvc: Remove variant suffix from executable filename. 2 years ago
Jim Mussared 6250337c9c ports: Make all network-capable boards use bundle-networking. 2 years ago
David Lechner 3446d440f6 shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2 years ago
robert-hh c2ab1b5185 esp32/boards/OLIMEX_ESP32_POE: Remove id from and update board.json. 2 years ago
robert-hh 0baf6c80d9 nrf/mpconfigport: Enable seeding of the PRNG by the hardware RNG. 2 years ago
Jay Greco be420bf9bb rp2/boards/NULLBITS_BIT_C_PRO: Add Bit-C PRO board. 2 years ago
Damien George 67fac4ebc5 rp2/machine_pin: Fix configuring OPEN_DRAIN with initial value. 2 years ago
Damien George 8a0353525f rp2/main: Use mp_printf in nlr_jump_fail. 2 years ago
robert-hh d4a4cde42e rp2: Fix crash in a pin.irq handler. 2 years ago
Damien George a8a1ad1391 embed: Add new "embed" port which builds a simple C package. 2 years ago
小权一句两句 94ee1b629a unix/main: Free pathbuf when there's an error opening a file. 2 years ago
robert-hh d6bc34a13a esp32: Add a small delay before leaving wlan.active(). 2 years ago
ma-lalonde 30db33d1e0 esp32/network_lan: Add support for Ethernet PHY KSZ8081. 2 years ago
Clayton Cronk 54e85fe212 esp32/boards/GENERIC_UNICORE: Add board definition for unicore chips. 3 years ago
robert-hh 32a858e254 esp32/boards: Add board definition for Olimex ESP32 PoE boards. 2 years ago
iabdalkader 3b5cafc716 stm32/Makefile: Leave DFU mode after download when using dfu-util. 2 years ago
Juan Francisco Cantero Hurtado 720f2cfba9 unix/Makefile: Disable building the shared library of libffi. 2 years ago
Damien George 4eb7063608 esp8266/README: Remove notice about port being "experimental". 2 years ago
Antonello Margottini e30e543a75 esp8266/modnetwork: Add ability to set tx power for WLAN interface. 2 years ago
Maripo GODA fb0dd86b39 esp32/machine_sdcard: Change dma_channel to SPI_DMA_CH_AUTO for ESP32S3. 2 years ago
Damien George 67097d8c2b esp32/network_lan: Fix compilation on IDF lower than v4.4. 2 years ago
Damien Tournoud c7301b8d03 esp32/network_lan: Fix setting MAC address of ethernet devices. 2 years ago
Damien Tournoud e982c1d8de esp32/network_lan: Add support for SPI-based ethernet chips. 2 years ago
robert-hh 4b52003fb8 esp32/network_lan: Support configuration of ETH ref_clk pin. 2 years ago
robert-hh efb4bd3555 esp32/network_lan: Add support for LAN8710 PHY. 2 years ago
robert-hh 1583c1f670 mimxrt: Set MICROPY_GC_STACK_ENTRY_TYPE to uint32_t for large RAM. 2 years ago
iabdalkader d02f089058 rp2/boards: Add pin CSV files to board definitions. 2 years ago
iabdalkader 7d01f38170 drivers/ninaw10: Implement machine.Pin external pin controls. 2 years ago
iabdalkader c214c9e648 rp2/machine_pin: Add support for named pins and alternate functions. 2 years ago
iabdalkader 66e0cfc3b9 rp2/machine_pin: Refactor the machine.Pin class for external GPIO. 2 years ago
Andrew Leech fa57ee971b stm32/boards: Consolidate linker snippets to reduce duplication. 2 years ago
robert-hh 5890a17ae0 rp2/rp2_flash: Call MICROPY_EVENT_POLL_HOOK_FAST after reading flash. 2 years ago
Paul Grayson b208cf23e2 rp2/mphalport: Change order of pin operations to prevent glitches. 2 years ago
Paul Grayson f0f5c6568d rp2/machine_pwm: Fix overflows with freq > 268 MHz. 2 years ago
Paul Grayson b5823604a0 rp2/machine_pwm: Use more accurate formulas for freq and duty_u16. 2 years ago
Felix Dörre 439298be15 rp2: Fix lightsleep to work with interrupts and cyw43 driver. 2 years ago
Red_M 1290329415 esp32/boards/GENERIC_S3_SPIRAM_OCT: Add ESP32S3 board with Octal SPIRAM. 3 years ago
Damien George bb77c1d5a3 stm32/powerctrl: Fix build on STM32G0xx and STM32H7Bx MCUs. 2 years ago
robert-hh 988b6e2dae renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2 years ago
Jim Mussared 68090cc6cd cc3200: Remove unused NIC type customisation. 2 years ago
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
brave ulysses 7f71057a89 stm32/boards/NUCLEO_F756ZG: Add board definition for NUCLEO-F756ZG. 2 years ago
iabdalkader 5b7f71882b stm32/powerctrl: Improve standby mode entry code for H7 MCUs. 2 years ago
robert-hh 564945a2a0 nrf/boards/seeed_xiao_nrf52: Add defn for Seeed XIAO NRF52840 Sense. 2 years ago