Compare commits
62 commits
extra-reso
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74a3d46f64 | ||
|
|
319d4a7f9c | ||
|
|
713564b829 | ||
|
|
09f918187d | ||
|
|
da07f265b2 | ||
|
|
074fbd50c8 | ||
|
|
1e4cbf01b3 | ||
|
|
4fea1b48cb | ||
|
|
64c16a6de7 | ||
|
|
47660cd1a9 | ||
|
|
7a74a85fb6 | ||
|
|
201b9e8570 | ||
|
|
92d73546a7 | ||
|
|
3e3e03892a | ||
|
|
e3b1ff9222 | ||
|
|
95fae0a340 | ||
|
|
b58fe57a55 | ||
|
|
fe9fd3db96 | ||
|
|
2fd97644bd | ||
|
|
a9e12eb9f1 | ||
|
|
36552f3174 | ||
|
|
f5c1695898 | ||
|
|
45972013f6 | ||
|
|
ed459a6fea | ||
|
|
da4afa7354 | ||
|
|
76f34b4839 | ||
|
|
6fac195a97 | ||
|
|
1dfe76a4ce | ||
|
|
cbc7365345 | ||
|
|
524d12257f | ||
|
|
b04cde4131 | ||
|
|
61ba7e6d12 | ||
|
|
d1c605059c | ||
|
|
38b009da9f | ||
|
|
fc20d210f1 | ||
|
|
dde0da7958 | ||
|
|
261560c860 | ||
|
|
75e80262f3 | ||
|
|
211981930f | ||
|
|
8fed342b8c | ||
|
|
ec8df65fba | ||
|
|
eb386fb0a0 | ||
|
|
f6e5759be5 | ||
|
|
e87677ca40 | ||
|
|
50998fcfb9 | ||
|
|
312fee491c | ||
|
|
c3f833278f | ||
|
|
b426f703ee | ||
|
|
e9d3c5d148 | ||
|
|
1606044a40 | ||
|
|
c2a26653af | ||
|
|
e3d5a9a8e4 | ||
|
|
da0fcd13ac | ||
|
|
dd20ef9ae6 | ||
|
|
b0fe7999e5 | ||
|
|
c04c326c30 | ||
|
|
909f857df1 | ||
|
|
1922ef4f7c | ||
|
|
4d938fd896 | ||
|
|
f9cdd70753 | ||
|
|
8dfaa6a244 | ||
|
|
2fbaaa980e |
18
.gitmodules
vendored
|
|
@ -1,27 +1,27 @@
|
|||
[submodule "controller/fw/libopencm3"]
|
||||
path = controller/fw/libopencm3
|
||||
path = reset-controller/fw/libopencm3
|
||||
url = https://github.com/libopencm3/libopencm3
|
||||
[submodule "controller/fw/mspdebug"]
|
||||
path = controller/fw/mspdebug
|
||||
path = reset-controller/fw/mspdebug
|
||||
url = https://github.com/dlbeer/mspdebug
|
||||
[submodule "controller/fw/cmsis"]
|
||||
path = controller/fw/cmsis
|
||||
path = reset-controller/fw/cmsis
|
||||
url = https://git.jaseg.net/bigdata/pub/safety-reset-cmsis.git
|
||||
[submodule "controller/fw/libsodium"]
|
||||
path = controller/fw/libsodium
|
||||
path = reset-controller/fw/libsodium
|
||||
url = git@git.jaseg.net:bigdata/pub/libsodium-safety-reset.git
|
||||
[submodule "controller/fw/tinyaes"]
|
||||
path = controller/fw/tinyaes
|
||||
path = reset-controller/fw/tinyaes
|
||||
url = https://github.com/kokke/tiny-AES-c
|
||||
[submodule "controller/fw/musl"]
|
||||
path = controller/fw/musl
|
||||
path = reset-controller/fw/musl
|
||||
url = git://git.musl-libc.org/musl
|
||||
[submodule "controller/fw/crypto-algorithms"]
|
||||
path = controller/fw/crypto-algorithms
|
||||
path = reset-controller/fw/crypto-algorithms
|
||||
url = https://github.com/B-Con/crypto-algorithms
|
||||
[submodule "controller/fw/tinyprintf"]
|
||||
path = controller/fw/tinyprintf
|
||||
path = reset-controller/fw/tinyprintf
|
||||
url = https://github.com/cjlano/tinyprintf
|
||||
[submodule "controller/fw/reed_solomon"]
|
||||
path = controller/fw/reed_solomon
|
||||
path = reset-controller/fw/reed_solomon
|
||||
url = git@git.jaseg.net:bigdata/pub/reed_solomon_c.git
|
||||
|
|
|
|||
1
README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Thesis PDF: thesis/safety_reset.pdf
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cb0661f81de5b1cae52ca99c7b5985b678176db7
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b506542094de19a0a11e638a7e34e0bc4adf8d7c
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 040c1d16b468c50c04fc94edff521f1637708328
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3fe133ffa32606b0d0d81e0ba1d8bacb392eb7e9
|
||||
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
|
|
@ -85,7 +85,7 @@ if __name__ == '__main__':
|
|||
continue
|
||||
|
||||
crc32, payload = unpack_head('I', cobs.decode(data))
|
||||
pid, seq, data = unpack_head('xBH', payload)
|
||||
pid, seq, gps_1pps, data = unpack_head('BxHI', payload)
|
||||
ts = time()
|
||||
|
||||
# Calculate byte-wise CRC32
|
||||
|
|
@ -126,7 +126,7 @@ if __name__ == '__main__':
|
|||
|
||||
print()
|
||||
lines_written += 1
|
||||
if lines_written == 80:
|
||||
if lines_written == 50:
|
||||
lines_written = 0
|
||||
print('\033[2J\033[H', end='')
|
||||
delta = ts-capture_start
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
|
@ -1,3 +1,4 @@
|
|||
(sym_lib_table
|
||||
(lib (name "components")(type "Legacy")(uri "${KIPRJMOD}/components.lib")(options "")(descr ""))
|
||||
(lib (name "platform-rescue")(type "Legacy")(uri "${KIPRJMOD}/platform-rescue.lib")(options "")(descr ""))
|
||||
)
|
||||
|
Before Width: | Height: | Size: 450 KiB After Width: | Height: | Size: 450 KiB |