John-Mark Gurney
a4f76dc0bb
add code to do tristate led blinking...
This was for a project that is now partly abandoned due to cell
phone camera limitations...
2 years ago
John-Mark Gurney
82c49b3ca0
a bit of work to try to detect blinking leds...
I'm temporarily abandoning this because the issue is that the camera
isn't a great sensor. Issues w/ long shutter speed (blurs sampling
period), and sampling frequency makes this difficult. I cannot
find api information about how to adjust the shutter speed in app,
though there does appear to be able to do this via other apps...
2 years ago
John-Mark Gurney
5c0a22a790
now that main has merged in, sysinit_run is a constructor..
2 years ago
John-Mark Gurney
c1233d75bf
Merge branch 'main' into blinkled
2 years ago
John-Mark Gurney
9eff782ffe
simple code that blinks the led..
2 years ago
John-Mark Gurney
cc450a3488
add algorithm version of the lookup table.
2 years ago
John-Mark Gurney
7aeaed651f
add code that does binary to three level + clock recovery...
This is sample code, but works well.. it ensures that every bit
time there is a level change, so any duplicates can be dropped..
this works so far, but I'm sure is not the most effecient way to
do this...
2 years ago
John-Mark Gurney
455c410b89
rename so name is consistent...
2 years ago
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
e7e742150d
add a working framework for doing 8b10b encoding/decoding..
This will need to be fixed up a bit to handle when a bit gets
doubled due to when two frames have the same bit as the frame
length will be around 33.3ms and the bit length around 34ms, which
means around every 52s, the same bit will be split over two frames.
2 years ago
John-Mark Gurney
88b5957bf5
comment which pins for programming to save me looking at the pdf..
2 years ago
John-Mark Gurney
900b0f2ae5
use family independent main.h to support l1..
2 years ago
John-Mark Gurney
39b1c229dc
Merge commit 'ae0f979e1aa9ee734bd6b4b8d74bea8e7e112142' as 'blinkled/encdec8b10b'
2 years ago
John-Mark Gurney
ae0f979e1a
Squashed 'blinkled/encdec8b10b/' content from commit 28ed9d5
git-subtree-dir: blinkled/encdec8b10b
git-subtree-split: 28ed9d5da0
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