2020-07-29 15:38:55 +07:00
|
|
|
USB_HIGHSPEED = 1
|
2019-10-09 08:27:08 +02:00
|
|
|
|
2021-02-16 17:11:37 -05:00
|
|
|
# Number of USB endpoint pairs.
|
2021-05-13 21:49:04 -04:00
|
|
|
USB_NUM_ENDPOINT_PAIRS = 6
|
2021-02-16 17:11:37 -05:00
|
|
|
|
2021-03-02 14:23:28 +01:00
|
|
|
# Define an equivalent for MICROPY_LONGINT_IMPL, to pass to $(MPY-TOOL) in py/mkrules.mk
|
|
|
|
# $(MPY-TOOL) needs to know what kind of longint to use (if any) to freeze long integers.
|
|
|
|
# This should correspond to the MICROPY_LONGINT_IMPL definition in mpconfigport.h.
|
2020-07-02 15:24:59 +02:00
|
|
|
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=mpz
|
|
|
|
|
2021-03-02 14:23:28 +01:00
|
|
|
# Longints can be implemented as mpz, as longlong, or not
|
|
|
|
LONGINT_IMPL = MPZ
|
|
|
|
|
2019-10-09 08:27:08 +02:00
|
|
|
CIRCUITPY_AUDIOBUSIO = 0
|
2020-06-15 15:17:27 -05:00
|
|
|
CIRCUITPY_AUDIOIO = 0
|
2020-09-02 15:43:37 +02:00
|
|
|
CIRCUITPY_CAMERA = 1
|
2020-06-15 15:17:27 -05:00
|
|
|
CIRCUITPY_COUNTIO = 0
|
|
|
|
CIRCUITPY_DISPLAYIO = 0
|
|
|
|
CIRCUITPY_FREQUENCYIO = 0
|
2020-06-16 20:41:02 +02:00
|
|
|
CIRCUITPY_GNSS = 1
|
2020-06-23 08:45:15 -05:00
|
|
|
CIRCUITPY_I2CPERIPHERAL = 0
|
2021-07-26 22:15:09 -04:00
|
|
|
CIRCUITPY_KEYPAD = 0
|
2019-10-09 08:27:08 +02:00
|
|
|
CIRCUITPY_NEOPIXEL_WRITE = 0
|
|
|
|
CIRCUITPY_NVM = 0
|
2020-06-15 15:17:27 -05:00
|
|
|
CIRCUITPY_ROTARYIO = 0
|
2020-07-02 15:24:59 +02:00
|
|
|
CIRCUITPY_SDIOIO = 1
|
2020-06-15 15:17:27 -05:00
|
|
|
CIRCUITPY_TOUCHIO = 0
|
2020-06-15 15:18:11 -05:00
|
|
|
CIRCUITPY_USB_HID = 0
|
|
|
|
CIRCUITPY_USB_MIDI = 0
|
2020-03-09 15:52:55 -05:00
|
|
|
INTERNAL_LIBM = 1
|