Some checks failed
Basic Checks / license-check (push) Has been cancelled
Basic Checks / include-check (push) Has been cancelled
Basic Checks / style-check (push) Has been cancelled
Basic Checks / docs-check (push) Has been cancelled
Basic Checks / python-tests (push) Has been cancelled
Basic Checks / pin-validation (push) Has been cancelled
Basic Checks / cmake-checks (push) Has been cancelled
Basic Checks / frozen-tools-check (push) Has been cancelled
Publish or Update docker image for head of branch / prepare-tags (push) Has been cancelled
Release or update docker image for a released mbed-os version / prepare-tags (push) Has been cancelled
Publish or Update docker image for head of branch / build-container (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/amd64) (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/arm64) (push) Has been cancelled
Publish or Update docker image for head of branch / deploy-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / build-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/amd64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/arm64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / deploy-container (push) Has been cancelled
Prune temporary docker images / prune-images (push) Has been cancelled
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "sl-eth",
|
|
"config": {
|
|
"rmii-location": {
|
|
"help": "Location number to use for the RMII pins, see chip datasheet",
|
|
"value": null
|
|
},
|
|
"mdio-location": {
|
|
"help": "Location number to use for the MDIO pins, see chip datasheet",
|
|
"value": null
|
|
},
|
|
"refclk-location": {
|
|
"help": "Location number to use for the REFCLK output from CMU (CLKOUTSEL2), see chip datasheet",
|
|
"value": null
|
|
},
|
|
"phy-enable-pin": {
|
|
"help": "Pin attached to the PHY enable line",
|
|
"value": null
|
|
},
|
|
"phy-power-pin": {
|
|
"help": "Pin used to switch on power to the PHY. If not defined, we assume the PHY is always powered.",
|
|
"value": null
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"EFM32GG11_STK3701": {
|
|
"rmii-location": 1,
|
|
"mdio-location": 1,
|
|
"refclk-location": 5,
|
|
"phy-enable-pin": "PH7",
|
|
"phy-power-pin": "PI10"
|
|
}
|
|
}
|
|
}
|