custom-board-bundle-sample-.../firmware/config/boards/proteus
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 on Lua control of H-bridge 2021-11-08 17:11:48 -05:00
openblt Openblt (#3430) 2021-11-05 19:28:55 -04:00
!compile_proteus_f4.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
!compile_proteus_f7.bat Switch to Bash (#1585) 2020-07-09 10:27:20 -04:00
adc_hack.cpp even more pch (#3112) 2021-08-04 19:30:52 -04:00
board.mk dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
board_configuration.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
compile_proteus_f4.sh disable (#3484) 2021-11-06 16:57:13 -04:00
compile_proteus_f4_hardware_QC_special_build.sh +x into git 2021-07-20 12:49:40 -04:00
compile_proteus_f7.sh disable (#3484) 2021-11-06 16:57:13 -04:00
compile_proteus_f7_hardware_QC_special_build.sh +x into git 2021-07-20 12:49:40 -04:00
compile_proteus_h7.sh +x into git 2021-07-20 12:49:40 -04:00
compile_proteus_legacy.sh +x into git 2021-07-20 12:49:40 -04:00
knock_config.h EFI_SOFTWARE_KNOCK for hellen 2021-04-21 09:56:46 -04:00
prepend.txt pid demo progress 2021-11-11 22:38:50 -05:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00