mbed-os/targets/TARGET_NORDIC
Andrzej Puzdrowski 1e7d12a9e5 Fix bug for issue 5462, initial pin value not retained
For api usage like DigitalOut led(LED1, 1) the hal function gpio_write()
sets the output before f. gpio_mode() is called. gpio_mode() clears the
output as it take never writen parameters (gpio_cfg_t.init_hight).

This patch use internal hardware register of GPIO output instedad of above paramiter latch
for retaining proper writen state.
2017-11-17 14:55:49 +00:00
..
TARGET_MCU_NRF51822 Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_NRF5 Fix bug for issue 5462, initial pin value not retained 2017-11-17 14:55:49 +00:00
mbed_rtx.h NRF52832: Extend idle thread stack size to 512 bytes. 2017-07-11 11:55:47 +01:00