summaryrefslogtreecommitdiff
path: root/board/ryu
Commit message (Expand)AuthorAgeFilesLines
* ryu: increase CHARGER task stack sizeVincent Palatin2015-12-041-1/+1
* ryu: add protection against BQ25892 resetting the current limitVincent Palatin2015-11-241-5/+12
* ryu: disconnect usb switches until connection is debouncedAlec Berg2015-11-131-4/+3
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-0/+6
* ryu: increase USB_CHG task stack sizeVincent Palatin2015-11-101-1/+1
* ryu: ensure bc1.2 suppliers get cleared on charger disconnectAlec Berg2015-11-031-23/+23
* driver: bmm150: Add ability to smooth data from compass.Gwendal Grignou2015-11-031-0/+4
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-291-4/+7
* board: ryu: Compass and Gyro stays up in S5Gwendal Grignou2015-10-291-2/+2
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-292-0/+36
* ryu: fix lid close detectionVincent Palatin2015-10-231-1/+1
* ryu: do not pull EN_PP3300Vincent Palatin2015-10-231-1/+1
* common: motion: Fix forced mode computationGwendal Grignou2015-10-161-1/+1
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-141-0/+1
* smaug: fix mag orientation: Z is pointing downwardGwendal Grignou2015-10-141-3/+3
* pd: allow request message over max current if mismatch bit setAlec Berg2015-10-131-1/+1
* ryu: force BQ25892 charge enableVincent Palatin2015-10-131-0/+3
* board: ryu: Increase MOTION_SENSE task size.Gwendal Grignou2015-10-071-1/+1
* ryu: modify low battery behaviorVincent Palatin2015-10-021-0/+6
* ryu: set absolute VINDPM for BQ2589x before changing voltageVincent Palatin2015-10-021-0/+13
* ryu: export board versionVincent Palatin2015-10-021-0/+2
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-302-160/+178
* board: ryu: Match Samus double tap behavior.Gwendal Grignou2015-09-292-5/+7
* common: add command spixferGwendal Grignou2015-09-291-0/+1
* board: ryu: Use CONFIG_SPI_ACCEL_PORT instead of numericalGwendal Grignou2015-09-291-1/+2
* pd: use vbus presence to set debug accessory input current limitAlec Berg2015-09-281-2/+9
* ryu: delay VCONN power-up until next VBUS transitionVincent Palatin2015-09-252-3/+28
* pd: change debug accessory charge supplier typeVincent Palatin2015-09-231-0/+11
* HACK ryu: disable ICO for USB type-C/PD sourcesVincent Palatin2015-09-232-4/+21
* driver: bmi160: Allow double tap to be set by the host.Gwendal Grignou2015-09-211-3/+2
* ryu: Enable Significant motionGwendal Grignou2015-09-212-10/+17
* stm32: Define a larger task size for HOST_CMDGwendal Grignou2015-09-211-1/+1
* driver: bmi160: add code for setting double tapGwendal Grignou2015-09-201-0/+6
* ryu: Enable FPUGwendal Grignou2015-09-201-0/+1
* pd: set USB communications capable flag in PDOAlec Berg2015-09-191-1/+2
* ryu: re-enable bc1.2 interrupts on vbus transitionAlec Berg2015-09-161-12/+23
* pd: add option to save power in S5Vincent Palatin2015-09-111-0/+1
* ryu: enable charging from dual-role devicesAlec Berg2015-09-091-0/+1
* cleanup: remove board function callback on charge override timeoutAlec Berg2015-09-091-7/+0
* ryu: restore input current limit when charger resetsAlec Berg2015-09-091-1/+10
* ryu: enable BQ charger interruptAlec Berg2015-09-092-1/+2
* usb_pd: Add host command to limit external charger voltage / currentShawn Nematbakhsh2015-09-051-0/+1
* update case closed debugging partial mode policyVincent Palatin2015-09-032-1/+5
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-011-1/+1
* ryu: Remove GPIO_ODR_HIGH for VOLU and VOLD linesFurquan Shaikh2015-08-311-2/+2
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-311-26/+111
* ryu: add si1141 supportGwendal Grignou2015-08-313-1/+43
* ryu: Change charger termination current to 192mA.Todd Broch2015-08-281-0/+1
* Ryu: increase HOST_CMD stack sizeGwendal Grignou2015-08-261-1/+1
* Ryu: Add a console command to control the buttons VolUp and VolDownTom Wai-Hong Tam2015-08-212-2/+44