summaryrefslogtreecommitdiff
path: root/board/ryu/board.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+3
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+4
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-0/+6
* pd: Cleanup PD port-to-task macrosShawn Nematbakhsh2015-11-111-1/+1
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-231-4/+7
* board: ryu: Compass and Gyro stays up in S5Gwendal Grignou2015-10-231-2/+2
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-201-0/+36
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-1/+1
* smaug: fix mag orientation: Z is pointing downwardGwendal Grignou2015-10-131-3/+3
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-160/+165
* board: ryu: Match Samus double tap behavior.Gwendal Grignou2015-09-291-4/+4
* board: ryu: Use CONFIG_SPI_ACCEL_PORT instead of numericalGwendal Grignou2015-09-231-1/+2
* driver: bmi160: Allow double tap to be set by the host.Gwendal Grignou2015-09-211-3/+2
* ryu: Enable Significant motionGwendal Grignou2015-09-211-9/+7
* update case closed debugging partial mode policyVincent Palatin2015-09-081-0/+4
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-011-1/+1
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-26/+111
* Ryu: Add a console command to control the buttons VolUp and VolDownTom Wai-Hong Tam2015-08-271-0/+42
* ryu: add si1141 supportstabilize-jetstream-7390.62.Bstabilize-jetstream-7390.54.Bstabilize-7390.68.Bstabilize-7390.59.Brelease-R46-7390.BGwendal Grignou2015-08-221-0/+37
* usb_charger: move common usb charger code out of board directoryAlec Berg2015-08-051-43/+2
* usb_charger: cleanup: move setting usb 2 switches to usb_chargerAlec Berg2015-08-041-17/+0
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-2/+1
* ryu: remove SH UART debug and leftoversVincent Palatin2015-08-011-33/+2
* ryu: dynamic switch between SPI and I2C sensors configurationGwendal Grignou2015-08-011-17/+40
* board: ryu: Enable SPI access to AccelGwendal Grignou2015-08-011-3/+24
* stm32: Enable 3rd SPI interfaceGwendal Grignou2015-07-301-2/+2
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-301-3/+3
* common: change interface to SPI flashGwendal Grignou2015-07-301-4/+10
* driver: bmm150 measurement compensationGwendal Grignou2015-07-221-1/+1
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-3/+17
* USART: Add DMA based transmitterAnton Staaf2015-07-211-6/+11
* Ryu: Set default Gyro Range to 1000dpsGwendal Grignou2015-07-171-2/+2
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-4/+15
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-4/+7
* Ryu: Set default Accel Range to 8gGwendal Grignou2015-07-151-1/+1
* cleanup: remove board_discharge_on_ac() unless custom func neededAlec Berg2015-07-141-8/+0
* Ryu: i2c speed to 1MHzGwendal Grignou2015-07-141-1/+1
* cleanup: remove board function callback on charge override timeoutrelease-R45-7262.BAlec Berg2015-07-131-7/+0
* cleanup: define one set of USB charger voltage and min currentAlec Berg2015-07-131-8/+6
* ryu: sensor hub: Add FIFO and interrupt supportGwendal Grignou2015-07-101-0/+3
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-3/+0
* bq2598x: ryu: take into account hardware input current optimizerVincent Palatin2015-07-011-0/+30
* usb_mux: Add driver interface for USB-C muxesShawn Nematbakhsh2015-06-301-62/+0
* ryu: update recovery key combinationsVincent Palatin2015-06-181-9/+26
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-121-2/+9
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-101-122/+6
* ryu: allow charge manager to control CHARGE_EN gpioAlec Berg2015-06-101-8/+5
* ryu: enable MBKP events for PD eventsVincent Palatin2015-05-281-2/+32