summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27webassembly: Make mp_js_do_str asynchronous.elibdev
2023-06-27samd/mpconfigport: Provide the platform module.robert-hh
2023-06-27samd/mpconfigport: Enable DHT and onewire drivers on all MCUs/boards.robert-hh
2023-06-27samd/Makefile: Print memory region usage instead of totals.robert-hh
2023-06-27samd/Makefile: Move the math lib files from mpconfigmcu.mk to Makefile.robert-hh
2023-06-27samd: Set the LFS type in mpconfigmcu.mk instead of mpconfigboard.mk.robert-hh
2023-06-27esp32/machine_uart: Always select a source_clk value in UART config.Damien George
2023-06-27renesas-ra/boards/VK_RA6M5: Add new board definition.mbedNoobNinja
2023-06-27renesas-ra: Add support for RA6M5, and add machine PWM, DAC, SDCard.mbedNoobNinja
2023-06-26renesas-ra: Support changing baudrate for UART.Takeo Takahashi
2023-06-26docs/library/ssl: Add documentation for SSLContext.Damien George
2023-06-26tests/extmod: Add test for passing cadata into ssl.wrap_socket().Damien George
2023-06-26tests/extmod: Add tests for ssl.SSLContext.Damien George
2023-06-26extmod/modssl: Add SSLContext class.Damien George
2023-06-25renesas-ra: Consolidate all fsp_cfg header files to one location.Damien George
2023-06-25esp32/modules/inisetup.py: Format partition as FAT if its label is ffat.Wind-stormger
2023-06-24esp32/boards: Change SDK config parameters from deprecated to new ones.Damien George
2023-06-23tools/autobuild: Update auto-build code to build esp32 port with IDF v5.Damien George
2023-06-23github/workflows: Update esp32 CI to use IDF v5.0.Damien George
2023-06-23docs/esp32: Update esp32 docs based on IDF v5 changes.Damien George
2023-06-23esp32/Makefile: Provide more IDF shortcuts.Damien George
2023-06-23esp32/network_wlan: Wait for WIFI_EVENT_STA_START after activating.Damien George
2023-06-23esp32: In recv_cb, get espnow rssi from recv_info->rx_ctrl.Glenn Moloney
2023-06-23esp32: Update port to support IDF v5.0.2.Damien George
2023-06-23esp32/modesp32: Remove esp32.hall_sensor function.Damien George
2023-06-23esp32/ppp_set_auth: Add pppapi_set_auth from ESP-IDF.Damien George
2023-06-23esp32: Switch from UART driver to UART HAL.Angus Gratton
2023-06-23extmod/modbtree: Undefine queue macros before including berkeley-db.Damien George
2023-06-23extmod/modplatform: Set MICROPY_PLATFORM_ARCH on riscv platforms.Damien George
2023-06-23extmod: Update to support mbedtls 3.x.Damien George
2023-06-21tests/extmod/framebuf: Fix buffer size issues.Duncan Lowther
2023-06-21tests/extmod/uctypes_array_assign_le: Fix buffer.Duncan Lowther
2023-06-21extmod/modbinascii: Fix buffer length error.Duncan Lowther
2023-06-21lib/oofatfs: Fix speculative read in create_name.Duncan Lowther
2023-06-19extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias.Jim Mussared
2023-06-19ports: In machine_i2s.c, rename uasyncio to asyncio.Jim Mussared
2023-06-19examples/hwapi: Rename uasyncio to asyncio.Jim Mussared
2023-06-19docs: Rename uasyncio to asyncio.Jim Mussared
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared
2023-06-18tests/float: Test domain errors for more combos of args to math funcs.Damien George
2023-06-15esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop.Damien George
2023-06-15tools/ci.sh: Add a H5 board to stm32 CI build.Damien George
2023-06-15stm32/boards/STM32H573I_DK: Add H5 board definition files.Damien George
2023-06-15stm32/octospi: Add preliminary support for OCTOSPI peripheral.Damien George
2023-06-15stm32/boards: Add ld, af.csv and hal_conf_base.h files for H5 MCUs.Damien George
2023-06-15stm32: Add initial support for H5 MCUs.Damien George
2023-06-15lib/stm32lib: Update library for H5 v1.0.0.Damien George
2023-06-15stm32/machine_adc: Handle ADC resolution less than 8 bits on all MCUs.Damien George
2023-06-15stm32/usbd_conf: Treat G0 USB periph as MICROPY_HW_USB_IS_MULTI_OTG=0.Damien George