# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
"""Definition for U2IF devices. They share the same name for board and chip."""
|
|
# Boards with u2if firmware
|
|
# https://github.com/execuc/u2if
|
|
|
|
PICO_U2IF = "PICO_U2IF"
|
|
FEATHER_U2IF = "FEATHER_U2IF"
|
|
ITSYBITSY_U2IF = "ITSYBITSY_U2IF"
|
|
QTPY_U2IF = "QTPY_U2IF"
|
|
QT2040_TRINKEY_U2IF = "QT2040_TRINKEY_U2IF"
|