mbed-os/components
Przemyslaw Stekiel 3c0982d939 Add pinmap_gpio_restricted_pins() to provide list of restricted GPIO pins
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.
2020-02-07 10:45:02 +01:00
..
802.15.4_RF Turn NULLs into nullptr 2020-01-09 14:52:54 +02:00
TARGET_PSA component PSA: keep SVCHandler_main/tfm_pendsv_do_schedule symbol in LTO builds 2020-02-04 12:38:38 +01:00
cellular/COMPONENT_STMOD_CELLULAR ST targets: Replace UARTSerial references with BufferedSerial 2020-01-08 08:34:20 +00:00
storage/blockdevice Merge pull request #12270 from VeijoPesonen/bugfix_sfdp_parse_sfdp_headers 2020-02-06 08:48:16 +00:00
testing/COMPONENT_FPGA_CI_TEST_SHIELD Add pinmap_gpio_restricted_pins() to provide list of restricted GPIO pins 2020-02-07 10:45:02 +01:00
wifi/esp8266-driver ONME-3433 ESP8266 driver support for UDP get - modified ESP8266 driver to support UDP connection in server mode (get) 2020-01-31 09:03:14 +01:00