custom-board-bundle-sample-.../firmware/console
Scott Smith 80091498a6 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
..
binary Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
binary_log log vvt targets (#3417) 2021-11-02 15:03:57 -04:00
connector_uart_dma.cpp fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
connector_uart_dma.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
console.mk ethernet (#3342) 2021-10-10 01:15:49 -04:00
console_io.cpp even more pch (#3112) 2021-08-04 19:30:52 -04:00
console_io.h TS communication minor fixes (#2847) 2021-06-23 04:36:55 -04:00
eficonsole.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
eficonsole.h ethernet (#3342) 2021-10-10 01:15:49 -04:00
ethernet_console.cpp last packet optimization (#3363) 2021-10-18 19:59:08 -04:00
lwipopts.h last packet optimization (#3363) 2021-10-18 19:59:08 -04:00
status_loop.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
status_loop.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
usb_console.cpp last packet optimization (#3363) 2021-10-18 19:59:08 -04:00