Ondřej Hruška
|
dcddca9dd8
|
Added some protections against creash due to high frequency, but its not ideal ...
|
7 years ago |
Ondřej Hruška
|
a4e04dc04e
|
triggering works, also autotrig
|
7 years ago |
Ondřej Hruška
|
260fcc3e65
|
experimental ADC front-end with dummy reports
|
7 years ago |
Ondřej Hruška
|
3ebc19fc2d
|
fixes and start of ADC. Not really working yet
|
7 years ago |
Ondřej Hruška
|
04e32860f7
|
implemented precision timestamps in report messages
|
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
|
8272a36aee
|
Implemented unit timed tick and uart rx timeout
|
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
|
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
|
69443613fc
|
some more stack shrinking
|
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
|
15ebb6ab10
|
removed some excessive logging
|
7 years ago |
Ondřej Hruška
|
26934a0984
|
Implemented PINOUT.TXT file
|
7 years ago |
Ondřej Hruška
|
b5d9d146f9
|
fixed the bug with botched deinig, caused by use of malloc instead of calloc
|
7 years ago |
Ondřej Hruška
|
6406475f48
|
some drying things up (GPIO init in particular)
|
7 years ago |
Ondřej Hruška
|
6756b79ef4
|
added automatic GPIO teardown, remap support to i2c, force error comments in ini if disabled
|
7 years ago |
Ondřej Hruška
|
05a568a27c
|
ram savings by using new bitfield-based rsc alloc
|
7 years ago |
Ondřej Hruška
|
e82306c36f
|
added more informative error message to unit failed due to rsc not avail
|
7 years ago |
Ondřej Hruška
|
931f6cea59
|
added missing mutex for shared scratch buffer
|
7 years ago |
Ondřej Hruška
|
645619e9c5
|
fixed the bug
|
7 years ago |
Ondřej Hruška
|
71f5918e54
|
fixed hardfault handler to better work on cm0
|
7 years ago |
Ondřej Hruška
|
1e41d4c3cb
|
added unit type checks to UU_ functions
|
7 years ago |
Ondřej Hruška
|
ab2dfe3a76
|
Rewrite all units and other logic to better use return values and added TRY() helper
|
7 years ago |
Ondřej Hruška
|
f917427be4
|
i2c write works
|
7 years ago |
Ondřej Hruška
|
9e7ae008b6
|
added unit and basic config
|
7 years ago |
Ondřej Hruška
|
c19b185b06
|
implemented lock button option
|
7 years ago |
Ondřej Hruška
|
9873d18298
|
Fixed bug in ini parsing
|
7 years ago |
Ondřej Hruška
|
a54726bd5c
|
added logging of driver loading
|
7 years ago |
Ondřej Hruška
|
85dd77311b
|
made some stuff static
|
7 years ago |
Ondřej Hruška
|
8768dc31ab
|
added DI unit
|
7 years ago |
Ondřej Hruška
|
37f712f054
|
Split system settings to separate config file
|
7 years ago |
Ondřej Hruška
|
0af90eccbf
|
added version markers to settings, option to disable INI comments
|
7 years ago |
Ondřej Hruška
|
bef9b83826
|
Moved size defines to plat_compat
|
7 years ago |
Ondřej Hruška
|
8ded459c68
|
make it possible to disable VFS and MSC via makefile
|
7 years ago |
Ondřej Hruška
|
a681fa17fe
|
removed some confusing comments
|
7 years ago |
Ondřej Hruška
|
cc0bf107f0
|
rename some funcs related to settings, preparing to add commands for reading and writing the ini file.
|
7 years ago |
Ondřej Hruška
|
7f682b2dcd
|
some cleaning
|
7 years ago |
Ondřej Hruška
|
92c28c5daf
|
rename tf response helpers to com_*
|
7 years ago |
Ondřej Hruška
|
97b6fd0028
|
removed all uses of the jobs queue for TF responses, not needed naymore
|
7 years ago |
Ondřej Hruška
|
ccbff578b3
|
tf update and some progress
|
7 years ago |