2020-07-29 04:38:55 -04:00
|
|
|
USB_HIGHSPEED = 1
|
2019-10-09 02:27:08 -04: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 08:23:28 -05: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 09:24:59 -04:00
|
|
|
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=mpz
|
|
|
|
|
2021-03-02 08:23:28 -05:00
|
|
|
# Longints can be implemented as mpz, as longlong, or not
|
|
|
|
LONGINT_IMPL = MPZ
|
|
|
|
|
2019-10-09 02:27:08 -04:00
|
|
|
CIRCUITPY_AUDIOBUSIO = 0
|
2020-06-15 16:17:27 -04:00
|
|
|
CIRCUITPY_AUDIOIO = 0
|
2020-09-02 09:43:37 -04:00
|
|
|
CIRCUITPY_CAMERA = 1
|
2020-06-15 16:17:27 -04:00
|
|
|
CIRCUITPY_COUNTIO = 0
|
|
|
|
CIRCUITPY_DISPLAYIO = 0
|
|
|
|
CIRCUITPY_FREQUENCYIO = 0
|
2020-06-16 14:41:02 -04:00
|
|
|
CIRCUITPY_GNSS = 1
|
2020-06-23 09:45:15 -04:00
|
|
|
CIRCUITPY_I2CPERIPHERAL = 0
|
2021-07-26 22:15:09 -04:00
|
|
|
CIRCUITPY_KEYPAD = 0
|
2019-10-09 02:27:08 -04:00
|
|
|
CIRCUITPY_NEOPIXEL_WRITE = 0
|
|
|
|
CIRCUITPY_NVM = 0
|
2020-06-15 16:17:27 -04:00
|
|
|
CIRCUITPY_ROTARYIO = 0
|
2020-07-02 09:24:59 -04:00
|
|
|
CIRCUITPY_SDIOIO = 1
|
2020-06-15 16:17:27 -04:00
|
|
|
CIRCUITPY_TOUCHIO = 0
|
2020-06-15 16:18:11 -04:00
|
|
|
CIRCUITPY_USB_HID = 0
|
|
|
|
CIRCUITPY_USB_MIDI = 0
|
2020-03-09 16:52:55 -04:00
|
|
|
INTERNAL_LIBM = 1
|