15867 Commits (8762fe8b4c6a7608d48daa8458e6501fafd3eafc)
 

Author SHA1 Message Date
robert-hh 4662a71f44 drivers/memory: Add IS25LPWP064D chip to list of external flash devices. 8 months ago
robert-hh d9b9e88899 samd/samd_qspiflash: Avoid reading status byte 2 when not available. 8 months ago
robert-hh 3980b36173 samd/samd_spiflash: Allow configuring the flash SPI baudrate. 8 months ago
robert-hh e8e9a39a6d samd/mcu: Update clock config after changes to USB. 8 months ago
robert-hh b41360d119 samd/boards: Enable MICROPY_HW_DFLL_USB_SYNC on appropriate boards. 8 months ago
robert-hh 328b6df058 samd/README: Fix incorrect port directory name. 8 months ago
iabdalkader e8dd519e2d esp32/network_wlan: Add interface and security WLAN constants. 8 months ago
iabdalkader 81dff08bf2 esp8266/network_wlan: Add interface and security WLAN constants. 8 months ago
iabdalkader 7753045a8f extmod: Add interface and security constants at WLAN class level. 8 months ago
iabdalkader 5a7d78c732 mimxrt,stm32: Set the security mode for the default WiFi AP. 8 months ago
Matt Trentini db1b5df16c stm32/README: Update list of supported STM32 series. 8 months ago
Damien George 35e8d184b1 shared/tinyusb: Increase default string descr max length to 40 chars. 8 months ago
Angus Gratton 0f16ae92c0 shared/tinyusb: Update some code comments for runtime USB. 8 months ago
Angus Gratton 935f5391b5 shared/tinyusb: Don't disconnect on soft reset unless USB was active. 8 months ago
Damien George 79edaddf50 rp2/CMakeLists: Apply O2 optimisation to map, mpz and vm source code. 8 months ago
Jim Mussared d694ac6e1b py/makeqstrdata.py: Ensure that scope names get low qstr values. 8 months ago
Amirreza Hamzavi 57de9da352 docs/library/machine.RTC: Add docs for RTC.memory() method. 1 year ago
Jim Mussared a0d31e54ae esp8266/Makefile: Add support for C++ user C modules. 8 months ago
iabdalkader fa6ccc7e72 renesas-ra/boards/ARDUINO_PORTENTA_C33: Add Arduino's external library. 8 months ago
iabdalkader da09646eab stm32/boards/ARDUINO_PORTENTA_H7: Add Arduino's external library. 8 months ago
iabdalkader 723cd03aeb stm32/boards/ARDUINO_NICLA_VISION: Add Arduino's external library. 8 months ago
iabdalkader 27aa3c19bf stm32/boards/ARDUINO_GIGA: Add Arduino's external library. 9 months ago
iabdalkader 438e522911 lib/arduino-lib: Add Arduino's external library. 8 months ago
Andrew Leech 994021e1e0 nrf/Makefile: Clean up dangling LIBS declaration. 8 months ago
Andrew Leech 34c4625dcc nrf/main: Fix build of microbit when SD is enabled. 8 months ago
robert-hh 4dd288ff62 nrf/modules/machine/pwm: Tag a PWM device as used in the constructor. 10 months ago
Christian Walther 5e926b2222 nrf/modules/machine: Catch exceptions from pin interrupts. 10 months ago
Christian Walther b10182bbcc nrf: Fix non-running LFCLK. 10 months ago
Christian Walther be89d4376b nrf/modules/machine: Enable code formatting. 10 months ago
Christian Walther d1a3e7d292 nrf/Makefile: Allow external board definitions. 12 months ago
Damien George 51d05c442a tools/manifestfile.py: Fix freeze() when script is an empty iterable. 8 months ago
Jared Hancock 086d4d127d extmod/network_wiznet5k: Properly enable interrupt signal on w5100s. 8 months ago
Daniël van de Giessen fcaf109917 top: Skip codespell for IDF managed components. 8 months ago
Daniël van de Giessen a0efe2d368 esp32/main: Check if main GC heap allocation failed. 8 months ago
Damien George 35f3f0a87d py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
Damien George 35b2edfc24 github/workflows: Add Biome workflow for JavaScript formatting/linting. 9 months ago
Damien George badc0106bd tools/ci.sh: Update webassembly CI tests. 9 months ago
Damien George c1513a078d tests/ports/webassembly: Add webassembly JS tests. 9 months ago
Damien George e41b571a29 tests/run-tests.py: Support running webassembly tests via node. 9 months ago
Damien George c2cf58befc webassembly/library: Fix formatting and style for Biome. 8 months ago
Damien George 26d6969fef webassembly: Update README.md to describe latest changes. 8 months ago
Damien George b9eb74e73b webassembly/variants/pyscript: Add pyscript variant. 1 year ago
Damien George 6ff3e356e2 webassembly: Implement replInit() and replProcessChar(). 8 months ago
Damien George 625b17a410 webassembly: Implement runCLI() for a Node-based CLI. 9 months ago
Damien George 9b090603a0 webassembly: Implement runPythonAsync() for top-level async code. 1 year ago
Damien George 39bd0b8a0a webassembly: Add JavaScript proxying, and js and jsffi modules. 1 year ago
Damien George 691cd3a56d webassembly: Clean up Makefile and add variant support. 1 year ago
Damien George 98a8ff7a1a webassembly: Add support for enabling MICROPY_GC_SPLIT_HEAP_AUTO. 1 year ago
Damien George ae6bcc9d23 webassembly: Use POSIX write for output and add stderr. 1 year ago
Damien George 8e3b701dee webassembly: Enable time localtime, gmtime, time, time_ns. 11 months ago