Commit Graph

257 Commits

Author SHA1 Message Date
Mario Hüttel da132028b1 Issue #48: Update FatFS of main firmware to R0.15 2023-01-03 15:02:48 +01:00
Mario Hüttel 2c2e4c1484 Add compile date and time to version.c 2023-01-01 21:07:10 +01:00
Mario Hüttel 745e7db78f Add version c file that includes a generated file during build 2023-01-01 21:02:49 +01:00
Mario Hüttel d48ccf1612 Fix #50: Enable core cycle counter 2023-01-01 20:18:39 +01:00
Mario Hüttel 5e00441d99 Add separate source file handling the mounting of the SD card. This will give proper access to the GUI to check whether an SD is mounted 2022-12-31 20:18:34 +01:00
Mario Hüttel b621c66378 Update Flag Weights
* Fix #47: Update flash and data CRCs to trigger panic mode
* Update meas ADC CRC flag to stop PID
* Update safety ADC CRC flag to trigger panic mode
2022-12-31 19:53:45 +01:00
Mario Hüttel 6570d217c7 Separate flash CRC checker from safety controller and implement shell command to calculate CRCs 2022-09-22 21:16:41 +02:00
Mario Hüttel f9b9a3c685 Add compile error for configuration mistake 2022-07-30 16:45:26 +02:00
Mario Hüttel aaed95cc95 Restructure safety handle function. Now returns worst flag state set. Used to blink LED 2022-07-30 16:04:46 +02:00
Mario Hüttel 8ac1d52240 Fix style issues in spi-eeprom.c/h 2022-07-16 15:09:41 +02:00
Mario Hüttel 5ddae7efee Fiy style issues 2022-07-16 13:01:38 +02:00
Mario Hüttel 14ea4d22fe Fix style issues in STM peripheral drivers 2022-07-16 12:46:52 +02:00
Mario Hüttel d4d654e8dd Add additional debug info to version command and add CPU cycle counter to cc instruction's output 2022-07-13 19:47:16 +02:00
Mario Hüttel 2957a42cef Fix indetation in header file 2021-12-26 20:59:08 +01:00
Mario Hüttel a8a622df25 Make temperture profile executer reset the DIGIO settings after profile execution/abort 2021-12-26 20:36:49 +01:00
Mario Hüttel 45f91a7c5a Add commands for DIGIO channels to profile parser and add base construct to the profile interpreter 2021-12-26 20:27:20 +01:00
Mario Hüttel ef534746f8 Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +01:00
Mario Hüttel 8cd47aeed5 Add new FatFS implementation 2021-12-16 20:41:10 +01:00
Mario Hüttel 96e0931c9f Add a bunch of stuff: Add baudrate reconfig command to shell and move the uart to separate C file 2021-11-27 17:41:11 +01:00
Mario Hüttel 6b9b7d78a0 Add v1.3.1 to supported hardware revisions 2021-10-24 21:59:44 +02:00
Mario Hüttel 78f24f7338 Add LCD output to shell function 'Emulate UI' 2021-10-24 14:47:52 +02:00
Mario Hüttel 56872086fa Comment code 2021-10-23 21:14:24 +02:00
Mario Hüttel fe0e8136d4 Refactor temperature profile executer 2021-10-23 21:00:21 +02:00
Mario Hüttel decb484d06 Start implementation of option byte manipulation 2021-10-16 00:44:39 +02:00
Mario Hüttel 4009a2794d Add STM device resvision to MOTD. 2021-10-15 22:06:30 +02:00
Mario Hüttel d9c145ec81 Fix some coding issues and a possible race condition 2021-10-15 21:16:26 +02:00
Mario Hüttel 6fde4cfd66 Improve doxygen comments in code. 2021-10-11 19:45:13 +02:00
Mario Hüttel 45145c1f36 Clean up systick.c 2021-10-10 21:02:39 +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 1e870972e3 Improve code and add a Flash CRC check 2021-07-16 21:17:59 +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 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 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 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 71315b7c92 Issue #28: Implement update successful notification. 2021-05-22 00:14:56 +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 08606689b4 Update fatfs in main application 2021-04-10 20:35:33 +02:00
Mario Hüttel 08ec458e8f Add update code to updater and use uart for status updates 2021-04-08 21:23:25 +02:00
Mario Hüttel bfdc3d3246 Updater: Store update file name in safety memory before executing updater. Currently name is hardcoded. 2021-04-07 13:26:39 +02:00
Mario Hüttel eea0826c7b updater: Add function to safety memory for storing the update file name 2021-04-07 13:19:16 +02:00
Mario Hüttel 6e5627fde2 Updater: Add safety memory to updater 2021-04-06 20:55:41 +02:00