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 2019/06/25 14:53:53 UTC

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification

apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification
URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505481704
 
 
   
   <!-- license-bot -->
   
   ## RAT Report (2019-06-25 14:53:48)
   
   ## New files with unknown licenses
   
   * <a href="https://github.com/apache/mynewt-core/blob/e8b37505f0d59e6b0711fedea148712dff7ebb2d/hw/bsp/sensorhub/src/clock_stm32f4xx.c">hw/bsp/sensorhub/src/clock_stm32f4xx.c</a>
   * <a href="https://github.com/apache/mynewt-core/blob/59c349754d172c09ed2665372715ea93a20e9c98/hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c">hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s">hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s">hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/stm32cube-version.md">hw/mcu/stm/stm32f4xx/src/ext/stm32cube-version.md</a>
   * <a href="https://github.com/apache/mynewt-core/blob/59c349754d172c09ed2665372715ea93a20e9c98/hw/mcu/stm/stm32f4xx/src/system_stm32f4xx.c">hw/mcu/stm/stm32f4xx/src/system_stm32f4xx.c</a>
   
   <details>
     <summary>Detailed analysis</summary>
   
   ## New files in this PR
   
   | License | File |
   |---------|------|
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/include/core_portme.h">apps/coremark/include/core_portme.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/include/coremark.h">apps/coremark/include/coremark.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/pkg.yml">apps/coremark/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_list_join.c">apps/coremark/src/core_list_join.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_main.c">apps/coremark/src/core_main.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_matrix.c">apps/coremark/src/core_matrix.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_portme.c">apps/coremark/src/core_portme.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_state.c">apps/coremark/src/core_state.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/src/core_util.c">apps/coremark/src/core_util.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/62a844db4a59834e7fccb0646993132509c62629/apps/coremark/syscfg.yml">apps/coremark/syscfg.yml</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/e8b37505f0d59e6b0711fedea148712dff7ebb2d/hw/bsp/sensorhub/src/clock_stm32f4xx.c">hw/bsp/sensorhub/src/clock_stm32f4xx.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/59c349754d172c09ed2665372715ea93a20e9c98/hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c">hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s">hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s">hw/mcu/stm/stm32f4xx/src/ext/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_smbus.h</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c">hw/mcu/stm/stm32f4xx/src/ext/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smbus.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f6752d79f9a9c4ff758419f40648575375603b53/hw/mcu/stm/stm32f4xx/src/ext/stm32cube-version.md">hw/mcu/stm/stm32f4xx/src/ext/stm32cube-version.md</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/59c349754d172c09ed2665372715ea93a20e9c98/hw/mcu/stm/stm32f4xx/src/system_stm32f4xx.c">hw/mcu/stm/stm32f4xx/src/system_stm32f4xx.c</a> |
   </details>
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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