mirror of https://github.com/ARMmbed/mbed-os.git
This is a special case since targets do not provide by default GPIO pin-maps. This extension is required for FPGA GPIO tests - if some pins have limitations (e.g. fixed pull-up) we need to skip these pins while testing. To do that we were adding a dummy pin-map with commented out pins that can't be tested because of the limitations. This solution is redundant and the proposition is to provide a list of restricted gpio pins if required (by default weak implementation is provided with an empty list). This mechanism will be backward compatible, so the old method with dummy gpio pinmap will also work. The switch from dummy pin-maps to pinmap_gpio_restricted_pins() will be performed in separate commits/PRs. |
||
---|---|---|
.. | ||
802.15.4_RF | ||
TARGET_PSA | ||
cellular/COMPONENT_STMOD_CELLULAR | ||
storage/blockdevice | ||
testing/COMPONENT_FPGA_CI_TEST_SHIELD | ||
wifi/esp8266-driver |