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/15 21:54:05 UTC

[GitHub] apache-mynewt-bot commented on issue #1507: [RFC] Add generic serial bus driver

apache-mynewt-bot commented on issue #1507: [RFC] Add generic serial bus driver
URL: https://github.com/apache/mynewt-core/pull/1507#issuecomment-439204031
 
 
   
   <!-- license-bot -->
   
   ## RAT Report (2018-11-15 21:54:02)
   
   ## New files with unknown licenses
   
   * <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280.c">apps/bus_test/bme280_node/src/ext/bme280.c</a>
   * <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280.h">apps/bus_test/bme280_node/src/ext/bme280.h</a>
   * <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280_defs.h">apps/bus_test/bme280_node/src/ext/bme280_defs.h</a>
   
   <details>
     <summary>Detailed analysis</summary>
   
   ## New files in this PR
   
   | License | File |
   |---------|------|
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/include/bme280_node/bme280_node.h">apps/bus_test/bme280_node/include/bme280_node/bme280_node.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/pkg.yml">apps/bus_test/bme280_node/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/bme280_node.c">apps/bus_test/bme280_node/src/bme280_node.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280.c">apps/bus_test/bme280_node/src/ext/bme280.c</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280.h">apps/bus_test/bme280_node/src/ext/bme280.h</a> |
   | ?????  | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/bme280_node/src/ext/bme280_defs.h">apps/bus_test/bme280_node/src/ext/bme280_defs.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/lis2dh_node/include/lis2dh_node/lis2dh_node.h">apps/bus_test/lis2dh_node/include/lis2dh_node/lis2dh_node.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/lis2dh_node/pkg.yml">apps/bus_test/lis2dh_node/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/lis2dh_node/src/lis2dh_node.c">apps/bus_test/lis2dh_node/src/lis2dh_node.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/pkg.yml">apps/bus_test/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/src/main.c">apps/bus_test/src/main.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/db0f068f943852624c073ba34a9818834a1b54f8/apps/bus_test/syscfg.yml">apps/bus_test/syscfg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/6d723ce081a440e2efa04002b4c4426a9fa13e9f/hw/bus/i2c/include/bus/i2c.h">hw/bus/i2c/include/bus/i2c.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/6d723ce081a440e2efa04002b4c4426a9fa13e9f/hw/bus/i2c/pkg.yml">hw/bus/i2c/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/6d723ce081a440e2efa04002b4c4426a9fa13e9f/hw/bus/i2c/src/i2c.c">hw/bus/i2c/src/i2c.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/include/bus/bus.h">hw/bus/include/bus/bus.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/include/bus/bus_debug.h">hw/bus/include/bus/bus_debug.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/include/bus/bus_driver.h">hw/bus/include/bus/bus_driver.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/pkg.yml">hw/bus/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/17bd229062ea73c75eecc3f555d50d7c6f3ec15c/hw/bus/spi/include/bus/spi.h">hw/bus/spi/include/bus/spi.h</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/17bd229062ea73c75eecc3f555d50d7c6f3ec15c/hw/bus/spi/pkg.yml">hw/bus/spi/pkg.yml</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/17bd229062ea73c75eecc3f555d50d7c6f3ec15c/hw/bus/spi/src/spi.c">hw/bus/spi/src/spi.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/src/bus.c">hw/bus/src/bus.c</a> |
   | AL     | <a href="https://github.com/apache/mynewt-core/blob/a889b5665d94523231cb814f4859cfe8cb5a4716/hw/bus/syscfg.yml">hw/bus/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