circuitpython/supervisor
Scott Shawcroft e1df598199
Split displayio hardware support from core
These are moved:
* Display -> busdisplay.BusDisplay
* FourWire -> fourwire.FourWire
* EPaperDisplay -> epaperdisplay.EPaperDisplay
* I2CDisplay -> i2cdisplaybus.I2CDisplayBus

`paralleldisplay` is now `paralleldisplaybus` (and registered as
`paralleldisplay` too).

Bus related helpers are split out of display_core into bus_core.
It is in still displayio since it is a dependency of both
busdisplay and epaperdisplay.

Fixes #7667
2023-10-24 15:43:34 -07:00
..
shared Split displayio hardware support from core 2023-10-24 15:43:34 -07:00
stub Fix stub 2023-03-22 09:24:03 -07:00
background_callback.h Fix ticks 2023-04-07 09:49:51 -07:00
board.h Move hook implementation to supervisor 2022-04-18 14:09:36 +00:00
cpu.h Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
fatfs.h Enable* web workflow for Pico W 2022-11-21 16:24:05 -08:00
filesystem.h Get CIRCUITPY FATFS directly. 2022-08-04 16:06:27 -07:00
flash.h update storage extension implementation 2022-10-06 09:19:56 +05:30
linker.h pre-commit fixes 2023-08-14 00:59:22 -04:00
memory.h run code formatting script 2021-03-15 19:27:36 +05:30
port.h Allow use of CONFIG_SPIRAM_USE_CAPS_ALLOC 2023-09-05 12:43:22 -05:00
serial.h finish status bar internal simplification 2022-09-27 15:14:40 -04:00
spi_flash_api.h Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
supervisor.mk merge latest adafruit/main 2023-08-13 19:43:54 -04:00
usb.h usb host keyboard: add keymap support 2023-07-12 07:04:56 -05:00
workflow.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00