rusefi-1/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 simplify MCU selection (#2308) 2021-02-08 02:11:44 -05:00
!compile_mre_f4.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
!compile_mre_f4_hardware_QC_special_build.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
!compile_mre_f4_slave.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
!compile_mre_f7.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
!compile_mre_f7_test.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
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 -g3 to -g (#2256) 2021-01-31 14:13:55 -05:00
compile_mre_f4_slave.sh move cd statements to common_make.sh (#1830) 2020-09-28 18:25:15 -04:00
compile_mre_f7.sh simplify MCU selection (#2308) 2021-02-08 02:11:44 -05:00
compile_mre_f7_test.sh simplify MCU selection (#2308) 2021-02-08 02:11:44 -05:00
knock_config.h EFI_SOFTWARE_KNOCK for hellen 2021-04-21 09:56:46 -04:00
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