X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Farm%2Fio%2Fat91sam7s256.h;h=9c3299de61d696f37998ff10cc514144e29b3618;hb=0c34de8478ce67d95f6bef3d239b76204c1dbdc2;hp=41e930af7aff155fd5bf0dc6e9c152ea444ce201;hpb=3764a6bb548cc9cc9e9914dc573420f3f7f0fa35;p=bertos.git diff --git a/cpu/arm/io/at91sam7s256.h b/cpu/arm/io/at91sam7s256.h index 41e930af..9c3299de 100644 --- a/cpu/arm/io/at91sam7s256.h +++ b/cpu/arm/io/at91sam7s256.h @@ -142,4 +142,12 @@ #define IRQ1_ID 31 ///< External interrupt 1 ID. /*\}*/ +/** USART pins name */ +/*\{*/ +#define RXD0 5 +#define TXD0 6 +#define RXD1 21 +#define TXD1 22 +/*\}*/ + #endif /* AT91SAM7S256_H */