summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2026-02-06set folder property for flash tool targetshathach
update build.yml only build with pr and push-to-master
2026-01-31bsp/stm32n6: make both ports workHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32wba: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32u5: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32n6: update jlink deviceHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32l4: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32h7rs: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32h7: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32f7: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32f4: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32f2: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-14Merge 'upstream/master' into device-class-printerRémi Berthoz
2026-01-14ci fixZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-01-14Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4cZixun LI
2026-01-14bsp: add STM32H747-DISCOHiFiPhile
Signed-off-by: HiFiPhile <[email protected]> Signed-off-by: Zixun LI <[email protected]>
2026-01-14bsp: add TI EK-TM4C1294XLHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-10remove transfer_type from hw_endpointhathach
2026-01-09Merge pull request #3448 from hathach/rp2-refactorHa Thach
Rp2 refactor
2026-01-09clean uphathach
2026-01-09fix missing SystemCoreClockhathach
2026-01-09apply copilot suggestionhathach
2026-01-09fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci buildhathach
2026-01-09only apply errata E5 and E15 for rp2040. rp2350 already fixes thesehathach
2026-01-07Adjust printer device class to 0.20.0 and fix compilation warningsRémi Berthoz
2025-12-30support for the AT32F45X serieszhiqiang-ch
2025-12-20SCB_EnableDCache() is required for rt1011hathach
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-16more fixesHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-16fix buildZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16fix pre-commitZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16update presetZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612Zixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16fix riscv toolchainZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16cleanup, add presetZixun LI
Signed-off-by: Zixun LI <[email protected]> Signed-off-by: HiFiPhile <[email protected]>
2025-12-16support hpmicro chipsZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-12-15minor clean uphathach
2025-12-14bsp: nxp: add support for RW612 (FRDM-RW612)gab-k
- Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples.
2025-12-13update LPC54HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp/mcx to new sdk repoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp: migrate lpc51, lpc55 to new sdk repoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp/lpc55: add hcd_ip3516HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13Merge branch 'refs/heads/master' into hcd_fsdevhathach
2025-12-10update metrics to support bloaty csvhathach
2025-12-09update metrics to support bloatyhathach
2025-12-05Run CI build with fixed set of boards (#3389)Ha Thach
* run cmake ci build on github with a fixed set of board to keep the size stable * Size Difference Report contain major >1% and minor <1& table
2025-12-04fine tune ci to build more with circleci (#3386)Ha Thach
* fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-12-03upload metrics.json and aggregate code metrics, post metrics commenthathach
fine tune ci matrix run
2025-12-02adding metrics for computing average compiled sizehathach
2025-12-02Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI