summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ec: fix `make coverage` code coverage reportingPaul Fagerburg2020-05-111-0/+15
* Remove unused CONFIG macrosDaisuke Nojiri2020-05-081-1/+0
* TCPMv2: Send Soft Reset to SOP* that caused a protocol errorSam Hurst2020-05-021-1/+3
* tcpmv2: SNK HardReset cleanup - fix final commentsDenis Brockus2020-05-011-1/+4
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-303-0/+62
* tcpmv2: SNK HardReset cleanupDenis Brockus2020-04-301-0/+3
* Button: Add unit tests for simulated button presspandeyan2020-04-292-0/+135
* tests/kb_8042: Add vivaldi keyboard testsRajat Jain2020-04-271-0/+70
* common/keyboard_vivaldi: New keyboard framework for custom layoutRajat Jain2020-04-211-0/+1
* TCPMv2: Revamp pe_attempt_port_discoveryDiana Z2020-04-171-1/+3
* TCPMv2: Configure PE test for alternate modesDiana Z2020-04-163-5/+10
* TCPMv2: Add pd console commandSam Hurst2020-04-142-4/+481
* test: add tc_drp testsJett Rink2020-04-031-0/+463
* tcpmv2: move function from TC layer to PEJett Rink2020-04-035-16/+34
* test: isolate tc_drp test cases betterJett Rink2020-04-031-14/+17
* mock: add callback functionality to tcpc mockstabilize-13020.87.B-masterstabilize-13020.67.B-masterstabilize-13020.55.B-masterrelease-R83-13020.B-masterJett Rink2020-04-031-3/+3
* TCPMv2: Restore PD state after SysjumpSam Hurst2020-04-021-0/+4
* cleanup: correct max port count on testJett Rink2020-04-011-1/+1
* config: update TCPMv2 config optionsJett Rink2020-03-274-51/+23
* usb_pd: Move cable communication functions to common fileAyushee2020-03-271-0/+5
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-263-9/+9
* TCPMv2: Not enable PD comm on TX Phy reset if not in a connected stateWai-Hong Tam2020-03-241-6/+9
* curve25519: Move to third_partyNicolas Boichat2020-03-241-197/+1
* TCPMv2: Split PD message buffers into separate TX/RX buffersSam Hurst2020-03-213-26/+27
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-092-5/+121
* remove cr50 related filesNamyoon Woo2020-03-098-3057/+0
* remove board/cr50 and chip/gNamyoon Woo2020-03-0335-5752/+0
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-282-2/+2
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-283-4/+4
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-8/+11
* common: motion_sense_fifo: fix iteration bugYuval Peress2020-02-141-0/+30
* common: Migrate online calibration to own moduleYuval Peress2020-02-135-100/+166
* TCPMv1/v2: Move pd_process_source_cap() to common fileVijay Hiremath2020-02-121-0/+14
* TCPMv1/v2: Move pd_set_vbus_discharge() to common fileVijay Hiremath2020-02-121-0/+5
* fuzz: remove cr50 or TPM2 library related tests from fuzz and testNamyoon Woo2020-02-124-1964/+0
* cleanup: add comments for MT flag useJett Rink2020-02-111-0/+1
* common: Implement accelerometer calibrationYuval Peress2020-02-084-1/+159
* fpsensor: Refactor fpsensor tests into separate binariesTom Hughes2020-02-0710-807/+836
* Makefile: enforce target name in generated dependenciesVadim Bendebury2020-02-071-1/+1
* common: Implement newton sphere fitYuval Peress2020-02-064-0/+156
* common: queue: Add ability to iterate over queueYuval Peress2020-02-051-20/+97
* common: mag_cal: Re-add bias inversionGwendal Grignou2020-02-041-6/+6
* test: add repeating deferred testJett Rink2020-01-311-0/+26
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-301-0/+66
* common: mag_cal: update magnetometer to leverage kasaYuval Peress2020-01-284-0/+107
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-282-4/+11
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-241-0/+5
* TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common fileVijay Hiremath2020-01-241-0/+2
* common: Implement kasa sphere fit algorithmYuval Peress2020-01-214-0/+90
* aes: Enforce alignment of static arrayYicheng Li2020-01-171-2/+2