|
a802b5c1b5
|
Add main cylcle counter and increase filter alpha for PT1000 to 0.01
|
2021-08-19 21:25:04 +02:00 |
|
|
ffb544e21d
|
Merge branch 'issue/37-crc-flags-config-regs' into dev
|
2021-07-23 20:06:35 +02:00 |
|
|
e4ebf9ec3f
|
Add CRC monitoring over ADC registers
|
2021-07-23 20:06:09 +02:00 |
|
|
6e89c0e098
|
Update error memory viewer to newest memory structure
|
2021-07-19 22:44:13 +02:00 |
|
|
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 |
|
|
e753504ae3
|
Check for python in RAM code and use find_package to determine the python interpreter
|
2021-07-17 15:25:25 +02:00 |
|
|
2fa12cda60
|
Throw error in case the python virtualenv cannot be found
|
2021-07-17 15:12:45 +02:00 |
|
|
17609a2491
|
Add automatic flash CRC patching to cmake
|
2021-07-16 21:57:30 +02:00 |
|
|
1e870972e3
|
Improve code and add a Flash CRC check
|
2021-07-16 21:17:59 +02:00 |
|
|
864c3fa0f2
|
Fix bug in handling of error memory NOP entries
|
2021-07-16 17:29:04 +02:00 |
|
|
9c872f6746
|
Improve documentation and beatify pieces of code
|
2021-07-15 19:50:14 +02:00 |
|
|
0bf587b8bb
|
Add documentation in rst for PID
|
2021-07-15 00:21:14 +02:00 |
|
|
8a9bd0df6e
|
Add documentation for reflow controller
|
2021-07-15 00:20:03 +02:00 |
|
|
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 |
|
|
41fbb83b46
|
Fix #34: Broken PID derivate term calculation. Sign error fixed
|
2021-07-13 20:32:12 +02:00 |
|
|
f4fcaf1e3a
|
Start documentation of PID controller
|
2021-06-14 23:16:07 +02:00 |
|
|
67932bf465
|
Fix aligment problems in Linkerscript
|
2021-05-24 12:38:37 +02:00 |
|
|
632973cdac
|
Update docu about calibration
|
2021-05-22 17:52:55 +02:00 |
|
|
9558d4bb45
|
Write hardware documentation
|
2021-05-22 17:36:09 +02:00 |
|
|
90c6165278
|
Move push button and rotary encoder files to UI folder
|
2021-05-22 17:05:56 +02:00 |
|
|
8c0cfa4993
|
Doxygen headers
|
2021-05-22 17:02:37 +02:00 |
|
|
5f91659d04
|
Doxygen headers
|
2021-05-22 16:46:26 +02:00 |
|
|
fdb3ceb3e9
|
Restructuring and comments
|
2021-05-22 16:40:08 +02:00 |
|
|
7e3d2d1d0b
|
Expand documentation
|
2021-05-22 15:27:55 +02:00 |
|
|
ef2cd6acfe
|
Change doxygen config
|
2021-05-22 15:26:39 +02:00 |
|
|
d9bd434dc6
|
Fix indent
|
2021-05-22 12:45:46 +02:00 |
|
|
4ed2203b35
|
Improve code style and comments
|
2021-05-22 12:44:43 +02:00 |
|
|
0b1ce8b614
|
Fix #32:
* Implement clear flags command for profile language.
|
2021-05-22 12:13:43 +02:00 |
|
|
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 |
|
|
43abca4c51
|
Merge branch 'memory-test' into dev
|
2021-05-22 11:41:45 +02:00 |
|
|
00c796c58f
|
Merge branch 'memory-test' of mhu/reflow-oven-control-sw into dev
|
2021-05-22 11:41:22 +02:00 |
|
|
4d0f963585
|
Merge branch 'dev' into memory-test
|
2021-05-22 11:35:03 +02:00 |
|
|
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 |
|
|
ebb1383957
|
Write memory test for system RAM
|
2021-05-22 11:25:55 +02:00 |
|
|
3345004213
|
Merge branch 'dev' into memory-test
|
2021-05-22 00:23:18 +02:00 |
|
|
afadd539c8
|
Merge branch '28-update-notification' of mhu/reflow-oven-control-sw into dev
|
2021-05-22 00:17:01 +02:00 |
|
|
71315b7c92
|
Issue #28: Implement update successful notification.
|
2021-05-22 00:14:56 +02:00 |
|
|
410a5d4dd1
|
Change -Og to -O0 because it made a lot of problems when debugging
|
2021-05-22 00:13:07 +02:00 |
|
|
528db7a581
|
Fix error in CCM Ram test
|
2021-05-22 00:06:51 +02:00 |
|
|
384e127085
|
Add first draft of memory checking for CCM RAM
|
2021-05-20 23:55:32 +02:00 |
|
|
fe0bde5c32
|
Fix wrong string constant
|
2021-05-20 23:54:42 +02:00 |
|
|
2beaccbe32
|
Fix typo in comment
|
2021-05-20 23:54:21 +02:00 |
|
|
b6760ff426
|
Merge branch 'issue/24-update-could-fail' of mhu/reflow-oven-control-sw into dev
|
2021-05-16 20:41:56 +02:00 |
|
|
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 |
|
|
97f154d3b9
|
Add working reflow profile so it isn't lost by accident
|
2021-05-16 20:38:17 +02:00 |
|
|
ee5dda4a33
|
Issue #25: Add update menu to GUI
|
2021-05-16 20:34:09 +02:00 |
|
|
afb8e93b13
|
Rework function for finding temperature profiles to be able to search for any pattern
|
2021-05-16 19:57:08 +02:00 |
|
|
9bd0dd194b
|
Issue #24: Fix bug in update code
|
2021-05-16 19:53:46 +02:00 |
|
|
6322c3728b
|
Use singly linked list to store profile commands.
|
2021-05-15 21:58:00 +02:00 |
|
|
174bf4220e
|
Remove unused function
|
2021-05-15 21:57:23 +02:00 |
|