| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) | |
| 2024-10-18 | add VBUS drive via MFX for h743 eval, but does not seems to work yet | 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-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-08-28 | bump up pio-usb to 0.6.1, enable dual hil test for pico | hathach | |
| 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 | 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-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 | 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 | |||
| 2024-05-10 | use argparse instead of click to fix cifuzz.yml | hathach | |
| 2024-05-09 | Rework 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-06 | add cmake for mm32, remove mm32 bluepill since it is custom/reworked board ↵ | hathach | |
| (not available for order) | |||
| 2024-05-04 | fix get_deps.py for samd5x_e5x | hathach | |
| 2024-05-03 | add cmake for tm4c | hathach | |
| 2024-04-24 | clang u5, also bump up cmsis u5 version | hathach | |
| 2024-04-23 | - fix g4 clang linker | hathach | |
| - clang work with l0 | |||
| 2024-04-23 | clang support for H5 | hathach | |
| 2024-04-23 | clang f7, update cmsis f7 to fix startup bug | hathach | |
| 2024-04-22 | update lpcopen | hathach | |
| 2024-04-22 | clang work with lpc43 | hathach | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2024-04-19 | - update nrfx to v3.4.0 | hathach | |
| - compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles | |||
| 2024-04-02 | Merge branch 'master' into MCX | hathach | |
| 2024-02-24 | MCX family pointing to updated mcux-sdk repository | Jerry Palacios | |
| 2024-02-09 | mcx family renamed as mcxn | Jerry Palacios | |
| MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family | |||
| 2024-02-07 | nxp-sdk pointing to Wavenumber repo | Jerry Palacios | |
| 2024-02-04 | Merge branch 'hathach:master' into nxp_k64 | Michael Fischer | |
| 2023-12-18 | update freertos deps to v11.0.0 | hathach | |
| 2023-12-15 | update h5 build make/cmake | hathach | |
| 2023-12-13 | Fix CI & typo. | HiFiPhile | |
| 2023-12-12 | Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵ | henneboi | |
| Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0) | |||
| 2023-11-24 | bump up pio-usb | hathach | |
| 2023-11-24 | Merge branch 'master' into feature/ch32f20x | Ha Thach | |
| 2023-11-18 | update freertos to fix build with IAR cm0 | hathach | |
| 2023-11-16 | update freertos-kernel which remove compiler warning from freertos_kernel lib | hathach | |
| 2023-10-31 | update stm32u5xx_hal_driver, fix build with old u575 board | hathach | |
| 2023-10-18 | adding nulceo stm32u5a5, fix clock configure issue | hathach | |
| dwc2 core stuck at reset | |||
| 2023-10-18 | adding u5a5 nucleo | hathach | |
| 2023-10-06 | feat(ch32f20x): add support of ch32f20x | denis.krasutski | |
