summaryrefslogtreecommitdiffstatshomepage
path: root/ports
Commit message (Expand)AuthorAge
* nrf/drivers/ticker: Reset slow ticker callback count on soft reboot.robert-hh2024-11-28
* esp32: Fix machine.TouchPad startup on ESP32-S2 and S3.Angus Gratton2024-11-28
* esp32: Use hardware version for touchpad macro defines.Angus Gratton2024-11-28
* esp32: Fix setting WLAN channel in AP mode.Angus Gratton2024-11-28
* esp32/modsocket: Fix getaddrinfo hints to set AI_CANONNAME.Damien George2024-11-18
* esp32: Workaround native code execution crash on ESP32-S2.Angus Gratton2024-11-18
* esp32/machine_pwm: Restore PWM support for ESP-IDF v5.0.x and v5.1.x.Angus Gratton2024-11-18
* pic16bit: Make it build with recent XC16 versions.Alessandro Gatti2024-11-18
* esp32/machine_pwm: Use IDF functions to calculate resolution correctly.Andrew Leech2024-11-18
* stm32/boards/ARDUINO_OPTA: Add Opta expansion module.iabdalkader2024-10-25
* stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver.iabdalkader2024-10-25
* stm32/boards/ARDUINO_PORTENTA_H7: Add SE05x driver.iabdalkader2024-10-25
* rp2/modmachine: Re-sync time_ns offset when coming out of lightsleep.Damien George2024-10-24
* rp2/datetime_patch: Fix year and month offset for mktime wrapper.Damien George2024-10-24
* rp2/mpconfigport: Leave callable pointers alone on RV32.Alessandro Gatti2024-10-22
* qemu/mcu/rv32: Fix test of mcause value in lookup_cause.Plaque FCC2024-10-22
* esp32/modmachine: Allow building with USB CDC disabled.Volodymyr Shymanskyy2024-10-22
* Revert "stm32/machine_uart: Allow changing only the baudrate."Damien George2024-10-22
* rp2/machine_uart: Make it so TX is done only when no longer busy.Damien George2024-10-22
* esp32/mphalport: Always poll stdin ring-buffer to include UART use.Andrew Leech2024-10-16
* unix/main: Add --version command-line option.Damien George2024-10-15
* rp2/machine_uart: Clear timeout_char when UART is first constructed.Damien George2024-10-15
* rp2/boards/RPI_PICO2: Add new RPI_PICO2 board definition.Peter Harper2024-10-15
* rp2/main: Set CPU frequency to default for the MCU.Damien George2024-10-15
* rp2/machine_pwm: Add RP2350 slices to machine.PWM.Phil Howard2024-10-15
* rp2: Workaround pico_aon_timer timezone binary size increase.Angus Gratton2024-10-15
* rp2/machine_bitstream: Implement bitstream for RISC-V using mcycle.Damien George2024-10-15
* rp2/mphalport: Implement mp_hal_ticks_cpu for RISCV using mcycle.Damien George2024-10-15
* rp2/machine_uart: Allow new TX/RX pins on RP2350.Dryw Wade2024-10-15
* rp2/machine_bitstream: Set SysTick reset value.Dryw Wade2024-10-15
* rp2/Makefile: Allow CMAKE_ARGS to be set by user.Damien George2024-10-15
* rp2: Add support for RP2350 in RISCV mode.Damien George2024-10-15
* rp2/machine_adc: Add ADC support for RP2350B.Phil Howard2024-10-15
* rp2/clocks_extra: Update runtime_clocks_init based on new pico-sdk.Peter Harper2024-10-15
* rp2/machine_pin: Generalise gpio_irq handler for pins >32.Phil Howard2024-10-15
* rp2/machine_pin: Use 64-bit gpio functions to allow gpios >=32 to work.Peter Harper2024-10-15
* rp2/boards/make-pins.py: Pass num-gpios/num-ext-gpios into make-pins.Peter Harper2024-10-15
* rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.Phil Howard2024-10-15
* rp2/machine_pin: Move decl of machine_pin_obj_table to public header.Damien George2024-10-15
* rp2: Add support for 48-pin RP2350 variant.Phil Howard2024-10-15
* rp2: Integrate RP2350 and use aon_timer instead of rtc API.Peter Harper2024-10-15
* rp2/rp2_dma: Generalise DMA for RP2350.Peter Harper2024-10-15
* rp2/modmachine: Implement lightsleep for RP2350.Peter Harper2024-10-15
* rp2: Update custom linker scripts for new pico-sdk.Peter Harper2024-10-15
* rp2/mpconfigport: Set MCU name for RP2350.Peter Harper2024-10-15
* zephyr/boards: Add support for BeagleConnect Freedom.Ayush Singh2024-10-15
* renesas-ra/pendsv: Remove preemptive keyboard interrupt via PendSV.Damien George2024-10-15
* stm32/pendsv: Remove preemptive keyboard interrupt via PendSV.Damien George2024-10-15
* esp32: Disable hardware stack protection on ESP32-C6.Damien George2024-10-11
* esp32: Apply the LWIP active TCP socket limit.Angus Gratton2024-10-10