circuitpython/ports/broadcom/common-hal
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 Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
busio Update common-hal routines with new params 2023-02-22 23:04:41 -05:00
digitalio cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
microcontroller Implement safemode.py 2023-02-13 18:26:38 -05:00
neopixel_write pre-commit formatting fix 2023-02-13 21:06:47 -05:00
os Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
rtc Remove a couple unneeded includes. 2023-01-23 15:17:24 -05:00
sdioio Update common-hal routines with new params 2023-02-22 23:04:41 -05:00
supervisor Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
videocore Add PicoDVI support 2023-04-19 15:14:02 -07:00