reflow-oven-control-sw/stm-firmware/updater/ram-code
Mario Hüttel 62ef147105 Incrment Cmake required version number 2024-03-24 14:11:33 +01:00
..
3rd-party/sha256 Add sha 256 library and adapt license sections in documentation 2021-08-24 22:19:12 +02:00
fatfs #48: Update FatFS in RAM code of updater 2023-01-03 15:08:57 +01:00
include #48: Update FatFS in RAM code of updater 2023-01-03 15:08:57 +01:00
.gitignore Ram code: Update gitignore 2020-12-21 17:23:19 +01:00
CMakeLists.txt Incrment Cmake required version number 2024-03-24 14:11:33 +01:00
bin2carray.py Fix style and code issues in bin2carray python script 2023-06-23 22:43:45 +02:00
flash-writer.c Fix wrong register bit in flash writer. This actually didn't result in an error but it's better to fix it either way. 2021-11-28 23:11:40 +01:00
flash-writer.h Add update code to updater and use uart for status updates 2021-04-08 21:23:25 +02:00
hex-parser.c Updater: Use -O0 and write flash writer and fix hex parser 2021-04-07 23:14:45 +02:00
hex-parser.h Updater: Use -O0 and write flash writer and fix hex parser 2021-04-07 23:14:45 +02:00
itoa.c Implement SHA256 update file checking 2021-10-03 19:27:41 +02:00
itoa.h Feature #41: Add SHA calculation to updater. Has yet to be checked against file. Code not tested 2021-09-24 22:43:47 +02:00
main.c Fix #41: Updater SHA256 check implemented and tested 2021-10-03 19:38:01 +02:00
ram-link.ld Start RAM code for updater 2020-12-07 21:39:14 +01:00
startup.c Improve code style and comments 2021-05-22 12:44:43 +02:00
uart.c Add a bunch of stuff: Add baudrate reconfig command to shell and move the uart to separate C file 2021-11-27 17:41:11 +01:00
uart.h Add update code to updater and use uart for status updates 2021-04-08 21:23:25 +02:00