Wykres commitów

  • b0faba6627 rp2/CMakeLists.txt: Enable pins.csv usage for out-of-tree boards Mark Grosen 2024-04-24 20:22:40 -0700
  • d02d30a216 mpremote: Do not list bogus devices. Mark Blakeney 2024-04-25 10:30:38 +1000
  • 63e2839727 extmod/network_nina: Fix the AP security mode constants. iabdalkader 2024-04-24 19:58:06 +0200
  • a65076aae3 examples/usercmodule: Include API headers in the C++ example. stijn 2024-04-24 14:17:55 +0200
  • 49af8cad49 webassembly/api: Inject asyncio.run if needed by the script. Damien George 2024-04-18 16:36:34 +1000
  • 8a3546b3bd webassembly: Add JavaScript-based asyncio support. Damien George 2024-04-19 12:17:11 +1000
  • 84d6f8e8cb webassembly/modjsffi: Add jsffi.async_timeout_ms. Damien George 2024-04-19 12:16:27 +1000
  • 967ad38ac7 extmod/modasyncio: Make mp_asyncio_context variable public. Damien George 2024-04-19 12:14:49 +1000
  • d998ca78c8 webassembly/proxy_c: Fix then-continue to convert reason to throw value. Damien George 2024-04-18 17:20:57 +1000
  • 92b3b69648 webassembly/proxy_c: Fix proxy then reject handling. Damien George 2024-04-18 17:20:28 +1000
  • 4c3f5f552b webassembly/objjsproxy: Fix handling of thrown value into JS generator. Damien George 2024-04-18 17:19:56 +1000
  • 738e4d043c
    Merge 3946cf52b5 into 9c7f0659e2 Engineer_Will 2024-04-24 13:59:21 +1000
  • 9c7f0659e2 webassembly/api: Allocate code data on C heap when running Python code. Damien George 2024-04-17 14:25:48 +1000
  • 45848f77ca webassembly/api: Fix waiting for Emscripten module to be loaded. Damien George 2024-04-24 13:00:20 +1000
  • 0423ef463a
    Merge 04ba564c93 into 49ce7a6075 glenn20 2024-04-23 13:18:44 +0330
  • e29736d6f4
    Merge a7edf0107c into 49ce7a6075 Robert Hammelrath 2024-04-22 21:13:29 +0800
  • fb9f452109
    Merge 3247548d4d into 49ce7a6075 nspsck 2024-04-22 21:13:10 +0800
  • 0d09fc58fd
    Merge 624174aa18 into 49ce7a6075 ekondayan 2024-04-22 21:13:01 +0800
  • 18e772eb6c
    Merge 53d81ae0f6 into 49ce7a6075 Andrew Leech 2024-04-22 21:12:50 +0800
  • 32d0a3f13e
    Merge e1ac779fd3 into 49ce7a6075 Robert Hammelrath 2024-04-22 21:12:38 +0800
  • 85ea71ee98
    Merge b02b1cc68a into 49ce7a6075 Jim Lipsey 2024-04-22 21:12:30 +0800
  • 4c85d16adf
    Merge 0df3e4d265 into 49ce7a6075 Elecia White 2024-04-22 17:08:07 +0530
  • c9d322884b
    Merge 02a6882056 into 49ce7a6075 glenn20 2024-04-22 12:21:20 +0200
  • d1b0814ea3 shared/readline: Implement CTRL-L (clear screen, redraw prompt). J. Neuschäfer 2024-04-19 17:37:28 +0200
  • 8c62ff40eb pyboard.py: Default to the last available serial port on the system. daid 2024-04-20 08:45:10 +0200
  • e65712ad28
    Merge 2e5f29845c into 49ce7a6075 Georgij Černyšiov 2024-04-22 10:42:57 +0200
  • 65143f1918
    Merge 296a774e72 into 49ce7a6075 TadeasPilar 2024-04-22 15:19:25 +1000
  • 49ce7a6075 github/workflows: Run code size workflow on shared or port code changes. Damien George 2024-04-22 12:35:31 +1000
  • 6877987002 tests/cpydiff: Add a note about risk of resizing memoryview targets. Angus Gratton 2024-03-27 17:25:25 +1100
  • 4bed614e70 py/objarray: Fix use-after-free if extending a bytearray from itself. Angus Gratton 2024-02-13 09:24:36 +1100
  • ce491ab0d1 py/obj: Fix initialiser order in MP_DEFINE_CONST_OBJ_TYPE_NARGS_ macros. Vonasmic 2024-04-03 10:35:58 +0200
  • 40f7e9ce20 py/objfun: Fix C++ compatibility with casting in inline functions. stijn 2024-04-18 12:01:45 +0200
  • 3129b69e0f rp2/README: Fix typo, improve sentence about building with other boards. Michiel W. Beijen 2024-04-02 21:58:29 +0200
  • 19844b4983 rp2/modmachine: Prevent lock-up when lightsleep() called within thread. Simon Wood 2024-03-28 09:27:25 -0600
  • 007c84b840
    ports/rp2/machine_i2s.c: Detect and deinitialize I2S instances on boot. Marek Ledworowski 2024-04-21 19:26:51 +0200
  • 9f6cbfb9a2
    Merge 72754ebed1 into d11ca092f7 Matthias Urlichs 2024-04-21 16:47:08 +0100
  • ca93048ab9 ports/embed: Enable use of POSIX VFS. Christian Walther 2024-03-30 23:05:20 +0100
  • 3a8f8db38d ports/embed: Enable use of littlefs. Christian Walther 2024-02-25 15:44:49 +0100
  • 972938c721 examples/embedding-full: Enable mphal-backed sys.stdin/out/err. Christian Walther 2024-03-30 23:26:51 +0100
  • e03158d2b9 examples/embedding-full: Enable uctypes module. Christian Walther 2023-05-05 23:17:32 +0200
  • 170ba15311 ports/embed: Implement additional time functions. Christian Walther 2023-05-05 19:37:49 +0200
  • 5a1638986f examples/embedding-full: Enable floating point numbers and math module. Christian Walther 2023-05-03 22:56:59 +0200
  • 124b2dbfe0 examples/embedding-full: Enable os.uname(). Christian Walther 2023-05-03 22:51:59 +0200
  • 605493d508 examples/embedding-full: Add example user C module. Christian Walther 2023-05-03 22:45:43 +0200
  • d3656e97fe ports/embed: Enable freezing Python modules. Christian Walther 2023-05-03 22:02:30 +0200
  • 1be753fb7e ports/embed: Enable use of extmod modules. Christian Walther 2023-05-01 16:35:26 +0200
  • 5e1ea0b5e9 ports/embed: Move text output to the application. Christian Walther 2023-05-01 18:18:27 +0200
  • 16db37e7c6 examples/embedding-full: Add a more full-featured embedding example. Christian Walther 2023-05-01 15:11:19 +0200
  • 8e8d530779 py/mkrules.mk: Fix 'make submodules' when building out-of-tree. Christian Walther 2024-04-21 16:10:18 +0200
  • be01894f83
    Merge 3e7f5ea541 into d11ca092f7 Philip Howard 2024-04-20 13:27:48 -0500
  • f76cf29402 github/workflows: Update coverage workflow to codecov-action@v4. J. Neuschäfer 2024-04-20 19:36:03 +0200
  • 8e6f0d510f py: Export mp_arg_parse_all_kw_array. Brian Pugh 2024-04-19 16:37:51 -0700
  • 3b7a8f5303
    Merge 6889dde7f5 into d11ca092f7 Victor Malai 2024-04-20 08:38:28 +0200
  • 24c2b9a22b
    Merge 367e100ff7 into d11ca092f7 Carglglz 2024-04-19 23:11:45 +0300
  • 0daf916d18
    Merge 3a523691a0 into d11ca092f7 Lorenzo Cappelletti 2024-04-19 20:20:06 +0200
  • a282fefb0d esp32/Makefile: Only set port & baud for jobs that access hardware. Andrew Leech 2024-03-29 06:35:05 +1100
  • 74b2c9bbad esp32/boards/ESP32_GENERIC_C6: Add support for esp32c6. Andrew Leech 2024-01-24 14:03:17 +1100
  • 02463d4d1e esp32/esp32c6: Add support for LP_UART. Andrea Milazzo 2024-03-12 09:46:12 +0100
  • 2a3a8f8f53 esp32/adc: Add support for v5.2.1 calibration api. Andrea Milazzo 2024-03-12 09:45:19 +0100
  • 7e344a3b9a esp32/esp32c6: Fix deep sleep gpio hold. IhorNehrutsa 2023-12-27 17:09:30 +0200
  • 53c3407408 esp32/esp32c6: Fix timer clock configuration. IhorNehrutsa 2023-12-27 17:07:38 +0200
  • 3e772f6a22 esp32/esp32c6: Add ADC support. IhorNehrutsa 2023-12-27 17:06:02 +0200
  • 3641c0d103 ports/esp32: Add support for risk-v and esp32c6. Andrew Leech 2023-06-26 11:53:28 +1000
  • a7edf0107c
    samd/machine_adc.c: Factor out machine.adc_timed(). robert-hh 2023-10-24 10:01:25 +0200
  • 42aef1a6ce
    samd: Change the init sequence for adc_timed() and dac_timed(). robert-hh 2023-08-26 10:43:09 +0200
  • 0bc34e70ae
    samd/ADC_DAC: Make adc.read_timed() and dac.write_timed() configurable. robert-hh 2023-03-25 16:41:21 +0100
  • f5fd6fbe94
    samd/DAC: Rework the DAC deinit() semantics. robert-hh 2023-03-24 11:52:11 +0100
  • 115a9ba950
    samd/ADC: Apply the channel's VRef setting at each read. robert-hh 2022-12-03 17:51:34 +0100
  • 16f3c54bb8
    samd/docs: Document the extensions to DAC and ADC. robert-hh 2022-10-26 20:39:44 +0200
  • 53c640c0ce
    samd/ADC_DAC: Add adc.busy() and dac.busy() methods. robert-hh 2022-10-14 12:18:28 +0200
  • 7197c8adc0
    samd/ADC: Add a callback keyword option to machine.ADC(). robert-hh 2022-09-13 21:26:54 +0200
  • f6c41257e9
    samd/DAC: Add a callback keyword option to machine.DAC(). robert-hh 2022-09-13 18:50:42 +0200
  • 94a1988698
    samd/ADC: Add a adc.read_timed() method. robert-hh 2022-09-06 16:53:45 +0200
  • 3b08312c16
    samd/DAC: Add the dac.write_timed(). robert-hh 2022-09-05 11:29:08 +0200
  • 9226188a46
    samd/TC_timer: Add a tc_manager function set. robert-hh 2022-09-05 11:25:28 +0200
  • 43d33289df
    samd/DMA: Add a DMA manager. robert-hh 2022-09-05 11:24:03 +0200
  • 9dfa97dae1
    Merge 77a5199682 into d11ca092f7 Ihor Nehrutsa 2024-04-18 17:01:14 +0200
  • 5e6f771f28
    Merge c9d6cca0d0 into d11ca092f7 Jones 2024-04-18 20:14:54 +0900
  • 79b4b3aa2f
    ports/esp32: Print support information on panic. Daniël van de Giessen 2024-03-13 18:23:17 +0100
  • d11ca092f7 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. Angus Gratton 2024-04-05 14:46:45 +1100
  • ca1ef7da98
    Merge fe9d0e375f into 53d0050255 Ihor Nehrutsa 2024-04-16 17:32:02 -0400
  • 8ceaebd727
    Update rp2_flash.c JRay350 2024-04-16 13:41:56 -0700
  • ed7ef9e48c wiznet5k: Fix reported formatting issues. Jared Hancock 2024-04-15 21:56:15 -0500
  • 70190b0c75 wiznet5k: Technically ::send and ::recv is valid in CLOSE_WAIT state. Jared Hancock 2024-04-13 17:34:17 -0500
  • fc03d95493 wiznet5k: dns: Support using dynamic socket number. Jared Hancock 2024-04-07 14:41:45 -0500
  • b96f75cb95 wiznet5k: Support running DHCP in background and renewing address. Jared Hancock 2024-04-07 14:23:45 -0500
  • c6493a6b79
    Merge e5c0335174 into 5114f2c1ea Ozgur BOSTAN 2024-04-13 03:28:03 +0300
  • 6634fea239 extmod/btstack: Implement key storage to enable pairing/bonding. Felix Dörre 2023-04-08 21:42:40 +0000
  • a9458caa2f
    Merge f38e378f71 into 5114f2c1ea Daniel Flanagan 2024-04-12 20:34:43 +0200
  • 75f8bf822b extmod/modblutooth_btstack: Implement gap_passkey(...) Daniel Flanagan 2023-02-24 04:26:29 -0800
  • 14dd797833 stm32: Allow specifying 32kHz crystal drive strength. Koen De Vleeschauwer 2024-04-12 10:56:50 +0200
  • db4b19d33f stm32: Add board NUCLEO_L496ZG. Koen De Vleeschauwer 2023-09-20 12:20:43 +0200
  • 53d0050255 lib/arduino-lib: Update submodule to the latest. iabdalkader 2024-04-11 17:03:57 +0200
  • 7c17cf14c3
    Merge 548cebfaf0 into 5114f2c1ea Maureen Helm 2024-04-10 21:51:19 -0500
  • b76a2e50fd
    Merge 16d7aceb0b into 5114f2c1ea initdc 2024-04-10 11:19:32 +0300
  • fd7bc4f12b WIP: objint: Support signed parameter for int.to_bytes(). Angus Gratton 2024-04-10 13:41:58 +1000
  • c97d3534dc py/objint: Fix int.to_bytes() buffer size checks. Angus Gratton 2023-11-29 11:23:16 +1100
  • bdd8e3e6b5
    Merge d5a023bc26 into 5114f2c1ea Damien George 2024-04-08 17:54:38 +0200
  • 968aab5f7a
    Merge e92ca9ec2b into 5114f2c1ea RetiredWizard 2024-04-08 17:44:18 +0300
  • 624174aa18 esp32/ota: Implement ESP-IDF OTA functionality. Emil Kondayan 2022-03-14 10:11:11 +0200