summaryrefslogtreecommitdiff
path: root/bsp/env/freedom-e300-arty/platform.h
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2016-12-11 20:55:03 -0800
committerGitHub <noreply@github.com>2016-12-11 20:55:03 -0800
commit5ae9732432b0829b4b77856ebf8c87aed3e843c9 (patch)
tree4b718239b3850cd58b072f0e72bb0fbb2ff3b455 /bsp/env/freedom-e300-arty/platform.h
parent799dd4689d57af70b8c829307811679dd7c8af34 (diff)
parent860d38c9dcf0553241da4090e5502650e0399f1c (diff)
Merge pull request #22 from sifive/more_defines
Add NUM_GPIO definitions
Diffstat (limited to 'bsp/env/freedom-e300-arty/platform.h')
-rw-r--r--bsp/env/freedom-e300-arty/platform.h5
1 files changed, 4 insertions, 1 deletions
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