1. fe2167b Use c++ style cast by Bin Chen · 8 years ago main master
  2. 4cfe4e8 Disable implicit conversion by Bin Chen · 8 years ago
  3. 2cb1e57 Remove redundant virtual keywords by Bin Chen · 8 years ago
  4. bcffe7b Remove Brillo-specific LOCAL_MODULE_TAGS by Dan Willemsen · 8 years ago
  5. 8a20977 Remove unused imports. by Bertrand SIMONNET · 8 years ago
  6. 9670f0e Implement the client side UART interface. by Bertrand SIMONNET · 8 years ago
  7. 453101d Export the UART functionality via binder. by Bertrand SIMONNET · 8 years ago
  8. f70f9c7 Implement the backend for UART support. by Bertrand SIMONNET · 8 years ago
  9. efb7c86 Document the HAL. by Bertrand SIMONNET · 8 years ago
  10. a1c75fe Change peripheralman tests to run on the device. by Bertrand SIMONNET · 8 years ago
  11. 4efbbe5 Make sure BGpio_setValue fails on input. by Bertrand SIMONNET · 8 years ago
  12. ebffc4c Replace ScopedFd with unique_fd by Christopher Wiley · 8 years ago
  13. 22879aa Use int32_t instead of ssize_t by Bertrand SIMONNET · 8 years ago
  14. 76fb150 Implement the client API for all I2C functions. by Bertrand SIMONNET · 8 years ago
  15. 8ad8249 Implement the backend for more I2C functions. by Bertrand SIMONNET · 8 years ago
  16. 954874f libperipheralman_binder needs libbinder include paths by Christopher Wiley · 8 years ago
  17. 6f44f7d Revert "Replace ScopedFd with unique_fd" by Christopher Wiley · 8 years ago
  18. 734847e Replace ScopedFd with unique_fd by Christopher Wiley · 8 years ago
  19. cfe5b5b Remove unused fields by Christopher Wiley · 8 years ago
  20. 87738fd Remove listAvailableGpios. by Bertrand SIMONNET · 8 years ago
  21. c5d5330 Fix binder mocking in unit tests. by Bertrand SIMONNET · 8 years ago
  22. 2abf083 Allow setting the SPI message delay. by Bertrand SIMONNET · 8 years ago
  23. f4df29a Add tests for the I2c developer C API. by Bertrand SIMONNET · 8 years ago
  24. 6187530 Add unit tests for the Spi developer interfaces. by Bertrand SIMONNET · 8 years ago
  25. ce91d9c Add unittests for the LEDs client interface. by Bertrand SIMONNET · 8 years ago
  26. 5e56ca1 Add a test for the C only compatibility. by Bertrand SIMONNET · 8 years ago
  27. abc3ca6 Fix the headers to be C89 compatible. by Bertrand SIMONNET · 8 years ago
  28. 1d56dd2 Add unit tests for the Gpio C API. by Bertrand SIMONNET · 8 years ago
  29. 99867e2 Add I2C manager by Lee Campbell · 8 years ago
  30. 8deeb0f Implement the LED driver and HAL by Lee Campbell · 8 years ago
  31. 7d12dac Expose the Led interface to the user. by Bertrand SIMONNET · 8 years ago
  32. a733d4a Implement LED manager by Lee Campbell · 8 years ago
  33. 7395d55 Cleanup Peripheral IO's examples. by Bertrand SIMONNET · 8 years ago
  34. 869c5e8 Cleanup error descriptions. by Bertrand SIMONNET · 8 years ago
  35. d3cafe1 Add a helper to acknowledge a GPIO interrupt. by Bertrand SIMONNET · 8 years ago
  36. 0a40722 Fix SPI Transfer rx code by Lee Campbell · 8 years ago
  37. e2d5fe0 Use errno instead of a custom error code. by Bertrand SIMONNET · 8 years ago
  38. 7b331c0 Wire up GPIO and SPI list commands by Lee Campbell · 8 years ago
  39. 67471f9 Fix 64bit build due to type mismatch by Lee Campbell · 8 years ago
  40. c589f9d Hook up the SPI HAL to the SPI manager by Lee Campbell · 8 years ago
  41. e1adeba Add doxygen docs for public headers by Lee Campbell · 8 years ago
  42. c46c8c2 Expose SPI in the developer interface. by Bertrand SIMONNET · 8 years ago
  43. 33cd8fd Add support for SPI in peripheral manager. by Bertrand SIMONNET · 8 years ago
  44. bd83b2e Add support for edge, active low and polling fd for GPIO. by Bertrand SIMONNET · 8 years ago
  45. f7deda7 Fix crash loop when HAL can't be found by Lee Campbell · 8 years ago
  46. 2f7e32c Add SPI Manager by Lee Campbell · 8 years ago
  47. 5237399 Add --pin arg to example by Lee Campbell · 8 years ago
  48. 6196081 Fix typo. by Bertrand SIMONNET · 8 years ago
  49. cee9293 Adding bare bones SPI driver by Lee Campbell · 8 years ago
  50. f866d3a Consolidate constants for client and daemon. by Bertrand SIMONNET · 8 years ago
  51. 933ced6 Add a CharDevice abstraction by Lee Campbell · 8 years ago
  52. b667613 Add the peripheral IO HAL. by Lee Campbell · 8 years ago
  53. e7e2b8f Implement the Binder service boilerplate. by Bertrand SIMONNET · 8 years ago
  54. 6a3f8cd Implement the client side interfaces for GPIO. by Bertrand SIMONNET · 8 years ago
  55. 3fd0b9a Add aidl interfaces. by Bertrand SIMONNET · 8 years ago
  56. 6ea2502 Define the developer interface for GPIO. by Bertrand SIMONNET · 8 years ago
  57. aba202d PeripheralIO - Add Gpio Manager by Lee Campbell · 8 years ago
  58. d84d8da PeripheralIO - Add Gpio sysfs driver by Lee Campbell · 8 years ago
  59. 21e82fa PeripheralIO - Add PinMuxManager by Lee Campbell · 8 years ago
  60. f623729 Update clang-format file. by Bertrand SIMONNET · 8 years ago brillo-m10-dev brillo-m10-release
  61. b9ff093 Remove peripheralprovider. by Bertrand SIMONNET · 8 years ago
  62. 7f93d02 peripheralman: Add the provider interface. by Bertrand SIMONNET · 8 years ago
  63. 9c62696 peripheralman: Add clang-format definition. by Bertrand SIMONNET · 8 years ago
  64. 0f7b1e2 peripheralman: Add dummy aidl service by Lee Campbell · 8 years ago
  65. 3ae37fe peripheralman: Barebones client and daemon. by Lee Campbell · 8 years ago
  66. 88e0045 peripheralman: Adding License files by Lee Campbell · 8 years ago
  67. 4a2a422 Initial empty repository by Bill Yi · 8 years ago