From a936b176fe2aae6ac6378b73fcaad1a61cb8eca3 Mon Sep 17 00:00:00 2001 From: lynxeyed-atsu Date: Thu, 9 Aug 2012 22:13:57 +0900 Subject: changed MCU settings We can switch linker script each MCU using Configuration tab of LPCXpresso project's properties. --- LPC1114FN28_102_DIP28/src/core/SPI1.d | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LPC1114FN28_102_DIP28/src/core/SPI1.d (limited to 'LPC1114FN28_102_DIP28/src/core/SPI1.d') diff --git a/LPC1114FN28_102_DIP28/src/core/SPI1.d b/LPC1114FN28_102_DIP28/src/core/SPI1.d new file mode 100644 index 0000000..62c5acf --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/SPI1.d @@ -0,0 +1,15 @@ +src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI1.h: + +../src/core/SPI.h: -- cgit v1.2.3