custom-board-bundle-sample-.../firmware/development
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
..
hw_layer Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
test
development.mk
engine_emulator.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
engine_emulator.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
engine_sniffer.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
engine_sniffer.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
logic_analyzer.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
logic_analyzer.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
perf_trace.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
perf_trace.h fast adc callback (#3031) 2021-07-23 14:19:59 -04:00
readme.txt
rfi_perftest.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
rfi_perftest.h Destroy all shared logger (#2574) 2021-04-21 14:28:48 -04:00
sensor_chart.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
sensor_chart.h improve sensor chart flush behavior (#2545) 2021-04-12 14:05:52 -04:00

readme.txt

All the stuff in this folder is optional and is not required
to run the engine.