Commit Graph

3 Commits (mbed-os-5.7)

Author SHA1 Message Date
Andrzej Puzdrowski db31ab08e4 Implementation of critical section primitives which can be called from diferent contexts.
Orginal nordic critical primitives must been called in pairs
from exacly the same function. As mbed hal call it in separate
methods, so they are not suitable here.
2018-01-12 15:01:43 +00:00
Andrzej Puzdrowski 22a7801c7e current critical section implementation makes possible that interrupt signals are lost. It was observed at last for tests-api-spi ci-test-shield's test.
This patch introduce usage of sdk5 origin implementation in which
sd_nvic_critical_region_enter/exit is calling each time critical region
is enter/exit. This fixes the issue.
2018-01-12 15:01:43 +00:00
Christopher Haster 0bad622a16 restructure - Moved targets out to top level
hal/targets -> targets
hal/targets.json -> targets/targets.json
2016-09-30 19:18:09 -05:00