circuitpython/ports/raspberrypi/boards/raspberry_pi_pico
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
..
board.c Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
mpconfigboard.h add GP25 as status LED on the Raspberry Pi Pico 2022-12-19 22:11:30 +01:00
mpconfigboard.mk Add PicoDVI support 2023-04-19 15:14:02 -07:00
pico-sdk-configboard.h Add board-specific pico-sdk settings; set xosc multipler for Adafruit boards 2021-07-30 18:50:21 -04:00
pins.c Add STEMMA_I2C() object to Picos for Cowbells. 2022-10-24 16:27:32 -04:00