circuitpython/ports/nrf/boards/makerdiary_nrf52840_m2_devkit
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
..
board.c Split displayio hardware support from core 2023-10-24 15:43:34 -07:00
mpconfigboard.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
mpconfigboard.mk Automatically count EXTERNAL_FLASH_DEVICES 2021-03-07 11:48:39 -06:00
pins.c change board dicts to include a common macro with __name__ 2021-09-03 21:03:55 +02:00
README.md add makerdiary nrf52840 m.2 devkit 2020-07-09 10:01:04 +00:00

Makerdiary nRF52840 M.2 Developer Kit

The devkit is a versatile IoT prototyping platform, including the nRF52840 M.2 Module and M.2 Dock. You can use the developer kit to prototype your IoT products and then scale to production faster using the nRF52840 M.2 Module combined with your custom PCB hardware.

Refer to https://github.com/makerdiary/nrf52840-m2-devkit for more details.