Commit Graph

29 Commits

Author SHA1 Message Date
Mario Hüttel 6e3f90d38e Fix missing magic in SPI driver 2021-01-02 23:03:22 +01:00
Mario Hüttel 82cab98f59 Update SPI driver 2021-01-02 20:28:01 +01:00
Mario Hüttel 2d29857c2f Add SPI driver 2021-01-02 18:56:29 +01:00
Mario Hüttel 8a8004e187 Add generic function to detzermine reset cuase to rcc manager 2020-12-01 21:24:59 +01:00
Mario Hüttel daaf848e0c Renamed clock-enable manager to rcc manager and improve some header files with doxygen comments 2020-12-01 21:00:23 +01:00
Mario Hüttel 7aa0b62012 Implement saftey memory dump feature and increase heap space 2020-11-01 20:43:59 +01:00
Mario Hüttel 452abfdd5c Merge branch 'issue/18-Backup-RAM' into issue/20-implement-better-stack-checking 2020-09-07 21:04:37 +02:00
Mario Hüttel cbbd97e1bd Issue #20: Implement driver for RNG 2020-09-07 20:47:56 +02:00
Mario Hüttel c9a5a2c2ff Issue #18: Write init of safety memory 2020-09-05 15:15:46 +02:00
Mario Hüttel 04008a07c0 Issue #18: Implement CRC calculation module 2020-09-05 12:17:36 +02:00
Mario Hüttel a12648ff7a Issue #18: Backup RAM: Make use of backup regulator optional 2020-09-04 21:33:54 +02:00
Mario Hüttel d3c4e1bffc Issue #18: Implement driver for backup RAM 2020-09-04 21:03:53 +02:00
Mario Hüttel 149c5715c6 Add fault modes and start implementation of backup SRAM. However, this will probably never be used 2020-08-23 21:40:16 +02:00
Mario Hüttel 0ddaef01c8 Start onewire interface. But probably won't finish it 2020-02-25 19:34:50 +01:00
Mario Hüttel 71e2073a76 reflect bitrate change of uart in uart struct 2020-02-24 22:15:36 +01:00
Mario Hüttel c923fb3e12 Add baudrate change function to uart driver 2020-02-24 22:09:58 +01:00
Mario Hüttel 5012b726cd Make Uart driver universal 2020-02-24 18:50:09 +01:00
Mario Hüttel 37e2c78b0b Merge branch 'master' into dev 2020-02-23 21:00:17 +01:00
Mario Hüttel e85a26d90b Fix bug in uart, when compiled in release mode 2020-02-23 20:58:56 +01:00
Mario Hüttel b5d4bf5528 Add stack checker module andf fix all license headers 2020-02-21 21:22:01 +01:00
Mario Hüttel f8076920fe Start doxygen documentation 2020-02-16 17:35:41 +01:00
Mario Hüttel 7ade829a70 Make ring buffers volatile 2020-02-16 11:42:18 +01:00
Mario Hüttel c3be39b4e5 Add license header to all files 2020-02-15 22:09:55 +01:00
Mario Hüttel c568b95cf2 Add calibration routine from shell 2020-02-15 17:54:13 +01:00
Mario Hüttel 40093322c3 Remove wrong file headers 2020-02-12 23:03:17 +01:00
Mario Hüttel 0da3ebed6f Add unique ID as serial number to version output 2020-02-12 22:24:26 +01:00
Mario Hüttel 26f8e7ae99 Document DMA ring buffer 2020-02-12 21:49:28 +01:00
Mario Hüttel 1745a7e2b2 Fix coding in all files 2020-02-12 21:19:11 +01:00
Mario Hüttel bb898adfac Move include files out of uart folder 2020-02-12 21:06:52 +01:00