aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-28Use c++ style castHEADmastermainBin Chen
2016-08-23Disable implicit conversionBin Chen
2016-08-19Remove redundant virtual keywordsBin Chen
2016-08-01Remove Brillo-specific LOCAL_MODULE_TAGSDan Willemsen
2016-05-25Remove unused imports.Bertrand SIMONNET
2016-05-24Implement the client side UART interface.Bertrand SIMONNET
2016-05-24Export the UART functionality via binder.Bertrand SIMONNET
2016-05-24Implement the backend for UART support.Bertrand SIMONNET
2016-05-24Document the HAL.Bertrand SIMONNET
2016-05-23Change peripheralman tests to run on the device.Bertrand SIMONNET
2016-05-18Make sure BGpio_setValue fails on input.Bertrand SIMONNET
2016-04-26Replace ScopedFd with unique_fdChristopher Wiley
2016-04-25Use int32_t instead of ssize_tBertrand SIMONNET
2016-04-25Implement the client API for all I2C functions.Bertrand SIMONNET
2016-04-25Implement the backend for more I2C functions.Bertrand SIMONNET
2016-04-19libperipheralman_binder needs libbinder include pathsChristopher Wiley
2016-04-18Revert "Replace ScopedFd with unique_fd"Christopher Wiley
2016-04-13Replace ScopedFd with unique_fdChristopher Wiley
2016-04-13Remove unused fieldsChristopher Wiley
2016-03-30Remove listAvailableGpios.Bertrand SIMONNET
2016-03-30Fix binder mocking in unit tests.Bertrand SIMONNET
2016-03-30Allow setting the SPI message delay.Bertrand SIMONNET
2016-03-23Add tests for the I2c developer C API.Bertrand SIMONNET
2016-03-23Add unit tests for the Spi developer interfaces.Bertrand SIMONNET
2016-03-21Add unittests for the LEDs client interface.Bertrand SIMONNET
2016-03-21Add a test for the C only compatibility.Bertrand SIMONNET
2016-03-21Fix the headers to be C89 compatible.Bertrand SIMONNET
2016-03-16Add unit tests for the Gpio C API.Bertrand SIMONNET
2016-03-15Add I2C managerLee Campbell
2016-03-15Implement the LED driver and HALLee Campbell
2016-03-15Expose the Led interface to the user.Bertrand SIMONNET
2016-03-15Implement LED managerLee Campbell
2016-03-14Cleanup Peripheral IO's examples.Bertrand SIMONNET
2016-03-10Cleanup error descriptions.Bertrand SIMONNET
2016-03-10Add a helper to acknowledge a GPIO interrupt.Bertrand SIMONNET
2016-03-10Fix SPI Transfer rx codeLee Campbell
2016-03-10Use errno instead of a custom error code.Bertrand SIMONNET
2016-03-09Wire up GPIO and SPI list commandsLee Campbell
2016-03-08Fix 64bit build due to type mismatchLee Campbell
2016-03-08Hook up the SPI HAL to the SPI managerLee Campbell
2016-03-08Add doxygen docs for public headersLee Campbell
2016-03-08Expose SPI in the developer interface.Bertrand SIMONNET
2016-03-07Add support for SPI in peripheral manager.Bertrand SIMONNET
2016-03-07Add support for edge, active low and polling fd for GPIO.Bertrand SIMONNET
2016-03-03Fix crash loop when HAL can't be foundLee Campbell
2016-03-03Add SPI ManagerLee Campbell
2016-03-03Add --pin arg to exampleLee Campbell
2016-03-03Fix typo.Bertrand SIMONNET
2016-03-03Adding bare bones SPI driverLee Campbell
2016-03-03Consolidate constants for client and daemon.Bertrand SIMONNET