This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/.gitignore
Paul Pan 0a8b4a7ec5 [feat] Integrate FreeRTOS - Part1
1. add custom POSIX support as submodule
2. add FreeRTOS and POSIX CMake build support
3. add FreeRTOS port-related code
4. fix mm support in FreeRTOS
5. modify FreeRTOS example

TODO:
1. D0 interrupt support
2. D0 privilege support
2023-03-01 17:28:28 +08:00

16 lines
127 B
Plaintext

.idea
.vscode
**/__pycache__
**/build
*.pyc
*.xlsx
*.xlsm
*.vsdx
*.xls
*.docx
*.doc
*.pptx
*.svd
*.pack
**/_build
cmake-build-*