15230 Commits (516385c4ccbb1f7fa9dbd37a44ed8ae33dcf1942)
 

Author SHA1 Message Date
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
iabdalkader 379b583b2f drivers/esp_hosted: Fix pin IRQ. 1 year ago
Jim Mussared 977dc9a369 extmod/asyncio/stream.py: Fix cancellation handling of start_server. 2 years ago
Jos Verlinde a93ebd0e03 docs: Add requirements.txt file with dependencies for Sphinx. 1 year ago
iabdalkader da193c42f6 ports: Rename Arduino board LED pins to be consistent. 1 year ago
Wanlin Wang 2772b88f6a rp2/README: Fix name of RPI_PICO_W board. 1 year ago
vsfos 1660c78795 unix/main: Fix memory leakage if MICROPY_USE_READLINE is disabled. 1 year ago
robert-hh 4e5611c55a mimxrt/machine_rtc: Improve the RTC init at boot. 1 year ago
robert-hh 6482eb142c mimxrt/mpbthciport: Allow disabling UART flow control for BLE. 1 year ago
robert-hh 51ca23e463 mimxrt/boards: Fix naming of SD-card config option. 1 year ago
robert-hh abb44694d8 mimxrt/boards/MIMXRT1176_clock_config: Fix comments about UART clocks. 1 year ago
robert-hh 0701341e7f mimxrt/machine_uart: Set the UART clock to a fixed 40MHz value. 1 year ago
iabdalkader 52e3da0a0b mimxrt/mbedtls: Enable certificate validity time validation. 1 year ago
iabdalkader 361ca7d5ee mimxrt/mpbthciport: Enable flow control for BT HCI UART. 1 year ago
iabdalkader 552b0bbe12 mimxrt: Remove SDCARD Makefile config option. 1 year ago
iabdalkader 9d1a1ed42d mimxrt/Makefile: Enable the FSL USDHC for supported MCU series. 1 year ago
iabdalkader 805c750164 mimxrt/mimxrt_sdram: Allow boards to override the default SDRAM config. 1 year ago
iabdalkader 4b9c459133 mimxrt/sdio: Add support for the 117x series. 1 year ago