mbed-os/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51
Przemyslaw Stekiel 575f9c2d64 Fix NRF51, NRF52 gpio_irq_init() function
Acording to the description in `gpio_irq_hal_api.h` file `gpio_irq_init()` should return 0 on success.
Currently, it returns 1 causing the FPGA test to fail.
2020-02-03 14:23:41 +01:00
..
TARGET_MCU_NRF51822_UNIFIED Clean up ARM toolchain heap+stack setup in targets 2019-10-23 14:53:49 +03:00
common_rtc.c Fix build for nRF51 (fewer common files with nRF52) 2019-05-23 11:31:23 +08:00
common_rtc.h Fix build for nRF51 (fewer common files with nRF52) 2019-05-23 11:31:23 +08:00
flash_api.c Don't use define checks on DEVICE_FOO macros (partner code) 2018-12-20 20:02:29 +11:00
gpio_api.c Fix NRF51, NRF52 gpio_irq_init() function 2020-02-03 14:23:41 +01:00
i2c_api.c Add testing pinmaps to NRF5X devices 2019-02-08 09:10:46 -06:00
irq_handlers_hw.h Reorganize TARGET_MCU_NRF51822_UNIFIED directories 2018-05-08 10:10:01 -07:00
nordic_critical.c Reorganize TARGET_MCU_NRF51822_UNIFIED directories 2018-05-08 10:10:01 -07:00
objects.h Reorganize TARGET_MCU_NRF51822_UNIFIED directories 2018-05-08 10:10:01 -07:00
reloc_vector_table.c Reorganize TARGET_MCU_NRF51822_UNIFIED directories 2018-05-08 10:10:01 -07:00
serial_api.c Add testing pinmaps to NRF5X devices 2019-02-08 09:10:46 -06:00
sleep.c Disable us ticker in deep-sleep mode. 2018-05-25 12:30:52 -05:00
spi_api.c Add testing pinmaps to NRF5X devices 2019-02-08 09:10:46 -06:00
trng_api.c Don't use define checks on DEVICE_FOO macros (partner code) 2018-12-20 20:02:29 +11:00
us_ticker.c Fix build for nRF51 (fewer common files with nRF52) 2019-05-23 11:31:23 +08:00
us_ticker.h Move common_rtc.c and us_ticker.h files to the valid directory. 2018-05-25 12:29:55 -05:00