diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-04 19:58:35 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-10 16:31:58 -0500 |
commit | b84da9db8f61fcc79c9594cabb97ebc5142eb267 (patch) | |
tree | 064ae83be6989b85ff5b99c032be86e7f6a3550a /libmaple | |
parent | a884c01c64db5656360e6e5bc3e8f69a708f3478 (diff) | |
download | librambutan-b84da9db8f61fcc79c9594cabb97ebc5142eb267.tar.gz librambutan-b84da9db8f61fcc79c9594cabb97ebc5142eb267.zip |
Made Native prototype B definitions in libmaple.h and boards.h; added
notes/native-pin-definitions.txt (copied from ST datasheet).
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/libmaple.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |