Skip to content

Commit 1614339

Browse files
committed
Move firmware to repository root
1 parent 9bec858 commit 1614339

File tree

143 files changed

+4
-168
lines changed

Some content is hidden

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

143 files changed

+4
-168
lines changed

.github/workflows/main-builder.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ jobs:
3838
git submodule init
3939
git submodule update
4040
41-
- name: Build bootloader
42-
run: |
43-
cd bootloader
44-
mkdir build
45-
cd build
46-
cmake ..
47-
make
48-
4941
- name: Build firmware
5042
run: |
51-
cd firmware
5243
mkdir build
5344
cd build
5445
cmake ..

.gitmodules

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "firmware/external/cmake-microchip"]
2-
path = firmware/external/cmake-microchip
3-
url = https://github.com/fossasia/cmake-microchip
4-
[submodule "bootloader/external/cmake-microchip"]
5-
path = bootloader/external/cmake-microchip
1+
[submodule "external/cmake-microchip"]
2+
path = external/cmake-microchip
63
url = https://github.com/fossasia/cmake-microchip
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions

firmware/README.md

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)