5 Commits

Author SHA1 Message Date
Jeroen Hofstee
7618128cf6 fix whitespace
The project uses tabs with a length of 4 spaces, and spaces for
continuation, so lets use that for the whole project. There are
many trailing whitespaces and empty lines here and there; get
rid of them as well.
2019-11-04 19:04:54 -05:00
Jeroen Hofstee
cd31acce28 use unix line endings
Some files have Windows line endings which is annoying, since pathes
won't apply, diffs looks ugly etc. So do convert the few files which
have Windows line endings to use Unix line endings as well.
2019-11-04 19:04:45 -05:00
Hubert Denkmair
423e0f53bd add -Wno-deprecated to HAL builds to allow compile with gcc9 2019-10-30 20:32:13 +01:00
Hubert Denkmair
0b5f226d8f fix chip compile definition for STM32F042 devices 2019-10-30 20:30:22 +01:00
Hubert Denkmair
23ebdb8a78 convert to cmake 2019-10-26 16:53:43 +02:00