summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-09-13add pico2 rp2350 (arm) boardhathach
add pico2 to hil ci
2024-09-03make function prototypes match definitions ( found with cppcheck)dp111
2024-08-28bump up pio-usb to 0.6.1, enable dual hil test for picohathach
2024-08-27reset usb when init for max32650/66. change hil max32 to use pico (cmsis ↵hathach
dap2), change metro m4 flasher
2024-08-22skip dual/host_info_to_device_cdc for pico due to a bug in pio-usbhathach
2024-08-22add pio-usb host test to hil. fix build as wellhathach
2024-08-22add hil support for dual host_info_to_cdchathach
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-19mimxrt1015_evk does not work reliably in hil pool (like metro m7).hathach
2024-08-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach
2024-08-19fix ci buildhathach
2024-08-18add flash_openocd_adi() for use with max32hathach
add feather max32666 to the hil pool
2024-08-15remove analog PHY from musb_regs_thathach
hil: remove ch32v203 since not reliable enough
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-11readd v203 to hil poolhathach
2024-08-11skip ch32v203 for hil testhathach
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 f072 (fsdev 1k) to hil testhathach
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-22change s3 baudratehathach
2024-07-19add lpc11u37 for hil rpihathach
2024-07-19skip msc tests for ra due to existing bughathach
2024-07-19update test jsonhathach
2024-07-18skip hil test if binary not existhathach
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-18add metro_m7_1011 to hil rpihathach
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-05-07Merge branch 'master' into remove-tud_network_link_state_cbHiFiPhile
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-19- clang h743 build and run cdc_msc okhathach
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-03-01reformat code hid_host.chathach
- fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
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