micropython/ports/mimxrt/boards/SEEED_ARCH_MIX/pins.csv
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support.
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: Mike Teachman <mike.teachman@gmail.com>
2022-03-30 14:12:40 +11:00

1.3 KiB

1J3_04GPIO_B1_11
2J3_05GPIO_B1_06
3J3_06GPIO_EMC_41
4J3_07GPIO_EMC_40
5J3_08GPIO_B1_05
6J3_09GPIO_B1_04
7J3_10GPIO_B1_08
8J3_11GPIO_B1_07
9J3_12GPIO_B1_09
10J3_13GPIO_B1_10
11J3_14GPIO_AD_B0_14
12J3_15GPO_AD_B0_15
13J3_16GPIO_AD_B1_00
14J3_17GPIO_AD_B1_01
15J3_19GPIO_AD_B0_13
16J3_20GPIO_AD_B0_12
17J4_04GPIO_AD_B1_04
18J4_05GPIO_AD_B1_05
19J4_06GPIO_AD_B1_06
20J4_07GPIO_AD_B1_07
21J4_08GPIO_AD_B1_08
22J4_09GPIO_AD_B1_09
23J4_10GPIO_AD_B1_10
24J4_11GPIO_AD_B1_11
25J4_12GPIO_AD_B1_12
26J4_13GPIO_AD_B1_13
27J4_14GPIO_AD_B1_14
28J4_15GPIO_AD_B1_15
29J4_16GPIO_AD_B1_02
30J4_17GPIO_AD_B1_03
31J4_19GPIO_AD_B0_07
32J4_20GPIO_AD_B0_06
33J5_32GPIO_B0_00
34J5_28GPIO_B0_01
35J5_29GPIO_B0_02
36J5_30GPIO_B0_03
37J5_04GPIO_B0_04
38J5_05GPIO_B0_05
39J5_06GPIO_B0_06
40J5_07GPIO_B0_07
41J5_08GPIO_B0_08
42J5_12GPIO_B0_09
43J5_13GPIO_B0_10
44J5_14GPIO_B0_11
45J5_15GPIO_B0_12
46J5_16GPIO_B0_13
47J5_17GPIO_B0_14
48J5_22GPIO_B0_15
49J5_23GPIO_B1_00
50J5_24GPIO_B1_01
51J5_25GPIO_B1_02
52J5_26GPIO_B1_03
53J5_34GPIO_AD_B1_15
54J5_35GPIO_AD_B1_14
55J5_36GPIO_AD_B1_13
56J5_37GPIO_AD_B1_12
57J5_42GPIO_AD_B1_00
58J5_43GPIO_AD_B1_01
59J5_50GPIO_AD_B0_02
60LED_REDGPIO_AD_B0_09
61LED_GREENGPIO_AD_B0_10
62LED_BLUEGPIO_AD_B0_11
63MCKGPIO_AD_B1_09
64SCK_RXGPIO_AD_B1_11
65WS_RXGPIO_AD_B1_10
66SD_RXGPIO_AD_B1_12
67SCK_TXGPIO_AD_B1_14
68WS_TXGPIO_AD_B1_15
69SD_TXGPIO_AD_B1_13