apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
813 stars 365 forks source link

hw/mcu/nordic: Add common GPIO HAL for nRF MCUs #3253

Closed m-gorecki closed 1 week ago

m-gorecki commented 2 weeks ago

Common HAL package will be extended in the future to provide common HAL API for other peripherals. This also makes GPIO HAL use the API provided by nrfx, instead of using MCUs registers directly.