diff --git a/CMSISv2p00_LPC17xx/.cproject b/CMSISv2p00_LPC17xx/.cproject index c43d0df3c90517651e44fd5f0c180e8cc86d9ae7..c3de715cacd8699bf06791cad488494621537052 100644 --- a/CMSISv2p00_LPC17xx/.cproject +++ b/CMSISv2p00_LPC17xx/.cproject @@ -28,9 +28,9 @@ <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.lib.debug.1050494393" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.lib.debug"/> <builder buildPath="${workspace_loc:/CMSISv2p00_LPC17xx/Debug}" id="com.crt.advproject.builder.lib.debug.511092144" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.lib.debug"/> <tool id="com.crt.advproject.cpp.lib.debug.1604093373" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.lib.debug"> - <option id="com.crt.advproject.cpp.hdrlib.713792146" superClass="com.crt.advproject.cpp.hdrlib"/> - <option id="com.crt.advproject.cpp.fpu.1081226451" superClass="com.crt.advproject.cpp.fpu"/> - <option id="gnu.cpp.compiler.option.preprocessor.def.472247360" superClass="gnu.cpp.compiler.option.preprocessor.def"/> + <option id="com.crt.advproject.cpp.hdrlib.713792146" superClass="com.crt.advproject.cpp.hdrlib" useByScannerDiscovery="false"/> + <option id="com.crt.advproject.cpp.fpu.1081226451" superClass="com.crt.advproject.cpp.fpu" useByScannerDiscovery="true"/> + <option id="gnu.cpp.compiler.option.preprocessor.def.472247360" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false"/> </tool> <tool id="com.crt.advproject.gcc.lib.debug.1004026908" name="MCU C Compiler" superClass="com.crt.advproject.gcc.lib.debug"> <option id="com.crt.advproject.gcc.arch.1404126263" name="Architecture" superClass="com.crt.advproject.gcc.arch" useByScannerDiscovery="true" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> @@ -45,8 +45,8 @@ <listOptionValue builtIn="false" value="../inc"/> </option> <option id="gnu.c.compiler.option.optimization.flags.167107899" name="Other optimization flags" superClass="gnu.c.compiler.option.optimization.flags" useByScannerDiscovery="false" value="-Os" valueType="string"/> - <option id="com.crt.advproject.gcc.hdrlib.1377555555" superClass="com.crt.advproject.gcc.hdrlib"/> - <option id="com.crt.advproject.gcc.fpu.510422163" superClass="com.crt.advproject.gcc.fpu"/> + <option id="com.crt.advproject.gcc.hdrlib.1377555555" superClass="com.crt.advproject.gcc.hdrlib" useByScannerDiscovery="false"/> + <option id="com.crt.advproject.gcc.fpu.510422163" superClass="com.crt.advproject.gcc.fpu" useByScannerDiscovery="true"/> <inputType id="com.crt.advproject.compiler.input.189471461" superClass="com.crt.advproject.compiler.input"/> </tool> <tool id="com.crt.advproject.gas.lib.debug.1199056603" name="MCU Assembler" superClass="com.crt.advproject.gas.lib.debug"> diff --git a/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a b/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a deleted file mode 100644 index a4742592d3e8b98c1fbf22f273324af36b58aa38..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a and /dev/null differ diff --git a/CMSISv2p00_LPC17xx/Debug/makefile b/CMSISv2p00_LPC17xx/Debug/makefile deleted file mode 100644 index 2002ae8623c0679925bdef6cc2241fa68f06e9da..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/makefile +++ /dev/null @@ -1,60 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include src/subdir.mk -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -endif - --include ../makefile.defs - -OPTIONAL_TOOL_DEPS := \ -$(wildcard ../makefile.defs) \ -$(wildcard ../makefile.init) \ -$(wildcard ../makefile.targets) \ - - -BUILD_ARTIFACT_NAME := CMSISv2p00_LPC17xx -BUILD_ARTIFACT_EXTENSION := a -BUILD_ARTIFACT_PREFIX := lib -BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),) - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: - +@$(MAKE) --no-print-directory main-build && $(MAKE) --no-print-directory post-build - -# Main-build Target -main-build: libCMSISv2p00_LPC17xx.a - -# Tool invocations -libCMSISv2p00_LPC17xx.a: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS) - @echo 'Building target: $@' - @echo 'Invoking: MCU Archiver' - arm-none-eabi-ar -r "libCMSISv2p00_LPC17xx.a" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - -# Other Targets -clean: - -$(RM) libCMSISv2p00_LPC17xx.a - -@echo ' ' - -post-build: - -@echo 'Performing post-build steps' - -arm-none-eabi-size libCMSISv2p00_LPC17xx.a ; # arm-none-eabi-objdump -h -S libCMSISv2p00_LPC17xx.a >libCMSISv2p00_LPC17xx.lss - -@echo ' ' - -.PHONY: all clean dependents main-build post-build - --include ../makefile.targets diff --git a/CMSISv2p00_LPC17xx/Debug/objects.mk b/CMSISv2p00_LPC17xx/Debug/objects.mk deleted file mode 100644 index dc31e16c685929c0d9eb5bd448a36f54b1533d57..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/objects.mk +++ /dev/null @@ -1,8 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -USER_OBJS := - -LIBS := - diff --git a/CMSISv2p00_LPC17xx/Debug/sources.mk b/CMSISv2p00_LPC17xx/Debug/sources.mk deleted file mode 100644 index 52857d987d71ca4956bcf356136a2ae60f29e225..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/sources.mk +++ /dev/null @@ -1,18 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -ASM_SRCS := -C_SRCS := -OBJ_SRCS := -O_SRCS := -S_SRCS := -S_UPPER_SRCS := -ARCHIVES := -C_DEPS := -OBJS := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -src \ - diff --git a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d b/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d deleted file mode 100644 index dc66f068d4456f721f0d0c94b1690b609b02d0e5..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d +++ /dev/null @@ -1 +0,0 @@ -src/core_cm3.o src/core_cm3.d: ../src/core_cm3.c diff --git a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o b/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o deleted file mode 100644 index e9e546d1e35e666b8ef75b6deca5df2d86263065..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o and /dev/null differ diff --git a/CMSISv2p00_LPC17xx/Debug/src/subdir.mk b/CMSISv2p00_LPC17xx/Debug/src/subdir.mk deleted file mode 100644 index f2f8505432454ad732f7643af749bca86beae2ad..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/src/subdir.mk +++ /dev/null @@ -1,34 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../src/core_cm3.c \ -../src/system_LPC17xx.c - -C_DEPS += \ -./src/core_cm3.d \ -./src/system_LPC17xx.d - -OBJS += \ -./src/core_cm3.o \ -./src/system_LPC17xx.o - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.c src/subdir.mk - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -I../inc -O0 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - -clean: clean-src - -clean-src: - -$(RM) ./src/core_cm3.d ./src/core_cm3.o ./src/system_LPC17xx.d ./src/system_LPC17xx.o - -.PHONY: clean-src - diff --git a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d deleted file mode 100644 index 30469e0a8c10b83b4dc7851f24532b9672d1a074..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d +++ /dev/null @@ -1,8 +0,0 @@ -src/system_LPC17xx.o src/system_LPC17xx.d: ../src/system_LPC17xx.c \ - ../inc/LPC17xx.h ../inc/core_cm3.h ../inc/core_cmInstr.h \ - ../inc/core_cmFunc.h ../inc/system_LPC17xx.h -../inc/LPC17xx.h: -../inc/core_cm3.h: -../inc/core_cmInstr.h: -../inc/core_cmFunc.h: -../inc/system_LPC17xx.h: diff --git a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o deleted file mode 100644 index 6a2b8f93459c0527f2bdff4b9bfa438b33b425ce..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o and /dev/null differ diff --git a/labo4.1_DMA_new/.cproject b/labo4.1_DMA_new/.cproject index ffc871101798033f73ca668051b0d4e3504b29f6..24606886641e2ac9b644b8ade0b84a011cf96045 100644 --- a/labo4.1_DMA_new/.cproject +++ b/labo4.1_DMA_new/.cproject @@ -398,35 +398,36 @@ </storageModule> <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> <storageModule moduleId="com.crt.config"> - <projectStorage><?xml version="1.0" encoding="UTF-8"?> -<TargetConfig> -<Properties property_2="LPC175x_6x_512.cfx" property_3="NXP" property_4="LPC1769" property_count="5" version="100300"/> -<infoList vendor="NXP"> -<info chip="LPC1769" flash_driver="LPC175x_6x_512.cfx" match_id="0x26113F37" name="LPC1769" package="lpc17_lqfp100.xml" stub="crt_emu_cm3_nxp"> -<chip> -<name>LPC1769</name> -<family>LPC17xx</family> -<vendor>NXP (formerly Philips)</vendor> -<reset board="None" core="Real" sys="Real"/> -<clock changeable="TRUE" freq="20MHz" is_accurate="TRUE"/> -<memory can_program="true" id="Flash" is_ro="true" type="Flash"/> -<memory id="RAM" type="RAM"/> -<memory id="Periph" is_volatile="true" type="Peripheral"/> -<memoryInstance derived_from="Flash" id="MFlash512" location="0x00000000" size="0x80000"/> -<memoryInstance derived_from="RAM" id="RamLoc32" location="0x10000000" size="0x8000"/> -<memoryInstance derived_from="RAM" id="RamAHB32" location="0x2007c000" size="0x8000"/> -<prog_flash blocksz="0x1000" location="0" maxprgbuff="0x1000" progwithcode="TRUE" size="0x10000"/> -<prog_flash blocksz="0x8000" location="0x10000" maxprgbuff="0x1000" progwithcode="TRUE" size="0x70000"/> -</chip> -<processor> -<name gcc_name="cortex-m3">Cortex-M3</name> -<family>Cortex-M</family> -</processor> -</info> -</infoList> + <projectStorage><?xml version="1.0" encoding="UTF-8"?> +<TargetConfig> +<Properties property_2="LPC175x_6x_512.cfx" property_3="NXP" property_4="LPC1769" property_count="5" version="100300"/> +<infoList vendor="NXP"> +<info chip="LPC1769" flash_driver="LPC175x_6x_512.cfx" match_id="0x26113F37" name="LPC1769" package="lpc17_lqfp100.xml" stub="crt_emu_cm3_nxp"> +<chip> +<name>LPC1769</name> +<family>LPC17xx</family> +<vendor>NXP (formerly Philips)</vendor> +<reset board="None" core="Real" sys="Real"/> +<clock changeable="TRUE" freq="20MHz" is_accurate="TRUE"/> +<memory can_program="true" id="Flash" is_ro="true" type="Flash"/> +<memory id="RAM" type="RAM"/> +<memory id="Periph" is_volatile="true" type="Peripheral"/> +<memoryInstance derived_from="Flash" id="MFlash512" location="0x00000000" size="0x80000"/> +<memoryInstance derived_from="RAM" id="RamLoc32" location="0x10000000" size="0x8000"/> +<memoryInstance derived_from="RAM" id="RamAHB32" location="0x2007c000" size="0x8000"/> +<prog_flash blocksz="0x1000" location="0" maxprgbuff="0x1000" progwithcode="TRUE" size="0x10000"/> +<prog_flash blocksz="0x8000" location="0x10000" maxprgbuff="0x1000" progwithcode="TRUE" size="0x70000"/> +</chip> +<processor> +<name gcc_name="cortex-m3">Cortex-M3</name> +<family>Cortex-M</family> +</processor> +</info> +</infoList> </TargetConfig></projectStorage> </storageModule> <storageModule moduleId="refreshScope"/> <storageModule moduleId="com.crt.advproject"/> <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/> + <storageModule moduleId="openCmsis"/> </cproject> \ No newline at end of file