Commit Graph

75 Commits (3d3d74f3817e89a8c3ce2cb36501ad292b6ddc85)

Author SHA1 Message Date
Ondřej Hruška 20639b77a6
clean up for porting - move platform specific stuff into outer project 6 years ago
Ondřej Hruška afee9ab6a3
fix build if debug uart is disabled 6 years ago
Ondřej Hruška 0bce53403f
gex zero support, also nrf remapping based on platform and optional disable 6 years ago
Ondřej Hruška 396501564a
Fixed DAC not correctly deinited causing INI crashes 6 years ago
Ondřej Hruška 73e134d0b6
cleaned up nordic config 6 years ago
Ondřej Hruška dc78c4da41
add default settings for nordic 6 years ago
Ondřej Hruška 5eec46c041
nordic implemented, need testing and fixes 6 years ago
Ondřej Hruška 9182c666ea
now it's possible to read and write SYSTEM.INI using bulk 6 years ago
Ondřej Hruška 102d5f5a4c
implemented fallback to physical usart and basis for wireless support in the future 6 years ago
Ondřej Hruška 2e2dab9244
fix unit registry wrongly parsing comma separated list 6 years ago
Ondřej Hruška e046be30b2
added MCO function for oscillator debugging 6 years ago
Ondřej Hruška b2066a9010
basic static DAC 6 years ago
Ondřej Hruška 1f2d346e23
tsc ini structure + debug msgs 6 years ago
Ondřej Hruška a60b736834
massive utils refactoring, renames, avr libc utils cleaning 6 years ago
Ondřej Hruška 8dcdaf9236
provisions for representing pins via resources in settings 6 years ago
Ondřej Hruška 6d8aa4d31d
fixed broken new unit callsign assign algo 6 years ago
Ondřej Hruška 003ae692e6
sipo finished 6 years ago
Ondřej Hruška dcddca9dd8
Added some protections against creash due to high frequency, but its not ideal ... 6 years ago
Ondřej Hruška a4e04dc04e
triggering works, also autotrig 6 years ago
Ondřej Hruška 260fcc3e65
experimental ADC front-end with dummy reports 6 years ago
Ondřej Hruška 3ebc19fc2d
fixes and start of ADC. Not really working yet 6 years ago
Ondřej Hruška 04e32860f7
implemented precision timestamps in report messages 6 years ago
Ondřej Hruška ceb658e246
more doc comments 6 years ago
Ondřej Hruška b2ead539bf
added more comments 6 years ago
Ondřej Hruška 334a89f055
fixed weirdness 6 years ago
Ondřej Hruška 63a7852554
bleh 6 years ago
Ondřej Hruška 8e9c653090
Doc comments and explanations 6 years ago
Ondřej Hruška 052fa4ce08
Added exti resources to the enum and name generator 6 years ago
Ondřej Hruška 8272a36aee
Implemented unit timed tick and uart rx timeout 6 years ago
Ondřej Hruška 2881c2ff2a
almost finished DMA reception 6 years ago
Ondřej Hruška e2e4d91cf3
Added func for simple periph clock toggling without the horrible if jungle 6 years ago
Ondřej Hruška 137619d942
added a safeguard 6 years ago
Ondřej Hruška c4cc3bb9ce
fixed bug with settings fucking up units that were already loaded 6 years ago
Ondřej Hruška 7df577f9b1
toggle to disable logging resources stuff 6 years ago
Ondřej Hruška ace2bd6357
switch to freeRtos malloc + improve malloc_safe utils, fixed memleak 6 years ago
Ondřej Hruška 69443613fc
some more stack shrinking 6 years ago
Ondřej Hruška 7280338f8b
take some steps towards reducing memory footprint in stack buffers 6 years ago
Ondřej Hruška d49081b190
basic work on uart 6 years ago
Ondřej Hruška 15ebb6ab10
removed some excessive logging 6 years ago
Ondřej Hruška 26934a0984
Implemented PINOUT.TXT file 6 years ago
Ondřej Hruška b5d9d146f9
fixed the bug with botched deinig, caused by use of malloc instead of calloc 6 years ago
Ondřej Hruška 6406475f48
some drying things up (GPIO init in particular) 6 years ago
Ondřej Hruška 6756b79ef4
added automatic GPIO teardown, remap support to i2c, force error comments in ini if disabled 6 years ago
Ondřej Hruška 05a568a27c
ram savings by using new bitfield-based rsc alloc 6 years ago
Ondřej Hruška e82306c36f
added more informative error message to unit failed due to rsc not avail 6 years ago
Ondřej Hruška 931f6cea59
added missing mutex for shared scratch buffer 6 years ago
Ondřej Hruška 645619e9c5
fixed the bug 6 years ago
Ondřej Hruška 71f5918e54
fixed hardfault handler to better work on cm0 6 years ago
Ondřej Hruška 1e41d4c3cb
added unit type checks to UU_ functions 6 years ago
Ondřej Hruška ab2dfe3a76
Rewrite all units and other logic to better use return values and added TRY() helper 6 years ago