summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* genvif: Add "vif:" namespaceCaveh Jalali2022-02-143-189/+189
* unittest: update unit test for new genvifCaveh Jalali2022-02-122-97/+103
* write protect: extract checking write protectDawid Niedzwiecki2022-02-112-18/+6
* test/run_device_tests: Fix pylint warningsTom Hughes2022-02-081-12/+17
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-034-0/+190
* math: Introduce isnan and isinf functionsPatryk Duda2022-02-011-7/+64
* TCPMv2: Add pd console testsSam Hurst2022-01-254-73/+281
* test/utils: Update expected speed gain on memcpy, memmove, memset testsPatryk Duda2022-01-251-40/+6
* charge_manager: test can EC_CMD_USB_PD_POWER_INFOAaron Massey2022-01-215-2/+18
* ec: Exclude more flaky tests from coverageJeremy Bettis2022-01-131-0/+9
* ec: Don't generate coverage for test_run_mutistepJeremy Bettis2022-01-121-0/+2
* i2c: Use declared initializers for bitbang portsKeith Short2021-11-301-1/+7
* COIL: Update links for inclusive languageTom Hughes2021-11-291-1/+1
* TCPMv2: Support Data Reset as DFP, initiatorAbe Levkoy2021-11-231-0/+4
* TC DRP Test: Add LPM wake checkDiana Z2021-11-111-0/+21
* TC DRP Test: Add LPM configDiana Z2021-11-111-0/+4
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* Battery: Move battery code to battery_v1.c and v2.cDaisuke Nojiri2021-10-261-0/+2
* TCPMv2: Add PD timer unit testDenis Brockus2021-10-264-0/+186
* tree: Files should end with single newlineTom Hughes2021-10-187-8/+1
* chgstv2: Implement battery protection for low voltageTang Qijun2021-10-072-0/+33
* gitlab: Disable interrupt test in coverage buildJeremy Bettis2021-10-061-0/+2
* test/rollback_entropy: Add __maybe_unused to arraysTom Hughes2021-09-281-3/+4
* ec: Fail on uninitialized variablesJeremy Bettis2021-09-241-2/+2
* test/utils: Switch to run-time test to fix clang buildTom Hughes2021-09-231-1/+4
* ec: Exclude version test from coverage buildsJeremy Bettis2021-09-211-0/+2
* test/run_device_tests.py: Allow specifying compilerTom Hughes2021-09-211-4/+16
* system: Add CrOS FWID to version outputRob Barnes2021-09-143-0/+160
* test: accel_cal: add setup/teardown methodsYuval Peress2021-08-311-3/+11
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-3122-141/+141
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* common: Add Milli Kelvin conversion macrosRob Barnes2021-08-212-0/+47
* system: fix system_get_scratchpad APIYuval Peress2021-08-204-14/+26
* TCPM: Remove enum pd_msg_typeAbe Levkoy2021-08-1813-44/+45
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-182-8/+10
* chgstv2/sustainer: Stop AC current when dischargingDaisuke Nojiri2021-08-091-1/+67
* chgstv2/sustainer: Add tests for full battery and ACDaisuke Nojiri2021-08-091-15/+63
* util: Add strcspnRob Barnes2021-08-091-0/+28
* test: Crispen up fp host testEvan Green2021-08-021-13/+15
* test: Ensure time move forward in usb_pd_intEvan Green2021-08-021-2/+5
* test: Make more and smaller allocations in shmallocEvan Green2021-08-021-1/+1
* test: Fix sbs_charging_v2's charge_control() cmd versionEvan Green2021-08-021-1/+1
* test: Fix printf formatting in usb_typec_drp_acc_trysrc.cEvan Green2021-07-311-2/+2
* flash: Set CBI EEPROM WP immediately if SW WP setAseda Aboagye2021-07-301-0/+39
* cbi: Add CONFIG_EEPROM_CBI_WPAseda Aboagye2021-07-294-0/+71
* test/stm32f_rtc: Allow running the test multiple timesCraig Hesling2021-07-281-0/+2
* keyboard: Add strict debouncerDaisuke Nojiri2021-07-284-3/+163
* test/run_device_tests.py: Plumb "remote" arg to flash_jlink.pyCraig Hesling2021-07-281-7/+17
* test/stm32f_rtc: Allow real rtc delay to be earlyCraig Hesling2021-07-271-5/+14
* TCPMv2: Allow tests to clear PE data between runsDiana Z2021-07-271-0/+1