circuitpython/ports
Scott Shawcroft 66edcf5d03
Add PicoDVI support
PicoDVI in CP support 640x480 and 800x480 on Feather DVI, Pico and
Pico W. 1 and 2 bit grayscale are full resolution. 8 and 16 bit
color are half resolution.

Memory layout is modified to give the top most 4k of ram to the
second core. Its MPU is used to prevent flash access after startup.

The port saved word is moved to a watchdog scratch register so that
it doesn't get overwritten by other things in RAM.

Right align status bar and scroll area. This normally gives a few
pixels of padding on the left hand side and improves the odds it is
readable in a case. Fixes #7562

Fixes c stack checking. The length was correct but the top was being
set to the current stack pointer instead of the correct top.
Fixes #7643

This makes Bitmap subscr raise IndexError instead of ValueError
when the index arguments are wrong.
2023-04-19 15:14:02 -07:00
..
atmel-samd Update pins to include UART1 RTS and CTS 2023-04-08 16:29:50 -04:00
broadcom Add PicoDVI support 2023-04-19 15:14:02 -07:00
cxd56 Fix ticks 2023-04-07 09:49:51 -07:00
espressif Merge pull request #7876 from thess/CORS-update 2023-04-19 11:07:34 -07:00
litex Fix ticks 2023-04-07 09:49:51 -07:00
mimxrt10xx Fix ticks 2023-04-07 09:49:51 -07:00
nrf Fix ticks 2023-04-07 09:49:51 -07:00
raspberrypi Add PicoDVI support 2023-04-19 15:14:02 -07:00
silabs Silabs' new Pull Request for submoduling the ports/silabs/tools/slc_cli_linux/ (#7874) 2023-04-18 12:42:16 -04:00
stm Fix ticks 2023-04-07 09:49:51 -07:00
unix Enable audiomixer on unix port, for testing 2023-04-05 09:02:03 -05:00