Ondřej Hruška
|
af35cee030
|
untested new onewire commands (all except search algos)
|
7 years ago |
Ondřej Hruška
|
55816fc810
|
added software timer instantiation + config (unused)
|
7 years ago |
Ondřej Hruška
|
c9aa39af80
|
words
|
7 years ago |
Ondřej Hruška
|
c641bef80a
|
added 'parasitic' config field
|
7 years ago |
Ondřej Hruška
|
eca8319820
|
onewire basic impl + fixed a bug in usec delays
|
7 years ago |
Ondřej Hruška
|
9e65c8409a
|
fixed inverted presence check
|
7 years ago |
Ondřej Hruška
|
18e76ad060
|
base of 1wire, need to make async
|
7 years ago |
Ondřej Hruška
|
a63f040271
|
Added compile flag to replace TF with simple loopback for transport testing
|
7 years ago |
Ondřej Hruška
|
04e32860f7
|
implemented precision timestamps in report messages
|
7 years ago |
Ondřej Hruška
|
94e87c74d3
|
implemented timebase using TIM14 instead of TIM1
|
7 years ago |
Ondřej Hruška
|
1159fef33b
|
add a newline to ini
|
7 years ago |
Ondřej Hruška
|
88bd46f516
|
fixed the crash and implemented trigger arming
|
7 years ago |
Ondřej Hruška
|
45b4fb45e9
|
exti working but something is fucked up in the job queue or tinyframe
|
7 years ago |
Ondřej Hruška
|
255f96c754
|
Installed new TinyFrame
|
7 years ago |
Ondřej Hruška
|
3784a46951
|
everything is now documented
|
7 years ago |
Ondřej Hruška
|
a44eb5f16a
|
doc for all units
|
7 years ago |
Ondřej Hruška
|
ceb658e246
|
more doc comments
|
7 years ago |
Ondřej Hruška
|
b2ead539bf
|
added more comments
|
7 years ago |
Ondřej Hruška
|
334a89f055
|
fixed weirdness
|
7 years ago |
Ondřej Hruška
|
63a7852554
|
bleh
|
7 years ago |
Ondřej Hruška
|
8e9c653090
|
Doc comments and explanations
|
7 years ago |
Ondřej Hruška
|
052fa4ce08
|
Added exti resources to the enum and name generator
|
7 years ago |
Ondřej Hruška
|
4930f14047
|
made usart rxbuf large again
|
7 years ago |
Ondřej Hruška
|
d1e24608c7
|
remove redundant gpio clock enables
|
7 years ago |
Ondřej Hruška
|
5edbf1306f
|
removed the DMA timeout message
|
7 years ago |
Ondřej Hruška
|
bbbd216244
|
Merge branch 'uart'
|
7 years ago |
Ondřej Hruška
|
8272a36aee
|
Implemented unit timed tick and uart rx timeout
|
7 years ago |
Ondřej Hruška
|
b3d1f95e7d
|
cleanup and added sync + async commands
|
7 years ago |
Ondřej Hruška
|
5d12b23ceb
|
deleted old sync sending code
|
7 years ago |
Ondřej Hruška
|
b5d2930e30
|
uart tx now pretty reliable, but msg queue sometimes seemingly gets corrupted (checksum mismatch)
|
7 years ago |
Ondřej Hruška
|
6da4bd5d63
|
Merge branch 'uart-dmalign' into uart
|
7 years ago |
Ondřej Hruška
|
2d53fc29be
|
removed the alignment crap, left one length field byte and wraparound markers. Works except one mysterious lock-up
|
7 years ago |
Ondřej Hruška
|
08b4010b13
|
uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
|
7 years ago |
Ondřej Hruška
|
77f794e94a
|
some debuggiong. Tx is not reliable and sometimes duplicates or loses bytes
|
7 years ago |
Ondřej Hruška
|
2881c2ff2a
|
almost finished DMA reception
|
7 years ago |
Ondřej Hruška
|
e2e4d91cf3
|
Added func for simple periph clock toggling without the horrible if jungle
|
7 years ago |
Ondřej Hruška
|
137619d942
|
added a safeguard
|
7 years ago |
Ondřej Hruška
|
c4cc3bb9ce
|
fixed bug with settings fucking up units that were already loaded
|
7 years ago |
Ondřej Hruška
|
05875a8167
|
fixed bogus slotcount use display + moved some stuff to dynalloc to save ram
|
7 years ago |
Ondřej Hruška
|
7df577f9b1
|
toggle to disable logging resources stuff
|
7 years ago |
Ondřej Hruška
|
ace2bd6357
|
switch to freeRtos malloc + improve malloc_safe utils, fixed memleak
|
7 years ago |
Ondřej Hruška
|
0ef1134aa0
|
some traps
|
7 years ago |
Ondřej Hruška
|
69443613fc
|
some more stack shrinking
|
7 years ago |
Ondřej Hruška
|
8a28395102
|
fix-up PRINTF to use PUTS when no variable args are given
|
7 years ago |
Ondřej Hruška
|
7280338f8b
|
take some steps towards reducing memory footprint in stack buffers
|
7 years ago |
Ondřej Hruška
|
d49081b190
|
basic work on uart
|
7 years ago |
Ondřej Hruška
|
8852f9f8b4
|
enable all periph clocks by default on startup, added testing synchronous uart write command
|
7 years ago |
Ondřej Hruška
|
29264540f7
|
added uart init (untested) and more config option
|
7 years ago |
Ondřej Hruška
|
e88bf84ea1
|
basic usart skeleton
|
7 years ago |
Ondřej Hruška
|
9c5d889cfc
|
remove debug for freeing pins
|
7 years ago |