Commit Graph
49 Commits
Author SHA1 Message Date
MightyPork c58787c95d some memory savings 2018-01-07 13:29:38 +01:00
MightyPork 26934a0984 Implemented PINOUT.TXT file 2018-01-07 13:04:19 +01:00
MightyPork ad39fc280f added some doc comments 2018-01-07 11:22:31 +01:00
MightyPork b5d9d146f9 fixed the bug with botched deinig, caused by use of malloc instead of calloc 2018-01-07 00:43:42 +01:00
MightyPork 6406475f48 some drying things up (GPIO init in particular) 2018-01-06 19:17:25 +01:00
MightyPork 6756b79ef4 added automatic GPIO teardown, remap support to i2c, force error comments in ini if disabled 2018-01-06 18:45:23 +01:00
MightyPork 05a568a27c ram savings by using new bitfield-based rsc alloc 2018-01-06 17:32:37 +01:00
MightyPork 931f6cea59 added missing mutex for shared scratch buffer 2018-01-06 15:53:56 +01:00
MightyPork 913f431a54 stub of SPI write cmd, multicast cmd 2018-01-05 10:11:57 +01:00
MightyPork a5d9635cee fixed some remaining bugs 2018-01-04 12:06:54 +01:00
MightyPork 9e7ae008b6 added unit and basic config 2018-01-03 00:10:10 +01:00
MightyPork 5cbc9fa6dd fixed the delay loop thing 2018-01-02 22:41:13 +01:00
MightyPork 6f561bc191 updated plat compat 2018-01-02 19:57:40 +01:00
MightyPork dcf0037b83 neopixel improvements 2018-01-02 18:14:09 +01:00
MightyPork 64592c3bb6 fixed the bug, caused by partly inited units trying to de-init pins 2018-01-02 16:49:30 +01:00
MightyPork 39ad4a8d28 some blinky changes. boot button seems to sometimes not work 2018-01-02 12:13:13 +01:00
MightyPork 41499eff9d added "welcome chime" 2018-01-02 12:10:38 +01:00
MightyPork bd281564b3 update some timing 2018-01-02 12:08:02 +01:00
MightyPork 83a01aa1bc reworked the indicator engine to better support patterns 2018-01-02 12:06:22 +01:00
MightyPork c19b185b06 implemented lock button option 2018-01-02 11:33:05 +01:00
MightyPork 0cdb811d40 Deleted Pin unit, replaced by DI and DO 2017-12-28 22:00:39 +01:00
MightyPork a54726bd5c added logging of driver loading 2017-12-28 21:14:57 +01:00
MightyPork 8768dc31ab added DI unit 2017-12-28 21:01:13 +01:00
MightyPork 37f712f054 Split system settings to separate config file 2017-12-28 18:36:13 +01:00
MightyPork 0af90eccbf added version markers to settings, option to disable INI comments 2017-12-28 18:16:39 +01:00
MightyPork 393ec1e951 reworking pins, flash doesnt work 2017-12-28 13:52:04 +01:00
MightyPork 9a32962c95 added replug for f407 2017-12-27 23:04:01 +01:00
MightyPork 09e651bd23 add usb replug for F303 2017-12-27 23:00:48 +01:00
MightyPork 2f0db41fb9 add usb re-plug functionality to F072 2017-12-27 22:57:45 +01:00
MightyPork 0146c3332f boost err msg str len to usable size 2017-12-27 22:51:22 +01:00
MightyPork cffedd7a9a added option to disable the test unit 2017-12-25 17:42:23 +01:00
MightyPork 89f8c59d40 make some options configurable and rename some constants 2017-12-25 17:31:43 +01:00
MightyPork bef9b83826 Moved size defines to plat_compat 2017-12-25 13:47:50 +01:00
MightyPork 8ded459c68 make it possible to disable VFS and MSC via makefile 2017-12-25 13:20:41 +01:00
MightyPork bcbb66e2e9 moved units registration to resources_init for better platform specific differences 2017-12-25 12:40:14 +01:00
MightyPork 5db77649ff fuxes for build without serial 2017-12-22 01:02:45 +01:00
MightyPork 40479a0b24 work on bulk, not finished 2017-12-21 01:08:35 +01:00
MightyPork 803cd57960 simplified config file comments, fixed settings not peristed, fixed F407 flash code 2017-12-17 16:09:07 +01:00
MightyPork 03075bdd5e builds with f407 2017-12-17 11:31:04 +01:00
MightyPork a3e043a8e1 work on f407 support 2017-12-17 01:54:35 +01:00
MightyPork 9e45f4e6ec fix 303, now works with usb 2017-12-17 01:18:05 +01:00
MightyPork f15b907f5d work towards f303 compat, usb not working but it runs 2017-12-17 00:55:14 +01:00
MightyPork 6f749f0198 uhhh 2017-12-16 23:11:14 +01:00
MightyPork ce80895b25 Fix wrong port count in pin utils 2017-12-16 19:21:19 +01:00
MightyPork 72954c46ce compatibility for F072 2017-12-16 19:11:35 +01:00
MightyPork 72de0705c4 moving stuff around 2 2017-12-16 17:04:56 +01:00
MightyPork 2f24d3789d arrangements for easier porting 2017-12-16 13:07:18 +01:00
MightyPork 62096da6e6 fix windows compat and some bugs 2017-12-16 11:06:29 +01:00
MightyPork 56a935cdd0 Code import 2017-12-15 23:52:14 +01:00