-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c400840
Showing
1,418 changed files
with
165,614 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "gitsubmodule" | ||
directory: '/' | ||
schedule: | ||
interval: "monthly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- [ ] PR changes testvectors | ||
- [ ] Tests pass in qemu | ||
- [ ] Testvectors pass in qemu | ||
- [ ] Tests pass on Nucleo-L4R5ZI | ||
- [ ] Testvectors pass on Nucleo-L4R5ZI | ||
- [ ] Updated Benchmarks | ||
- [ ] Updated Skiplist entries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: cw308t-stm32f3 build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (cw308t-stm32f3) | ||
run: make PLATFORM=cw308t-stm32f3 -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: cw308t-stm32f415 build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (cw308t-stm32f415) | ||
run: make PLATFORM=cw308t-stm32f415 -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: mps2-an386 build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (mps2-an386) | ||
run: make PLATFORM=mps2-an386 -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: nucleo-l476rg build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (nucleo-l476rg) | ||
run: make PLATFORM=nucleo-l476rg -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: nucleo-l4r5zi build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (nucleo-l4r5zi) | ||
run: make PLATFORM=nucleo-l4r5zi -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: stm32f4discovery build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- name: Install Toolchain | ||
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All (stm32f4discovery) | ||
run: make PLATFORM=stm32f4discovery -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
*.o | ||
*.bin | ||
*.elf | ||
*.a | ||
*.d | ||
*.log* | ||
testvectors/ | ||
benchmarks/ | ||
__pycache__/ | ||
bin/ | ||
elf/ | ||
obj/ | ||
bin-host/ | ||
compile_commands.json | ||
.vscode | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "libopencm3"] | ||
path = libopencm3 | ||
url = https://github.com/libopencm3/libopencm3.git | ||
[submodule "mupq"] | ||
path = mupq | ||
url = https://github.com/mupq/mupq.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# SPDX-License-Identifier: Apache-2.0 or CC0-1.0 | ||
.PHONY: all | ||
all: tests tests-bin | ||
|
||
include mupq/mk/config.mk | ||
include mk/config.mk | ||
include mk/crypto.mk | ||
include mupq/mk/host-crypto.mk | ||
include mupq/mk/rules.mk | ||
include mupq/mk/schemes.mk | ||
include mk/tests.mk | ||
|
||
.PHONY: clean libclean | ||
|
||
clean: libclean | ||
rm -rf elf/ | ||
rm -rf bin/ | ||
rm -rf bin-host/ | ||
rm -rf obj/ | ||
rm -rf testvectors/ | ||
rm -rf benchmarks/ | ||
|
||
.SECONDARY: |
Oops, something went wrong.