1. 03df1f2 Add FreeRTOS support to CHRE by Anthony Stange · 3 years, 3 months ago
  2. ff80f6e Add CHRE version by Stan Rokita · 3 years, 3 months ago
  3. d9e6e14 Use unstable nanoapp ID in place of version string by Stan Rokita · 3 years, 3 months ago
  4. cbebbc3 Protect code with CHRE_SLPI_UIMG_ENABLED by Anthony Stange · 3 years, 4 months ago
  5. 873df6f Update shared sensor impl for target group IDs by Anthony Stange · 3 years, 4 months ago
  6. 548468d Update SLPI to use group masks for sensors by Anthony Stange · 3 years, 4 months ago
  7. de681a0 Support target groups for sensors by Anthony Stange · 3 years, 5 months ago
  8. 72d58ec Reject nanoapps targeting too old versions by Arthur Ishiguro · 3 years, 5 months ago
  9. 6367b09 Do not send another buffered log if first one fails by Stan Rokita · 3 years, 6 months ago
  10. 5e462cf Implement permission test nanoapp by Anthony Stange · 3 years, 6 months ago
  11. 682205a Fix locking scheme for buffered logs in transferTo by Stan Rokita · 3 years, 6 months ago
  12. 1ad7a2f Remove WiFi PAL version override by Meng-hsuan Chung · 3 years, 6 months ago
  13. 563f585 Add chreSendMessageWithPermissions to support lib by Anthony Stange · 3 years, 6 months ago
  14. a2e6368 Add User Settings API To Support Lib by karthik bharadwaj · 3 years, 6 months ago
  15. 6a8f7d2 Conditionally clear secondary log buffer by Stan Rokita · 3 years, 6 months ago
  16. c107950 Implement Notifications On A Change In User Settings by karthik bharadwaj · 3 years, 6 months ago
  17. 03e7dd6 Rename the microphone access user setting by karthik bharadwaj · 3 years, 6 months ago
  18. ca3c22a Fix CHRE build breakage by Anthony Stange · 3 years, 6 months ago
  19. b1f4be4 Update CHRE flatbuffers to incorporate the mic toggle name change by karthik bharadwaj · 3 years, 6 months ago
  20. 821b82e Restructure HostMessage by Anthony Stange · 3 years, 7 months ago
  21. 480cb3d Move declared permissions check to hostcommsmanager by Anthony Stange · 3 years, 7 months ago
  22. 6d5afd8 Remove log from chrePalXXXGetApi by Anthony Stange · 3 years, 6 months ago
  23. 9701e03 Use a separate thread to flush logs to host by Stan Rokita · 3 years, 7 months ago
  24. 661a768 Use two LogBuffer objects in LogBufferManager by Stan Rokita · 3 years, 7 months ago
  25. 57dcfc1 Implements CHRE self test interface by Arthur Ishiguro · 3 years, 7 months ago
  26. 0ca6cfa Update flatbuffers interface for CHRE self test by Arthur Ishiguro · 3 years, 7 months ago
  27. 2bba348 Adds a message to perform internal self-test by Arthur Ishiguro · 3 years, 7 months ago
  28. f010e96 Add transferTo method of LogBuffer API by Stan Rokita · 3 years, 7 months ago
  29. 33ffc92 Fix logging format build errors by Stan Rokita · 3 years, 7 months ago
  30. 4ba3198 Add logWouldCauseOverflow method to LogBuffer by Stan Rokita · 3 years, 7 months ago
  31. 058cf94 Uses sensor index in chreSensorFind() by Arthur Ishiguro · 3 years, 7 months ago
  32. e34e592 Implements chreSensorFind by Arthur Ishiguro · 3 years, 7 months ago
  33. 61f4230 Fix permission check in chre_api_core.cc by Anthony Stange · 3 years, 7 months ago
  34. 385ef93 Limit permissions nanoapps can declare for message by Anthony Stange · 3 years, 8 months ago
  35. cbeba27 Rename CHRE_PERMS_ enum values by Anthony Stange · 3 years, 7 months ago
  36. af37a02 Fix chreSendMessageWithPermissions impl name by Anthony Stange · 3 years, 7 months ago
  37. b6346db Allow static nanoapps to declare permissions by Anthony Stange · 3 years, 8 months ago
  38. b346bb0 Validate nanoapps hold required permissions by Anthony Stange · 3 years, 8 months ago
  39. c03783e Extend MessageToHost to Include Permissions by Ahmad Rahmati · 3 years, 8 months ago
  40. aea22e8 Rename CHRE Permissions by Ahmad Rahmati · 3 years, 8 months ago
  41. 427363e Adds a skeleton impl for chreSensorFind by Arthur Ishiguro · 3 years, 8 months ago
  42. e28b0df Update CHRE Flatbuffers Messaging To Support Mic Disable Setting by karthik bharadwaj · 3 years, 8 months ago
  43. 92ca2ef Simulate on logs sent to host flag state on empty buffer by Stan Rokita · 3 years, 8 months ago
  44. 3e88440 Make log buffer size dependent on macro by Stan Rokita · 3 years, 8 months ago
  45. 5f5b408 Surface App Permissions to the HAL by Ahmad Rahmati · 3 years, 8 months ago
  46. 61ea1d8 Add App Permissions to Host Messages FlatBuffer by Ahmad Rahmati · 3 years, 8 months ago
  47. 34111e2 Provide Functions to Get Nanoapp Permissions by Ahmad Rahmati · 3 years, 8 months ago
  48. 9dab3ee Flush the log buffer on host awake (shared/slpi) by Stan Rokita · 3 years, 8 months ago
  49. 24aa00e Include Permissions in Nanoapp Load Log Message by Ahmad Rahmati · 3 years, 8 months ago
  50. a4394d0 Log the number of logs dropped when logs can be resent to the host by Stan Rokita · 3 years, 9 months ago
  51. 5842942 Add the number of logs dropped to the LogMessage protocol by Stan Rokita · 3 years, 8 months ago
  52. ed28714 Add asserts that don't fire when in test mode by Anthony Stange · 3 years, 8 months ago
  53. e3d1314 Reroute static nanoapps to platform log by Brian Duddie · 3 years, 9 months ago
  54. 1305797 Guard CHRE APIs with permissions by Anthony Stange · 3 years, 9 months ago
  55. 6fa48ad SLPI, Linux: Refactor platform log code based on platform by Stan Rokita · 3 years, 9 months ago
  56. 32eaccb Set nanoapp permissions in build system by Anthony Stange · 3 years, 9 months ago
  57. af62e1e Update chreNslNanoappInfo to support nanoapp permissions by Anthony Stange · 3 years, 9 months ago
  58. 848c467 Adds a platform-specific logStateToBuffer method by Arthur Ishiguro · 3 years, 9 months ago
  59. 10a8917 Handle "respond_before_start" message field by Arthur Ishiguro · 3 years, 10 months ago
  60. bb24a7b Update flatbuffers host messages by Arthur Ishiguro · 3 years, 10 months ago
  61. bdcd75c Adds "respond_before_start" field to NanoappLoadRequest by Arthur Ishiguro · 3 years, 10 months ago
  62. 630013d Clarify SystemTimer::set inputs by Anthony Stange · 3 years, 10 months ago
  63. 0e3d810 Fix LogBufferCallbackInterface warning by Meng-hsuan Chung · 3 years, 10 months ago
  64. e30c150 Add chreGnssConfigurePassiveLocationListener to NSL by Arthur Ishiguro · 3 years, 10 months ago
  65. d2e0456 Implements chreGnssConfigurePassiveLocationListener by Arthur Ishiguro · 3 years, 10 months ago
  66. ff21810 Temporarily override the WiFi PAL driver version check by Meng-hsuan Chung · 3 years, 10 months ago
  67. cd4cac3 Add framework WiFi API compatibility support by Meng-hsuan Chung · 3 years, 10 months ago
  68. ba20bff Add WiFi scan request compatibility handling for nanoapps by Meng-hsuan Chung · 3 years, 10 months ago
  69. 9e25ea1 Adds an empty chreGnssConfigurePassiveLocationListener impl by Arthur Ishiguro · 3 years, 10 months ago
  70. f80cbd7 Throttle the buffered logs sent to the host by Stan Rokita · 3 years, 10 months ago
  71. 544f88d Send buffered logs to host from deferred callback by Stan Rokita · 3 years, 10 months ago
  72. 5866b73 Align the unstable_id section to word size by karthik bharadwaj · 3 years, 10 months ago
  73. be2f565 Implements GNSS request state resync by Arthur Ishiguro · 4 years ago
  74. 91ce4a8 Add buffered logging to SLPI QSH build by Stan Rokita · 3 years, 11 months ago
  75. e3967bd Fix function not used for defer callback for sensor not found by Stan Rokita · 3 years, 10 months ago
  76. 17e6d1f Fix log buffer errors by Stan Rokita · 3 years, 10 months ago
  77. afbe8b3 Expose chreSensorFlushAsync from CHRE for QSH am: f90f055e4f am: b808ca9b5c am: 5bc7e95390 am: 7318df0152 am: bc40c61fb9 by Anthony Stange · 3 years, 10 months ago
  78. bc40c61 Expose chreSensorFlushAsync from CHRE for QSH am: f90f055e4f am: b808ca9b5c am: 5bc7e95390 am: 7318df0152 by Anthony Stange · 3 years, 10 months ago
  79. b808ca9 Expose chreSensorFlushAsync from CHRE for QSH am: f90f055e4f by Anthony Stange · 3 years, 10 months ago
  80. f90f055 Expose chreSensorFlushAsync from CHRE for QSH by Anthony Stange · 3 years, 11 months ago
  81. fa49a34 Fix vsnprintf return value check in log buffer by Stan Rokita · 3 years, 11 months ago
  82. 6cc031f Only include chre_api_sensor.cc for SEE am: 1bac9db973 am: 3449c63acb am: 2ee79b97d4 am: ee6bdad5b7 am: 50492e5bb7 by Anthony Stange · 3 years, 11 months ago
  83. 381ab83 Define delete operator when running on QSH am: 19d316df1a am: f97eb6bca6 am: 92ec198eac am: 757bff506f am: d95d43ce23 by Anthony Stange · 3 years, 11 months ago
  84. 50492e5 Only include chre_api_sensor.cc for SEE am: 1bac9db973 am: 3449c63acb am: 2ee79b97d4 am: ee6bdad5b7 by Anthony Stange · 3 years, 11 months ago
  85. d95d43c Define delete operator when running on QSH am: 19d316df1a am: f97eb6bca6 am: 92ec198eac am: 757bff506f by Anthony Stange · 3 years, 11 months ago
  86. 3449c63 Only include chre_api_sensor.cc for SEE am: 1bac9db973 by Anthony Stange · 3 years, 11 months ago
  87. f97eb6b Define delete operator when running on QSH am: 19d316df1a by Anthony Stange · 3 years, 11 months ago
  88. db38da7 [DO NOT MERGE] Defer the crash from a missing sensor am: 6ba9e1ce97 by Stan Rokita · 3 years, 11 months ago
  89. d767008 Defer the crash from a missing sensor by Stan Rokita · 3 years, 11 months ago
  90. 6ba9e1c [DO NOT MERGE] Defer the crash from a missing sensor by Stan Rokita · 3 years, 11 months ago
  91. eb28d84 Add code to send LogMessageV2 messages to the host by Stan Rokita · 3 years, 11 months ago
  92. 32a73fd Update log message flatbuffer to support the LogBuffer format by Stan Rokita · 3 years, 11 months ago
  93. 57c788c LogBuffer handleLog uses variable list and log format by Stan Rokita · 3 years, 11 months ago
  94. 1bac9db Only include chre_api_sensor.cc for SEE by Anthony Stange · 3 years, 11 months ago
  95. 19d316d Define delete operator when running on QSH by Anthony Stange · 3 years, 11 months ago
  96. a202afd Add additional include needed by QSH am: ff27c6f588 am: 5bd299b50b am: 9d65cc5dd7 am: 59c258c5b2 am: 4b366abddb by Anthony Stange · 3 years, 11 months ago
  97. 5bd299b Add additional include needed by QSH am: ff27c6f588 by Anthony Stange · 3 years, 11 months ago
  98. ff27c6f Add additional include needed by QSH by Anthony Stange · 3 years, 11 months ago
  99. 5109a3e Add TCM and unstable ID support to dso lib by Anthony Stange · 3 years, 11 months ago
  100. f27f8e0 Handle nanoapp flags in nanoapp load manager by Anthony Stange · 4 years, 1 month ago