Commit Graph

523 Commits

Author SHA1 Message Date
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 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 e4ebf9ec3f Add CRC monitoring over ADC registers 2021-07-23 20:06:09 +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 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 67932bf465 Fix aligment problems in Linkerscript 2021-05-24 12:38:37 +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 00c796c58f Merge branch 'memory-test' of mhu/reflow-oven-control-sw into dev 2021-05-22 11:41:22 +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 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 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