.. |
boot
|
Fix CPU specifier in startup assembly file (This had no bad effect, because it was overrriden by the compiler falgs which are correct)
|
2020-04-17 23:02:15 +02:00 |
doxygen
|
Correct typo in doxygen's project name
|
2020-02-16 17:37:26 +01:00 |
fatfs
|
Add correct handling of sd card, add reset command, add ls command
|
2020-04-26 21:23:25 +02:00 |
include
|
Add defines for safety adc conversions
|
2020-06-01 20:53:28 +02:00 |
mathlib
|
delete duplicate arm_math.h and fix doxygen docu for adc_meas
|
2020-02-02 00:46:12 +01:00 |
obj
|
First test version to sample temperature input and blink LEDs
|
2020-01-26 21:07:54 +01:00 |
settings
|
Add settings module
|
2020-04-26 20:22:00 +02:00 |
setup
|
Fix warnings in autogenerated file system_stm32f4xx.c
|
2020-02-12 21:15:51 +01:00 |
shellmatta@73e8f0af03
|
Update shellmatta to newset version
|
2020-05-01 19:52:46 +02:00 |
stm-periph
|
Start onewire interface. But probably won't finish it
|
2020-02-25 19:34:50 +01:00 |
ui
|
make display faster
|
2020-05-09 19:56:47 +02:00 |
.gitignore
|
Add all qtcreator files to ignore list
|
2020-02-23 20:58:13 +01:00 |
adc-meas.c
|
Move PT1000 Measurement from ADC1 to ADC3 in order to make ADC1 free for Safety ADC implementation
|
2020-05-16 20:59:51 +02:00 |
button.c
|
Fix button module and adjust long keypress time to a sane value
|
2020-04-27 20:18:12 +02:00 |
calibration.c
|
Make claibration routine non blocking
|
2020-05-11 21:59:08 +02:00 |
create-c-file-with-header.py
|
Add support for subdirectories in create-c-file script
|
2020-04-26 20:20:57 +02:00 |
create-temp-lookup-table.py
|
Add stack checker module andf fix all license headers
|
2020-02-21 21:22:01 +01:00 |
digio.c
|
Add multitone support for loudspeaker
|
2020-05-24 23:35:17 +02:00 |
main.c
|
Fix typo
|
2020-06-01 20:44:58 +02:00 |
Makefile
|
Add qtproejct target to Makefile which generates a usable qtcreator project folder
|
2020-06-09 21:51:33 +02:00 |
oven-driver.c
|
Add oven PWM controller
|
2020-05-10 23:13:03 +02:00 |
pid-controller.c
|
make PID controller mathemtaically correct
|
2020-05-25 01:56:54 +02:00 |
program-device.gdb
|
Increase programming clock freq to 4 MHz
|
2020-02-16 00:42:00 +01:00 |
program-device.sh
|
Make programming script take the elf file as an argument
|
2020-04-18 01:37:50 +02:00 |
rotary-encoder.c
|
Merge branch 'ui' into dev
|
2020-02-21 23:08:38 +01:00 |
safety-adc.c
|
Add defines for safety adc conversions
|
2020-06-01 20:53:28 +02:00 |
shell.c
|
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 |
stack-check.c
|
Add stack checking functions
|
2020-02-21 23:01:04 +01:00 |
stm32f407vet6_flash.ld
|
Increse heap and stack sizes
|
2020-02-15 01:03:38 +01:00 |
syscalls.c
|
Reroute stderr to uart and color it red
|
2020-04-20 01:06:25 +02:00 |
systick.c
|
Make reading the global ms tick atomic in order to prevent glitches
|
2020-06-01 20:45:27 +02:00 |
temp-converter.c
|
Add stack checker module andf fix all license headers
|
2020-02-21 21:22:01 +01:00 |