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/11/16 03:28:10 UTC

[GitHub] apache-mynewt-bot removed a comment on issue #1516: add bluepill stm32f103c8 support

apache-mynewt-bot removed a comment on issue #1516: add bluepill stm32f103c8 support
URL: https://github.com/apache/mynewt-core/pull/1516#issuecomment-439269446
 
 
   
   <!-- license-bot -->
   
   ## RAT Report (2018-11-16 03:21:20)
   
   ## New files with unknown licenses
   
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill.cfg">hw/bsp/bluepill/bluepill.cfg</a>
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill_debug.sh">hw/bsp/bluepill/bluepill_debug.sh</a>
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/boot-bluepill.ld">hw/bsp/bluepill/boot-bluepill.ld</a>
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/include/bsp/stm32f1xx_hal_conf.h">hw/bsp/bluepill/include/bsp/stm32f1xx_hal_conf.h</a>
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/src/arch/cortex_m3/startup_stm32f103xb.s">hw/bsp/bluepill/src/arch/cortex_m3/startup_stm32f103xb.s</a>
   * <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/src/system_stm32f1xx.c">hw/bsp/bluepill/src/system_stm32f1xx.c</a>
   
   <details>
     <summary>Detailed analysis</summary>
   
   ## New files in this PR
   
   | License | File |
   |---------|------|
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill.cfg">hw/bsp/bluepill/bluepill.cfg</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill.ld">hw/bsp/bluepill/bluepill.ld</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f1b0275a208c0dd1bfee94f07318c0a99590eead/hw/bsp/bluepill/bluepill_debug.cmd">hw/bsp/bluepill/bluepill_debug.cmd</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill_debug.sh">hw/bsp/bluepill/bluepill_debug.sh</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f1b0275a208c0dd1bfee94f07318c0a99590eead/hw/bsp/bluepill/bluepill_download.cmd">hw/bsp/bluepill/bluepill_download.cmd</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bluepill_download.sh">hw/bsp/bluepill/bluepill_download.sh</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/boot-bluepill.ld">hw/bsp/bluepill/boot-bluepill.ld</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/bsp.yml">hw/bsp/bluepill/bsp.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/include/bsp/bsp.h">hw/bsp/bluepill/include/bsp/bsp.h</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/include/bsp/stm32f1xx_hal_conf.h">hw/bsp/bluepill/include/bsp/stm32f1xx_hal_conf.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/pkg.yml">hw/bsp/bluepill/pkg.yml</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/src/arch/cortex_m3/startup_stm32f103xb.s">hw/bsp/bluepill/src/arch/cortex_m3/startup_stm32f103xb.s</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/src/hal_bsp.c">hw/bsp/bluepill/src/hal_bsp.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/src/system_stm32f1xx.c">hw/bsp/bluepill/src/system_stm32f1xx.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a1800d758d8c587e38f2b3016c27ff6f61e741e7/hw/bsp/bluepill/syscfg.yml">hw/bsp/bluepill/syscfg.yml</a> |
   </details>
   
   

----------------------------------------------------------------
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