1 Star 0 Fork 8

hk77cn/Learn_FreeRTOS_with_ESP32_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
wangyu_x 提交于 2022-10-08 21:51 . feat: add c0_00 code
.config
*.o
*.pyc
# gtags
GTAGS
GRTAGS
GPATH
# emacs
.dir-locals.el
# emacs temp file suffixes
*~
.#*
\#*#
# eclipse setting
.settings
# MacOS directory files
.DS_Store
# Components Unit Test Apps files
components/**/build
components/**/sdkconfig
components/**/sdkconfig.old
# Example project files
esp32-samples/**/sdkconfig
esp32-samples/**/sdkconfig.old
esp32-samples/**/sdkconfig.ci
esp32-samples/**/build
esp8266-samples/**/sdkconfig
esp8266-samples/**/sdkconfig.old
esp8266-samples/**/sdkconfig.ci
esp8266-samples/**/build
# Doc build artifacts
docs/_build/
docs/doxygen_sqlite3.db
# Unit test app files
tools/unit-test-app/sdkconfig
tools/unit-test-app/sdkconfig.old
tools/unit-test-app/build
tools/unit-test-app/builds
tools/unit-test-app/output
tools/unit-test-app/test_configs
# IDF monitor test
tools/test_idf_monitor/outputs
TEST_LOGS
# gcov coverage reports
*.gcda
*.gcno
coverage.info
coverage_report/
test_multi_heap_host
# VS Code Settings
.vscode/
# Clion IDE CMake build & config
.idea/
cmake-build-*/
# Results for the checking of the Python coding style and static analysis
.mypy_cache
flake8_output.txt
# ESP-IDF default build directory name
build
# lock files for examples and components
dependencies.lock
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/hk77cn/learn_freertos_with_esp32_1.git
git@gitee.com:hk77cn/learn_freertos_with_esp32_1.git
hk77cn
learn_freertos_with_esp32_1
Learn_FreeRTOS_with_ESP32_1
master

搜索帮助