summaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2024-05-24change default clock to 144mhzhathach
2024-05-20code formathathach
add missing MIT license
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-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-04add cmake for samg55hathach
2024-05-03clion settinghathach
2024-05-03rename to samd5x_e5xhathach
2024-04-24update clion metadatahathach
2024-04-19run config updatehathach
2024-04-12add cmake support for msp430hathach
2024-03-31move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to ↵hathach
20 (40 cycle)
2024-03-13usbd only process last setup packet in the event queuehathach
2024-02-24fix build with cpu without USB_CLK_RECOVER using old dcd_khci driverhathach
2024-02-23adding frdm k64f, board test run well with led, button and uarthathach
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-01-16change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to ↵hathach
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
2024-01-11add cmake support for lpc17hathach
2023-12-26allow rp2040 to use max3421e as host controllerhathach
- fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421)
2023-12-18added ioc for h563 nucleo, usb working with on-board stlinkhathach
2023-12-15rename dk board and more updatehathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
tested with feather nrf52840, m0, m4
2023-11-16update clion settinghathach
2023-11-16add metro m7 1011 sd with trace etm, try to enable but not working yethathach
2023-11-15add ra2a1 ekhathach
also make some other changes
2023-10-31Merge pull request #2300 from hathach/add-u5a5Ha Thach
Add support for stm32u5a5 (highspeed with built-in femtoPHY)
2023-10-27update s3 devkitm with max3421 pin following metro s3, check max3421 version ↵hathach
to make sure it is valid
2023-10-18adding u5a5 nucleohathach
2023-10-17add cmake support for u575 nucleohathach
2023-10-03esp32 comment out uart, increase max3421 spi speed to 26mhzhathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27max3421 communication work with esp32 up to enumeration, seems still have a ↵hathach
bit of issue
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-19addding cmake support for u5hathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, ↵hathach
'MAX3421_HOST=1' must be added as part of make/cmake command
2023-09-07Merge branch 'master' into add-max3421e-hcdhathach
2023-09-07fix cihathach
2023-09-07add cmake support for samd21.hathach
update ci cmake
2023-09-07add samd51 to cmakehathach
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28add kinetis_k family and teensy_35hathach
- teensy_35 is not able to blink led with board_test though, probably due to clock config.
2023-08-27minor updatehathach
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci ↵hathach
with IAR build
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ↵hathach
USB.2 msc is mounted, but device couldn't work reliably and got constant reset due to other errata probably.
2023-08-04add cmake for all board in stm32f4. fix build, also move ci for f4 from ↵hathach
makefile to cmake
2023-08-04more clean uphathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-04add uid for some stm32hathach
2023-08-03ide settingshathach
2023-08-01enable flto for ra makefilehathach
- remove ra from ci make build since it is already in cmake ci