Commit Graph

266 Commits (6bfa40ce9fc19d7e2f63f55bff82e31b4e3d8599)
 

Author SHA1 Message Date
Ondřej Hruška 0ef1134aa0
some traps 8 years ago
Ondřej Hruška 69443613fc
some more stack shrinking 8 years ago
Ondřej Hruška 8a28395102
fix-up PRINTF to use PUTS when no variable args are given 8 years ago
Ondřej Hruška 7280338f8b
take some steps towards reducing memory footprint in stack buffers 8 years ago
Ondřej Hruška d49081b190
basic work on uart 8 years ago
Ondřej Hruška 8852f9f8b4
enable all periph clocks by default on startup, added testing synchronous uart write command 8 years ago
Ondřej Hruška 29264540f7
added uart init (untested) and more config option 8 years ago
Ondřej Hruška e88bf84ea1
basic usart skeleton 8 years ago
Ondřej Hruška 9c5d889cfc
remove debug for freeing pins 8 years ago
Ondřej Hruška d05330c0c0
updated tinyframe 8 years ago
Ondřej Hruška 15ebb6ab10
removed some excessive logging 8 years ago
Ondřej Hruška e471497577
added error logging to tinyframe 8 years ago
Ondřej Hruška 7816d75563
merged job queue with message queue 8 years ago
Ondřej Hruška c58787c95d
some memory savings 8 years ago
Ondřej Hruška 26934a0984
Implemented PINOUT.TXT file 8 years ago
Ondřej Hruška ad39fc280f
added some doc comments 8 years ago
Ondřej Hruška 766cfdba06
Merge branch 'add-spi' 8 years ago
Ondřej Hruška b5d9d146f9
fixed the bug with botched deinig, caused by use of malloc instead of calloc 8 years ago
Ondřej Hruška 69fa263f45
working SPI unit 8 years ago
Ondřej Hruška 8e07590cbe
some cleaning 8 years ago
Ondřej Hruška 6406475f48
some drying things up (GPIO init in particular) 8 years ago
Ondřej Hruška 6756b79ef4
added automatic GPIO teardown, remap support to i2c, force error comments in ini if disabled 8 years ago
Ondřej Hruška ce895b3238
added ini comment about remap meanigns for spi 8 years ago
Ondřej Hruška d3d8400245
fix a bug in parsing SPI device 8 years ago
Ondřej Hruška 05a568a27c
ram savings by using new bitfield-based rsc alloc 8 years ago
Ondřej Hruška e82306c36f
added more informative error message to unit failed due to rsc not avail 8 years ago
Ondřej Hruška 931f6cea59
added missing mutex for shared scratch buffer 8 years ago
Ondřej Hruška 913f431a54
stub of SPI write cmd, multicast cmd 8 years ago
Ondřej Hruška 0f75690310
added SPI pin mappings for f072 8 years ago
Ondřej Hruška 83c2f26c43
w.i.p. SPI, left to add: pin mappings, UU functions 8 years ago
Ondřej Hruška 645619e9c5
fixed the bug 8 years ago
Ondřej Hruška 71f5918e54
fixed hardfault handler to better work on cm0 8 years ago
Ondřej Hruška 1e41d4c3cb
added unit type checks to UU_ functions 8 years ago
Ondřej Hruška dc8735236f
Merge branch 'error_rewrite' 8 years ago
Ondřej Hruška a5d9635cee
fixed some remaining bugs 8 years ago
Ondřej Hruška ab2dfe3a76
Rewrite all units and other logic to better use return values and added TRY() helper 8 years ago
Ondřej Hruška 465242a0f1
Merge branch 'add-i2c' 8 years ago
Ondřej Hruška 3ed13c322f
better API and exposed to header 8 years ago
Ondřej Hruška 1a225d6f06
added higher level i2c functions for working with registers 8 years ago
Ondřej Hruška cdd54cc550
read and write both working 8 years ago
Ondřej Hruška f917427be4
i2c write works 8 years ago
Ondřej Hruška 9e7ae008b6
added unit and basic config 8 years ago
Ondřej Hruška a3df4d79e1
better asm loop 8 years ago
Ondřej Hruška 5cbc9fa6dd
fixed the delay loop thing 8 years ago
Ondřej Hruška 6f561bc191
updated plat compat 8 years ago
Ondřej Hruška dcf0037b83
neopixel improvements 8 years ago
Ondřej Hruška 64592c3bb6
fixed the bug, caused by partly inited units trying to de-init pins 8 years ago
Ondřej Hruška 39ad4a8d28
some blinky changes. boot button seems to sometimes not work 8 years ago
Ondřej Hruška 41499eff9d
added "welcome chime" 8 years ago
Ondřej Hruška bd281564b3
update some timing 8 years ago