fome-fw/firmware/hw_layer/ports/kinetis
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
..
backup_ram.cpp
flash_int.c
hw_ports.mk
kinetis_common.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
kinetis_pins.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
mpu_util.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
port_mpu_util.h