summaryrefslogtreecommitdiff
path: root/bsp/env/freedom-e300-arty
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/env/freedom-e300-arty')
-rw-r--r--bsp/env/freedom-e300-arty/init.c1
-rw-r--r--bsp/env/freedom-e300-arty/platform.h5
2 files changed, 5 insertions, 1 deletions
diff --git a/bsp/env/freedom-e300-arty/init.c b/bsp/env/freedom-e300-arty/init.c
index 37e9725..1f26b19 100644
--- a/bsp/env/freedom-e300-arty/init.c
+++ b/bsp/env/freedom-e300-arty/init.c
@@ -1,3 +1,4 @@
+//See LICENSE for license details.
#include <stdint.h>
#include <unistd.h>
diff --git a/bsp/env/freedom-e300-arty/platform.h b/bsp/env/freedom-e300-arty/platform.h
index c408ac4..1f62956 100644
--- a/bsp/env/freedom-e300-arty/platform.h
+++ b/bsp/env/freedom-e300-arty/platform.h
@@ -109,7 +109,10 @@
// Misc
#include <stdint.h>
-
+
+
+#define NUM_GPIO 32
+
#define PLIC_NUM_INTERRUPTS 52
#define PLIC_NUM_PRIORITIES 7