aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards/maple_RET6.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-27 15:32:31 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-27 15:33:06 -0400
commit033bf3f26290c41074cf487549233ea2c25120f0 (patch)
tree101ee7265732b76073168a15ddb6fd8f02d0bbae /wirish/boards/maple_RET6.h
parent90c649c4b36dfc0c80d41878721c06187ada6b90 (diff)
downloadlibrambutan-033bf3f26290c41074cf487549233ea2c25120f0.tar.gz
librambutan-033bf3f26290c41074cf487549233ea2c25120f0.zip
RET6 fixes
Diffstat (limited to 'wirish/boards/maple_RET6.h')
-rw-r--r--wirish/boards/maple_RET6.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/wirish/boards/maple_RET6.h b/wirish/boards/maple_RET6.h
index d91a4de..97e609d 100644
--- a/wirish/boards/maple_RET6.h
+++ b/wirish/boards/maple_RET6.h
@@ -55,9 +55,15 @@
#define BOARD_USART3_TX_PIN 29
#define BOARD_USART3_RX_PIN 30
-#define BOARD_NR_GPIO_PINS 39
+#define BOARD_NR_GPIO_PINS 44
#define BOARD_NR_PWM_PINS 16
#define BOARD_NR_ADC_PINS 15
-#define BOARD_NR_USED_PINS 2
+#define BOARD_NR_USED_PINS 7
+
+#define BOARD_JTMS_SWDIO_PIN 39
+#define BOARD_JTCK_SWCLK_PIN 40
+#define BOARD_JTDI_PIN 41
+#define BOARD_JTDO_PIN 42
+#define BOARD_NJTRST_PIN 43
#endif