[go: up one dir, main page]

  1. ca41dcb libec: Change SensorImage width/height from int to uint32_t by Firas Sammoura · 11 hours ago
  2. 41f4c49 libec: Add new fingerprint capture test modes by Firas Sammoura · 2 days ago
  3. 09ac9fd libec: add new enum option CS_PARAM_CHG_MIN_REQUIRED_MV by Mengqi Guo · 6 days ago
  4. be8d8ab libec: add ChargeStateCommand by Mengqi Guo · 10 days ago
  5. 819a185 libec: fingerprint: Populate fp_capture_type in SensorImage by Firas Sammoura · 6 weeks ago
  6. c0b6d74 libec: fingerprint: Add optional fp_capture_type to SensorImage by Firas Sammoura · 6 weeks ago
  7. 5587b33 libec: Add ParseSensorInfo method to FpInfoCommand by Firas Sammoura · 6 weeks ago
  8. 924a53b libec: Make SensorId, SensorImage, and TemplateInfo aggregate type by Firas Sammoura · 7 weeks ago stabilize-starline-16397.B
  9. 9d40b4c libec: Use FpInfoCommandFactory in EcCommandFactory by Firas Sammoura · 7 weeks ago
  10. 1129c6e libec: Create Factory Command for EC_CMD_FP_INFO by Firas Sammoura · 7 weeks ago
  11. e69b46d libec: Add unit tests for FpInfoCommand by Firas Sammoura · 7 weeks ago
  12. 44c05761 libec: Create FpInfoCommand composition class by Firas Sammoura · 7 weeks ago
  13. cace91b libec: Rename FpInfoCommand to FpInfoCommand_v1 by Firas Sammoura · 7 weeks ago
  14. 9c9f00b libec: Add version check argument for EC Factory Command FpInfoCommand by Firas Sammoura · 7 weeks ago
  15. 1bb0cc6 libec: Add FpInfoCommand_v2 by Firas Sammoura · 7 weeks ago
  16. c9d3e92 libec: Remove Fingerprint Login host commands by Patryk Duda · 2 months ago
  17. 6c31b66 libec: Migrate deprecated NOTREACHED_IN_MIGRATION by Wei-Luan Wang · 3 months ago
  18. 563e65b libec: Add missing header by Byron Lee · 4 months ago
  19. b244c23 libec: replace base::make_span by base::*_span by Cici Ruan · 5 months ago
  20. fdef31d libec: Correct fp_image_frame_params designated initializer order by Firas Sammoura · 6 months ago
  21. 123e4bd Platform2: replace base::make_span by base::span by Cici Ruan · 6 months ago
  22. 11263b9 libec: Include member fp_capture_type in fp_info_params test by Firas Sammoura · 6 months ago
  23. 2cd8a36 libec: fix mock function signatures by George Burgess IV · 6 months ago
  24. da5cfbe libec: Add fp_info_params by Firas Sammoura · 6 months ago
  25. 1c0c6f1 libec: Use std::optional to store the objects in FpInfoCommand by Firas Sammoura · 6 months ago
  26. a04f261 libec: Introduce kVersionTwo constexpr by Firas Sammoura · 7 months ago
  27. df0b1a0 libec: Fix typo in libec/fingerprint/fp_info_command_test by Firas Sammoura · 7 months ago
  28. c2181e3 libec: Initialize flash_info::Param_v2 for flexible array compilation by Firas Sammoura · 7 months ago
  29. 7260de6 libec: Add static FrameToPgm method to FpFrameCommand by Firas Sammoura · 7 months ago
  30. 81c889b biod: move CrosFpDeviceInterface to biod by Firas Sammoura · 8 months ago
  31. 1ba122a libec: Change all instances of CrosFpDeviceInterface in libec by Firas Sammoura · 8 months ago
  32. 3e476ba libec: Add GetFpModeCommand to EcCommandFactoryInterface by Firas Sammoura · 8 months ago
  33. 6e908e3 libec: Split CrosFpDeviceInterface class by Firas Sammoura · 8 months ago
  34. c1b6bad libec: update ec::kMaxDeadPixels to use the new FP_ERROR_DEAD_PIXELS_MAX by Firas Sammoura · 11 months ago
  35. af8f850 libec: cros format all files inside libec by Firas Sammoura · 11 months ago
  36. a817718 libec: return the correct number of dead pixels by Firas Sammoura · 11 months ago
  37. 94a2b38 libec: cros format fingerprint/fp_info_command_test.cc by Firas Sammoura · 11 months ago
  38. 564cf88 libec: Make FourCCToString handle non-printable chars safely by Craig Hesling · 11 months ago
  39. f686d1e libec/biod: Move FourCC to string utility function to libec by Craig Hesling · 11 months ago
  40. dea84dd libec: IncludeBraces LSC by George Burgess IV · 11 months ago
  41. d2ed4b21 libec: ec_firmware: tests: fix fw files names by Dawid Niedzwiecki · 12 months ago
  42. 98f728c libec: load values explicitly from packed structs by George Burgess IV · 12 months ago
  43. 8331610 step 1 of adding `InsertBraces: true` to global clang-format by George Burgess IV · 12 months ago
  44. 12053971 libec: add EcFirmware class by Dawid Niedzwiecki · 1 year ago
  45. a6b2504 libec: Add methods to EcCommandFactoryInterface by Wei-Luan Wang · 1 year ago
  46. 8ce6633 libec: Add two fan-related commands to EcCommandFactoryInterface by Wei-Luan Wang · 1 year, 1 month ago
  47. 91be398 libec: Add methods to EcCommandFactoryInterface by Wei-Luan Wang · 1 year, 1 month ago
  48. cfaeaf7 libec: Mark methods of MkbpEvent as virtual by Wei-Luan Wang · 1 year, 1 month ago
  49. 90fc893 libec: Add more commands to EcCommandFactoryInterface by Wei-Luan Wang · 1 year, 1 month ago
  50. c65735a diagnostics: libec: Add unit test for getting fingerprint FW version by Wei-Luan Wang · 1 year, 2 months ago
  51. e67d58d Replace NOTREACHED w/ NOTREACHED_IN_MIGRATION by Byron Lee · 1 year, 2 months ago
  52. f6bbe8b libec: Add FlashRegionInfoCommand by Tom Hughes · 1 year, 2 months ago
  53. a064a2d libec: Add FlashEraseCommand by Tom Hughes · 1 year, 2 months ago
  54. 2636f43 libec: Add FlashReadCommand by Tom Hughes · 1 year, 2 months ago
  55. ed55360 libec: Add FlashWriteCommand by Tom Hughes · 1 year, 2 months ago
  56. 1255e7a libec: Remove EcUsbDeviceMonitor by Tim Van Patten · 1 year, 3 months ago
  57. 8f89a28 libec: Add MotionSenseCommandLidAngle to EcCommandFactory by Byron Lee · 1 year, 4 months ago
  58. b8473d2 libec: Add FPFrameBufferToPGM utility function by Craig Hesling · 1 year, 4 months ago
  59. d1c4d09 biod: exclude fpstudy from running fingerprint-cq by Josie Nordrum · 1 year, 5 months ago
  60. 89c5fc8 biod: libec: Add MigrateLegacyTemplate to FP interface by Howard Yang · 1 year, 5 months ago
  61. 06baf58 libec: Support FpTemplate no-commit mode by Howard Yang · 1 year, 5 months ago
  62. ca94b7c libec: Add MigrateTemplateToNonceContext command by Howard Yang · 1 year, 5 months ago
  63. 2896659 libec: drop ec_usb_device_monitor from the SDK by Mike Frysinger · 1 year, 8 months ago
  64. 2d8cc86 libec: Enable pretty error/result names by Craig Hesling · 1 year, 8 months ago
  65. 125d406 libec: Add I2cReadCommand to EcCommandFactory by Byron Lee · 1 year, 10 months ago
  66. aa42875 biod: libec: Remove FpPreloadTemplateCommand by Howard Yang · 1 year, 10 months ago
  67. de862d4 libec: biod: Add UnlockTemplates command by Howard Yang · 1 year, 10 months ago
  68. 1a03164 libec: Add FpUnlockTemplate command by Howard Yang · 1 year, 10 months ago
  69. d8164f6 libec: biod: Deprecate FpPreloadTemplateCommand by Howard Yang · 1 year, 10 months ago
  70. 66267bb libec: Add two LED commands to EcCommandFactory by Wei-Luan Wang · 1 year, 11 months ago
  71. b9cb7cc libec: Add LedControlAutoCommand to EcCommandFactory by Wei-Luan Wang · 2 years ago
  72. 0ea82e3 libec: Include panic flags in panicinfo output by Rob Barnes · 2 years ago
  73. 2310061 libec: Install I2C-related headers by Kevin Lin · 2 years ago
  74. 45aef07 libec: Implement factory method for I2cPassthruCommand by Kevin Lin · 2 years ago
  75. ec715da libec: Add |GetMemmapTempBCommand| command by Ethan Cheng · 2 years ago
  76. 63bbd6d libec: Modify |ThermalAutoFanCtrlCommand| command by Ethan Cheng · 2 years, 1 month ago
  77. 081d7a4 libec: Support 32-bit read from I2C in I2cReadCommand by Kevin Lin · 2 years, 1 month ago
  78. 3346c4a libec: Add |GetMemmapThermalVersionCommand| command by Ethan Cheng · 2 years, 3 months ago
  79. 90a279c libec: Add |GetMemmapTempCommand| command by Ethan Cheng · 2 years, 3 months ago
  80. 77e6fcd libec: Add |ThermalAutoFanCtrlCommand| command by Ethan Cheng · 2 years, 3 months ago
  81. a8e2419 libec: Add |TempSensorGetInfoCommand| command by Ethan Cheng · 2 years, 3 months ago
  82. 417adcc libec: Add |PwmGetFanTargetRpmCommand| command by Ethan Cheng · 2 years, 3 months ago
  83. 59afd61 libec: Add |PwmSetFanTargetRpmCommand| command by Ethan Cheng · 2 years, 3 months ago
  84. fff9875 libec: Rename |pwm_command| file by Ethan Cheng · 2 years, 3 months ago
  85. 55abcc9 libec: Add read_memmap_command by Ethan Cheng · 2 years, 3 months ago
  86. dbd58af libec: biod: Add commands for preloading templates by Howard Yang · 2 years, 3 months ago
  87. 059ac79 libec: Support using FP_TEMPLATE command to reload by Howard Yang · 2 years, 3 months ago
  88. cc13b30 libec: Add FP_PRELOAD_TEMPLATE command by Howard Yang · 2 years, 3 months ago
  89. 2990c07 libec: Set validate_poll_result to true for flash protect command by Firas Sammoura · 2 years, 3 months ago
  90. 0df7d60 libec: biod: Add commands for Pk establishment by Howard Yang · 2 years, 3 months ago
  91. 722b841 libec: Add FP_PAIRING_KEY_WRAP command by Howard Yang · 2 years, 3 months ago
  92. 7863c24 libec: Add FP_PAIRING_KEY_LOAD command by Howard Yang · 2 years, 3 months ago
  93. 9091b1e libec: Add FP_PAIRING_KEY_KEYGEN command by Howard Yang · 2 years, 3 months ago
  94. b713186 libec: biod: Add methods for FP enroll by Howard Yang · 2 years, 3 months ago
  95. ae0074b libec: Add FP_READ_MATCH_SECRET_WITH_PUBKEY command by Howard Yang · 2 years, 3 months ago
  96. 2472330 libec: Add FP_SET_NONCE_CONTEXT command by Howard Yang · 2 years, 3 months ago
  97. 97ac4f4 libec: Add FP_GET_NONCE command by Howard Yang · 2 years, 3 months ago
  98. 4fee68e libec: Change error/warning to show cmd as hex by Craig Hesling · 2 years, 3 months ago
  99. f173d58 libec: ec_panicinfo: Fix how to access ARM Cortex-Mx registers by Hsin-Yi Wang · 2 years, 3 months ago
  100. 900b2a3 libec: Add cros_fp_device_interface header to the BUILD file by Firas Sammoura · 2 years, 4 months ago