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/19 10:23:16 UTC

[GitHub] apache-mynewt-bot commented on issue #1523: init support for bluepill stm32f103c8

apache-mynewt-bot commented on issue #1523: init support for bluepill stm32f103c8
URL: https://github.com/apache/mynewt-core/pull/1523#issuecomment-439843446
 
 
   
   <!-- license-bot -->
   
   ## RAT Report (2018-11-19 10:23:14)
   
   ## New files with unknown licenses
   
   * <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill_debug.sh">hw/bsp/bluepill/bluepill_debug.sh</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/boot-bluepill.ld">hw/bsp/bluepill/boot-bluepill.ld</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/readme.md">hw/bsp/bluepill/readme.md</a>
   * <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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 |
   |---------|------|
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill.cfg">hw/bsp/bluepill/bluepill.cfg</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill.ld">hw/bsp/bluepill/bluepill.ld</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill_debug.cmd">hw/bsp/bluepill/bluepill_debug.cmd</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill_debug.sh">hw/bsp/bluepill/bluepill_debug.sh</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill_download.cmd">hw/bsp/bluepill/bluepill_download.cmd</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bluepill_download.sh">hw/bsp/bluepill/bluepill_download.sh</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/boot-bluepill.ld">hw/bsp/bluepill/boot-bluepill.ld</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/bsp.yml">hw/bsp/bluepill/bsp.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/include/bsp/bsp.h">hw/bsp/bluepill/include/bsp/bsp.h</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/pkg.yml">hw/bsp/bluepill/pkg.yml</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/readme.md">hw/bsp/bluepill/readme.md</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/hw/bsp/bluepill/src/hal_bsp.c">hw/bsp/bluepill/src/hal_bsp.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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/f3e47cebf169877a9bf047928dc1d6ec953bbb8e/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