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/04/26 01:20:47 UTC

[GitHub] vrahane opened a new pull request #1058: lis2dw12:sensor_notif: Breaking up notifications

vrahane opened a new pull request #1058: lis2dw12:sensor_notif: Breaking up notifications
URL: https://github.com/apache/mynewt-core/pull/1058
 
 
   - Earlier the notifications were stacked to give one single callback
     for a combination of event notifications, as part of this commit the
     notifications events are handled as separate events so that events do
     not get missed while the notifications are being serviced
   - Adding an event pool for the notifications with a default size of 20,
     this is configurable using SENSOR_NOTIF_EVENTS_MAX mynewt syscfg
     variable
   - Adding stats for notifications to track which event notification got
     triggered
   - Fixing doxygen style comments in sensor.h.
   - Changing other drivers to use the event_put API per type of event,
     specifying an event
   - Adding Sleep and Wake Up event support

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