X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cpu%2Farm%2Fio%2Fat91sam7s256.h;h=9c3299de61d696f37998ff10cc514144e29b3618;hb=2d0bc916c5779e2f3dc9e4775e235e0c633817cc;hp=41e930af7aff155fd5bf0dc6e9c152ea444ce201;hpb=cbe08d0b79542fc20cd1d76dacfe176d05990653;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 */