Commit Graph

275 Commits (master)
 

Author SHA1 Message Date
Ondřej Hruška 08b4010b13
uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 6 years ago
Ondřej Hruška 77f794e94a
some debuggiong. Tx is not reliable and sometimes duplicates or loses bytes 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 05875a8167
fixed bogus slotcount use display + moved some stuff to dynalloc to save ram 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 0ef1134aa0
some traps 6 years ago
Ondřej Hruška 69443613fc
some more stack shrinking 6 years ago
Ondřej Hruška 8a28395102
fix-up PRINTF to use PUTS when no variable args are given 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 8852f9f8b4
enable all periph clocks by default on startup, added testing synchronous uart write command 6 years ago
Ondřej Hruška 29264540f7
added uart init (untested) and more config option 6 years ago
Ondřej Hruška e88bf84ea1
basic usart skeleton 6 years ago
Ondřej Hruška 9c5d889cfc
remove debug for freeing pins 6 years ago
Ondřej Hruška d05330c0c0
updated tinyframe 6 years ago
Ondřej Hruška 15ebb6ab10
removed some excessive logging 6 years ago
Ondřej Hruška e471497577
added error logging to tinyframe 6 years ago
Ondřej Hruška 7816d75563
merged job queue with message queue 6 years ago
Ondřej Hruška c58787c95d
some memory savings 6 years ago
Ondřej Hruška 26934a0984
Implemented PINOUT.TXT file 6 years ago
Ondřej Hruška ad39fc280f
added some doc comments 6 years ago
Ondřej Hruška 766cfdba06
Merge branch 'add-spi' 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 69fa263f45
working SPI unit 6 years ago
Ondřej Hruška 8e07590cbe
some cleaning 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 ce895b3238
added ini comment about remap meanigns for spi 6 years ago
Ondřej Hruška d3d8400245
fix a bug in parsing SPI device 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 913f431a54
stub of SPI write cmd, multicast cmd 6 years ago
Ondřej Hruška 0f75690310
added SPI pin mappings for f072 6 years ago
Ondřej Hruška 83c2f26c43
w.i.p. SPI, left to add: pin mappings, UU functions 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 dc8735236f
Merge branch 'error_rewrite' 6 years ago
Ondřej Hruška a5d9635cee
fixed some remaining bugs 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
Ondřej Hruška 465242a0f1
Merge branch 'add-i2c' 6 years ago
Ondřej Hruška 3ed13c322f
better API and exposed to header 6 years ago
Ondřej Hruška 1a225d6f06
added higher level i2c functions for working with registers 6 years ago
Ondřej Hruška cdd54cc550
read and write both working 6 years ago
Ondřej Hruška f917427be4
i2c write works 6 years ago