summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20- update ch203 family to allow to specify flash and ram size. Introducehathach
- add ch32v203_ro_1v0 board - CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203
2024-05-20temp codehathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-05-13Ci 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-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
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-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
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-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-06fix typohathach
2024-05-06temp fix for mm32 redundant-decls of SystemCoreClockhathach
2024-05-06add cmake for mm32, remove mm32 bluepill since it is custom/reworked board ↵hathach
(not available for order)
2024-05-06update flash openocdhathach
2024-05-04add cmake for samg55hathach
2024-05-04add cmake for f1c100shathach
2024-05-03mm32 temphathach
2024-05-03fix cihathach
2024-05-03add cmake for xmc4000hathach
2024-05-03add cmake for tm4chathach
2024-05-03rename to samd5x_e5xhathach
2024-05-03merge samd51 and same5xhathach
2024-05-03- add cmake to samd11hathach
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-05-03add missing FreeRTOSConfig.hhathach
2024-05-03add cmake for stm32wbhathach
2024-05-03fix missing linker entry with cmake for broadcom familyhathach
2024-05-03add cmake for saml2xhathach
2024-05-02add cmake to msp432e4hathach
2024-05-02add cmake to lpc51hathach
2024-05-02add cmake for lpc15hathach
2024-05-02add cmake to lpc1347hathach
2024-05-02add cmake for lpc11hathach
2024-05-02add cmake for kinetis k32l2 familyhathach
2024-05-02add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 ↵hathach
bytes (incorrect)
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵hathach
seem wrong (only 24 bytes for text)
2024-04-28Fix CI.HiFiPhile
2024-04-28Build STM32F7 with single-point FPU.HiFiPhile
2024-04-26LPC55 : Use PLL clock for better precision, allows easier UAC testing.HiFiPhile
2024-04-26add devkit c3 boardhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25stm32u5: fix IAR build.HiFiPhile
2024-04-24fix make build due to clang changeshathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵hathach
samd51 nrf
2024-04-24clang make work for samd21hathach
2024-04-24Fix bsp mistakeHa Thach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵hathach
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
2024-04-24fix l4 linker with clanghathach