custom-board-bundle-sample-.../firmware/console/binary
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
..
bluetooth.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
bluetooth.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
bluetooth_readme.txt
serial_can.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
serial_can.h Hellen says serial can 2020-09-07 12:19:32 -04:00
signature.cpp simplify signature.h generation #3480 2021-11-06 18:09:14 -04:00
signature.h Gen config refactor 2 (#1560) 2020-07-02 12:33:31 -04:00
tooth_logger.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
tooth_logger.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
ts_can_channel.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
tunerstudio.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
tunerstudio.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
tunerstudio.mk fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
tunerstudio_commands.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
tunerstudio_debug_struct.h docs 2020-05-25 12:55:26 -04:00
tunerstudio_impl.h ts logger (#2566) 2021-04-18 19:13:48 -04:00
tunerstudio_io.cpp last packet optimization (#3363) 2021-10-18 19:59:08 -04:00
tunerstudio_io.h last packet optimization (#3363) 2021-10-18 19:59:08 -04:00
tunerstudio_io_serial.cpp enable nb1 serial pins (#3546) 2021-11-14 16:07:56 -05:00
tunerstudio_io_serial_ports.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
tunerstudio_outputs.h log current engine phase on trigger teeth (#3471) 2021-11-05 20:02:15 -04:00