| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-19 | limit hil-hfp iar build to 4 parallel jobs | hathach | |
| 2025-05-15 | bump up pio-usb and codeql version | hathach | |
| 2025-05-13 | pump up pico-pio-usb and cmsis_device_wb | hathach | |
| 2025-04-27 | using get-deps from tinyuf2 | Eli Hughes | |
| 2025-04-17 | - run arm-iar using github action | hathach | |
| - add skip_ci.txt to family folder to skip boards in ci run | |||
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach | |
| implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. | |||
| 2025-03-17 | change pio-usb to upstream | Ha Thach | |
| 2025-02-20 | change pio-usb to wip fork for testing | hathach | |
| 2025-02-17 | improve hub: retry if hub interrupt endpoint failed | hathach | |
| bump up pio-usb to latest | |||
| 2025-02-11 | Fix path. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-09 | Sort list (bettter for Clion) | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-12-27 | move mcu supported to README.rst, separated supported boards to boards.rst | hathach | |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-12-25 | update doc, bump up release 0.18.0 | hathach | |
| revert OPT_MCU_RAXXX value back to 1403 | |||
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-12 | more migrate to ra smart configurator | hathach | |
| 2024-12-11 | limit parallel for circleci | hathach | |
| 2024-12-05 | try to run arm-iar with circleci with new token (#2890) | Ha Thach | |
| * try to run arm-iar with circleci with new token * limit iar ci parallel build to 4 for medium+ and 6 for large * add hil-hfp to compile and test with IAR | |||
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) | |
| 2024-11-27 | minor clean up | hathach | |
| 2024-11-12 | update host/device_info to build with freertos for espressif board. Add hil ↵ | hathach | |
| test for host/device_info | |||
| 2024-11-11 | fix build filter for esp32 | hathach | |
| 2024-10-18 | add VBUS drive via MFX for h743 eval, but does not seems to work yet | hathach | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach | |
| make all python files executable and standardize interpreter | |||
| 2024-10-04 | accept and ignore -f1 option | hathach | |
| 2024-10-04 | add hil_ci_set_matrix.py, starting to support hil with additional build flags | hathach | |
| 2024-09-30 | update build script to correctly skip non max3421 enabled for espressif boards | hathach | |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-09-13 | prepare for 0.17.0 release | hathach | |
| 2024-08-28 | bump up pio-usb to 0.6.1, enable dual hil test for pico | hathach | |
| 2024-08-21 | update circle ci to build make (#2769) | Ha Thach | |
| * update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards | |||
| 2024-08-14 | use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5 | hathach | |
| 2024-08-14 | Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port | hathach | |
| 2024-08-13 | Circi dynamic config (#2763) | Ha Thach | |
| Circleci * build cmake armgcc and arm clang on circleci * use docker medium+ | |||
| 2024-08-13 | change pio-usb back to upstreaam | hathach | |
| 2024-08-10 | change pio to fix rp2040 build | hathach | |
| 2024-07-19 | add lpc11u37 for hil rpi | hathach | |
| 2024-07-17 | bump up ch32 v20x and v307 deps | hathach | |
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-06-14 | add ch32v103 bsp support, compile but does not run, probably due to ↵ | hathach | |
| compile/linker issue | |||
| 2024-06-06 | add c6 devkit, tested with max3421e | hathach | |
| 2024-05-24 | increase version as pre-releases, still need more clean up before actual relesae | hathach | |
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-05-14 | build arm-clang on circleci with pull request (#2644) | Ha Thach | |
| * Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps | |||
| 2024-05-13 | Ci tweak3 (#2643) | Ha Thach | |
| - enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present - minimize ci run for push event - only build one board per family - skip hil test on both pi4 and hfp - full build will be runn for PR event - IAR always build 1 board per family regardless of event - update build.py to optimize make - remove all setup python since we don't really need it | |||
| 2024-05-13 | more ci update (#2642) | Ha Thach | |
| * Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master | |||
| 2024-05-10 | More 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 | |||
