Wykres commitów

  • d7f031397d webassembly/objjsproxy: Make jsproxy_it keep ref to jsproxy. Damien George 2024-05-21 11:37:37 +1000
  • 93340fa178 Merge branch 'master' into tls_psk Sumeta Boonchamoi 2024-05-21 10:49:31 +0700
  • f7e7f27b95 Merge tag 'v1.22.2' of github.com:micropython/micropython Wang Xuancong 2024-05-17 21:18:37 +0800
  • b1cca67c20
    runtime/exitcodes: Set exit code according to the SystemExit exception. John Smith 2024-05-17 14:19:20 +0200
  • dad02e5dd2 extmod/extmod.cmake: Add ppp source. Damien George 2024-05-17 16:34:19 +1000
  • c27c4879b3 extmod/extmod.cmake: Fix cmake lwIP update. Damien George 2024-05-17 16:31:26 +1000
  • f667adfcc7 extmod/network_ppp_lwip: Fix typo. Damien George 2024-05-17 16:29:51 +1000
  • 5e3dff1074 extmod/network_ppp_lwip: Tweak finaliser. Damien George 2024-05-17 14:13:46 +1000
  • 2724273960 extmod/network_ppp_lwip: Improve finaliser and force shutdown. Damien George 2024-05-17 13:58:51 +1000
  • 7a3e283968
    Merge branch 'micropython:master' into master marecl 2024-05-16 22:08:02 +0200
  • 3015d2beea py/mpz: Ignore calls to to_bytes with zero length. Alessandro Gatti 2024-05-16 12:08:05 +0200
  • cfd5a8ea3a webassembly/proxy_c: Return undefined if dict lookup failed on JS side. Damien George 2024-05-14 22:15:48 +1000
  • aa2e3880c1 webassembly/proxy_js: Create a special "undefined" type for Python. Damien George 2024-05-14 21:56:36 +1000
  • 0148bbb495 webassembly/proxy_js: Revert back to converting Py None to JS null. Damien George 2024-05-14 21:54:14 +1000
  • c10a74b162 esp32/panichandler: Print support information on panic. Daniël van de Giessen 2024-03-13 18:23:17 +0100
  • f98903c635
    esp32/network_ppp: Allow stream=None to suspend PPP. Daniël van de Giessen 2024-02-28 12:35:37 +0100
  • bea4d83b5c
    esp32/network_ppp: Add stream config parameter. Daniël van de Giessen 2023-08-09 10:31:29 +0200
  • a0d4fdcce0 stm32/pyb_can: Fix STM32G4 FDCAN source clock frequency. Angus Gratton 2024-05-15 11:19:21 +1000
  • 47ae739409 examples/usb: Add README that points out the alternative usb modules. Angus Gratton 2024-05-14 10:24:11 +1000
  • abd1f28bc2 docs/library/asyncio: Document that ThreadSafeFlag now works on unix. Damien George 2024-05-15 14:13:30 +1000
  • e816b49c44 docs/reference: Document how to mip install packages from GitLab. Olivier Lenoir 2024-03-13 21:57:06 +0100
  • 85c85e8f0d tools/mpremote: Add support to mip install from GitLab. Olivier Lenoir 2024-03-13 21:51:22 +0100
  • f3e66280b1 esp32/boards/UM_TINYC6: New board definition. Matt Trentini 2024-05-15 00:09:31 +1000
  • 025d10a702 tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy. Damien George 2024-05-14 15:19:30 +1000
  • 154d602b6e webassembly/mpconfigport: Enable importing of .mpy files. Damien George 2024-05-14 15:18:48 +1000
  • be8ca73e38
    zephyr: Build with WARNINGS_AS_ERRORS in CI. David Schneider 2024-05-13 11:38:53 +0200
  • 812db65b11
    zephyr: Bump minimal Zephyr version to v3.6.0. David Schneider 2024-05-13 11:37:40 +0200
  • 0b3027ea35
    zephyr: Fix warnings. David Schneider 2024-05-13 11:22:00 +0200
  • 5ab47252f8
    zephyr: Replace deprecated FLASH_AREA_ macros. David Schneider 2024-05-13 11:15:08 +0200
  • dc638d17b0
    zephyr: Replace deprecate <zephyr/zephyr.h>. David Schneider 2024-05-13 09:28:43 +0200
  • fa23e4b093 webassembly/proxy_js: Convert JS undefined and JS null to Py None. Damien George 2024-05-09 15:36:30 +1000
  • a67e326cb9 webassembly/proxy_c: Ensure objs thrown into generators are exceptions. Damien George 2024-05-09 15:11:21 +1000
  • 3f34be69c7 webassembly/asyncio: Fix case where a Promise is resolved with no arg. Damien George 2024-05-09 15:07:11 +1000
  • c37eb93f2d webassembly/proxy_c: Support more than 4 args when JS calls Py func. Damien George 2024-05-09 15:03:55 +1000
  • cc3550eeef examples/network: Add example of HTTPS client using non-blocking socket. Damien George 2024-04-27 13:42:21 +1000
  • bd610ff016 examples/network: Rename SSL examples to start with https. Damien George 2024-04-27 13:39:57 +1000
  • eb517a0a12 examples/usb: Add a USBDevice example implementing the DFU protocol. Damien George 2024-04-30 11:33:58 +1000
  • b2df89c417 examples/usb: Add a very simple USBDevice example with host. Damien George 2024-04-30 11:33:39 +1000
  • efe6c3edd7
    runtime/abort: Add support for vm_abort in standard runtime. John Smith 2024-04-16 22:54:19 +0200
  • 2b279ec862 stm32: Integrate network.PPP. Damien George 2024-03-28 09:27:16 +1100
  • 805f2d4f55 extmod/network_ppp_lwip: Add network.PPP via lwIP. Damien George 2024-03-13 17:09:51 +1100
  • 96aba9d636 extmod: Update to work with latest lwIP. Damien George 2024-04-16 16:50:52 +1000
  • 77829f77b8 lib/lwip: Update lwIP to STABLE-2_2_0_RELEASE. Damien George 2024-04-16 16:50:26 +1000
  • c3301da176 docs/library/machine.USBDevice: Update note about packages in mp-lib. Angus Gratton 2024-05-02 13:37:33 +1000
  • 9a43989a86 shared/tinyusb: Stall the CDC IN endpoint while disconnecting. Angus Gratton 2024-05-07 17:02:11 +1000
  • dee7332c1c tests/multi_net: Add tls-psk callback test case. moprg 2024-05-08 10:27:41 +0700
  • 8762fe8b4c extmod/network_wiznet5k: Properly enable socket buffers for W5100(S). Jared Hancock 2024-04-01 09:10:49 -0500
  • 63c30a2dfc esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices. Rick Sorensen 2023-12-26 12:57:46 -0600
  • 595f86155a docs/esp32/quickref: Add note about different ESP32 varieties. Rick Sorensen 2023-12-26 12:57:46 -0600
  • be1ecb54e6 webassembly/api: Resolve thenables returned from runPythonAsync. Damien George 2024-05-07 11:33:05 +1000
  • c056840ee8 webassembly/objpyproxy: Implement JS iterator protocol for Py iterables. Damien George 2024-05-06 13:47:48 +1000
  • e860e32e24 webassembly/objjsproxy: Fix proxying in arguments to JS new function. Damien George 2024-05-06 12:35:23 +1000
  • 50b43fec1a webassembly/proxy_c: Only proxy across resolve/reject funs when needed. Damien George 2024-05-06 12:33:16 +1000
  • 9da63a343e webassembly/proxy_c: Reject promises with a PythonError instance. Damien George 2024-05-06 12:26:20 +1000
  • 9681a66c6b webassembly/api: Fix importing micropython.mjs module from node REPL. Damien George 2024-05-02 16:29:39 +1000
  • efa8f928f6 ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-05 14:40:28 +0300
  • dd667a4a20 Merge branch 'master' of https://github.com/pxsty0/micropython Mustafa "pxsty" KÖK 2024-05-05 14:32:58 +0300
  • 98056bc73c ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-05 14:32:48 +0300
  • d07e8a7591 Merge branch 'master' of https://github.com/pxsty0/micropython Mustafa "pxsty" KÖK 2024-05-05 14:30:17 +0300
  • a4884b99a8 ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-05 14:30:04 +0300
  • 97b088ea4d ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-05 14:28:18 +0300
  • 23f52d73b5 Merge branch 'master' of https://github.com/micropython/micropython Mustafa "pxsty" KÖK 2024-05-04 17:17:02 +0300
  • 9447e88888 ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-04 17:16:43 +0300
  • 95f0140540 stm32/i2c: Fix clock enable for I2C4 on STM32F7 MCUs. Mustafa \pxsty\ KÖK 2024-03-28 13:53:24 +1100
  • b778141677 ports/esp32/boards: Added Deneyap Boards. Mustafa "pxsty" KÖK 2024-05-04 17:00:42 +0300
  • 4068640608 update Mustafa "pxsty" KÖK 2024-05-04 16:56:28 +0300
  • a4cff80187 update Mustafa "pxsty" KÖK 2024-05-04 16:54:39 +0300
  • a3a2c883bf
    Update board.json Mustafa "pxsty" KÖK 2024-05-04 16:52:39 +0300
  • 6e1abbc97f added deneyap cards Mustafa "pxsty" KÖK 2024-05-04 16:45:48 +0300
  • d5197af43b Merge branch 'master' of https://github.com/kldonnelly/micropython Kevin Donnelly 2024-05-04 20:28:57 +1200
  • 04196aaf81 restore berkelry-db Kevin Donnelly 2024-05-04 20:28:49 +1200
  • 1fe1ae5849
    Merge branch 'micropython:master' into master kldonnelly 2024-05-04 19:42:50 +1200
  • 81bdd84b10 move folders Kevin Donnelly 2024-05-04 19:22:07 +1200
  • 49939549ad
    README: Replace 'Selected' with 'Some' in port description. tharuka 2024-05-04 08:28:56 +0530
  • b66172990d
    README: Fix typo in online documentation sentence. tharuka 2024-05-04 08:16:52 +0530
  • b6229a2a78
    Merge branch 'micropython:master' into contributions tharuka 2024-05-04 08:11:50 +0530
  • a521df27dc stm32/i2c: Fix clock enable for I2C4 on STM32F7 MCUs. Damien George 2024-03-28 13:53:24 +1100
  • a79bf2297a
    Merge f27593e960 into 64f28dc1eb Chris Drake 2024-05-02 23:02:19 -0700
  • 4cf0a1154f
    Fix typos in README.md tharuka 2024-05-03 10:41:05 +0530
  • b5dc2a1031 rp2/boards/SEEED_XIAO_RP2040: New board definition. Matt Trentini 2024-05-02 12:11:30 +1000
  • 0f5d549602 esp32/boards/M5STACK_NANOC6: New ESP32C6 board definition. Matt Trentini 2024-05-01 10:29:07 +1000
  • a7d34b6f7c stm32/mboot: Buffer the correct amount of bytes for a flash write. Damien George 2024-04-28 15:36:08 +1000
  • d3fe0a06e8 stm32/flash: Fix writing final words to flash on H5 and H7 MCUs. Damien George 2024-04-28 15:35:38 +1000
  • 64f28dc1eb stm32/boards/LEGO_HUB_NO7: Add robust update logic to mboot. Damien George 2024-04-28 15:39:00 +1000
  • ed3a113de9 py/objint: Fix int.to_bytes() buffer size checks. Angus Gratton 2023-11-29 11:23:16 +1100
  • b896fa9b1f stm32/boards/LEGO_HUB_NO6: Write key after writing elements. Damien George 2024-04-28 15:37:40 +1000
  • 5139933da5 esp32/Makefile: Only set port & baud for jobs that access hardware. Andrew Leech 2024-03-29 06:35:05 +1100
  • 3f75f9e0af esp32/boards/ESP32_GENERIC_C6: Add support for esp32c6. Andrew Leech 2024-01-24 14:03:17 +1100
  • b2ff47ffa7 esp32/esp32c6: Add support for LP_UART. Andrea Milazzo 2024-03-12 09:46:12 +0100
  • 5295ce5e57 esp32/adc: Add support for v5.2.1 calibration api. Andrea Milazzo 2024-03-12 09:45:19 +0100
  • 9c9a357a9f esp32/esp32c6: Fix deep sleep gpio hold. IhorNehrutsa 2023-12-27 17:09:30 +0200
  • cf451c1649 esp32/esp32c6: Fix timer clock configuration. IhorNehrutsa 2023-12-27 17:07:38 +0200
  • a06d929729 esp32/esp32c6: Add ADC support. IhorNehrutsa 2023-12-27 17:06:02 +0200
  • f96a04a880 ports/esp32: Add support for esp32c6. Andrew Leech 2023-06-26 11:53:28 +1000
  • 7f753cfd88 rp2/boards/SEEED_XIAO_RP2040: New board definition. Matt Trentini 2024-05-01 14:58:37 +1000
  • ca84705f4e tests/int_bytes: Add tests for optional arguments. Amirreza Hamzavi 2024-04-30 19:32:26 +0330
  • f8961ea74c py/objint: Make length argument optional in int.to_bytes() method. Amirreza Hamzavi 2024-04-30 19:10:25 +0330
  • ae1fb0eb03 py/misc.h: Move mp_clz and mp_ctz intrinsics into misc.h. Angus Gratton 2024-04-16 17:07:05 +1000
  • 4fbe60414b extmod/modtls_mbedtls.c: Add set_psk_client_callback() method. moprg 2024-04-30 10:35:19 +0700
  • 3a315e36ad extmod/modtls_mbedtls.c: Add set_psk_server_callback() method. moprg 2024-04-30 10:34:18 +0700