From b84da9db8f61fcc79c9594cabb97ebc5142eb267 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 4 Feb 2011 19:58:35 -0500 Subject: Made Native prototype B definitions in libmaple.h and boards.h; added notes/native-pin-definitions.txt (copied from ST datasheet). --- libmaple/libmaple.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmaple/libmaple.h') diff --git a/libmaple/libmaple.h b/libmaple/libmaple.h index 2a915b1..225d7c4 100644 --- a/libmaple/libmaple.h +++ b/libmaple/libmaple.h @@ -102,9 +102,9 @@ /* e.g., LeafLabs Maple Native */ #define NR_GPIO_PORTS 7 - #define NR_GPIO_PINS 63 + #define NR_GPIO_PINS 100 #define NR_TIMERS 8 - #define NR_USART 3 + #define NR_USART 5 /* NB: 4 and 5 are UART only */ #define NR_FSMC 1 #define NR_DAC_PINS 2 -- cgit v1.2.3