reflow-oven-control-sw/stm-firmware/updater/ram-code
Mario Hüttel ef534746f8 Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +01:00
..
3rd-party/sha256 Add sha 256 library and adapt license sections in documentation 2021-08-24 22:19:12 +02:00
fatfs Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +01:00
include Update updater to newest fatfs and enable exfat support 2021-12-16 20:47:08 +01:00
.gitignore Ram code: Update gitignore 2020-12-21 17:23:19 +01:00
CMakeLists.txt 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
bin2carray.py Make project Cmake ready 2021-03-23 22:15:11 +01: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