summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-12-10change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to voidhathach
2025-12-01add linkermap to deps and linkermap tagethathach
2025-10-15fix more warningshathach
2025-09-04Create comprehensive GitHub Copilot instructions and fix pre-commit ↵Copilot
configuration for TinyUSB (#3234) * Initial plan * Create comprehensive GitHub Copilot instructions for TinyUSB Co-authored-by: hathach <[email protected]> * Remove accidentally committed dependencies, use tools/get_deps.py instead Co-authored-by: hathach <[email protected]> * Fix .gitignore: ignore vendor/ directory not ceedling script Co-authored-by: hathach <[email protected]> * Revert .gitignore changes and add README_processed.rst Co-authored-by: hathach <[email protected]> * Remove README_processed.rst and revert ceedling file permissions Co-authored-by: hathach <[email protected]> * Changes before error encountered Co-authored-by: hathach <[email protected]> * Remove redundant manual validation step, keep only pre-commit and build validation Co-authored-by: hathach <[email protected]> * fix pre-commit --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hathach <[email protected]>
2025-03-15Update gitignore.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-09Add CMake presets.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2024-11-30Update .gitignoreHiFiPhile
2024-10-15RP2040 Compile Errorspschatzmann
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵hathach
SystemInit (better with startup). add flash with wlink-rs
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-04-27Update .gitignore.HiFiPhile
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-06-20add etm trace for mcb1800hathach
clean up other ide setting
2023-04-03skip .ideahathach
2023-03-29adding more cmake supporthathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-10add dependencies repo to git ignorehathach
2022-06-02add .vscode to gitignoreRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2021-04-16Added support for Black Magic Probe (#787)Dima Barsky
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk
2021-03-23remove ses project since it is all broken and occupies spacehathach
2021-02-09update hid_composite_freertos examplehathach
2020-04-18try build with dockerhathach
2020-04-16house keepinghathach
2019-09-15Covert macros to inline functions.Nathan Conrad
2019-09-09Ignore build artifact files.Nathan Conrad
2019-07-26gitignorehathach
2019-06-10docs clean uphathach
2019-06-10update fifo testhathach
2019-06-10remove unity as submodulehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-03reduce travis make thread to 2hathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-22refractor device composite freertos seshathach
2018-11-14change osal_queue_receive() signaturehathach
- fix build issue with freertos