.. |
boot
|
Make startup file unix like and add a hardcoded enable for the FPU
|
2020-06-04 21:20:17 +02:00 |
doxygen
|
doxygen: Remove latex output and add optional flags to buildscript
|
2020-08-02 22:15:33 +02:00 |
fatfs
|
SDIO Driver: Fix bug created in commit 3705cc09d1 that makes writing to disk impossible
|
2020-08-16 01:19:56 +02:00 |
include
|
Settings: Add preliminary functions to store Claibration data on SD Card. Not yet implemented correctly
|
2020-08-16 01:24:20 +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 |
safety
|
Increase safety ADC timing monitor to over a second. It might take a while for the ADC to be called if a demanding operation is taking place
|
2020-08-16 01:22:26 +02:00 |
settings
|
Settings: Add preliminary functions to store Claibration data on SD Card. Not yet implemented correctly
|
2020-08-16 01:24:20 +02:00 |
setup
|
Fix warnings in autogenerated file system_stm32f4xx.c
|
2020-02-12 21:15:51 +01:00 |
shellmatta@1b7cdb1acc
|
Update shellmatta
|
2020-06-25 23:54:36 +02:00 |
stm-periph
|
Start onewire interface. But probably won't finish it
|
2020-02-25 19:34:50 +01:00 |
toml
|
Toml: Add TOML interpreter for config files
|
2020-08-16 01:22:57 +02:00 |
ui
|
Move shadow buffer of LCD to CCMRAM
|
2020-06-14 18:02:45 +02:00 |
.gitignore
|
Add all qtcreator files to ignore list
|
2020-02-23 20:58:13 +01:00 |
adc-meas.c
|
Remove redundant define macro
|
2020-08-11 23:37:26 +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
|
Reworked measurement ADC to use safety controller
|
2020-07-27 22:15:01 +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
|
Add color to flag monitor command and set oven output to 0
|
2020-07-28 23:26:28 +02:00 |
Makefile
|
Toml: Add TOML interpreter for config files
|
2020-08-16 01:22:57 +02:00 |
oven-driver.c
|
Further rewrite safety handling
|
2020-07-09 22:31:42 +02:00 |
pid-controller.c
|
Add PID controller to oven driver module
|
2020-06-13 23:23:59 +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 |
reflow-menu.c
|
Further rewrite safety handling
|
2020-07-09 22:31:42 +02:00 |
rotary-encoder.c
|
Add further testing code for rotary encoder and lcd
|
2020-06-09 19:03:33 +02:00 |
shell.c
|
shell: Add dummy function save-calibration. Not yet correcly implemented!
|
2020-08-16 01:24:59 +02:00 |
stack-check.c
|
Add stack checking functions
|
2020-02-21 23:01:04 +01:00 |
stm32f407vet6_flash.ld
|
Add about command to menu and restructure code. Delete preliminary code from mainloop. Better code will follow
|
2020-06-13 22:47:45 +02:00 |
syscalls.c
|
Reroute stderr to uart and color it red
|
2020-04-20 01:06:25 +02:00 |
systick.c
|
Systick: Add function to calculate uptime in days, hours, minutes, and seconds from global tick
|
2020-06-14 13:35:47 +02:00 |
temp-converter.c
|
Add stack checker module andf fix all license headers
|
2020-02-21 21:22:01 +01:00 |