mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-14 01:58:41 +08:00

* Initial plan * Create comprehensive GitHub Copilot instructions for TinyUSB Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Remove accidentally committed dependencies, use tools/get_deps.py instead Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Fix .gitignore: ignore vendor/ directory not ceedling script Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Revert .gitignore changes and add README_processed.rst Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Remove README_processed.rst and revert ceedling file permissions Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Changes before error encountered Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * Remove redundant manual validation step, keep only pre-commit and build validation Co-authored-by: hathach <249515+hathach@users.noreply.github.com> * fix pre-commit --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hathach <249515+hathach@users.noreply.github.com>
56 lines
588 B
Plaintext
56 lines
588 B
Plaintext
html
|
|
latex
|
|
*.a
|
|
*.d
|
|
*.o
|
|
*.P
|
|
*.axf
|
|
*.bin
|
|
*.elf
|
|
*.env
|
|
*.ind
|
|
*.log
|
|
*.map
|
|
*.obj
|
|
*.jlink
|
|
*.emSession
|
|
*.ninja*
|
|
*.eww
|
|
*.ewp
|
|
*.ewt
|
|
*.ewd
|
|
*.hex
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
settings/
|
|
.settings/
|
|
.vscode/
|
|
.gdb_history
|
|
/examples/*/*/build*
|
|
test_old/
|
|
tests_obsolete/
|
|
_build
|
|
/examples/*/*/ses
|
|
/examples/*/*/ozone
|
|
/examples/obsolete
|
|
hw/bsp/**/cubemx/*/
|
|
.mxproject
|
|
# coverity intermediate files
|
|
cov-int
|
|
# cppcheck build directories
|
|
*-build-dir
|
|
/_bin/
|
|
__pycache__
|
|
cmake-build-*
|
|
sdkconfig
|
|
.PVS-Studio
|
|
.vscode/
|
|
build
|
|
CMakeFiles
|
|
Debug
|
|
RelWithDebInfo
|
|
Release
|
|
BrowseInfo
|
|
.cmake_build
|
|
README_processed.rst
|