1. 16 8月, 2023 1 次提交
  2. 15 8月, 2023 1 次提交
  3. 08 6月, 2023 1 次提交
  4. 17 11月, 2022 2 次提交
    • R
      mimxrt/usb: Change macro name MICROPY_HW_USB_STR_MANUF. · 2a482584
      robert-hh 提交于
      Change it into MICROPY_HW_USB_MANUFACTURER_STRING to be compatible with
      other ports.
      2a482584
    • R
      mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. · 5e990cc2
      robert-hh 提交于
      The RT1176 has two cores, but the actual firmware supports only the CM7.
      There are currently no good plans on how to use the CM4.
      
      The actual MIMXRT1170_EVK board is on par with the existing MIMXRT boards,
      with the following extensions:
      - Use 64 MB RAM for the heap.
      - Support both LAN interfaces as LAN(0) and LAN(1), with LAN(1)
        being the 1GB interface.
      
      The dual LAN port interface can eventually be adapted as well for the
      RT1062 MCU.
      
      This work was done in collaboration with @alphaFred.
      5e990cc2
  5. 18 7月, 2022 1 次提交
  6. 30 3月, 2022 1 次提交
    • M
      mixmrt/machine_i2s: Add I2S protocol support. · 1f6cb8f0
      MikeTeachman 提交于
      This commit adds support for machine.I2S on the mimxrt port.  The I2S API
      is consistent with the existing stm32, esp32, and rp2 implementations.
      
      I2S features:
      - controller transmit and controller receive
      - 16-bit and 32-bit sample sizes
      - mono and stereo formats
      - sampling frequencies from 8kHz to 48kHz
      - 3 modes of operation:
        - blocking
        - non-blocking with callback
        - uasyncio
      - configurable internal buffer
      - optional MCK
      
      Tested with the following development boards:
      - MIMXRT1010_EVK, MIMXRT1015_EVK, MIMXRT1020_EVK, MIMXRT1050_EVK
      - Teensy 4.0, Teensy 4.1
      - Olimex RT1010
      - Seeed ARCH MIX
      
      Tested with the following I2S hardware peripherals:
      - UDA1334
      - GY-SPH0645LM4H
      - WM8960 codec on board the MIMXRT boards and separate breakout board
      - INMP441
      - PCM5102
      - SGTL5000 on the Teensy audio shield
      Signed-off-by: NMike Teachman <mike.teachman@gmail.com>
      1f6cb8f0
  7. 27 1月, 2022 1 次提交