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