summaryrefslogtreecommitdiff
path: root/test/hil/hil_test.py
AgeCommit message (Collapse)Author
2024-11-13hil cleanup flahserhathach
2024-11-13hil add stm32f723disco, add test flags for device/host/dualhathach
2024-11-12update host/device_info to build with freertos for espressif board. Add hil ↵hathach
test for host/device_info
2024-11-11try adding host test for p4hathach
2024-10-10add f407disco to hil poolhathach
2024-10-07Merge pull request #2809 from shuffle2/masterHa Thach
make all python files executable and standardize interpreter
2024-10-04update new json changehathach
2024-10-04add hil_ci_set_matrix.py, starting to support hil with additional build flagshathach
2024-10-01Merge branch 'master' into add-esp32p4hathach
2024-09-30temporarily update hil_test.py to have dual/host_info_to_device_cdc optional ↵hathach
for pico/pico2 since it does not seem to be stable enough
2024-09-30update to dwc2 register structhathach
2024-09-30Migrate hil vm (#2822)Ha Thach
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
2024-09-18skip pico2 dual test, it seems not stablehathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-13add pico2 rp2350 (arm) boardhathach
add pico2 to hil ci
2024-08-28bump up pio-usb to 0.6.1, enable dual hil test for picohathach
2024-08-22add hil support for dual host_info_to_cdchathach
replace itsybitsy m4 by metro m4 + max3421e
2024-08-19mimxrt1015_evk does not work reliably in hil pool (like metro m7).hathach
2024-08-18add flash_openocd_adi() for use with max32hathach
add feather max32666 to the hil pool
2024-08-15add flash-uniflash support for ti tm4chathach
2024-08-13use zero wait flash for nano v203hathach
2024-08-13remove metro m7 for nowhathach
2024-08-13metro m7 has issue with cdc_msc example randomly on hil test. Exclude it for nowhathach
2024-08-13increase pyserial timeouthathach
2024-08-13fix concurrent mass storage test conflict, use pyfatfs to access disk dev by ↵hathach
usb id instead of mounted in /media/
2024-08-13increase enum timeouthathach
2024-08-12fix more race with ch32v203 and setup when queuing zlp.hathach
improve hil test failed output
2024-08-08add ch32v203 nano to hil poolhathach
2024-08-05fix running hil in parallelhathach
2024-08-02more fsdev clean uphathach
hil test boards in parallel
2024-08-01increase hil timeout, reduce fuzzing from 600 to 400 secondshathach
2024-08-01add stm32g0 (fsdev 2k) to hil poolhathach
remove esp32s3 since cp210x cause usb bus issue in the long run
2024-07-25add flash stlinkhathach
2024-07-19skip msc tests for ra due to existing bughathach
2024-07-18skip hil test if binary not existhathach
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-16hil flash itsybitsy m4 with picoprobehathach
2024-07-15update hil test to run on new pi5hathach
2024-05-10More ci tweak (#2636)Ha Thach
* change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-01-24add message when flashing failedhathach
2024-01-24retry flashih a few time due to random failed by s3hathach
2023-12-13minor tweakinghathach
2023-12-13tweak usb reset wait time, fix test script with IAR serverhathach
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-12-11tweak openocd flash commandhathach
2023-12-11rename hil json debugger to flasher, replace jlink cpu with flasher_argshathach
2023-12-11wrap up s3 hil testhathach
2023-12-11extract artifacts to same folder structure as ci buildhathach
2023-12-11update hil test to support s3hathach