summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove __7b, __8b and __7bfDenis Brockus2019-08-232-4/+4
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-232-4/+6
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-08-023-62/+72
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-08-021-17/+61
* motion sense: Calculate loop time based on sensor needsMathew King2019-08-024-9/+1
* mkbp: handle multiple writes of interruptJett Rink2019-08-021-0/+59
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-08-0211-30/+2552
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-08-021-0/+2
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-07-186-0/+126
* motion_lid: Use CONFIG_TABLET_MODEFurquan Shaikh2019-02-261-2/+0
* usb-pd: send more request after waitJett Rink2018-10-301-0/+85
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-181-1/+1
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-182-3/+3
* Move fuzzing tests into a fuzz subfolder.Allen Webb2018-08-223-190/+0
* CEC: Cleanup the API for the CEC buffer handlersStefan Adolfsson2018-08-221-28/+27
* CEC: Add unit tests for buffer handlingStefan Adolfsson2018-08-224-0/+157
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-164-0/+208
* servo_v4: add per port dualrole settingNick Sanders2018-08-151-1/+2
* Fan: Restore thermal control after sysjumpDaisuke Nojiri2018-08-101-2/+3
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-1/+1
* fan: Enable fan control on AP startup not on shutdown/suspendDaisuke Nojiri2018-07-171-0/+4
* test/pinweaver: Fix clang compilation errorNicolas Boichat2018-07-061-1/+1
* common/printf: snprintf: Return number of bytes on successNicolas Boichat2018-06-281-0/+10
* test/rma_auth: Pad authcode before passing it to rma_try_authcodeNicolas Boichat2018-06-221-5/+19
* test/sha256: Fix parameter to memcmpNicolas Boichat2018-06-211-1/+1
* test/flash: Switch to EC_CMD_FLASH_INFO version 1 commandNicolas Boichat2018-06-211-2/+2
* test/host_command: Do not overflow req_bufNicolas Boichat2018-06-211-5/+8
* thermistor: move thermistor tables into common codeJett Rink2018-06-151-0/+1
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-3/+7
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-281-0/+27
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-25/+1
* test/utils: Fix memchr testNicolas Boichat2018-05-261-2/+2
* console_channel.inc: Add more ifdef to reduce number of channelsNicolas Boichat2018-05-261-4/+4
* Makefile.rules: Add buildalltests targetNicolas Boichat2018-05-261-2/+9
* test: Make it possible to run rsa tests on hammer boardstabilize-10718.88.Bstabilize-10718.71.Bstabilize-10718.69.Bstabilize-10718.111.Brelease-R68-10718.BNicolas Boichat2018-05-243-2/+4
* Cr50: Add logging functionality to PinWeaver.Allen Webb2018-04-272-16/+764
* Cr50: Added Pinweaver base implementation.Allen Webb2018-04-274-0/+1763
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* cr50: use run time generated public RMA key definitionVadim Bendebury2018-04-041-4/+5
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-8/+0
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-19/+20
* ec: add crc32_ctx..() to take context parameter.Marius Schilder2018-02-234-0/+98
* buttons: Make buttons[] common.Aseda Aboagye2017-11-172-33/+32
* cleanup: Remove llama boardShawn Nematbakhsh2017-11-091-3/+0
* charge_manager: Enter safe mode at bootShawn Nematbakhsh2017-11-021-0/+43
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-011-1/+1
* PD: Make current USB PD Stack REV 3 compliantSam Hurst2017-10-244-26/+215
* charge_ramp: Ramp USB-C DTS sourcesShawn Nematbakhsh2017-10-191-0/+1
* charge_manager: Support no-battery / no-host boardsShawn Nematbakhsh2017-10-171-12/+10