15247 Commits (433158076fba1de8dd48494dc35c3c3d1cd251e0)
 

Author SHA1 Message Date
Kwabena W. Agyeman 433158076f mimxrt/machine_rtc: Add RTC alarm/wakeup functionality. 1 year ago
Kwabena W. Agyeman 64ad676424 mimxrt/boards: Define missing SNVS pins for all processors. 1 year ago
Jim Mussared c2361328e1 github/workflows: Pin ruff to 0.1.0 and change flags for new version. 1 year ago
Damien George 971f1cf987 stm32/powerctrl: Add support for frequency scaling with HSI on H5 MCUs. 1 year ago
Damien George e15882ad2b stm32/boards/STM32H573I_DK: Enable ETH and DAC peripherals. 1 year ago
Rene Straub 51da8cc28b stm32/eth: Add Ethernet support for H5 MCUs. 1 year ago
iabdalkader 8b12923da2 stm32/boards/ARDUINO_GIGA: Fix name of pins in board init. 1 year ago
robert-hh f84b4617cb rp2/cyw43_configport: Use m_tracked_calloc and m_tracked_free. 1 year ago
iabdalkader 4074f828dd stm32/boards/ARDUINO_GIGA: Add QSPI fix/workaround to early init. 1 year ago
Thomas Ackermann ac4f79592b docs/library/io: Remove io.FileIO and io.TextIOWrapper. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Jim Mussared 03a9fa227d extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
Jim Mussared d040478d8a extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
Damien George a1be5e1439 docs/reference/mpyfiles: Document change in .mpy sub-version. 1 year ago
Damien George 6967ff3c58 py/persistentcode: Bump .mpy sub-version. 1 year ago
Damien George 9b63421fb3 py/dynruntime: Add mp_get_buffer. 1 year ago
Damien George 9c7ea9b14a py/obj: Generalise mp_get_buffer so it can raise if a flag is set. 1 year ago
Damien George 516385c4cc py/objboundmeth: Optimise check for types in binary_op. 1 year ago
Ned Konz 66c62353ce tests/basics/boundmeth1.py: Add tests for bound method equality/hash. 1 year ago
Daniël van de Giessen 4f5e165d0b py/objboundmeth: Support comparing and hashing bound methods. 4 years ago
Matthias Urlichs 5f0bd33b73 extmod/asyncio: Emit errors to stderr, not stdout. 1 year ago
Damien George 05cb1406ad extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
Jim Mussared 5015779a6f py/builtinevex: Handle invalid filenames for execfile. 1 year ago
robert-hh 480659b1ac ports: Make all ports skip execution of main.py if boot.py fails. 1 year ago
Andrew Leech d2a9d70c09 tools/ci.sh: Ensure enough commits are fetched for a common ancestor. 1 year ago
Glenn Moloney 9f835df35e esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW. 1 year ago
robert-hh a06f4c8df4 mimxrt/led: Fix LED init call from main, and simplify led_init. 1 year ago
Matthias Urlichs 3fb1bb131f py/vm: Don't emit warning when using "raise ... from None". 1 year ago
Jim Mussared 5232847771 README.md: Update CI badges. 1 year ago
Jim Mussared 69e34b6b6b all: Switch to new preview build versioning scheme. 1 year ago
Damien George e00a144008 all: Bump version to 1.21.0. 1 year ago
Damien George 6f76d1c7fa rp2: Implement time.time_ns with time_us_64 so it has us resolution. 1 year ago
Damien George c2e9a6f2a5 esp8266/boards/ESP8266_GENERIC: Remove urllib from the 2MiB manifest. 1 year ago
Glenn Moloney f0f173ff5c esp32/boards/manifest.py: Freeze aioespnow into firmware by default. 1 year ago
Angus Gratton d81cf0b9e3 rp2/CMakeLists: Enable debug symbols in all builds. 1 year ago
Damien George 040a96d00e docs,tools: Change remaining "urequests" references to "requests". 1 year ago
Damien George 342ebcb41d lib/micropython-lib: Update submodule to latest. 1 year ago
Damien George 5d53783a46 lib/cyw43-driver: Update driver to latest version v1.0.2. 1 year ago
iabdalkader 5aec051f9f stm32/i2c: Add support for I2C4 on H7 MCUs. 1 year ago
stijn cac666f38c extmod/vfs_posix_file: Fix flush handling in msvc builds. 1 year ago
Damien George 92717a95c0 tools/metrics.py: Fix esp32 and esp8266 board names after renaming. 1 year ago
Luca Burelli 1cd61149e4 esp32/boards/ARDUINO_NANO_ESP32: Use Arduino USB IDs. 1 year ago
Jim Mussared 65a3ce39a3 extmod/modnetwork: Forward if.config(hostname) to network.hostname. 1 year ago
Jim Mussared b329fdcb73 extmod/modnetwork: Increase max hostname length to 32. 1 year ago
Damien George d6c55a40fe top: Update .git-blame-ignore-revs for latest spelling fix commit. 1 year ago
Damien George cf490a7091 all: Fix various spelling mistakes found by codespell 2.2.6. 1 year ago
iabdalkader 9d5d2e8cf7 renesas-ra: Tune lwip buffers and timing to improve network performance. 1 year ago
iabdalkader 5c8099003c renesas-ra/boards/ARDUINO_PORTENTA_C33: Update WiFi config. 1 year ago
iabdalkader 279e2561f2 drivers/esp_hosted_hal: Add support for WiFI LED activity indicator. 1 year ago
iabdalkader a43e13c67b drivers/esp-hosted: Fix MTU size. 1 year ago