John-Mark Gurney
e70b76111f
convert the irrigation project to sysinits...
minor improvement to make sysinit_run a constructor, so don't need
to manually call it anymore...
This required updating the linker script for the l1 part to include
the linkerset section..
2 years ago
John-Mark Gurney
d78bc3510e
make generic, but turns out unneeded on NODE151..
2 years ago
John-Mark Gurney
cf78ec4531
add target to generate list of sysinits used
This is to help make sure everything you think is starting is..
2 years ago
John-Mark Gurney
f6515c2355
switch to main.h so it pulls in the correct hal headers..
2 years ago
John-Mark Gurney
ce1ca7d634
comment which pins for programming to save me looking at the pdf..
2 years ago
John-Mark Gurney
f8bbd0e754
use family independent main.h to support l1..
2 years ago
John-Mark Gurney
34dc2bf0a2
disable test key.
2 years ago
John-Mark Gurney
4d369b9517
big drop adding the USB HID part of this project...
This refactors out a bunch of code to make better use of the
SYSINIT mechanism...
Completes the PKI side of things for doing mutual authentication...
Uses a python script to generate the USB descriptors, and basic
interface code for the STM USB HAL Layer.. This gets ride of a lot
of the glue code that was previously written, allowing the glue code
to be easily changed/update...
break out the memory debug function into it's own file...
Minor fixes to the rs485 framing code... Finally found the bug where
aborting a receive would corrupt the RX state for some reason...
Add back RNG seeding, and make it generic...
2 years ago
John-Mark Gurney
918aeebb51
add missing entries from previous commits...
2 years ago
John-Mark Gurney
0fdb406890
fix wording slightly, say when the file changes (as a warning)..
2 years ago
John-Mark Gurney
0020c7196b
add USB, add proper _LAST, and verify range, support void functions
2 years ago
John-Mark Gurney
4598390005
remove stupid RESET usage, check sanity...
2 years ago
John-Mark Gurney
d7d571c8a8
add some useful reference links..
2 years ago
John-Mark Gurney
49c70af631
describe board directory..
2 years ago
John-Mark Gurney
11f6b086db
wrap debugpos when at end of buffer..
2 years ago
John-Mark Gurney
beb8ef644e
fix UB...
it's promoted to int (signed) which when shifting into the sign bit is
UB per §6.5.7 ¶ 4 of the C99 spec.
2 years ago
John-Mark Gurney
0ca73bfff8
if the pending session returns a packet, use it, might be first of neg
2 years ago
John-Mark Gurney
15cac28819
add a header that implement cycle counting for some arm cortex-m cores..
2 years ago
John-Mark Gurney
52316ea2cc
add an include guard...
2 years ago
John-Mark Gurney
fa6a25d7b1
add adc and flash HAL files, delete customhid, as it won't be used..
2 years ago
John-Mark Gurney
105314a453
add warning about the license excluding use by ST.
ST if free to contact me about licensing the code (or improving their
own code to be USB standard compliant)..
2 years ago
John-Mark Gurney
6d2a66ee62
add the descriptor length here..
2 years ago
John-Mark Gurney
a3eb1e8b4d
get the basic rs485 to cdc gateway working...
This follows the same protocol as the lora code, so the same
server should just work.
2 years ago
John-Mark Gurney
784e175652
add info on how to debug irq handler issues..
2 years ago
John-Mark Gurney
3d9d8a3d9c
add wrapper, si_usb.h, clean up si_usb a little, and use wrapper
2 years ago
John-Mark Gurney
606ba3ea78
use SYSINIT and break things out/make more generic and modular...
This gets USB CDC printing working..
2 years ago
John-Mark Gurney
bbab428226
make compile w/o other header pollution..
2 years ago
John-Mark Gurney
c171ea44b0
make sysinit's work, required a make to the linker script..
add some more missing files now that it includes the symbols..
2 years ago
John-Mark Gurney
ac1a5177b4
add framework to get things started...
2 years ago
John-Mark Gurney
dbf02e30d0
pull in the files need for f103c8t6
2 years ago
John-Mark Gurney
cd7bd758ea
move more into mu.progs.mk, reorder depends..
2 years ago
John-Mark Gurney
e171cb4ad8
ignore my standard venv dir name..
2 years ago
John-Mark Gurney
e3655696da
move some more generic infra over
2 years ago
John-Mark Gurney
2e02dccfc1
pull this from same dir we parsed from..
2 years ago
John-Mark Gurney
30dec330dc
include from the current dir..
2 years ago
John-Mark Gurney
30338ee49b
move runbuild to .progs, improve comments..
2 years ago
John-Mark Gurney
c5bb2d4d68
break up the README to an overview and the parts..
2 years ago
John-Mark Gurney
1a4eaedea5
refactor things a bit more into support mk files...
2 years ago
John-Mark Gurney
4a2795a593
s/liblora/libsyote/ s/lora_comms/syote_comms/
2 years ago
John-Mark Gurney
6ae7529c16
rearch builds a bit.. start migrating various build options to mk/* files..
2 years ago
John-Mark Gurney
3bda6240a8
forgot to fix this to compile w/ new api
2 years ago
John-Mark Gurney
6f74cee4e6
implement the C (responder) side of ecdhe...
2 years ago
John-Mark Gurney
d0c6981410
use bytes.fromhex instead...
2 years ago
John-Mark Gurney
07fea7395f
mention the specific curve/dh used..
2 years ago
John-Mark Gurney
550ee42cfb
implement the python initiator for ecdhe key exchange...
2 years ago
John-Mark Gurney
8501f5ab27
implement an x25519 class and add various tests for it
2 years ago
John-Mark Gurney
a3d7add3e5
move x25519 tests to _comms module, more will be added..
2 years ago
John-Mark Gurney
c6a082befe
fix deprecation notice, add shared to test name
2 years ago
John-Mark Gurney
27619d0050
start ecdhe support, wrap x25519 as this will be needed..
2 years ago
John-Mark Gurney
188e475c86
add the ecdhe definition, this has not been reviewed yet..
2 years ago