Commit graph

168 commits

Author SHA1 Message Date
3cc8ee75ce
maybe musl is a bad idea?
Some checks failed
Demo / Explore-CI (push) Failing after 4m13s
2023-06-06 15:02:28 -04:00
92601f6383
force install
Some checks failed
Demo / Explore-CI (push) Failing after 3m58s
2023-06-06 14:57:30 -04:00
42c6442481
add the *right* library
Some checks failed
Demo / Explore-CI (push) Failing after 1m6s
2023-06-06 14:55:36 -04:00
b3794a100f
add library?
Some checks failed
Demo / Explore-CI (push) Failing after 7s
2023-06-06 14:53:25 -04:00
768c090462
try nightly
Some checks failed
Demo / Explore-CI (push) Failing after 49s
2023-06-06 14:50:26 -04:00
9ef78cdbcb
try default
Some checks failed
Demo / Explore-CI (push) Failing after 33s
2023-06-06 14:46:10 -04:00
fd934576e7
Add LLVM (I hope)
Some checks failed
Demo / Explore-CI (push) Failing after 9s
2023-06-06 14:45:03 -04:00
ae281d24c0
run on x86 maybe?
Some checks failed
Demo / Explore-CI (push) Failing after 42s
2023-06-06 14:38:25 -04:00
3c8acca0fc
switch from gnu to musl
Some checks failed
Demo / Explore-CI (push) Failing after 2m14s
2023-06-06 14:34:16 -04:00
a3fbd76957
Add complete cargo check
Some checks failed
Demo / Explore-CI (push) Failing after 2m1s
2023-06-06 14:31:17 -04:00
69cd1ef86f
Add cargo actions?
All checks were successful
Demo / Explore-CI (push) Successful in 1m51s
2023-06-06 14:23:52 -04:00
a2001bc612
change runs-on to a valid tag
All checks were successful
Demo / Explore-CI (push) Successful in 1m4s
2023-06-06 13:52:17 -04:00
ded4ff6821
rewrite to original example
Some checks reported warnings
Demo / Explore-CI (push) Has been cancelled
2023-06-06 13:50:11 -04:00
e5684c7555
no spaces? 2023-06-06 13:47:23 -04:00
8607d619d4
maybe it needs names... 2023-06-06 13:46:31 -04:00
9ca7d89f4f
reduce complexity 2023-06-06 11:54:01 -04:00
02cc37a104
move to new location? 2023-06-06 11:52:43 -04:00
9e8b112de6
change build name 2023-06-06 11:50:33 -04:00
e968eb6223
remove demo 2023-06-06 11:48:15 -04:00
e144dcfb13
Try build again
All checks were successful
/ test (push) Successful in 53s
2023-06-06 11:46:19 -04:00
20b9a3ddca
test 3
All checks were successful
/ test (push) Successful in 7m0s
2023-06-06 11:30:55 -04:00
3e925d17c8
take 2 at CI build 2023-06-06 11:26:59 -04:00
ae8a50fc31
Add v1 of test build
Some checks are pending
/ test (push) Has started running
2023-06-06 11:16:43 -04:00
d170d240eb
Add demo CI file
All checks were successful
/ test (push) Successful in 31s
2023-06-06 10:25:58 -04:00
0f01d4c4be
Add build requirements documentation 2023-06-06 09:38:04 -04:00
f26027c5bf
remove test file 2023-06-05 09:17:11 -04:00
a1ca94131f
test push 2023-06-05 09:15:55 -04:00
7fda440641 Add looping option for main loop, if successful 2023-06-01 13:12:02 -04:00
39a5feff0f Speed up init by darkening screen during multithreaded init 2023-06-01 11:13:41 -04:00
2c5e109c1c Fix build issues 2023-06-01 10:31:41 -04:00
c69ead6670
Finish fixing build issues 2023-05-31 10:28:28 -04:00
9b80808660
Fix build issue with main's match statement 2023-05-31 10:26:24 -04:00
a4c7da99cc
Add error statement for invalid file path 2023-05-26 09:41:19 -04:00
cca2e44a01
Update version information
Blind push to stable, part 2 -_-
2023-05-25 11:16:00 -04:00
a89bd859b3
Remove unwraps in favour of error checking 2023-05-25 11:11:16 -04:00
06084eff9e
Merge branch 'main' of github:blizzardfinnegan/seymourPOCRust 2023-05-18 09:24:21 -04:00
5b6c5a7040
Set proper version 2023-05-18 09:22:51 -04:00
7718ea5dda
Add comment explaining new behaviour 2023-05-16 10:00:24 -04:00
dd7bb577ee
Start debugging load from save 2023-05-16 09:12:02 -04:00
f87cb1a00c
Fix errors to compile properly 2023-05-16 09:02:10 -04:00
b28cf91c90
Update tty to account for random dropouts 2023-05-16 08:47:13 -04:00
824deb0a69
Mark loop variables as unused 2023-05-15 14:27:23 -04:00
3ad392b68c
Make print statements more clear during testing 2023-05-15 14:18:02 -04:00
57b199dbfd
Fix syntax to actually create gpio and pin right 2023-05-15 13:58:40 -04:00
86bc40c981
Fix compile issue 2023-05-15 13:57:28 -04:00
db35cfa644
Clear GPIO on startup (hopefully) 2023-05-15 13:55:04 -04:00
f4741d3d8e
Fix typos so that code properly compiles 2023-05-15 13:48:21 -04:00
0df0316aac
Update ttys to dynamic connections 2023-05-15 10:59:13 -04:00
04e1cf9f3f
Minor readability and usability tweaks
- Privatised TTY constants, as they weren't being used elsewhere
- shifted imports slightly in Main
- TTY now has a constant defining serial timeout
- gpio_facade::get_unassigned_addresses() now returns a reference,
  rather than a mutable reference, allowiing to remove a copy in Main
2023-05-11 20:45:53 -04:00
2f93f493c4
End of major bugfixes. Starting medium-scale testing 2023-05-11 16:31:03 -04:00