Wykres commitów

  • d515cfce87 extmod/modsocket.c: Add missing static in function definitions. Yoctopuce 2024-05-13 12:04:16 +0200
  • 0ca7e4edad py/obj.h: Fix compilation warning (overflow in +). Yoctopuce 2024-05-13 12:01:31 +0200
  • 95b7ccd510 shared/timeutils/timeutils.h: Add missing mp_uint_t cast. Yoctopuce 2024-05-13 12:00:08 +0200
  • a3f7d8fc2d
    Merge 26d66dd57b into df41913782 Alessandro Gatti 2024-05-24 09:36:46 +0300
  • 23cf6233ab ports/esp32: Add automatic bootloader handling for S2 and S3. Andrew Leech 2024-05-23 22:08:12 +1000
  • 828e27d9a9 ports/esp32: Use shared/tinyusb integration. Andrew Leech 2024-05-23 17:23:41 +1000
  • df41913782 examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs. Damien George 2024-05-24 13:19:47 +1000
  • c624a5c0c4 py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs. Brian Pugh 2024-04-19 16:37:51 -0700
  • aff686c5bd shared/tinyusb: Buffer startup stdout/banner to send on cdc connection. Andrew Leech 2024-05-15 14:40:23 +1000
  • 41a54fa81e ports/nrf: Use shared/tinyusb cdc functions. Andrew Leech 2024-05-16 14:27:42 +1000
  • 2bbce6ddac esp32/ARDUINO_NANO_ESP32: Update shared/tinyusb/mp_usbd_cdc.c filename. Andrew Leech 2024-05-15 11:43:52 +1000
  • 0835a1b70f samd/mphalport: Use shared/tinyusb cdc functions. Andrew Leech 2024-05-11 08:53:44 +1000
  • 48dd673c6f renesas-ra/mphalport: Use shared/tinyusb cdc functions. Andrew Leech 2024-05-11 08:53:21 +1000
  • 85d9a74afa mimxrt/mphalport: Use shared/tinyusb cdc functions. Andrew Leech 2024-05-11 08:50:13 +1000
  • 910c4a1809 rp2/mphalport: Use shared/tinyusb cdc functions. Andrew Leech 2024-05-10 22:23:05 +1000
  • 9c07316fae shared/tinyusb: Add common cdc tx/rx functions. Andrew Leech 2024-05-10 22:20:11 +1000
  • a196468c47 esp32: Add support for TCP_NODELAY. Jared Hancock 2024-05-23 20:37:55 -0500
  • b1e9602702 extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY. Jared Hancock 2024-03-18 16:38:15 -0500
  • d532f960a4 examples/natmod/features4: Create custom FactorialError as exc example. Damien George 2024-05-17 10:43:51 +1000
  • 482292cc66 py/dynruntime: Add mp_obj_exception_init function to create C exception. Damien George 2024-05-17 10:43:34 +1000
  • 0719c98aca ports/esp32: Make LAN.active() idempotent. Elvis Pfutzenreuter 2024-05-22 16:33:33 -0300
  • 1647e9d17c
    py/_thread: Add support for lock.acquire timeout. Daniël van de Giessen 2024-05-21 14:49:16 +0200
  • 63ed9dba3e shared/runtime/semihosting: Add RISC-V semihosting support. Alessandro Gatti 2024-05-22 10:50:20 +0200
  • 4ff2c64ace shared/runtime/semihosting: Rename Arm semihosting files. Alessandro Gatti 2024-05-22 10:17:13 +0200
  • a919ce26d3 webassembly/modjsffi: Add mem_info function to get detailed stats. Damien George 2024-05-21 11:43:00 +1000
  • 57a9ffa632 webassembly: Register PyProxy objects for JS-side finalisation. Damien George 2024-05-21 11:42:51 +1000
  • 2c8e7ecd8d shared/runtime/gchelper: Add RISC-V RV32I native gchelper. Alessandro Gatti 2024-05-22 09:03:10 +0200
  • 5c7a414574 webassembly: Add C-level finaliser to JsProxy object. Damien George 2024-05-21 11:41:46 +1000
  • c0ca4bb85f webassembly: Set GC threshold and do top-level GC collect when possible. Damien George 2024-05-21 11:36:41 +1000
  • 6259a72313 py: Add RISC-V RV32I NLR. Alessandro Gatti 2024-05-22 08:07:26 +0200
  • cdaf2de80c webassembly: Track the current depth of calls to external C functions. Damien George 2024-05-21 11:36:41 +1000
  • ed2885facb webassembly/proxy_c: Don't return value of a void function. Damien George 2024-05-21 11:38:46 +1000
  • 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