summaryrefslogtreecommitdiff
path: root/.idea/runConfigurations
AgeCommit message (Collapse)Author
2026-07-21docs: make CLAUDE.md the real agent-instructions file (#3769)Ha Thach
* docs: make CLAUDE.md the real agent-instructions file
2024-12-06correct clock setting for h563 nucleohathach
2024-11-07enable host dwc2 dma by defaulthathach
2024-10-10clion fileshathach
2024-05-03rename to samd5x_e5xhathach
2024-04-24update clion metadatahathach
2024-04-19run config updatehathach
2024-03-31move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to ↵hathach
20 (40 cycle)
2023-12-18added ioc for h563 nucleo, usb working with on-board stlinkhathach
2023-11-16update clion settinghathach
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-08-27minor updatehathach
2023-08-04more clean uphathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03ide settingshathach
2023-08-01enable flto for ra makefilehathach
- remove ra from ci make build since it is already in cmake ci
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) ↵hathach
does not seems to work
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-24add lpc40 to cmakehathach
2023-07-18Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-14add clock_config.c for imxrt generated by mcuxpresso confighathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-07-03wrap up ra updatehathach
2023-06-20ide settingshathach
2023-06-20add etm trace for mcb1800hathach
clean up other ide setting
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-14mcx neeed helps to locate rtt control blockhathach
2023-06-13ide settinghathach
2023-06-05clean uphathach
2023-06-01add new b_g474e_dpow1 boardhathach
2023-05-23Enhance chipidea (#2075)Ha Thach
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd
2023-05-18add rt1060 jlink confighathach
2023-05-16usbd: fix control transfer issue for chipidea hs when previous status and ↵hathach
new setup complete in the same isr frame change usbd edpt busy/stalled/claimed value to 0/1 instead of (true/false) since they are 1-bit field.
2023-05-09skip link option --print-memory-usage for renesas rx since it does not ↵hathach
support this option
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
fix attached device not regconized if attached before power on
2023-05-08fix linking missing ivt symbol for imxrt with cmakehathach
changed device port = 0, host port =1 for imxrt 1060 and 1064
2023-05-07update all device cmake example for imxhathach
2023-05-05add clion fileshathach
2023-04-24add wip notehathach
2023-04-20board test running with cmakehathach
2023-04-20adding cmake build for imxrt1010hathach
2023-04-03add some .idea configurationhathach