rusefi/firmware/config/boards/prometheus
Scott Smith 823d9a07e0
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
..
f405
f469
!compile_prometheus_405.bat
!compile_prometheus_469.bat
board.h auto detect HSE clock speed (#2952) 2021-07-12 20:51:35 -04:00
board_configuration.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
board_extra.c prep proteus config for h7 (#2413) 2021-02-28 16:57:57 -05:00
compile_prometheus_405.sh move cd statements to common_make.sh (#1830) 2020-09-28 18:25:15 -04:00
compile_prometheus_469.sh move cd statements to common_make.sh (#1830) 2020-09-28 18:25:15 -04:00
efifeatures.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
halconf.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
mcuconf.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
prepend.txt
prometheus-common.mk a bit of dead code 2021-11-06 23:39:56 -04:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00