summaryrefslogtreecommitdiff
path: root/board/samus
Commit message (Expand)AuthorAgeFilesLines
* Remove __7b, __8b and __7bfDenis Brockus2019-08-234-41/+41
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-234-35/+43
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-08-021-2/+9
* motion: Define macros for custom eventsGwendal Grignou2019-08-021-2/+0
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-181-2/+2
* keyboard: Move keyboard_special (lightbar demo) to samus/board.cHung-Te Lin2018-08-202-0/+55
* board: eve: Do not set accelerometer ODR beyond 200HzGwendal Grignou2018-08-171-2/+2
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-2/+2
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-9/+11
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-0/+4
* system: update board version to return an error if encounteredJett Rink2018-04-191-1/+1
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-32/+13
* board: In motion sensor array, remove assignment to 0Gwendal Grignou2018-03-141-40/+0
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-17/+23
* samus: Change the way host_set_single_event is usedFurquan Shaikh2017-11-151-2/+5
* Fizz: Modify thermal tableRyan Zhang2017-11-061-15/+15
* cleanup: Use CONFIG_BATTERY to indicate whether a board has a batteryShawn Nematbakhsh2017-10-131-1/+0
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-9/+9
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-072-1/+23
* usb_port_power_smart: Add CDP/SDP only option.Aseda Aboagye2017-08-281-0/+2
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-0/+5
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+6
* usb_port_power: Allow variable number of portsDaisuke Nojiri2017-05-011-0/+5
* smart_battery: Cleanup smart battery & SB users codeVijay Hiremath2017-01-021-14/+6
* als: Define CONFIG_ALS when HAS_TASK_ALS is present.Gwendal Grignou2016-12-281-1/+0
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-141-1/+1
* driver: kionix: Remove variant field.Gwendal Grignou2016-09-011-3/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-242-4/+2
* Standard locations for board specific battery codeVictor Prupis2016-08-192-1/+311
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* common: Decouple temp sensor from thermal throttlingMary Ruthven2016-06-281-0/+1
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-182-5/+5
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+3
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-1/+3
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-061-1/+1
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-2/+2
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-5/+5
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+2
* samus: increase POWERBTN task stack sizeAlec Berg2015-10-301-1/+1
* ALS: Disable the ALS task if all the ALS inits failVijay Hiremath2015-10-021-1/+1
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-191-1/+19
* samus: Set CONFIG_FPU for tmp6 driver.Gwendal Grignou2015-09-181-0/+1
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-0/+2
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-172-16/+1
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-2/+5
* samus: gyro is on all the time.Gwendal Grignou2015-09-141-1/+1
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-111-0/+1
* als: Disable task when host is not runningDuncan Laurie2015-09-101-1/+1
* samus: Use new config, fix gestureGwendal Grignou2015-08-291-14/+66