summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* builtin: Introduce and use inttypes.hEvan Green2019-10-052-7/+7
* printf: Convert %b to %pbEvan Green2019-10-051-6/+14
* printf: Convert %h to %phEvan Green2019-10-051-5/+3
* printf: Fix up %p to %pPEvan Green2019-10-054-10/+22
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+20
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-0/+113
* Revert "common: Refactor motion_sense_fifo"Scott Collyer2019-10-024-347/+2
* Unify #! use in python scriptsStefan Reinauer2019-10-0111-11/+11
* utils: Add strstrDaisuke Nojiri2019-10-011-0/+15
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-0/+7
* common: Refactor motion_sense_fifoYuval Peress2019-09-274-2/+347
* pd: Chunked TX State Machine changesDenis Brockus2019-09-191-0/+2
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* tpmtest: Make it work with current cr50Gurleen Grewal2019-09-182-6/+2
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-101-15/+19
* common: usb_prl_sm add rch_pass_up_message as a stateDenis Brockus2019-09-051-0/+1
* common: Add uptime host commandTom Hughes2019-09-033-0/+85
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+2
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-08-231-0/+13
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-08-232-1/+24
* common: add STATIC_IF and STATIC_IF_NOT macrosJack Rosenthal2019-08-206-0/+150
* test: add baseline test for TC_DRP_TRYSRC SMJett Rink2019-08-204-9/+66
* test: add sanity check for existing state machinesJett Rink2019-08-205-21/+322
* test: test nested entry/run calls to set_stateJett Rink2019-08-201-14/+93
* usb: update state machine frameworkJett Rink2019-08-204-428/+372
* test: Update TEST_EQ to using string format specifierYuval Peress2019-08-151-160/+160
* test: use new TEST_EQ for usb testsJett Rink2019-08-091-286/+275
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-303-336/+180
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-261-4/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-202-4/+4
* Improve unit test and fuzzer documentation storyCraig Hesling2019-07-201-3/+1
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-192-4/+6
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-31/+98
* cleanup: refactor CPRINTF("[%T ...]\n") to CPRINTSJack Rosenthal2019-07-171-1/+1
* fpsensor: Extend unit test for FPTPM seed set status.Yicheng Li2019-07-151-27/+48
* Test: Disable kb_scan until flakiness is fixedDaisuke Nojiri2019-07-041-1/+1
* printf: Add unit tests for printf.cCraig Hesling2019-06-253-0/+216
* fpsensor: Add unit tests for fp_set_sensor_modeTom Hughes2019-06-241-0/+54
* pd_protocol: Don't DRP toggle lower than S0.Aseda Aboagye2019-06-211-0/+6
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* ec.tasklist: Consolidate duplicate commentsTom Hughes2019-06-193-27/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1973-73/+73
* fuzz: Cleanup test_config.h and fuzz_config.hCraig Hesling2019-06-151-18/+0
* fpsensor: Add unit test for derive_encryption_key().Yicheng Li2019-06-142-3/+155
* keyboard_scan: Send kb events at start of debouncing period.Jes Klinke2019-06-111-36/+78
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-073-0/+118
* chocodile_vpdmcu: Firmware refactoringSam Hurst2019-06-051-7/+0
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-06-051-17/+61
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-053-62/+71
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-1/+1