Add runtime support for the nRF52

This commit is contained in:
Ayke van Laethem
2018-04-25 20:06:08 +02:00
parent e80f06bc5e
commit 04fef19753
13 changed files with 113 additions and 22 deletions
+2
View File
@@ -9,3 +9,5 @@ typedef struct {
} string_t;
typedef int32_t intgo_t; // may be 64-bit
int main();