Skip to content

Commit 394c976

Browse files
author
Johnny Robeson
committed
Remove unused Nordic TARGET_SDK_11
1 parent fbe0409 commit 394c976

File tree

182 files changed

+2
-80485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2
-80485
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/gpio_api.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@ void gpio_init(gpio_t *obj, PinName pin)
9090
m_gpio_cfg[obj->pin].used_as_gpio = true;
9191
}
9292

93-
#ifdef TARGET_SDK_11
94-
// implement polyfill of gpio hal for the nRF5 SDK v11
95-
__STATIC_INLINE uint32_t nrf_gpio_pin_out_read(uint32_t pin)
96-
{
97-
return (NRF_GPIO->OUTSET & (1UL << (pin)));
98-
}
99-
#endif
100-
10193
int gpio_read(gpio_t *obj)
10294
{
10395
MBED_ASSERT(obj->pin != (PinName)NC);

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_11/ble/ble_advertising/ble_advertising.c

Lines changed: 0 additions & 594 deletions
This file was deleted.

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_11/ble/ble_advertising/ble_advertising.h

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)