Commit Graph

245 Commits (102d5f5a4c830b8be3b7dea1bf24005e4f65654c)
 

Author SHA1 Message Date
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
Ondřej Hruška 9e7ae008b6
added unit and basic config 6 years ago
Ondřej Hruška a3df4d79e1
better asm loop 6 years ago
Ondřej Hruška 5cbc9fa6dd
fixed the delay loop thing 6 years ago
Ondřej Hruška 6f561bc191
updated plat compat 6 years ago
Ondřej Hruška dcf0037b83
neopixel improvements 6 years ago
Ondřej Hruška 64592c3bb6
fixed the bug, caused by partly inited units trying to de-init pins 6 years ago
Ondřej Hruška 39ad4a8d28
some blinky changes. boot button seems to sometimes not work 6 years ago
Ondřej Hruška 41499eff9d
added "welcome chime" 6 years ago
Ondřej Hruška bd281564b3
update some timing 6 years ago
Ondřej Hruška 83a01aa1bc
reworked the indicator engine to better support patterns 6 years ago
Ondřej Hruška c19b185b06
implemented lock button option 6 years ago
Ondřej Hruška 0cdb811d40
Deleted Pin unit, replaced by DI and DO 6 years ago
Ondřej Hruška 9873d18298
Fixed bug in ini parsing 6 years ago
Ondřej Hruška a54726bd5c
added logging of driver loading 6 years ago
Ondřej Hruška 85dd77311b
made some stuff static 6 years ago
Ondřej Hruška 8768dc31ab
added DI unit 6 years ago
Ondřej Hruška 37f712f054
Split system settings to separate config file 6 years ago
Ondřej Hruška 0af90eccbf
added version markers to settings, option to disable INI comments 6 years ago
Ondřej Hruška d3d8b20095
disable flash debug logging 6 years ago
Ondřej Hruška 393ec1e951
reworking pins, flash doesnt work 6 years ago
Ondřej Hruška 9a32962c95
added replug for f407 6 years ago
Ondřej Hruška 09e651bd23
add usb replug for F303 6 years ago
Ondřej Hruška 2f0db41fb9
add usb re-plug functionality to F072 6 years ago
Ondřej Hruška 0146c3332f
boost err msg str len to usable size 6 years ago
Ondřej Hruška c802946db0 fix some rtos static objs having confusing names 6 years ago
Ondřej Hruška cffedd7a9a added option to disable the test unit 6 years ago
Ondřej Hruška 89f8c59d40 make some options configurable and rename some constants 6 years ago
Ondřej Hruška bef9b83826 Moved size defines to plat_compat 6 years ago
Ondřej Hruška 8ded459c68 make it possible to disable VFS and MSC via makefile 6 years ago
Ondřej Hruška bcbb66e2e9 moved units registration to resources_init for better platform specific differences 6 years ago