90c6165278
Move push button and rotary encoder files to UI folder
2021-05-22 17:05:56 +02:00
fdb3ceb3e9
Restructuring and comments
2021-05-22 16:40:08 +02:00
fe0bde5c32
Fix wrong string constant
2021-05-20 23:54:42 +02:00
28e42d3306
Shell: Update: Print error if no update file name is specified
2021-04-10 22:28:30 +02:00
6273c68821
Shell update command: Take file name as argument
2021-04-10 20:09:52 +02:00
9f1a791be2
Remove custom option checker and use the one of the shellmatta instead
2021-04-10 14:10:17 +02:00
bfdc3d3246
Updater: Store update file name in safety memory before executing updater. Currently name is hardcoded.
2021-04-07 13:26:39 +02:00
6e5627fde2
Updater: Add safety memory to updater
2021-04-06 20:55:41 +02:00
5deac33949
Implement basic gui for profile selection. Still doesn't do anything
2021-04-04 17:43:31 +02:00
78b63c853f
Issue #28 : Start GUI for Temp Profile execution
2021-03-21 21:07:54 +01:00
a25b249d77
Issue #28 : Improve script handling
2021-03-21 19:21:36 +01:00
6a71416d2a
Add void casts to unused parameters
2021-03-19 20:24:49 +01:00
1ecd5edd93
Add temperature profile executer and add shell command
2021-03-19 20:19:37 +01:00
64a97fa048
Issue #26 : Add overtemp function to shell
2021-03-14 21:57:33 +01:00
8a764f599b
Remove cat command from shell
2021-02-15 20:35:54 +01:00
56b5ddc209
Fix spelling and underline in shell command for error flags
2021-01-09 23:44:25 +01:00
963b1e106c
Updater: Write functional ram code loader
...
Updater RAM Code
----------------
* Ack running watchdog every 250 ms
* Blink green LED every 250 ms
Firmware
--------
* Add RAM code loader
* Reorganize initialization
* Add update command to shell
2020-12-14 20:29:51 +01:00
f4d6f5a1ae
Add PCB/Hardware version detection
2020-11-29 19:02:30 +01:00
ec66814184
Decrease history buffer of shellmatta
2020-11-29 17:19:40 +01:00
37bc397e9a
Add reset-cal shell command and modify cal command to show existing calibration
2020-11-17 00:53:21 +01:00
a7e376deab
Add safety memory dump to file functionality
2020-11-02 18:21:24 +01:00
7aa0b62012
Implement saftey memory dump feature and increase heap space
2020-11-01 20:43:59 +01:00
eec15df271
Fix code style
2020-09-27 22:13:49 +02:00
84c747c81c
silence compiler warning about unused parameter
2020-09-22 23:47:18 +02:00
42f6d0270d
Issue #6 : Implement safety flag ack in shell command safety-flags
2020-09-21 21:51:00 +02:00
af555aba21
Issue #20 : Move stack checker to safety folder
2020-09-07 21:56:04 +02:00
e85a85d9c3
Issue #18 : ommand to shell in order to test panic mode
2020-09-05 16:56:56 +02:00
f32d1afde5
Issue #17 : Add ui-emulate command to shell
2020-08-30 18:44:36 +02:00
ec117e0627
Change linker script and startup code.
...
This is my own code from my template. It is much cleaner than the old code.
2020-08-21 23:47:55 +02:00
95de84fa85
Fix #13 : Add hang command to shell
2020-08-21 00:29:19 +02:00
432d30cc34
Fix #12 : Timing monitors are now correctly displayed in flags command
2020-08-21 00:20:16 +02:00
60e990632b
Fix #10 : Moved static and global variablöes that are 0 initialized to CCMRAM in order to make room and increase performance.
2020-08-18 19:57:13 +02:00
4e9b28ce15
Improve SDIO handling
2020-08-17 22:10:04 +02:00
42ca1a01b5
Merge branch 'issue/1-shell-function-save-calibration-data' into dev
2020-08-16 12:53:47 +02:00
15d255778c
Fix #1 : Implement save function for calibration
2020-08-16 12:52:37 +02:00
d1d2d514bd
Add timing monitor for main loop and add monitors to safety flag command
2020-08-16 12:34:41 +02:00
fa3c980207
shell: Add dummy function save-calibration. Not yet correcly implemented!
2020-08-16 01:24:59 +02:00
464c247e32
Fix a few bugs and implement flags command further
2020-07-30 20:29:48 +02:00
6498aaf8b8
Add color to flag monitor command and set oven output to 0
2020-07-28 23:26:28 +02:00
b65d94b0e8
Fix ADC measurement to run at 1000 Hz and fix wrong error handling for PT1000 Watchdog. Add function for flags to shell
2020-07-28 22:55:02 +02:00
da96daa767
Reworked measurement ADC to use safety controller
2020-07-27 22:15:01 +02:00
9136dc196c
Further rewrite safety handling
2020-07-09 22:31:42 +02:00
8a365ab5e0
Move safety ADC to safety subfolder
2020-07-06 20:13:01 +02:00
78417e0c8c
Progress in error handling
2020-06-14 23:36:49 +02:00
679d4534cb
Add formatted prinbt function for LCD menu and use systick vonversion in uptime shell command
2020-06-14 14:45:58 +02:00
e627cb67a5
fix smaller bugs in Menu code and implement first test of main menu with one functional sunbmenu for the safety parameters
2020-06-12 01:35:37 +02:00
92c0c5cd8c
shrink shellmatta history buffer
2020-06-04 21:46:45 +02:00
e97092042b
Add preliminary safety ADC which measures the Controller temperature and checks the reference voltage against the STM's internal reference voltage
2020-05-16 21:00:55 +02:00
2614cea431
Make claibration routine non blocking
2020-05-11 21:59:08 +02:00
4f05c084d9
Make ptdump command async: Main loop will continue if comamnd is called
2020-05-09 20:40:31 +02:00