File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ """
2+ * Copyright (c) 2006-2025 RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2023-12-24 vacabun first version
9+ * 2023-12-25 kurisaW remove pkgs upgrade everytime
10+ * 2023-12-25 vacabun del debug time remove some output
11+ * 2023-12-25 mysterywolf silent pkgs --update when building bsp
12+ * 2023-12-26 mysterywolf add attach config CI check
13+ * 2023-12-28 vacabun support subfolders
14+ * 2024-01-09 vacabun attachconfig add scons args parsing
15+ * 2024-08-25 supperthomas add manual trigger build all bsp
16+ * 2024-11-05 supperthomas add the yml file support
17+ * 2024-11-05 hydevcode Recursive folder lookup attachconfig.yml
18+ * 2024-11-07 hydevcode yml file adds the depends parameter
19+ * 2024-11-07 hydevcode attachconfig adapts yml syntax features
20+ * 2025-02-25 kaidegit support using cmake and ninja to build
21+ """
22+
123import os
224import shutil
325import re
You can’t perform that action at this time.
0 commit comments