rusefi-full/firmware/config/boards/microrusefi
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
..
connectors https://rusefi.com/forum/viewtopic.php?p=42392#p42392 2021-09-28 16:21:57 -04:00
openblt Openblt (#3430) 2021-11-05 19:28:55 -04:00
!compile-nucleo-Manhattan.bat
!compile_mre_f4.bat
!compile_mre_f4_hardware_QC_special_build.bat
!compile_mre_f4_slave.bat
!compile_mre_f7.bat
!compile_mre_f7_test.bat
board.mk a bit of dead code 2021-11-06 23:39:56 -04:00
board_configuration.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
compile_mre_f4.sh MRE: disable OpenBLT (#3487) 2021-11-06 18:47:22 -04:00
compile_mre_f4_hardware_QC_special_build.sh Lua on f407, try again (#2725) 2021-05-20 23:05:18 +03:00
compile_mre_f4_recovery.sh
compile_mre_f4_slave.sh
compile_mre_f7.sh
compile_mre_f7_test.sh
knock_config.h
prepend.txt new parser handles enum values (#3492) 2021-11-11 23:09:39 -05:00
readme.md Update readme.md 2021-07-07 14:05:56 -04:00