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
fe51c80248
Merge branch 'dev' into ui
2020-04-27 21:53:27 +02:00
e7106b54c4
Add cat command
2020-04-27 21:52:52 +02:00
415979e211
Merge branch 'dev' into ui
2020-04-27 20:20:03 +02:00
d91463c458
Make MOTD clear the screen
2020-04-27 20:19:49 +02:00
eb3b0eb459
Merge branch 'dev' into ui
2020-04-27 19:28:32 +02:00
4df68880f0
Add correct handling of sd card, add reset command, add ls command
2020-04-26 21:23:25 +02:00
85fe0f6749
Fix LEDs in ptdump command
2020-04-26 19:52:48 +02:00
5017bf7003
Merge branch 'dev' into ui
2020-04-20 01:21:08 +02:00
4e4dc8e16e
Add dynamic memory info to meminfo command
2020-04-20 01:05:48 +02:00
66d6a76e1a
Fix shell prompt
2020-04-20 00:15:37 +02:00
455c3dae68
Merge branch 'dev' into ui
2020-04-19 16:39:27 +02:00
310922161a
Add ptdump shell command
2020-04-19 16:37:33 +02:00
cd23e93825
Add newest shellmatta and include missing syscalls
2020-04-11 00:54:17 +02:00
49835d9213
Merge branch 'dev' into ui
2020-02-24 20:03:57 +01:00
5012b726cd
Make Uart driver universal
2020-02-24 18:50:09 +01:00
55b664b58f
Fix possible bufferoverflow with strncpy
2020-02-23 21:57:50 +01:00