Wykres commitów

  • d9b9e88899 samd/samd_qspiflash: Avoid reading status byte 2 when not available. robert-hh 2024-03-27 10:53:29 +0100
  • 3980b36173 samd/samd_spiflash: Allow configuring the flash SPI baudrate. robert-hh 2024-03-20 20:23:49 +0100
  • e8e9a39a6d samd/mcu: Update clock config after changes to USB. robert-hh 2024-03-19 17:16:41 +0100
  • b41360d119 samd/boards: Enable MICROPY_HW_DFLL_USB_SYNC on appropriate boards. robert-hh 2024-03-19 07:54:43 +0100
  • 328b6df058 samd/README: Fix incorrect port directory name. robert-hh 2024-03-03 20:24:31 +0100
  • d2446cb61f stm32/i2c: Fix clock enable for I2C4 on STM32F7 MCUs. Damien George 2024-03-28 13:53:24 +1100
  • e8dd519e2d esp32/network_wlan: Add interface and security WLAN constants. iabdalkader 2024-03-14 14:39:53 +0100
  • 81dff08bf2 esp8266/network_wlan: Add interface and security WLAN constants. iabdalkader 2024-03-14 14:39:20 +0100
  • 7753045a8f extmod: Add interface and security constants at WLAN class level. iabdalkader 2024-03-03 16:13:55 +0100
  • 5a7d78c732 mimxrt,stm32: Set the security mode for the default WiFi AP. iabdalkader 2024-03-03 16:25:45 +0100
  • db1b5df16c stm32/README: Update list of supported STM32 series. Matt Trentini 2024-03-27 10:53:33 +1100
  • 57623bcee4 ports/nrf: Add rtc_offset_chck to Anomaly 132 fix. RetiredWizard 2024-03-27 19:15:15 -0400
  • cd6dbfa3f4 ports/nrf: Remove erroneous rebase change to LFCLK. RetiredWizard 2024-03-27 18:38:05 -0400
  • 19789ab024 ports/nrf: Force push rebase attempt. RetiredWizard 2024-03-27 17:09:34 -0400
  • 6f790bff03 Bug#14092: ports/rp2: Prevent lock-up when `lightsleep()` called within thread Simon Wood 2024-03-27 12:31:29 -0600
  • 35e8d184b1 shared/tinyusb: Increase default string descr max length to 40 chars. Damien George 2024-03-27 15:00:37 +1100
  • 0f16ae92c0 shared/tinyusb: Update some code comments for runtime USB. Angus Gratton 2024-03-27 14:55:16 +1100
  • 935f5391b5 shared/tinyusb: Don't disconnect on soft reset unless USB was active. Angus Gratton 2024-03-27 14:52:09 +1100
  • 8c28d63538 re: Fixup linting of test files. Jared Hancock 2024-03-26 22:08:12 -0500
  • 3e5a718f84 re: Add support for `finditer` method. Jared Hancock 2024-03-26 21:41:28 -0500
  • b190872d02 re: Drop unneeded EXP file to ensure compatibility with CPython. Jared Hancock 2024-03-26 09:27:28 -0500
  • 79edaddf50 rp2/CMakeLists: Apply O2 optimisation to map, mpz and vm source code. Damien George 2024-03-26 18:57:18 +1100
  • 821da372d0 nrf/modules/machine: Wake from deep sleep using "sense" Pin argument. Christian Walther 2024-01-05 22:16:38 +0100
  • 4ba22b1b3b nrf/modules/machine: Implement deepsleep(). Christian Walther 2024-01-05 22:16:38 +0100
  • 0b200ce34e nrf/nimble: Use soft timer for hci polling. Andrew Leech 2024-03-27 08:08:21 +1100
  • 6ff6468968 nrf/soft_timer: Bring in soft timer and penbdsv. Andrew Leech 2024-03-27 08:05:31 +1100
  • 0e35d06da8
    Merge 5d72f6862b into d694ac6e1b victorallume 2024-03-26 20:38:30 +0100
  • 9c0070b1b0
    Merge 7d77df3d4b into d694ac6e1b Ihor Nehrutsa 2024-03-26 16:40:36 +0100
  • ea145374e3 windows: Make test skipping more granular. stijn 2024-03-26 16:11:11 +0100
  • 1513f4753c windows: Improve MSYS2-based CI builds. stijn 2024-03-26 16:09:15 +0100
  • d694ac6e1b py/makeqstrdata.py: Ensure that scope names get low qstr values. Jim Mussared 2024-03-26 15:23:21 +1100
  • 57de9da352 docs/library/machine.RTC: Add docs for RTC.memory() method. Amirreza Hamzavi 2023-10-01 14:30:15 +0330
  • a0d31e54ae esp8266/Makefile: Add support for C++ user C modules. Jim Mussared 2024-03-26 13:10:45 +1100
  • fa6ccc7e72 renesas-ra/boards/ARDUINO_PORTENTA_C33: Add Arduino's external library. iabdalkader 2024-03-15 12:05:30 +0100
  • da09646eab stm32/boards/ARDUINO_PORTENTA_H7: Add Arduino's external library. iabdalkader 2024-03-13 09:09:42 +0100
  • 723cd03aeb stm32/boards/ARDUINO_NICLA_VISION: Add Arduino's external library. iabdalkader 2024-03-13 09:09:01 +0100
  • 27aa3c19bf stm32/boards/ARDUINO_GIGA: Add Arduino's external library. iabdalkader 2024-02-13 08:48:34 +0100
  • 438e522911 lib/arduino-lib: Add Arduino's external library. iabdalkader 2024-03-13 09:12:03 +0100
  • 994021e1e0 nrf/Makefile: Clean up dangling LIBS declaration. Andrew Leech 2024-03-22 13:55:03 +1100
  • 34c4625dcc nrf/main: Fix build of microbit when SD is enabled. Andrew Leech 2024-03-21 10:23:14 +1100
  • 4dd288ff62 nrf/modules/machine/pwm: Tag a PWM device as used in the constructor. robert-hh 2024-01-22 18:04:44 +0100
  • 5e926b2222 nrf/modules/machine: Catch exceptions from pin interrupts. Christian Walther 2024-01-05 16:17:55 +0100
  • f710667f09 re: Add doc for `pos` and `endpos` params for search and match. Jared Hancock 2024-03-25 21:10:27 -0500
  • 6f3c6d7de9 re: Add support for start- and endpos. Jared Hancock 2024-03-25 20:58:51 -0500
  • b10182bbcc nrf: Fix non-running LFCLK. Christian Walther 2024-01-01 18:21:39 +0100
  • be89d4376b nrf/modules/machine: Enable code formatting. Christian Walther 2024-01-05 15:52:09 +0100
  • d1a3e7d292 nrf/Makefile: Allow external board definitions. Christian Walther 2023-11-26 17:05:44 +0100
  • 554ba06782 unix/main: Use standard pyexec/repl for unix & windows ports. Andrew Leech 2023-10-26 09:02:16 +1100
  • 784aa4c568 tests/run-tests: Fix newline handling on repl/pty tests. Andrew Leech 2023-11-16 20:28:05 +1100
  • 45e99812a2
    Merge 11c6b034c4 into 51d05c442a Andrew Leech 2024-03-26 11:42:39 +1100
  • c7adbe5dc0
    Merge 20451850a2 into 51d05c442a Philip Howard 2024-03-25 19:41:07 -0300
  • e2d9925b9a docs/library/machine.I2S: Describe new PDM RX mode. maple "mavica" syrup 2024-03-25 18:50:51 -0300
  • 843085b7cf ports/esp32: Implement PDM RX mode for I2S. maple "mavica" syrup 2024-03-25 18:50:06 -0300
  • ec24a150e0 extmod/machine_i2s: Prepare methods for PDM RX mode. maple "mavica" syrup 2024-03-25 18:32:17 -0300
  • dc44e7c434 windows/msvc: Add ssl module using mbedtls in standard variant. stijn 2023-10-25 16:12:39 +0200
  • 35e504f061 windows/msvc: Fix preprocessing command for quoted definitions. stijn 2024-03-25 14:32:57 +0100
  • 0c5a399eb3 windows/msvc: Introduce an msbuild variable for third-party sources. stijn 2024-03-25 14:38:08 +0100
  • c1301b43db windows/msvc: Add a build target for updating submodules. stijn 2024-03-25 14:33:50 +0100
  • 170c04dcaa windows: Implement socket module. stijn 2023-10-25 13:42:52 +0200
  • f75131099b unix/modsocket: Remove obsolete comment. stijn 2023-10-24 15:26:00 +0200
  • ad908fa9bd unix/modsocket: Introduce typedefs and macros. stijn 2023-10-25 16:53:28 +0200
  • 07f229e030 tests: Add socket timeout tests for connect and recv. stijn 2023-10-25 11:55:38 +0200
  • a0127919bc tests: Make socket tests compatible with CPython on windows. stijn 2023-10-24 17:08:43 +0200
  • 51d05c442a tools/manifestfile.py: Fix freeze() when script is an empty iterable. Damien George 2024-03-25 13:36:30 +1100
  • 086d4d127d extmod/network_wiznet5k: Properly enable interrupt signal on w5100s. Jared Hancock 2024-03-20 09:04:49 -0500
  • fcaf109917 top: Skip codespell for IDF managed components. Daniël van de Giessen 2024-03-15 16:51:18 +0100
  • a0efe2d368 esp32/main: Check if main GC heap allocation failed. Daniël van de Giessen 2024-03-11 17:32:13 +0100
  • 35f3f0a87d py/nlr: Add "memory" to asm clobbers list in nlr_jump. Damien George 2024-03-19 15:08:42 +1100
  • bcea6c674e ports/windows: Add sockets support on Windows. Jon Foster 2024-03-24 04:13:17 +0000
  • e92c860741 ports/windows/init.c: Initialise WinSock2 library at startup. Jon Foster 2024-03-24 04:10:41 +0000
  • cd534bbad8 ports/windows: Consistent definition of target Windows version. Jon Foster 2024-03-24 03:59:24 +0000
  • 345bf8f03b docs/library: Add docs for ntptime.py module. Jon Foster 2024-03-23 18:00:23 +0000
  • ecd4b759d2 tests/run-tests, ports/qemu-riscv: Add QEMU RV32 port. Alessandro Gatti 2023-10-31 21:55:07 +0100
  • 35b2edfc24 github/workflows: Add Biome workflow for JavaScript formatting/linting. Damien George 2024-02-21 13:00:50 +1100
  • badc0106bd tools/ci.sh: Update webassembly CI tests. Damien George 2024-02-02 12:03:25 +1100
  • c1513a078d tests/ports/webassembly: Add webassembly JS tests. Damien George 2024-02-01 17:43:25 +1100
  • e41b571a29 tests/run-tests.py: Support running webassembly tests via node. Damien George 2024-02-01 17:40:59 +1100
  • c2cf58befc webassembly/library: Fix formatting and style for Biome. Damien George 2024-03-11 15:02:41 +1100
  • 26d6969fef webassembly: Update README.md to describe latest changes. Damien George 2024-03-06 10:27:54 +1100
  • b9eb74e73b webassembly/variants/pyscript: Add pyscript variant. Damien George 2023-05-31 11:45:34 +1000
  • 6ff3e356e2 webassembly: Implement replInit() and replProcessChar(). Damien George 2024-03-06 10:16:52 +1100
  • 625b17a410 webassembly: Implement runCLI() for a Node-based CLI. Damien George 2024-02-01 17:46:34 +1100
  • 9b090603a0 webassembly: Implement runPythonAsync() for top-level async code. Damien George 2023-06-24 17:19:05 +1000
  • 39bd0b8a0a webassembly: Add JavaScript proxying, and js and jsffi modules. Damien George 2023-05-31 11:45:34 +1000
  • 691cd3a56d webassembly: Clean up Makefile and add variant support. Damien George 2023-05-30 13:15:58 +1000
  • 98a8ff7a1a webassembly: Add support for enabling MICROPY_GC_SPLIT_HEAP_AUTO. Damien George 2023-06-22 17:31:40 +1000
  • ae6bcc9d23 webassembly: Use POSIX write for output and add stderr. Damien George 2023-05-31 11:44:45 +1000
  • 8e3b701dee webassembly: Enable time localtime, gmtime, time, time_ns. Damien George 2023-12-13 13:48:32 +1100
  • 76898cbfa1 webassembly: Implement MICROPY_PY_RANDOM_SEED_INIT_FUNC. Damien George 2023-12-13 13:10:03 +1100
  • 8282bd93a2 webassembly: Move MP_JS_EPOCH init to library postset. Damien George 2023-05-30 13:13:39 +1000
  • ff15dfcaa8 webassembly: Include lib in sys.path. Damien George 2023-04-15 09:27:43 +1000
  • 2b8e88c563 py/compile: Add option to allow compiling top-level await. Damien George 2023-06-24 17:02:58 +1000
  • acbdbcd95e esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM. Jim Mussared 2024-03-21 15:46:41 +1100
  • 71044a4186 py/parse: Zero out dangling parse tree pointer to fix potential GC leak. Angus Gratton 2024-03-20 16:19:33 +1100
  • 11c6b034c4 nimble/syscfg: Remove some unused cpu selection defines. Andrew Leech 2024-03-21 20:46:10 +1100
  • d319fde1cd nrf/bluetooth: Add support for nimble based bluetooth. Andrew Leech 2024-03-20 15:38:48 +1100
  • 2e1cd87f10 bluetooth/nimble: Schedule hci poll on eventq_put. Andrew Leech 2024-03-20 14:07:21 +1100
  • 663d9e0924 py/builtinevex: Only define code_execute() when needed for build. Andrew Leech 2024-03-21 11:38:31 +1100
  • 35c3368944 nrf/main: Fix build of microbit when SD is used. Andrew Leech 2024-03-21 10:23:14 +1100
  • b1c3c57634
    Merge 2a55a3ffe0 into 9d27183bde DarkDuck 2024-03-20 23:49:03 +0100