summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-131-1/+1
* zephyr: test: usb_mux: Split struct usb_mux in testsTomasz Michalec2022-09-135-89/+125
* zephyr: tests: Test host command EC_CMD_GET_NEXT_EVENT in `mkbp_event.c`Tristan Honscheid2022-09-122-1/+103
* Update license boilerplate text in source code filesMike Frysinger2022-09-12145-145/+145
* zephyr: Remove duplicate kernel.h includeAaron Massey2022-09-121-1/+0
* zephyr: vstore: Test remaining pieces of vstoreSimon Glass2022-09-101-0/+61
* zephyr: Move the fake system functions into their own fileSimon Glass2022-09-101-0/+1
* zephyr: tests: Test handling of special key combos in `keyboard_scan.c`Tristan Honscheid2022-09-091-1/+61
* zephyr: tests: Test EC_CMD_MKBP_SIMULATE_KEY host commandTristan Honscheid2022-09-091-1/+92
* zephyr: Test RTC console commandsAl Semjonovs2022-09-084-0/+108
* zephyr: Create RTC emulatorAl Semjonovs2022-09-082-0/+6
* zephyr: Enable RTCAl Semjonovs2022-09-081-0/+3
* zephyr: tests: Test `kbpress` command from `common/keyboard_scan.c`Tristan Honscheid2022-09-086-1/+94
* test: mkbp_fifo_depth_updateAaron Massey2022-09-081-0/+24
* test: mkbp_fifo_add keyboard matrix eventAaron Massey2022-09-085-0/+95
* zephyr: tests: Test command `ksstate` in `common/keyboard_scan.c`Tristan Honscheid2022-09-081-1/+76
* zephyr: Replace deprecated zephyr.h with kernel.hAaron Massey2022-09-0838-38/+38
* test: Verify system_encode_save_flags functionAaron Massey2022-09-081-0/+69
* test: Verify sysinfo console_cmdAaron Massey2022-09-085-2/+88
* test: Verify version console_cmdAaron Massey2022-09-082-0/+38
* test: Verify sleepmask console cmdAaron Massey2022-09-083-0/+104
* zephyr test: hostevent console with subcommandsKeith Short2022-09-081-0/+106
* zephyr test: create hostevent helperKeith Short2022-09-081-1/+23
* test: Add initialization in bmi260Yuval Peress2022-09-071-1/+1
* zephyr: Add button console command testsAl Semjonovs2022-09-062-0/+68
* zephyr: Enable button.c in drivers.default testAl Semjonovs2022-09-062-35/+51
* test: Verify EC driven alt mode entryAaron Massey2022-09-062-9/+20
* zephyr: test keyboard_mkbp host commandsAl Semjonovs2022-09-062-0/+82
* zephyr: test: motion_sense: Clear ODR after testTomasz Michalec2022-09-061-0/+2
* test: Add tests for the powerbtn commandfirmware-ti50-mp-15090.B-mainNehemiah Dureus2022-09-022-0/+35
* zephyr test: hostevent console with invalid argumentsKeith Short2022-09-021-0/+16
* zephyr test: test hostevent console commandKeith Short2022-09-022-0/+50
* zephyr test: move host event helpers to utilsKeith Short2022-09-023-39/+85
* zephyr: drivers: Fix GPIO pin numberingAl Semjonovs2022-09-021-35/+49
* zephyr: Add unblocked_terms.txt to avoid coilJeremy Bettis2022-09-021-4/+3
* gitlab: Fix use __FILE_NAME__Yuval Peress2022-09-021-2/+1
* zephyr: test: Test `dps` console command in `common/dps.c`Tristan Honscheid2022-09-011-3/+205
* zephyr: tests: Test common/flash.c crec_flash_is_erased()Tristan Honscheid2022-09-011-0/+60
* zephyr: tests: Test `flashwp` console command in common/flash.cTristan Honscheid2022-09-011-0/+77
* gitlabl: Fix warnings that are causing the gitlab breaksYuval Peress2022-09-012-8/+16
* zephyr: enable mkbp in drivers testAl Semjonovs2022-09-012-1/+9
* zephyr: Add test coverage to get_chipset_stateAl Semjonovs2022-09-011-0/+20
* test: Add tests for lid_angle.c cover the basic code pathsYuval Peress2022-09-015-0/+80
* test: add tests for host command PD get/write log entryYuval Peress2022-09-013-0/+137
* zephyr: test: Set start-up battery level to 50%Daisuke Nojiri2022-08-312-11/+6
* test: Add tests for panic info host commandYuval Peress2022-08-312-0/+99
* test: Add tests for panic_data getterYuval Peress2022-08-311-0/+16
* test: add missing includes to various test filesYuval Peress2022-08-312-0/+2
* test: add tests for crash console commandYuval Peress2022-08-315-0/+39
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-314-0/+82