circuitpython/ports
Jeff Epler 2fb42579e8
Add minimally tested Adafruit MatrixPortal S3 board def
tested:
 * board.LED
 * neopixel as status LED
 * i2c scan finds lis3dh sensor
 * psram capacity

not tested:
 * rgb matrix      o_O
 * the gpio pins

Introduce new `board` properties for matrixportal-style boards:
 * MTX_COMMON
 * MTX_ADDRESS

These are intended to simplify use of the RGBMatrix constructor:
```py
matrix = RGBMatrix(..., addr_pins=MTX_ADDRESS[:3], **MTX_COMMON)
```
removing the need for sending in the following individual parameters:
 * rgb_pins
 * clock_pin
 * latch_pin
 * output_enable_pins
and making construction of a 16/32/64-row display easy by slicing a tuple
of all address pins rather than writing out the individual pins. If it
works out it'll be ported back to the matrixportal m4 as well.
2023-06-01 17:23:34 -05:00
..
atmel-samd Fix listing 2023-06-01 09:47:30 -07:00
broadcom Fix broadcom NAN 2023-05-01 11:38:13 -07:00
cxd56 Fix ticks 2023-04-07 09:49:51 -07:00
espressif Add minimally tested Adafruit MatrixPortal S3 board def 2023-06-01 17:23:34 -05:00
litex Fix ticks 2023-04-07 09:49:51 -07:00
mimxrt10xx Changed PID to 0x813C. 2023-05-22 20:06:50 -07:00
nrf M60 keyboard: allow run on battery 2023-05-28 12:11:34 +08:00
raspberrypi Update pins.c 2023-05-24 08:44:57 +07:00
silabs Fix ble bonding fail 2023-05-16 09:46:15 +07:00
stm synthio: disable on more boards where it stopped fitting 2023-05-17 18:49:45 -05:00
unix Merge remote-tracking branch 'origin/main' into synthio-lfo-dag 2023-05-19 11:56:13 -05:00