Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CHIP_PACKAGE = A
CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ"

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0
4 changes: 0 additions & 4 deletions ports/raspberrypi/boards/adafruit_tinychad_rp2350/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@
#include "common-hal/picodvi/__init__.h"

// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.

void board_init(void) {
picodvi_autoconstruct();
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CHIP_PACKAGE = A
CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ"

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"
CIRCUITPY__EVE = 1
CIRCUITPY_ALARM = 0

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0


FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ CIRCUITPY_MDNS = 1
CIRCUITPY_SOCKETPOOL = 1
CIRCUITPY_WIFI = 1

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0

CFLAGS += \
-DCYW43_PIN_WL_DYNAMIC=0 \
-DCYW43_DEFAULT_PIN_WL_HOST_WAKE=24 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0


# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "GD25Q32C,W25Q32JVxQ"

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0

# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD
3 changes: 3 additions & 0 deletions ports/raspberrypi/boards/pimoroni_badger2350/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ CIRCUITPY_MDNS = 1
CIRCUITPY_SOCKETPOOL = 1
CIRCUITPY_WIFI = 1

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0

# PIO clock divider set to 2 (default), consider changing if TM2 gSPI
# becomes unreliable.
CFLAGS += \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CHIP_PACKAGE = B
CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"

# GPIO12-19 needed for picodvi, but several are not available.
CIRCUITPY_PICODVI = 0
3 changes: 3 additions & 0 deletions ports/raspberrypi/boards/pimoroni_plasma2350/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ CIRCUITPY_WIFI = 1
CIRCUITPY_PICODVI = 0
CIRCUITPY_USB_HOST = 0

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0

CFLAGS += \
-DCYW43_PIN_WL_DYNAMIC=0 \
-DCYW43_DEFAULT_PIN_WL_HOST_WAKE=24 \
Expand Down
3 changes: 3 additions & 0 deletions ports/raspberrypi/boards/pimoroni_tiny2350/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but several are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CHIP_PACKAGE = A
CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "P25Q16H"

# GPIO12-19 needed for picodvi, but several are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ CHIP_PACKAGE = A
CHIP_FAMILY = rp2

EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ CIRCUITPY_MDNS = 1
CIRCUITPY_SOCKETPOOL = 1
CIRCUITPY_WIFI = 1

# GPIO12-19 needed for picodvi, but GPIO14 is used for a NeoPixel.
CIRCUITPY_PICODVI = 0

CFLAGS += \
-DCYW43_PIN_WL_DYNAMIC=0 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ CIRCUITPY_MDNS = 1
CIRCUITPY_SOCKETPOOL = 1
CIRCUITPY_WIFI = 1

# GPIO12-19 needed for picodvi, but GPIO15 is used for a button.
CIRCUITPY_PICODVI = 0

CFLAGS += \
-DCYW43_PIN_WL_DYNAMIC=0 \
-DCYW43_DEFAULT_PIN_WL_HOST_WAKE=24 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ CIRCUITPY_STAGE = 1
CIRCUITPY_AUDIOIO = 1
CIRCUITPY_AUDIOPWMIO = 1
CIRCUITPY_KEYPAD = 1

# GPIO12-19 needed for picodvi, but many are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but many of the pins are used for other purposes.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ EXTERNAL_FLASH_DEVICES = "P25Q32SH"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but GPIO12 is used for display reset.
CIRCUITPY_PICODVI = 0

# TODO: Add custom QMI8658 driver
# FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython_qmi8658

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but GPIO16 is not broken out and is used for NeoPixel.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "P25Q32SH"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but GPIO16-19 are not available.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but GPIO12 is used for display reset.
CIRCUITPY_PICODVI = 0

# TODO: Add custom QMI8658 driver
# FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython_qmi8658

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "P25Q32SH"

CIRCUITPY__EVE = 1

# GPIO12-19 needed for picodvi, but GPIO16 is not broken out and is used for NeoPixel.
CIRCUITPY_PICODVI = 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
CIRCUITPY__EVE = 1
CIRCUITPY_SSL = 1

# GPIO12-19 needed for picodvi, but GPIO16 is used for Wiznet.
CIRCUITPY_PICODVI = 0

# The default is -O3. Change to -O2 because the build was overflowing.
OPTIMIZATION_FLAGS = -O2
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
CIRCUITPY__EVE = 1
CIRCUITPY_SSL = 1

# GPIO12-19 needed for picodvi, but GPIO16 is used for Wiznet.
CIRCUITPY_PICODVI = 0

# The default is -O3. Change to -O2 because the build was overflowing.
OPTIMIZATION_FLAGS = -O2
Loading