Commit Graph

738 Commits

Author SHA1 Message Date
Mario Hüttel c8e3bf5de2 Fix style problems in main.c 2021-10-10 20:45:59 +02:00
Mario Hüttel 400c77f11c Update c style checker 2021-10-10 20:42:15 +02:00
Mario Hüttel 7be6047e04 Fix style warnings 2021-10-10 20:40:40 +02:00
Mario Hüttel 2ab7257fe6 Remove unneeded parameter from fuction 2021-10-09 22:59:35 +02:00
Mario Hüttel 376d9c7aaf Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev 2021-10-03 19:38:47 +02:00
Mario Hüttel 2a6a98deac Merge branch 'feature/41-updater-sha256-check' into dev 2021-10-03 19:38:31 +02:00
Mario Hüttel 20b460cd5a Fix #41: Updater SHA256 check implemented and tested 2021-10-03 19:38:01 +02:00
Mario Hüttel ae60c30919 Implement SHA256 update file checking 2021-10-03 19:27:41 +02:00
Mario Hüttel c6fcd3154f Remove unneeded variable 2021-10-03 18:51:14 +02:00
Mario Hüttel a7394ef170 Feature #41: Add SHA calculation to updater. Has yet to be checked against file. Code not tested 2021-09-24 22:43:47 +02:00
Mario Hüttel 01abb3e085 Delete unnecessary code for testing CRCs 2021-09-21 10:14:25 +02:00
Mario Hüttel d63761d016 Add sha 256 library and adapt license sections in documentation 2021-08-24 22:19:12 +02:00
Mario Hüttel d468e52dea Merge branch 'feature/40-fir-filter' into dev 2021-08-24 21:51:20 +02:00
Mario Hüttel 5a1deeb9ee Reformat code 2021-08-24 21:50:57 +02:00
Mario Hüttel 809c86a618 Add shell command to change filter alpha 2021-08-24 21:50:36 +02:00
Mario Hüttel 88a4bb97a5 Remove fior filter again... Not needed. 2021-08-24 21:49:23 +02:00
Mario Hüttel 4a98d41623 Add sample data and jupyter notebook containing filter analysis 2021-08-24 21:48:04 +02:00
Mario Hüttel 836c7af163 Merge branch 'dev' into feature/40-fir-filter 2021-08-19 21:47:11 +02:00
Mario Hüttel e3670434ca Add FIR filter code 2021-08-19 21:44:50 +02:00
Mario Hüttel a802b5c1b5 Add main cylcle counter and increase filter alpha for PT1000 to 0.01 2021-08-19 21:25:04 +02:00
Mario Hüttel ffb544e21d Merge branch 'issue/37-crc-flags-config-regs' into dev 2021-07-23 20:06:35 +02:00
Mario Hüttel e4ebf9ec3f Add CRC monitoring over ADC registers 2021-07-23 20:06:09 +02:00
Mario Hüttel 6e89c0e098 Update error memory viewer to newest memory structure 2021-07-19 22:44:13 +02:00
Mario Hüttel fdb1c6e893 Fix memory checking. The stack is now completely copied to CCMRAM before testing the main memory. 2021-07-19 22:29:13 +02:00
Mario Hüttel e753504ae3 Check for python in RAM code and use find_package to determine the python interpreter 2021-07-17 15:25:25 +02:00
Mario Hüttel 2fa12cda60 Throw error in case the python virtualenv cannot be found 2021-07-17 15:12:45 +02:00
Mario Hüttel 17609a2491 Add automatic flash CRC patching to cmake 2021-07-16 21:57:30 +02:00
Mario Hüttel 1e870972e3 Improve code and add a Flash CRC check 2021-07-16 21:17:59 +02:00
Mario Hüttel 864c3fa0f2 Fix bug in handling of error memory NOP entries 2021-07-16 17:29:04 +02:00
Mario Hüttel 9c872f6746 Improve documentation and beatify pieces of code 2021-07-15 19:50:14 +02:00
Mario Hüttel 0bf587b8bb Add documentation in rst for PID 2021-07-15 00:21:14 +02:00
Mario Hüttel 8a9bd0df6e Add documentation for reflow controller 2021-07-15 00:20:03 +02:00
Mario Hüttel baf6b67658 Fix #35: List with updae filename was freed before it was used. This is now fixed and working 2021-07-13 21:05:00 +02:00
Mario Hüttel 41fbb83b46 Fix #34: Broken PID derivate term calculation. Sign error fixed 2021-07-13 20:32:12 +02:00
Mario Hüttel f4fcaf1e3a Start documentation of PID controller 2021-06-14 23:16:07 +02:00
Mario Hüttel 67932bf465 Fix aligment problems in Linkerscript 2021-05-24 12:38:37 +02:00
Mario Hüttel 632973cdac Update docu about calibration 2021-05-22 17:52:55 +02:00
Mario Hüttel 9558d4bb45 Write hardware documentation 2021-05-22 17:36:09 +02:00
Mario Hüttel 90c6165278 Move push button and rotary encoder files to UI folder 2021-05-22 17:05:56 +02:00
Mario Hüttel 8c0cfa4993 Doxygen headers 2021-05-22 17:02:37 +02:00
Mario Hüttel 5f91659d04 Doxygen headers 2021-05-22 16:46:26 +02:00
Mario Hüttel fdb3ceb3e9 Restructuring and comments 2021-05-22 16:40:08 +02:00
Mario Hüttel 7e3d2d1d0b Expand documentation 2021-05-22 15:27:55 +02:00
Mario Hüttel ef2cd6acfe Change doxygen config 2021-05-22 15:26:39 +02:00
Mario Hüttel d9bd434dc6 Fix indent 2021-05-22 12:45:46 +02:00
Mario Hüttel 4ed2203b35 Improve code style and comments 2021-05-22 12:44:43 +02:00
Mario Hüttel 0b1ce8b614 Fix #32:
* Implement clear flags command for profile language.
2021-05-22 12:13:43 +02:00
Mario Hüttel bc5e4c14df Issue #5: Implement startup screen in case apanic happened and prevent the PID controller from starting when a watchdog reset has occured 2021-05-22 11:59:54 +02:00
Mario Hüttel 43abca4c51 Merge branch 'memory-test' into dev 2021-05-22 11:41:45 +02:00
Mario Hüttel 00c796c58f Merge branch 'memory-test' of mhu/reflow-oven-control-sw into dev 2021-05-22 11:41:22 +02:00