Compare commits
1 commit
main
...
extra-reso
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b33146e63 |
425 changed files with 35930 additions and 217218 deletions
18
.gitmodules
vendored
18
.gitmodules
vendored
|
|
@ -1,27 +1,27 @@
|
|||
[submodule "controller/fw/libopencm3"]
|
||||
path = reset-controller/fw/libopencm3
|
||||
path = controller/fw/libopencm3
|
||||
url = https://github.com/libopencm3/libopencm3
|
||||
[submodule "controller/fw/mspdebug"]
|
||||
path = reset-controller/fw/mspdebug
|
||||
path = controller/fw/mspdebug
|
||||
url = https://github.com/dlbeer/mspdebug
|
||||
[submodule "controller/fw/cmsis"]
|
||||
path = reset-controller/fw/cmsis
|
||||
path = controller/fw/cmsis
|
||||
url = https://git.jaseg.net/bigdata/pub/safety-reset-cmsis.git
|
||||
[submodule "controller/fw/libsodium"]
|
||||
path = reset-controller/fw/libsodium
|
||||
path = controller/fw/libsodium
|
||||
url = git@git.jaseg.net:bigdata/pub/libsodium-safety-reset.git
|
||||
[submodule "controller/fw/tinyaes"]
|
||||
path = reset-controller/fw/tinyaes
|
||||
path = controller/fw/tinyaes
|
||||
url = https://github.com/kokke/tiny-AES-c
|
||||
[submodule "controller/fw/musl"]
|
||||
path = reset-controller/fw/musl
|
||||
path = controller/fw/musl
|
||||
url = git://git.musl-libc.org/musl
|
||||
[submodule "controller/fw/crypto-algorithms"]
|
||||
path = reset-controller/fw/crypto-algorithms
|
||||
path = controller/fw/crypto-algorithms
|
||||
url = https://github.com/B-Con/crypto-algorithms
|
||||
[submodule "controller/fw/tinyprintf"]
|
||||
path = reset-controller/fw/tinyprintf
|
||||
path = controller/fw/tinyprintf
|
||||
url = https://github.com/cjlano/tinyprintf
|
||||
[submodule "controller/fw/reed_solomon"]
|
||||
path = reset-controller/fw/reed_solomon
|
||||
path = controller/fw/reed_solomon
|
||||
url = git@git.jaseg.net:bigdata/pub/reed_solomon_c.git
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Thesis PDF: thesis/safety_reset.pdf
|
||||
1
controller/fw/libopencm3
Submodule
1
controller/fw/libopencm3
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cb0661f81de5b1cae52ca99c7b5985b678176db7
|
||||
1
controller/fw/mspdebug
Submodule
1
controller/fw/mspdebug
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b506542094de19a0a11e638a7e34e0bc4adf8d7c
|
||||
1
controller/fw/musl
Submodule
1
controller/fw/musl
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 040c1d16b468c50c04fc94edff521f1637708328
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include <stm32f407xx.h>
|
||||
#include <stm32f4_isr.h>
|
||||
|
||||
#include "sr_global.h"
|
||||
#include "adc.h"
|
||||
1
controller/fw/tinyaes
Submodule
1
controller/fw/tinyaes
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3fe133ffa32606b0d0d81e0ba1d8bacb392eb7e9
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue