Wykres commitów

  • 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
  • f76cf29402 github/workflows: Update coverage workflow to codecov-action@v4. J. Neuschäfer 2024-04-20 19:36:03 +0200
  • 5e6f771f28
    Merge c9d6cca0d0 into d11ca092f7 Jones 2024-04-18 20:14:54 +0900
  • d11ca092f7 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. Angus Gratton 2024-04-05 14:46:45 +1100
  • 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
  • 6634fea239 extmod/btstack: Implement key storage to enable pairing/bonding. Felix Dörre 2023-04-08 21:42:40 +0000
  • 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
  • 992ce01b37 Merge branch 'master' of https://github.com/kldonnelly/micropython Kevin Donnelly 2024-04-11 23:50:48 +1200
  • 03faafb51d vesc object Display class Kevin Donnelly 2024-04-11 23:50:23 +1200
  • 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
  • 35763b3970 wiznet5k: Fix ambiguity with SOCK_BUSY return value. Jared Hancock 2024-04-06 12:20:32 -0500
  • e9de433ecf wiznet5k: Add support for using interrupt without lwIP. Jared Hancock 2024-04-06 12:14:43 -0500
  • c1b0c7eca3 wiznet5k: stm32: Add support for nonblocking and settimeout. Jared Hancock 2024-03-28 22:04:18 -0500
  • 4364ad74ae wiznet5k: Add support for ::send on UDP sockets. Jared Hancock 2024-03-22 11:44:56 -0500
  • 26d0ea4006 wiznet5k: Add support for read timeouts. Jared Hancock 2024-03-20 21:24:24 -0500
  • 2e371503d6 wiznet5k: Add support for nonblocking and settimeout. Jared Hancock 2024-03-20 21:22:42 -0500
  • 3033161a73 stm32/mpu: Reduce flash use with non-inline mpu_config_region. Andrew Leech 2024-04-05 11:18:18 +1100
  • 53d81ae0f6 stm32/main: Catch and report corrupted lfs filesystem at startup. Andrew Leech 2024-01-24 09:08:29 +1100
  • 36bf7e9263 stm32/qspi: Use the flash size configured in spiflash init. Andrew Leech 2024-01-26 15:31:19 +1100
  • 475c040dc4 stm32/PYBD_SF2: Specify spiflash chip used on board. Andrew Leech 2023-10-18 11:25:57 +1100
  • 298b92221c memory/spiflash: Support reading SFDP. Andrew Leech 2023-10-18 11:18:56 +1100
  • 8adf9b377e memory/spiflash: Support read in 1 and 4 line modes. Andrew Leech 2023-11-17 14:16:06 +1100
  • 45920afc34 stm32/ospi: Support read in 1 and 4 line modes. Andrew Leech 2023-11-17 14:14:02 +1100
  • fd2833e95c stm32/qspi: Support read in 1 and 4 line modes. Andrew Leech 2023-11-17 14:11:59 +1100
  • 55ca924bea bus/softqspi: Support read in 1 and 4 line modes. Andrew Leech 2023-11-17 14:16:39 +1100
  • 0f6a17717e bus/qspi: Support read in 1 and 4 line modes. Andrew Leech 2023-11-17 14:11:59 +1100
  • 3996913782 stm32/spibdev: Support defining exact flash chip(s) connected. Andrew Leech 2023-10-18 10:24:30 +1100
  • 10faa45058 drivers/memory/spiflash: Support defining exact flash chip(s) connected. Andrew Leech 2023-10-18 10:15:11 +1100
  • f808936634 drivers/external_flash_device: Add AT25SF161B/641B & MX25L25673G. Andrew Leech 2023-10-16 15:40:07 +1100
  • 4d8feee4ab stm32/main: Catch and report corrupted lfs filesystem at startup. Andrew Leech 2024-01-24 09:08:29 +1100
  • 75a9f35ab9
    esp32/machine_timer.c: Limit timer numbers for ESP32C3. robert-hh 2024-04-03 19:01:39 +0200
  • d0528fe571 examples/usercmodule: Add finaliser unit tests. Andrew Leech 2024-04-04 02:52:17 +1100
  • 550f5853c4 py/obj.h: Fix wrong order of _mp_obj_type_t struct members Vonasmic 2024-04-03 10:35:58 +0200
  • e273f6d2e5 WIP: Add Valgrind "max address space" option. Angus Gratton 2024-02-13 09:22:45 +1100
  • d70865e406 py/gc: Support valgrind memcheck on the Python heap. Angus Gratton 2024-02-08 10:39:29 +1100
  • 6175735cda py/mkenv: Allow providing STRIP as an environment variable. Angus Gratton 2024-02-08 10:38:48 +1100
  • c846071998 examples/usercmodule: Add finaliser to cexample. Andrew Leech 2023-11-18 10:17:45 +1100
  • 6121f6890c all: Use new method mp_obj_new_str_0(). Jon Foster 2024-04-01 19:23:49 +0100
  • 0d25513098 py/objstr.c: Add new mp_obj_new_str_0() method. Jon Foster 2024-04-01 19:19:29 +0100
  • b02b1cc68a stm32/boards/ARDUINO_PORTENTA_H7: Update pin definitions. Jim Lipsey 2024-04-01 11:58:58 -0500
  • 21a07eb4fe webassembly/asyncio: Implement asyncio.Event class. Damien George 2024-04-01 13:44:44 +1100
  • 7ebf3afd3e webassembly/asyncio: Add simple asyncio module with create_task, sleep. Damien George 2024-03-27 14:40:21 +1100
  • 55d855dc67
    ports: mimxrt: Switch to official GitHub SDK. Yilin Sun 2024-04-01 16:13:15 +0800
  • 64a24f426e cc3200/modflash.c: Add the ipconfig() methods. robert-hh 2024-03-29 15:25:16 +0100
  • 92b9b97997 ports/esp8266/network_wlan: Get/set config of esp8266 via ipconfig. Felix Dörre 2024-03-29 09:45:04 +0000
  • 6a9af21bde ports/esp32/network_ppp: Get config of esp ppp interfaces via ipconfig. Felix Dörre 2024-03-28 17:06:10 +0000
  • 329ecf9130 extmod/network_lwip.c: Allow using the CIDR notation for addr4. robert-hh 2024-03-28 13:19:51 +0100
  • 29bdcc3ff5 extmod/network_ninaw10: Implement the ipconfig() methods for NINAW10. robert-hh 2024-03-28 08:03:41 +0100
  • 7e1fc9e3a0 ports/{esp32,...}: Implement nic.ipconfig for more network interfaces. Felix Dörre 2024-03-27 21:53:34 +0000
  • 5114f2c1ea webassembly/proxy_js: Allow a Python proxy of a function to be undone. Damien George 2024-03-29 23:58:50 +1100
  • 7c62fbe3f2 webassembly/proxy_js: Promote Python thenable to a Promise. Damien George 2024-03-29 23:07:39 +1100
  • 3997532186 webassembly/proxy_c: Ensure return value of async fun is passed to JS. Damien George 2024-03-29 23:07:32 +1100
  • e1a6da0f9d nrf: Implement time.time() and machine.RTC. Christian Walther 2024-01-02 00:02:14 +0100
  • 4cef128793 nrf: Start HFXO when LFCLK is synthesized from it. Christian Walther 2024-03-29 17:07:41 +0100
  • 6fa8becff5 nrf: Allow boards to choose LFCLK source. Christian Walther 2024-01-01 18:25:04 +0100
  • 065ef5ef0e extmod/modopenamp: Implement streaming protocol for endpoints. iabdalkader 2024-03-18 09:50:58 +0100
  • 87d821ab49 mimxrt: Add support for OpenAMP. iabdalkader 2024-03-23 16:11:15 +0100
  • 23d7a915c1 stm32/mpremoteprocport: Use metal logging functions. iabdalkader 2024-03-24 16:10:41 +0100
  • 8936d3af46 extmod/modopenamp: Use metal logging functions exclusively. iabdalkader 2024-03-28 08:22:55 +0100
  • aa0f3ebe93 extmod/modopenamp: Set a default log handler for ports. iabdalkader 2024-03-21 12:02:24 +0100
  • b829450359 samd/mcu: Guard static function with appropriate #if. Damien George 2024-03-29 17:48:06 +1100
  • ed1c628f0f wiznet5k: stm32: Add support for nonblocking and settimeout. Jared Hancock 2024-03-28 22:04:18 -0500
  • b8f307230c wiznet5k: Add support for ::send on UDP sockets. Jared Hancock 2024-03-22 11:44:56 -0500
  • 588b55ee98 wiznet5k: Add support for read timeouts. Jared Hancock 2024-03-20 21:24:24 -0500
  • 3adf24fd91 wiznet5k: Add support for nonblocking and settimeout. Jared Hancock 2024-03-20 21:22:42 -0500
  • 2651a969fe Modified the Project setting so the name of the binaries created reflect the board name John Gentilin 2024-03-29 00:41:34 +0000
  • 20a86eff53 tests/net_inet: Add simpler tls sites test, and skip existing on axtls. Damien George 2024-03-28 17:59:56 +1100
  • 83c95ca1ea Merge branch 'bug_14092_v2' of github.com:mungewell/micropython into bug_14092_v2 Simon Wood 2024-03-28 09:19:25 -0600
  • a56f61bd10 ports/rp2: Prevent lock-up when `lightsleep()` called within thread. Simon Wood 2024-03-28 09:10:24 -0600
  • dcdcc814cc ports/rp2: Prevent lock-up when `lightsleep()` called within thread. Simon Wood 2024-03-28 09:10:24 -0600
  • 5ad16c3678 re: Add test cases for end-before-start and negative values. Jared Hancock 2024-03-28 09:17:18 -0500
  • f72327165f re: Properly handle negative start/end values. Jared Hancock 2024-03-28 09:16:50 -0500
  • c3e37d1fac extmod/modtls_axtls: Add verify_mode and CERT_NONE constant. Damien George 2024-03-28 17:28:06 +1100
  • 628a37e6cf docs/reference/mpyfiles: Document change in .mpy sub-version. Damien George 2024-03-25 13:18:38 +1100
  • bdbc869f9e py/persistentcode: Bump .mpy sub-version to 6.3. Damien George 2024-03-25 12:25:01 +1100
  • 8b0efde927 examples/natmod/framebuf: Enable FrameBuffer.poly method. Damien George 2024-03-25 13:12:08 +1100
  • d2276f0d41 py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array. Damien George 2024-03-25 13:10:12 +1100
  • 4662a71f44 drivers/memory: Add IS25LPWP064D chip to list of external flash devices. robert-hh 2024-03-27 11:11:57 +0100
  • 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