summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* common: include config.h from console.hJack Rosenthal2020-09-291-0/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* fpsensor: Fix buffer check to account for overflowTom Hughes2020-09-251-1/+23
* test/utils: Add unit tests for safe_memcmpTom Hughes2020-09-241-0/+15
* test: Add test_send_caps_error to usb_pe_drpEdward Hill2020-09-222-11/+102
* TCPMv2: Move DPM requests to public APIAbe Levkoy2020-09-212-3/+3
* run_device_tests.py: Add type informationTom Hughes2020-09-101-15/+20
* test: body_detection: add unittest for algorithmChing-Kang Yen2020-09-037-3/+6397
* tcpmv2: allow early connection when waiting to allow LPMDenis Brockus2020-09-021-0/+38
* TCPMv2: Add DPM_REQUEST_GET_SRC_CAPDenis Brockus2020-09-022-4/+28
* TCPMv2: use sender_response message frameworkDenis Brockus2020-09-022-1/+1
* usb_pe_drp: new unit test with mocksPaul Fagerburg2020-08-3111-84/+192
* fpsensor: Run maintenance when in maintenance modeTom Hughes2020-08-311-0/+18
* TCPMv2: Don't interrupt RX/TX Extended Chunked Msg sequenceSam Hurst2020-08-221-1/+61
* usbc: wake task on every state transitionJett Rink2020-08-192-19/+11
* common: gyro_cal: Implement gyroscope calibrationYuval Peress2020-08-184-0/+631
* test: rename usb_pe_drp to usb_pe_drp_oldPaul Fagerburg2020-08-178-8/+377
* CBI: Make test fail if a tag is missing from unit testDaisuke Nojiri2020-08-141-0/+35
* cleanup/usbc: organize all super states togetherJett Rink2020-08-131-7/+5
* usbc: add GEN_NOT_SUPPORTED macro for unsupported statesJett Rink2020-08-131-5/+3
* test: remove no_empty_state testsJett Rink2020-08-137-73/+0
* tcpmv2: wait before enabling HW auto toggleJett Rink2020-08-132-0/+27
* cbi: add Second Source Factory Cache (SSFC) CBI fieldMarco Chen2020-08-131-0/+4
* flash: allow programming larger EC imagesKeith Short2020-08-131-3/+5
* mock/usb_pd_mock: remove tc functionsPaul Fagerburg2020-08-121-2/+1
* test/usb_pe_drp: remove fake_batteryPaul Fagerburg2020-08-121-1/+1
* test: Soft_Reset sent regardless of Rp valueEdward Hill2020-08-122-3/+45
* CBI: Add unit testDaisuke Nojiri2020-08-073-0/+206
* usbc: correctly handle Get_Source_Cap as a sinkPeter Marheine2020-08-063-4/+45
* tcpmc2: fix TD.PD.LL3.E2 Retransmission testJett Rink2020-08-062-143/+84
* ec: change usage of dummySam Hurst2020-08-054-11/+11
* test: Add PD TX and RX to usb_tcpmv2_tcpciEdward Hill2020-08-052-2/+102
* TCPMv2: Soft reset on failure to send source capsEdward Hill2020-08-012-1/+37
* TCPMv2: Use named constants for extended messagesAbe Levkoy2020-07-292-14/+14
* TCPMv2: Optionally build extended message supportAbe Levkoy2020-07-2910-18/+212
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-0/+18
* run_device_tests.py: Explicitly set hardware write protectTom Hughes2020-07-241-2/+21
* run_device_tests.py: Specify python3Tom Hughes2020-07-241-1/+1
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-227-7/+7
* test: Use pd_task for pe testJett Rink2020-07-213-34/+19
* TCPMv2: add unit tests for packet discard logicPaul Fagerburg2020-07-201-1/+126
* TCPMv2: Add common function for DPM entry and exit modeAyushee2020-07-171-5/+1
* TCPMv2: Add common exit mode for all the alternate modesAyushee2020-07-171-0/+8
* tcpmv2: Add usb_tcpmv2_tcpci testEdward Hill2020-07-155-0/+201
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-5/+2
* ppc: Fix return values of ppc_is_* to be booleanEdward Hill2020-07-111-4/+4
* tcpmv2: perform partner reset on startup, remove BBRAMJett Rink2020-07-101-0/+63
* tests: reset the PD task before every test caseJett Rink2020-07-101-4/+8
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-094-0/+18
* tcpmv2: remove tc_restart indirection layerJett Rink2020-07-071-2/+0