Commit Graph

77 Commits

Author SHA1 Message Date
Mario Hüttel 85ecc3064a Correct typo in doxygen's project name 2020-02-16 17:37:26 +01:00
Mario Hüttel f8076920fe Start doxygen documentation 2020-02-16 17:35:41 +01:00
Mario Hüttel 9629c08da2 Add doxygen 2020-02-16 16:52:21 +01:00
Mario Hüttel a35f66f2cd Add code for rotary encoder 2020-02-16 16:38:31 +01:00
Mario Hüttel 6fa071e1d1 Add rotary encoder module 2020-02-16 14:25:49 +01:00
Mario Hüttel 47daf495bd Remove random calibration try 2020-02-16 14:21:40 +01:00
Mario Hüttel 7ade829a70 Make ring buffers volatile 2020-02-16 11:42:18 +01:00
Mario Hüttel 1d62bc22b8 Increase programming clock freq to 4 MHz 2020-02-16 00:42:00 +01:00
Mario Hüttel 6ed7a4886d change programming speed to 1 MHz in order to prevent communication errors 2020-02-15 23:17:41 +01:00
Mario Hüttel 3781ecb669 Update programming scripts 2020-02-15 23:09:23 +01:00
Mario Hüttel 4c5b3add1d Add scripts for device programming using JLINK 2020-02-15 22:25:53 +01:00
Mario Hüttel c3be39b4e5 Add license header to all files 2020-02-15 22:09:55 +01:00
Mario Hüttel 43473efcdd Add fallthrough warning for switch cases explicitly to CFLAGS 2020-02-15 21:06:45 +01:00
Mario Hüttel 7df97831be Add conversion function for resistance to temperature conversion and add it to thept command of the shell 2020-02-15 20:31:38 +01:00
Mario Hüttel 92526e71b2 Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev 2020-02-15 17:55:31 +01:00
Mario Hüttel b13b3b4377 Add script for generating PT1000 lookup dat and generate first header file 2020-02-15 17:54:45 +01:00
Mario Hüttel c568b95cf2 Add calibration routine from shell 2020-02-15 17:54:13 +01:00
Mario Hüttel c565dab3ad Add calibration routine from shell 2020-02-15 17:53:15 +01:00
Mario Hüttel 5a00950589 Add deactivated PT1000 measurement as error flag, startcode for calibration routine 2020-02-15 01:04:40 +01:00
Mario Hüttel b497537a78 Increse heap and stack sizes 2020-02-15 01:03:38 +01:00
Mario Hüttel 723afd9f56 Fix arm math header 2020-02-15 01:03:19 +01:00
Mario Hüttel ebb95b902c Add python script that creates matching c and h files 2020-02-14 20:39:50 +01:00
Mario Hüttel 40093322c3 Remove wrong file headers 2020-02-12 23:03:17 +01:00
Mario Hüttel 0da3ebed6f Add unique ID as serial number to version output 2020-02-12 22:24:26 +01:00
Mario Hüttel c6dd4e735c Improve coding and add color to shell output 2020-02-12 22:02:18 +01:00
Mario Hüttel 13c528163d Add compile date to shell version command's output 2020-02-12 21:53:13 +01:00
Mario Hüttel 26f8e7ae99 Document DMA ring buffer 2020-02-12 21:49:28 +01:00
Mario Hüttel 1745a7e2b2 Fix coding in all files 2020-02-12 21:19:11 +01:00
Mario Hüttel 94b59918fc Fix warnings in autogenerated file system_stm32f4xx.c 2020-02-12 21:15:51 +01:00
Mario Hüttel d095e26c9e Fix code style and warnings in syscalls.c 2020-02-12 21:15:25 +01:00
Mario Hüttel 09507b5734 Add compile options for more warnings 2020-02-12 21:10:15 +01:00
Mario Hüttel 29fed8328c Improve code 2020-02-12 21:08:05 +01:00
Mario Hüttel bb898adfac Move include files out of uart folder 2020-02-12 21:06:52 +01:00
Mario Hüttel e4770698e2 Add dependency files to clean target 2020-02-12 21:06:28 +01:00
Mario Hüttel f04a5c7930 Restructure include hierarchy 2020-02-12 21:00:35 +01:00
Mario Hüttel d80ce20675 Add uptime shell command 2020-02-11 22:59:30 +01:00
Mario Hüttel 673e651910 Add ring buffer for uart TX 2020-02-11 22:49:47 +01:00
Mario Hüttel 14ba09a716 Update shellmatta to fixed forked version 2020-02-10 22:47:24 +01:00
Mario Hüttel 69c00ff3d3 * Improve uart dma ring buffer. Sending dma still missing
* Add digio module for controlling LEDs, Loudspeaker, and the Digital IOs
* General code improvements
2020-02-10 22:40:37 +01:00
Mario Hüttel 48fea3d36e Make average calculation floating point. 2020-02-09 19:21:06 +01:00
Mario Hüttel 8bbc2e60f8 Update Firmware with features:
* Shellmatta implemented using UART
* Version string implemented
* Increased heap size
* Add shellmatta printf support
2020-02-09 19:13:37 +01:00
Mario Hüttel 07793fb490 Add new measurement data 2020-02-09 19:13:09 +01:00
Mario Hüttel 827f5c2066 add autosave files to ignore list 2020-02-08 19:19:14 +01:00
Mario Hüttel 1f5a535076 Make average filtering of HF meas path an integer calculation 2020-02-08 19:18:47 +01:00
Mario Hüttel c32bb559f3 Add measurement data for drift analysis 2020-02-08 19:17:33 +01:00
Mario Hüttel a6fa35b1ea Measurement Data: Add PT1000 measurements (current SW). 2020-02-05 23:11:36 +01:00
Mario Hüttel 825de053ce Data: Delete obsolete measurement data 2020-02-05 23:11:10 +01:00
Mario Hüttel 3ac252db69 Add DMA ring buffer file for UART, Improve calculation of PT1000 resistance 2020-02-05 23:09:23 +01:00
Mario Hüttel 4c7909adac Fix wrong data type of variable in clock manager 2020-02-03 20:20:00 +01:00
Mario Hüttel 1e678c3ce8 Fix bug in clock manager and remove DMA sampling from ADC code. Will be rewritten in a different way 2020-02-03 19:40:59 +01:00