|
45c0625864
|
fixup style issues
|
2020-08-31 22:58:00 +02:00 |
|
|
03e1ccf97e
|
Fix style
|
2020-08-31 22:50:39 +02:00 |
|
|
0fd738f37e
|
Fix startup code bug in release mode
|
2020-08-30 19:40:33 +02:00 |
|
|
3dfe59482e
|
Fix #17: Merge branch 'issue/17-rotary-emulation-cmd' into dev
|
2020-08-30 19:04:01 +02:00 |
|
|
9024402a3b
|
Issue #17: Write documentation for emulation function
|
2020-08-30 19:03:17 +02:00 |
|
|
f32d1afde5
|
Issue #17: Add ui-emulate command to shell
|
2020-08-30 18:44:36 +02:00 |
|
|
0da6925119
|
Issue #17: Add override function for deltas of rotary encoder
|
2020-08-30 18:25:10 +02:00 |
|
|
914abd8562
|
Issue #17: Add override function for button
|
2020-08-30 18:20:58 +02:00 |
|
|
80edd09528
|
temperature converter: Replace division with multiplication. This makes the code faster
|
2020-08-29 08:53:23 +02:00 |
|
|
ab4499a284
|
Fix mrpropewr make target to clean debug and release projects
|
2020-08-29 08:52:44 +02:00 |
|
|
cc6e922d1b
|
Move variables to CCM RAM
|
2020-08-23 21:51:34 +02:00 |
|
|
149c5715c6
|
Add fault modes and start implementation of backup SRAM. However, this will probably never be used
|
2020-08-23 21:40:16 +02:00 |
|
|
627da0def5
|
Fix-up documentation
|
2020-08-23 00:04:02 +02:00 |
|
|
324e6d506d
|
Issue #5: Write documentation for error flags and their handling
|
2020-08-22 23:57:26 +02:00 |
|
|
dcd1fa9605
|
remove executable flag from CCM memory because it is not executable
|
2020-08-22 13:45:17 +02:00 |
|
|
3cc49fb764
|
Remove unneeded variable
|
2020-08-22 13:33:53 +02:00 |
|
|
13ac487ddb
|
remove unneeded variables
|
2020-08-22 13:30:59 +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 |
|
|
0395cd19d4
|
SD card settings folder: Use f_stat to determine if directory is present
|
2020-08-21 00:06:56 +02:00 |
|
|
04994bff51
|
Issue #9: Fix timeout bug in write block command
|
2020-08-21 00:00:08 +02:00 |
|
|
45564a7789
|
Fix safety issue #11
|
2020-08-18 20:47:08 +02:00 |
|
|
fa20304df8
|
Makefile: Add linker script as dependency for linking step
|
2020-08-18 20:23:44 +02:00 |
|
|
86ba94a3f3
|
Makefile: Add linker flag to show memory usage after linking
|
2020-08-18 20:10:15 +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 |
|
|
64ef7b4a3c
|
Issue #9: Increase SDIO clock speed to 4.2 MHz
|
2020-08-18 19:30:51 +02:00 |
|
|
637ac77a09
|
Add license to docu
|
2020-08-18 01:34:45 +02:00 |
|
|
6c980721b2
|
Add GPLv2 license to project
|
2020-08-18 01:07:37 +02:00 |
|
|
107c676084
|
Documentation: Add part of the GPL license text to the disclaimer in the documentation.
|
2020-08-18 01:04:57 +02:00 |
|
|
34b6af3627
|
Documentation: Write some docu
* Safety notice
* HW modifications
* Links to PCB repo
|
2020-08-18 01:00:45 +02:00 |
|
|
277b28d7f5
|
Make green LED flash instead of orange one, when inserting SD card
|
2020-08-17 22:26:29 +02:00 |
|
|
bdfaa67070
|
Fix typo
|
2020-08-17 22:26:05 +02:00 |
|
|
4e9b28ce15
|
Improve SDIO handling
|
2020-08-17 22:10:04 +02:00 |
|
|
543127b187
|
Fix bugs in settings saving
|
2020-08-16 22:11:57 +02:00 |
|
|
6c92048de5
|
Remove emptry line
|
2020-08-16 20:35:11 +02:00 |
|
|
227562cf3c
|
Load calibration when SD card is inserted.
* Load calibration when SD card is inserted and controller is not yet calibrated
* Fix #7: LED0 blinks when SD is inserted / removed.
|
2020-08-16 20:33:25 +02:00 |
|
|
58937b46f6
|
Improve code
|
2020-08-16 20:33:17 +02:00 |
|
|
e06c9f7ddc
|
Remove toml. Write calibration to dat files. Implement first draft for reading function
|
2020-08-16 19:37:41 +02:00 |
|
|
a5402d3f04
|
Add gitignore to build directory of documentation
|
2020-08-16 13:18:04 +02:00 |
|
|
d04d8ebf9d
|
Change save fuinction for SD card calibration data
|
2020-08-16 13:15:35 +02:00 |
|
|
42ca1a01b5
|
Merge branch 'issue/1-shell-function-save-calibration-data' into dev
|
2020-08-16 12:53:47 +02:00 |
|
|
68883735ec
|
Remove global error state from main file
|
2020-08-16 12:53:05 +02:00 |
|
|
15d255778c
|
Fix #1: Implement save function for calibration
|
2020-08-16 12:52:37 +02:00 |
|
|
2f39b5eb69
|
Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev
|
2020-08-16 12:35:45 +02:00 |
|
|
d1d2d514bd
|
Add timing monitor for main loop and add monitors to safety flag command
|
2020-08-16 12:34:41 +02:00 |
|
|
4a441a9c44
|
Documentation: Create build folder in case it does not exist. However, add it to the git repo by placing a .gitignore inside
|
2020-08-16 11:50:20 +02:00 |
|
|
fa3c980207
|
shell: Add dummy function save-calibration. Not yet correcly implemented!
|
2020-08-16 01:24:59 +02:00 |
|
|
3c6200e08c
|
Settings: Add preliminary functions to store Claibration data on SD Card. Not yet implemented correctly
|
2020-08-16 01:24:20 +02:00 |
|
|
e7d150e8f5
|
FatFs: Enable relative paths
|
2020-08-16 01:23:50 +02:00 |
|