.. |
boot
|
Fix startup code bug in release mode
|
2020-08-30 19:40:33 +02:00 |
doxygen
|
Doxygen: Fix bug of IN_SECTION macro and __atribute__
|
2020-09-06 22:13:51 +02:00 |
fatfs
|
Issue #9: Fix timeout bug in write block command
|
2020-08-21 00:00:08 +02:00 |
include
|
Move safety weights and persistencies to config file
|
2020-09-08 21:15:23 +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
|
Move safety weights and persistencies to config file
|
2020-09-08 21:15:23 +02:00 |
settings
|
SD card settings folder: Use f_stat to determine if directory is present
|
2020-08-21 00:06:56 +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
|
Merge branch 'issue/18-Backup-RAM' into issue/20-implement-better-stack-checking
|
2020-09-07 21:04:37 +02:00 |
ui
|
Move variables to CCM RAM
|
2020-08-23 21:51:34 +02:00 |
.gitignore
|
Add all qtcreator files to ignore list
|
2020-02-23 20:58:13 +01:00 |
adc-meas.c
|
fixup style issues
|
2020-08-31 22:58:00 +02:00 |
button.c
|
Issue #17: Add override function for button
|
2020-08-30 18:20:58 +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
|
fixup style issues
|
2020-08-31 22:58:00 +02:00 |
main.c
|
Issue #18: Check error memory entries at safety ram init
|
2020-09-05 17:37:56 +02:00 |
Makefile
|
Issue #20: Move stack checker to safety folder
|
2020-09-07 21:56:04 +02:00 |
oven-driver.c
|
Fix style
|
2020-08-31 22:50:39 +02:00 |
pid-controller.c
|
Fix style
|
2020-08-31 22:50:39 +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
|
Reflow menu: Stop rendering the menu although nothing has changed. This reduces the current consumption.
|
2020-09-05 18:04:52 +02:00 |
rotary-encoder.c
|
Issue #17: Add override function for deltas of rotary encoder
|
2020-08-30 18:25:10 +02:00 |
shell.c
|
Issue #20: Move stack checker to safety folder
|
2020-09-07 21:56:04 +02:00 |
stm32f407vet6_flash.ld
|
Issue #20: Add stack checking based on protection area between stack and heap
|
2020-09-07 21:52:53 +02:00 |
syscalls.c
|
Change linker script and startup code.
|
2020-08-21 23:47:55 +02:00 |
systick.c
|
Move variables to CCM RAM
|
2020-08-23 21:51:34 +02:00 |
temp-converter.c
|
temperature converter: Replace division with multiplication. This makes the code faster
|
2020-08-29 08:53:23 +02:00 |