You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/27 21:22:06 UTC

[GitHub] ccollins476ad commented on a change in pull request #966: Misc BSP fixes

ccollins476ad commented on a change in pull request #966: Misc BSP fixes
URL: https://github.com/apache/mynewt-core/pull/966#discussion_r177576550
 
 

 ##########
 File path: hw/mcu/stm/stm32f1xx/include/mcu/stm32f1_bsp.h
 ##########
 @@ -42,6 +42,12 @@ struct stm32f1_uart_cfg {
     IRQn_Type suc_irqn;                 /* NVIC IRQn */
 };
 
+/*
+ * Internal API for stm32f1xx mcu specific code.
+ */
+int hal_gpio_init_af(int pin, uint8_t af_type, enum hal_gpio_pull pull,
 
 Review comment:
   Hmm, that is strange.  I don't have `I2C_0` enabled.  My target is defined as follows:
   ```
   targets/blinky-olimex-p103
       app=apps/blinky
       bsp=@apache-mynewt-core/hw/bsp/olimex-p103
       build_profile=debug
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services