Commit Graph

708 Commits

Author SHA1 Message Date
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
Mario Hüttel 4d0f963585 Merge branch 'dev' into memory-test 2021-05-22 11:35:03 +02:00
Mario Hüttel 708fdea058 Add static blocking write function to gui. This allows us to set a updating... status on the display when starting the updater. 2021-05-22 11:34:33 +02:00
Mario Hüttel ebb1383957 Write memory test for system RAM 2021-05-22 11:25:55 +02:00
Mario Hüttel 3345004213 Merge branch 'dev' into memory-test 2021-05-22 00:23:18 +02:00
Mario Hüttel afadd539c8 Merge branch '28-update-notification' of mhu/reflow-oven-control-sw into dev 2021-05-22 00:17:01 +02:00
Mario Hüttel 71315b7c92 Issue #28: Implement update successful notification. 2021-05-22 00:14:56 +02:00
Mario Hüttel 410a5d4dd1 Change -Og to -O0 because it made a lot of problems when debugging 2021-05-22 00:13:07 +02:00
Mario Hüttel 528db7a581 Fix error in CCM Ram test 2021-05-22 00:06:51 +02:00
Mario Hüttel 384e127085 Add first draft of memory checking for CCM RAM 2021-05-20 23:55:32 +02:00
Mario Hüttel fe0bde5c32 Fix wrong string constant 2021-05-20 23:54:42 +02:00
Mario Hüttel 2beaccbe32 Fix typo in comment 2021-05-20 23:54:21 +02:00
Mario Hüttel b6760ff426 Merge branch 'issue/24-update-could-fail' of mhu/reflow-oven-control-sw into dev 2021-05-16 20:41:56 +02:00
Mario Hüttel 1b2dac21f2 Merge branch 'issue/25-add-update-to-gui' of mhu/reflow-oven-control-sw into dev 2021-05-16 20:40:39 +02:00
Mario Hüttel 97f154d3b9 Add working reflow profile so it isn't lost by accident 2021-05-16 20:38:17 +02:00
Mario Hüttel ee5dda4a33 Issue #25: Add update menu to GUI 2021-05-16 20:34:09 +02:00
Mario Hüttel afb8e93b13 Rework function for finding temperature profiles to be able to search for any pattern 2021-05-16 19:57:08 +02:00
Mario Hüttel 9bd0dd194b Issue #24: Fix bug in update code 2021-05-16 19:53:46 +02:00
Mario Hüttel 6322c3728b Use singly linked list to store profile commands. 2021-05-15 21:58:00 +02:00
Mario Hüttel 174bf4220e Remove unused function 2021-05-15 21:57:23 +02:00
Mario Hüttel 566436201e Increase heap size 2021-05-15 21:56:33 +02:00
Mario Hüttel 61e3b58992 Use singly linked list dfor temperature profile file list 2021-05-07 22:09:55 +02:00
Mario Hüttel 01b445a0fb Update linked list library and include it into build 2021-04-10 22:35:30 +02:00
Mario Hüttel 5437a323c3 Add linklist submodule 2021-04-10 22:29:18 +02:00
Mario Hüttel 28e42d3306 Shell: Update: Print error if no update file name is specified 2021-04-10 22:28:30 +02:00
Mario Hüttel 08606689b4 Update fatfs in main application 2021-04-10 20:35:33 +02:00
Mario Hüttel 5776feee85 Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev 2021-04-10 20:13:29 +02:00
Mario Hüttel 6273c68821 Shell update command: Take file name as argument 2021-04-10 20:09:52 +02:00
Mario Hüttel 3381840bba Modify git version generation in cmake 2021-04-10 20:09:15 +02:00
Mario Hüttel cf35ba735f Modify git version generation in cmake 2021-04-10 19:40:49 +02:00
Mario Hüttel 3f31acfada Updater: Fix missing line break in uart output 2021-04-10 15:42:19 +02:00