Wykres commitów

  • 85028aadab py/stream: Add mp_stream_seek() helper function. iabdalkader 2023-11-20 14:24:04 +0100
  • 61ee59ad89 extmod/libmetal: Add MicroPython platform for libmetal. iabdalkader 2024-02-20 12:41:04 +0100
  • f6213ffc5c lib/libmetal: Add libmetal submodule. iabdalkader 2024-02-20 12:28:36 +0100
  • 5bed292c06 lib/open-amp: Add OpenAMP submodule. iabdalkader 2023-11-13 17:17:57 +0100
  • 7f5d8c4605 samd: Enable support for Python USB devices. Angus Gratton 2023-11-23 09:53:16 +1100
  • 0baa3b5528 rp2: Enable support for Python USB devices. Angus Gratton 2024-03-13 10:38:05 +1100
  • 9d0d262be0 extmod/machine_usb_device: Add support for Python USB devices. Angus Gratton 2023-11-23 09:48:41 +1100
  • 43904acea8 mimxrt: Define the MICROPY_HW_ENABLE_USBDEV macro. Angus Gratton 2024-03-13 12:17:20 +1100
  • 47e84751fb py/objstr: Add a macro to define a bytes object at compile time. Angus Gratton 2023-11-23 09:43:06 +1100
  • fff66c3069 mimxrt/mpconfigport: Enable cryptolib and hashlib md5. Kwabena W. Agyeman 2024-03-14 11:25:56 -0700
  • 58a596f4a9 extmod/nimble: Check for active before setting address mode. Daniël van de Giessen 2024-03-12 15:11:23 +0100
  • bfc3dde2c9 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. Damien George 2024-03-14 11:09:14 +1100
  • dd134e4836 extmod/modmachine: Add MICROPY_PY_MACHINE_MEMX configuration option. Damien George 2024-03-14 11:01:33 +1100
  • 23ccbcf230 extmod/modmachine: Add MICROPY_PY_MACHINE_SIGNAL configuration option. Damien George 2024-03-14 10:58:41 +1100
  • 2610444fe1
    Merge 0ce7150037 into 2b6f81f2b9 Angus Gratton 2024-03-14 20:44:50 +0100
  • 313fbc6f64 ports/mimxrt: Add back in cryptolib and hashlib md5. Kwabena W. Agyeman 2024-03-14 11:25:56 -0700
  • c231c89651 extmod/network_ninaw10: Fix error messages. iabdalkader 2024-03-14 10:27:37 +0100
  • 2b6f81f2b9 extmod/network_ninaw10: Set the proper security mode if none provided. iabdalkader 2024-03-04 12:13:37 +0100
  • 8b4a21cd64 extmod/network_ninaw10: Activate the NIC on demand. iabdalkader 2024-03-04 12:11:27 +0100
  • 4d70f62aa4 tools/mpremote/README.md: Add mip install gitlab:org/repo@branch. Olivier Lenoir 2024-03-13 21:59:12 +0100
  • bae9525b3d docs/reference: Install package from GitLab. Olivier Lenoir 2024-03-13 21:57:06 +0100
  • 027a8849ac tools/mpremote/mpremote: Mip install from GitLab. Olivier Lenoir 2024-03-13 21:51:22 +0100
  • 0fd7e8fc49 ports/esp32: Remove debug output Filip Budiša 2024-03-13 15:40:25 +0100
  • 0a64b07734 esp32/Artemis: Remove board init code Filip Budiša 2024-03-13 15:32:10 +0100
  • 40c6a4be31 ports/esp32: Add per-board init code Filip Budiša 2024-03-13 15:31:05 +0100
  • 88a8b11fa8 Add can Integration andineise 2024-03-13 13:11:57 +0100
  • 6f68552b38 add Can.h &can.c andineise 2024-03-13 12:00:33 +0100
  • d278b460f3 py/stream: Check for stream read function returning too many bytes. Angus Gratton 2024-01-31 18:01:30 +1100
  • d02cd5c0ad extmod/vfs_blockdev: Check block device function positive results. Angus Gratton 2024-01-31 18:18:14 +1100
  • 2754f5095f
    docs/library/machine.UART: Extend the documentation for UART.irq. robert-hh 2024-03-11 12:31:17 +0100
  • fb1446ada0
    docs/library/machine.UART: Fix UART.irq docs to match current code. Damien George 2024-03-06 13:51:31 +1100
  • 5d73b1fc54
    nrf/modules/uart.c: Support UART.irq() for nrf52840 boards. robert-hh 2024-03-11 16:27:36 +0100
  • 3696536d20
    esp32/machine_uart.c: Support UART irq with IRQ_RX and IRQ_BREAK. robert-hh 2024-03-10 15:14:20 +0100
  • 13628c50d1
    cc3200/mods/pybuart.c: Add the class constant IRQ_RX. robert-hh 2024-03-09 18:24:20 +0100
  • c6be675005
    renesas-ra/machine_uart.c: Add the class constant IRQ_RX. robert-hh 2024-03-06 21:05:13 +0100
  • 5f248d7b3f
    mimxrt/machine_uart.c: Support UART irq with IRQ_RXIDLE and IRQ:TXIDLE. robert-hh 2023-09-24 21:42:06 +0200
  • 46d9914726
    samd/machine_uart.c: Support UART interrupt handlers using uart.irq(). robert-hh 2024-02-22 13:21:06 +0100
  • 86a6aac2ee
    rp2/machine_uart.c: Support a UART IRQ handler. robert-hh 2024-02-20 18:52:57 +0100
  • 2b5a6c1de7 nrf: Allow external board definitions. Christian Walther 2023-11-26 17:05:44 +0100
  • 56b23d98b8 nrf/modules/machine: Catch exceptions from pin interrupts. Christian Walther 2024-01-05 16:17:55 +0100
  • e7db610b5a nrf: Fix non-running LFCLK. Christian Walther 2024-01-01 18:21:39 +0100
  • 61272596d3 nrf/modules/machine: Enable code formatting. Christian Walther 2024-01-05 15:52:09 +0100
  • f74001c8a2 asyncio: Make slight optimizations for IOQueue.wait_io_event Jared Hancock 2024-03-09 10:45:08 -0600
  • c4b3fb43a0 asyncio: Handle case where waio_io_event returns early Jared Hancock 2024-03-09 10:44:08 -0600
  • 0e5e1ffaa5 uasyncio: Always call wait_io_queue Jared Hancock 2023-01-24 11:01:55 -0600
  • 0cb54ddfab uasyncio: Avoid call to max() in sleep_ms Jared Hancock 2022-12-02 22:49:18 -0600
  • 0b80a69344 asyncio: Properly cancel the main task on exception Jared Hancock 2022-11-07 08:50:01 -0600
  • 1fac594903 docs/library/binascii: Add docs for crc32 method. Amirreza Hamzavi 2023-11-23 21:43:47 +0330
  • d712feb68a stm32/sdram: Fix MPU config to use MPU_CONFIG_NOACCESS. Damien George 2024-03-08 22:51:28 +1100
  • bedb649edf esp32/boards/ESP32_GENERIC_S3: Add 4MiB partitioning board variant. Stanislav Ponomarev 2024-02-27 00:26:17 +0400
  • 394ccfb6f8 esp32/boards Added Artemis with library, bootloader WIP Emil Gajšak 2024-03-08 14:07:58 +0100
  • 20451850a2 all: Apply code formatting to new paths. Phil Howard 2024-03-08 12:38:43 +0000
  • 18574e4f43 tools/codeformat.py: Update exclusions. Phil Howard 2024-03-08 12:33:12 +0000
  • 20f85fb26e esp32/machine_uart: Always configure timeout_char setting in init(). Daniël van de Giessen 2023-12-12 15:59:46 +0100
  • cdfc6c159f esp32/network_lan: Add a separate argument to set PHY power pin. robert-hh 2024-03-03 12:54:33 +0100
  • 1789a8e40a
    Merge 516ac489d3 into 27279e69b4 Robert Hammelrath 2024-03-08 12:57:20 +0800
  • af67be7adc esp32/modmachine: Support bootloader on ESP32-S2/S3/C2/C3. Trent Piepho 2024-03-02 01:25:10 -0800
  • 9fc450689b esp32/mpconfigport: Don't hang when machine.bootloader isn't supported. Trent Piepho 2024-03-02 01:10:20 -0800
  • 27279e69b4 esp32: Add IDF-version-specific sdkconfig. Daniël van de Giessen 2024-02-29 13:05:00 +0100
  • d6176c1f5e esp32: Add support for IDF version v5.2. Daniël van de Giessen 2024-02-29 14:05:01 +0100
  • c92683d67c esp32: Add support for IDF version v5.0.5. Daniël van de Giessen 2024-02-29 14:04:23 +0100
  • 0b145fdc2d esp32/machine_i2s: Integrate new I2S IDF driver. MikeTeachman 2024-02-20 21:37:30 -0800
  • 4dc262c8fd renesas-ra/boards: Add named pins for Arduino Portenta C33. Sebastian Romero 2024-01-29 15:54:20 -0300
  • 5c5fe87821 nrf/boards: Add named pins for Arduino Nano 33 BLE. Sebastian Romero 2024-01-29 15:54:09 -0300
  • 27c0992343 esp32/boards: Add missing named digital pins for Arduino Nano ESP32. Sebastian Romero 2024-01-29 15:54:00 -0300
  • ed29a4123f rp2/boards: Add named digital pins for Arduino Nano RP2040 Connect. Sebastian Romero 2024-01-29 15:53:46 -0300
  • 32623d3d19 stm32/boards: Add named digital and analog pins for Arduino boardrs. Sebastian Romero 2024-01-29 15:53:16 -0300
  • a9efffca96 stm32: Add support for dual-analog-pad "_C" pins on H7 MCUs. Damien George 2024-02-27 16:57:18 +1100
  • 7fd8a6d4bc stm32/dma: Add D-cache protection for DMA RX operations, including SPI. Angus Gratton 2024-02-20 12:14:44 +1100
  • 2345c1a04e stm32/mpu: Rename MPU_CONFIG_DISABLE to MPU_CONFIG_NOACCESS. Angus Gratton 2024-02-21 12:31:11 +1100
  • 5fe99013b6 stm32: Simplify D-cache clean and invalidate macros. Angus Gratton 2024-02-20 12:48:04 +1100
  • 516ac489d3
    mimxrt: Clean up Makefile, MIMXRT1015.ld and board files. robert-hh 2023-11-13 18:48:14 +0100
  • d261a240a9
    mimxrt/docs: Extend the documentation for WLAN and BLE. robert-hh 2023-11-11 20:46:29 +0100
  • a2e58f74c4
    drivers/esp_hosted: Shorten the start-up time for BLE. robert-hh 2023-09-30 22:09:11 +0200
  • 65d7aa4d25
    mimxrt/esp_hosted: Add more esp_hosted boards files. robert-hh 2023-09-28 22:08:39 +0200
  • 36e679044a
    mimxrt: Combined files and changes for using the esp_hosted driver. robert-hh 2023-07-18 12:58:17 +0200
  • b3ef74d52c
    mimxrt/NINAW10: Add or change board configuration files. robert-hh 2023-04-23 12:08:23 +0200
  • b6130a7ae2
    mimxrt/BLE: Change main.c, pendsv.h, mpconfigport.h, Makefile for BLE. robert-hh 2023-04-23 11:15:42 +0200
  • b86cc7cfa4
    mimxrt/BLE: Change nina_bt_hci.c to support RTS and CTS. robert-hh 2023-04-20 15:18:39 +0200
  • 894edae524
    mimxrt/WLAN: Add Pin definitions for MIMXRT Boards. robert-hh 2023-04-20 21:14:50 +0200
  • 5721330f17
    mimxrt/WLAN: Adapt the mimxrt port files. robert-hh 2023-04-20 21:13:12 +0200
  • 22d6d63245
    mimxrt/WLAN: Support external NINA10 modules for WLAN. robert-hh 2023-04-20 21:11:04 +0200
  • af7470ad10
    rp2/modmachine.c: Add option to reset the clock to system clock again. robert-hh 2024-02-22 09:03:06 +0100
  • 856d48f7d4
    rp2/main.c: Set the default clock frequency at boot and soft reset. robert-hh 2024-02-20 21:46:57 +0100
  • 8ddc2676e8
    esp32/modesp32: Implement idf_task_stats(). Daniël van de Giessen 2022-03-01 22:29:58 +0100
  • aaf109f88d
    mimxrt/machine_encoder.c: Replace "STATIC" with "static". robert-hh 2024-03-07 09:29:45 +0100
  • 445e1f003d
    mimxrt: Adapt for the changed pin file creation of PR 12211. robert-hh 2023-11-03 15:44:46 +0100
  • f7232e96b9
    mimxrt: Support Encoder/Counter for the MIMXRT117x family. robert-hh 2022-11-17 18:33:01 +0100
  • 65d4b26c9f
    mimxrt: Adapt for PR8813 - Optimise mp_obj_type_t storage. robert-hh 2022-09-19 13:48:49 +0200
  • b74e780edf
    mimxrt: Add the documentation for the Encoder/Counter class. robert-hh 2022-04-19 17:59:27 +0200
  • 86e41e4a32
    esp32/network_ppp: Allow stream=None to suspend PPP. Daniël van de Giessen 2024-02-28 12:35:37 +0100
  • 75749175a1
    esp32/network_ppp: Add stream config parameter. Daniël van de Giessen 2023-08-09 10:31:29 +0200
  • 29af65455b
    mimxrt: Add settings for MIMXRT1015. robert-hh 2022-03-10 20:57:00 +0100
  • f5856ff0f6
    mimxrt: Add missing definition for the OLIMEX_RT1010. robert-hh 2022-02-11 16:29:22 +0100
  • 501a6e7bf7
    mimxrt: Implement a Quadrature Encoder and Counter class. robert-hh 2021-09-24 21:47:31 +0200
  • 579e45a97e
    tools/makemanifest.py: Expand the path only for known directories. robert-hh 2023-12-21 09:07:35 +0100
  • 4df350fd3c
    tools/makemanifest.py: Provide access to MICROPY_MANIFEST_xxx symbols. robert-hh 2023-12-20 17:37:46 +0100
  • 40ffe6ecef
    rp2/machine_uart.c: Test for an invalid baud rate. robert-hh 2024-02-12 20:34:15 +0100
  • 0fb86ad941
    docs/rp2/quickref.rst: Document the use of channel numbers for ADC. robert-hh 2024-02-02 13:47:12 +0100
  • e5ec9e8aff
    rp2/machine_adc.c: Initialise the ADC GPIO when a Pin is referred. robert-hh 2024-01-24 16:48:43 +0100