X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fstm32.h;h=2a8335bfca35a7a857de51b15db8086ce6ddf9e4;hb=974e4ed6667d0a56590d9c5e9949842895fe74a6;hp=707d1653a57a60bd386c06e19ad8fc1771faeca8;hpb=1f46d2eef6da180225030c7196733f03bbc9b242;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index 707d1653..2a8335bf 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -45,6 +45,8 @@ #include "stm32_nvic.h" #include "stm32_ints.h" #include "stm32_uart.h" +#include "stm32_adc.h" +#include "stm32_i2c.h" #define GPIO_USART1_TX_PIN BV(9) #define GPIO_USART1_RX_PIN BV(10) @@ -54,4 +56,7 @@ #define GPIO_USART3_RX_PIN BV(11) +#define GPIO_I2C1_SCL_PIN BV(6) +#define GPIO_I2C1_SDA_PIN BV(7) + #endif /* STM32_H */