Skip to content

Commit d6b8b35

Browse files
authored
Merge pull request #2339 from hathach/move-build-file
Move build file from tools/ to examples/build_system
2 parents 08f9ed6 + 26ca48e commit d6b8b35

File tree

144 files changed

+290
-846
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+290
-846
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: python3 tools/get_deps.py ${{ matrix.family }}
7474

7575
- name: Build
76-
run: python3 tools/build_family.py ${{ matrix.family }}
76+
run: python3 tools/build_make.py ${{ matrix.family }}
7777

7878
- name: Linker Map
7979
run: |

.github/workflows/build_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: python3 tools/get_deps.py ${{ matrix.family }}
6767

6868
- name: Build
69-
run: python3 tools/build_family.py ${{ matrix.family }}
69+
run: python3 tools/build_make.py ${{ matrix.family }}
7070

7171
- name: Linker Map
7272
run: |

.github/workflows/build_msp430.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: python3 tools/get_deps.py ${{ matrix.family }}
7272

7373
- name: Build
74-
run: python3 tools/build_family.py ${{ matrix.family }}
74+
run: python3 tools/build_make.py ${{ matrix.family }}
7575

7676
- name: Linker Map
7777
run: |

.github/workflows/build_renesas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: python3 tools/get_deps.py ${{ matrix.family }}
7272

7373
- name: Build
74-
run: python3 tools/build_family.py ${{ matrix.family }}
74+
run: python3 tools/build_make.py ${{ matrix.family }}
7575

7676
- name: Linker Map
7777
run: |

.github/workflows/build_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: python3 tools/get_deps.py ${{ matrix.family }}
7373

7474
- name: Build
75-
run: python3 tools/build_family.py ${{ matrix.family }}
75+
run: python3 tools/build_make.py ${{ matrix.family }}
7676

7777
- name: Linker Map
7878
run: |

.github/workflows/build_win_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: python3 tools/get_deps.py stm32f4
5252

5353
- name: Build
54-
run: python3 tools/build_family.py stm32f4 stm32f411disco
54+
run: python3 tools/build_make.py stm32f4 stm32f411disco

.idea/cmake.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)