nordic implemented, need testing and fixes

This commit is contained in:
2018-04-06 17:29:10 +02:00
parent 9182c666ea
commit 5eec46c041
15 changed files with 1169 additions and 207 deletions
+3
View File
@@ -41,6 +41,9 @@ void plat_init_resources(void)
ureg_add_type(&UNIT_TEST);
#endif
// EXTI are always available
rsc_free_range(NULL, R_EXTI0, R_EXTI15);
// --- platform specific resource releases and claims ---
#if defined(GEX_PLAT_F103_BLUEPILL)