31 lines
450 B
Plaintext
31 lines
450 B
Plaintext
[board]
|
|
model = Digi International ConnectCore 8X SBC Express.
|
|
|
|
[GPIO]
|
|
|
|
# USER LED - GPIO0_19
|
|
USER_LED = 499
|
|
|
|
# USER BUTTON - GPIO0_20
|
|
USER_BUTTON = 500
|
|
|
|
[I2C]
|
|
|
|
# I2C-2 on Expansion connector.
|
|
DEFAULT_I2C_BUS = 1
|
|
|
|
[SPI]
|
|
|
|
# SPI-3 on Expansion connector.
|
|
DEFAULT_SPI = 32766,0
|
|
|
|
[PWM]
|
|
|
|
# TODO: PWM not currently supported
|
|
DEFAULT_PWM = 0,0
|
|
|
|
[ADC]
|
|
|
|
# TODO: only MCA ADCs are supported at the moment, with them being disabled by default
|
|
DEFAULT_ADC = 0,0
|