[GitHub] [mynewt-nimble] v01d opened a new issue #864: Porting nimBLE to NuttX

2020-09-15 Thread GitBox
v01d opened a new issue #864: URL: https://github.com/apache/mynewt-nimble/issues/864 I'm experimenting with porting nimBLE to NuttX. We're in the process of completing a Linux-like socket interface via BTPROTO_HCI and BTPROTO_L2CAP. There's already a host layer on NuttX but I would like t

[GitHub] [mynewt-core] supervillain101 commented on a change in pull request #2376: BMP388 Pressure/temperature sensor i2c communtication optimization

2020-09-15 Thread GitBox
supervillain101 commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489113308 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; }

[GitHub] [mynewt-core] supervillain101 commented on a change in pull request #2376: BMP388 Pressure/temperature sensor i2c communtication optimization

2020-09-15 Thread GitBox
supervillain101 commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489113596 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; }

[GitHub] [mynewt-core] supervillain101 commented on a change in pull request #2376: BMP388 Pressure/temperature sensor i2c communtication optimization

2020-09-15 Thread GitBox
supervillain101 commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489113544 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; }

[GitHub] [mynewt-core] supervillain101 commented on a change in pull request #2376: BMP388 Pressure/temperature sensor i2c communtication optimization

2020-09-15 Thread GitBox
supervillain101 commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489109109 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3416,8 +3625,10 @@ bmp388_sensor_read(struct sensor *sensor, sensor_type_t type,

[GitHub] [mynewt-core] supervillain101 commented on a change in pull request #2376: BMP388 Pressure/temperature sensor i2c communtication optimization

2020-09-15 Thread GitBox
supervillain101 commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489108940 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; }

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489100645 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489096564 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094801 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094801 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094301 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094121 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093983 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094086 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489094041 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093868 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093930 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093804 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093703 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489093025 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3416,8 +3625,10 @@ bmp388_sensor_read(struct sensor *sensor, sensor_type_t type, i

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on a change in pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#discussion_r489092518 ## File path: hw/drivers/sensors/bmp388/src/bmp388.c ## @@ -3366,6 +3366,215 @@ bmp388_stream_read(struct sensor *sensor, return rc; } +int +b

[GitHub] [mynewt-core] vrahane commented on pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
vrahane commented on pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#issuecomment-693099230 @supervillain101 Can you please explain what this code exactly does ? The description does not really mention any information about the code. --

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
apache-mynewt-bot commented on pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376#issuecomment-693091375 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) hw/

[GitHub] [mynewt-core] supervillain101 opened a new pull request #2376: FWS-665 pressure sensor optimization

2020-09-15 Thread GitBox
supervillain101 opened a new pull request #2376: URL: https://github.com/apache/mynewt-core/pull/2376 Added new driver code for BMP388 to limit the amount of i2c traffic needed to get sensor data This is an automated messag

[GitHub] [mynewt-core] benmccrea merged pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
benmccrea merged pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375 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

[mynewt-core] branch master updated: mcu/dialog: Fix a few bugs in da1469x_dma.c.

2020-09-15 Thread benmccrea
This is an automated email from the ASF dual-hosted git repository. benmccrea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new c35af7d mcu/dialog: Fix a few bugs in d

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
apache-mynewt-bot commented on pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375#issuecomment-692894590 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375#issuecomment-692893236 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
apache-mynewt-bot commented on pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375#issuecomment-692893236 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) hw/

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375#issuecomment-692803866 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
apache-mynewt-bot commented on pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375#issuecomment-692803866 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) hw/

[GitHub] [mynewt-core] benmccrea opened a new pull request #2375: mcu/dialog: Fix a few bugs in da1469x_dma.c

2020-09-15 Thread GitBox
benmccrea opened a new pull request #2375: URL: https://github.com/apache/mynewt-core/pull/2375 Fixes a few issues that were causing unreliable DMA operation when using channels higher than 0 and 1. 1. In MCU_DMA_GET_MUX, shift the mux config bitfields by cidx*2 instead of cidx*4