summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* tablet_mode: Fix the race condition of setting the tablet modeWai-Hong Tam2021-07-231-2/+2
* keyboard: Restore kb_scan testDaisuke Nojiri2021-07-232-9/+16
* TCPMv2: Gate requesting sink capabilities on related featuresDiana Z2021-07-122-13/+2
* chgstv2: Avoid force shutdown if chipset is shutting downDaisuke Nojiri2021-07-021-0/+16
* cbi: Separate CBI EEPROM driver from CBI protocolPhilip Chen2021-06-291-1/+1
* chgstv2: Add unit test for battery sustainerDaisuke Nojiri2021-06-281-1/+81
* zephyr: update snprintf signature to be compatible with zephyr 2.6Yuval Peress2021-06-181-7/+3
* run_device_tests: Use 'fw_wp_state' to control write protect statePatryk Duda2021-06-171-3/+3
* util: Add function to convert binary first base3 numberWai-Hong Tam2021-06-161-0/+25
* include/flash: rename the APIsTim Lin2021-06-093-10/+11
* tcpmv2: Don't enable USB mode until PD state resolvedKeith Short2021-06-031-0/+5
* Test: Add TC unit test for source disconnect detectionDiana Z2021-06-031-1/+73
* PE Test: Add unit test for PR swap interruption during power transitionDiana Z2021-05-171-0/+62
* TCPMv2: TD.PD.VNDI3.E3 VDM Identity Unit TestDiana Z2021-05-144-0/+121
* stm32: Add helper function for H7 flash ctrl regsJosie Nordrum2021-05-111-7/+2
* fingerprint: Add test that reads hwidKevin Shelton2021-05-084-0/+39
* fingerprint: Support flash_ec in dev test runnerKevin Shelton2021-05-071-6/+22
* run_device_tests: remove -n flag from dut-control cmdJosie Nordrum2021-05-051-10/+7
* test: motionsense fifo: Fix time unitsYuval Peress2021-05-051-19/+19
* common: motionsense fifo: Reset the initialized bits after commitYuval Peress2021-05-041-2/+7
* compile_time_macros: Make _IS_ARRAY work with C++Tom Hughes2021-05-031-0/+13
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2021-04-272-2/+2
* zephyr: test_util: Add TEST_SUITE macroTomasz Michalec2021-04-161-1/+1