commit | a002cab08009beed88b4aa6970e2705ca1cedf40 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Thu Dec 13 15:57:49 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Dec 17 08:18:56 2018 -0600 |
tree | 4416db72037a33efaeea82a1fe0ab42c49326eb2 | |
parent | c338dd9b94a468810fd86238a7b5405e222b57b9 [diff] |
samples/basic: disco: LED0 and LED1 might not share GPIO controller In disco basic sample, same GPIO controller was used for LED0 and LED1, which is actually a particular case. This change implements the general case, where LED0 an LED1 might not have the same gpio controller. Tested on nucleo_f429zi and frdm_k64f. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>