From acba0a5a8a19dbe83faa38aa7f96d109e168248d Mon Sep 17 00:00:00 2001 From: greg-williams Date: Fri, 21 Nov 2008 02:31:27 +0000 Subject: [PATCH] * Added support for IAR Embedded Workbench v5.0 - Relocated example project in preparation for adding real CMock system test git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@47 bf332499-1b4d-0410-844d-d2d48d5cc64c --- auto/generate_test_runner.rb | 177 - {test/system => examples}/src/AT91SAM7X256.h | 0 {test/system => examples}/src/AdcConductor.c | 0 {test/system => examples}/src/AdcConductor.h | 0 {test/system => examples}/src/AdcHardware.c | 0 {test/system => examples}/src/AdcHardware.h | 0 .../src/AdcHardwareConfigurator.c | 0 .../src/AdcHardwareConfigurator.h | 0 {test/system => examples}/src/AdcModel.c | 0 {test/system => examples}/src/AdcModel.h | 0 .../src/AdcTemperatureSensor.c | 0 .../src/AdcTemperatureSensor.h | 0 {test/system => examples}/src/Executor.c | 3 + {test/system => examples}/src/Executor.h | 0 examples/src/IntrinsicsWrapper.c | 18 + examples/src/IntrinsicsWrapper.h | 7 + {test/system => examples}/src/Main.c | 1 + {test/system => examples}/src/Main.h | 0 {test/system => examples}/src/Model.c | 0 {test/system => examples}/src/Model.h | 0 {test/system => examples}/src/ModelConfig.h | 0 {test/system => examples}/src/TaskScheduler.c | 0 {test/system => examples}/src/TaskScheduler.h | 0 .../src/TemperatureCalculator.c | 0 .../src/TemperatureCalculator.h | 0 .../src/TemperatureFilter.c | 0 .../src/TemperatureFilter.h | 0 .../system => examples}/src/TimerConductor.c | 0 .../system => examples}/src/TimerConductor.h | 0 .../src/TimerConfigurator.c | 0 .../src/TimerConfigurator.h | 0 {test/system => examples}/src/TimerHardware.c | 0 {test/system => examples}/src/TimerHardware.h | 0 .../src/TimerInterruptConfigurator.c | 0 .../src/TimerInterruptConfigurator.h | 0 .../src/TimerInterruptHandler.c | 0 .../src/TimerInterruptHandler.h | 0 {test/system => examples}/src/TimerModel.c | 0 {test/system => examples}/src/TimerModel.h | 0 {test/system => examples}/src/Types.h | 0 .../src/UsartBaudRateRegisterCalculator.c | 0 .../src/UsartBaudRateRegisterCalculator.h | 0 .../system => examples}/src/UsartConductor.c | 0 .../system => examples}/src/UsartConductor.h | 0 .../src/UsartConfigurator.c | 0 .../src/UsartConfigurator.h | 0 {test/system => examples}/src/UsartHardware.c | 0 {test/system => examples}/src/UsartHardware.h | 0 {test/system => examples}/src/UsartModel.c | 0 {test/system => examples}/src/UsartModel.h | 0 {test/system => examples}/src/UsartPutChar.c | 0 {test/system => examples}/src/UsartPutChar.h | 0 .../src/UsartTransmitBufferStatus.c | 0 .../src/UsartTransmitBufferStatus.h | 0 .../test/TestAdcConductor.c | 0 .../test/TestAdcHardware.c | 0 .../test/TestAdcHardwareConfigurator.c | 0 {test/system => examples}/test/TestAdcModel.c | 0 .../test/TestAdcTemperatureSensor.c | 0 {test/system => examples}/test/TestExecutor.c | 4 +- {test/system => examples}/test/TestMain.c | 0 {test/system => examples}/test/TestModel.c | 0 .../test/TestTaskScheduler.c | 0 .../test/TestTemperatureCalculator.c | 0 .../test/TestTemperatureFilter.c | 0 .../test/TestTimerConductor.c | 0 .../test/TestTimerConfigurator.c | 0 .../test/TestTimerHardware.c | 0 .../test/TestTimerInterruptConfigurator.c | 2 +- .../test/TestTimerInterruptHandler.c | 0 .../system => examples}/test/TestTimerModel.c | 0 .../TestUsartBaudRateRegisterCalculator.c | 0 .../test/TestUsartConductor.c | 0 .../test/TestUsartConfigurator.c | 0 .../test/TestUsartHardware.c | 0 .../system => examples}/test/TestUsartModel.c | 0 .../test/TestUsartPutChar.c | 0 .../test/TestUsartTransmitBufferStatus.c | 0 gcc.yml | 12 +- iar/AT91SAM7X256.html | 7 - iar/cmock_demo.dep | 2244 --------- iar/{ => iar_v4/Resource}/SAM7_FLASH.mac | 0 iar/{ => iar_v4/Resource}/SAM7_RAM.mac | 0 iar/{ => iar_v4/Resource}/SAM7_SIM.mac | 0 .../Resource}/at91SAM7X256_FLASH.xcl | 0 .../Resource}/at91SAM7X256_RAM.xcl | 0 iar/{ => iar_v4/Resource}/ioat91sam7x256.ddf | 0 iar/iar_v4/cmock_demo.dep | 3691 +++++++++++++++ iar/{ => iar_v4}/cmock_demo.ewd | 10 +- iar/{ => iar_v4}/cmock_demo.ewp | 121 +- iar/{ => iar_v4}/cmock_demo.eww | 0 iar/{ => iar_v4/incIAR}/AT91SAM7X-EK.h | 0 iar/{ => iar_v4/incIAR}/AT91SAM7X256.inc | 0 iar/{ => iar_v4/incIAR}/AT91SAM7X256.rdf | 0 iar/{ => iar_v4/incIAR}/AT91SAM7X256.tcl | 0 iar/{ => iar_v4/incIAR}/AT91SAM7X256_inc.h | 0 iar/{ => iar_v4/incIAR}/ioat91sam7x256.h | 0 iar/{ => iar_v4/incIAR}/lib_AT91SAM7X256.h | 0 iar/{ => iar_v4}/settings/cmock_demo.cspy.bat | 2 +- iar/{ => iar_v4}/settings/cmock_demo.dbgdt | 6 +- iar/{ => iar_v4}/settings/cmock_demo.dni | 14 +- iar/iar_v4/settings/cmock_demo.wsdt | 76 + iar/{ => iar_v4/srcIAR}/Cstartup.s79 | 0 iar/{ => iar_v4/srcIAR}/Cstartup_SAM7.c | 1 - iar/iar_v5/Resource/SAM7_FLASH.mac | 71 + iar/iar_v5/Resource/SAM7_RAM.mac | 94 + iar/iar_v5/Resource/SAM7_SIM.mac | 67 + iar/iar_v5/Resource/at91SAM7X256_FLASH.icf | 43 + iar/iar_v5/Resource/at91SAM7X256_RAM.icf | 42 + iar/iar_v5/cmock_demo.dep | 4204 ++++++++++++++++ iar/iar_v5/cmock_demo.ewd | 1906 ++++++++ iar/iar_v5/cmock_demo.ewp | 2426 ++++++++++ iar/iar_v5/cmock_demo.eww | 26 + iar/iar_v5/incIAR/AT91SAM7X-EK.h | 61 + iar/iar_v5/incIAR/AT91SAM7X256_inc.h | 2268 +++++++++ iar/iar_v5/incIAR/lib_AT91SAM7X256.h | 4211 +++++++++++++++++ iar/iar_v5/incIAR/project.h | 30 + .../settings/BasicInterrupt_SAM7X.cspy.bat | 33 + .../settings/BasicInterrupt_SAM7X.dbgdt | 5 + iar/iar_v5/settings/BasicInterrupt_SAM7X.dni | 18 + iar/iar_v5/settings/BasicInterrupt_SAM7X.wsdt | 74 + .../BasicInterrupt_SAM7X_FLASH_Debug.jlink | 12 + iar/iar_v5/settings/cmock_demo.cspy.bat | 33 + iar/iar_v5/settings/cmock_demo.dbgdt | 85 + iar/iar_v5/settings/cmock_demo.dni | 44 + iar/iar_v5/settings/cmock_demo.wsdt | 73 + iar/iar_v5/settings/cmock_demo_Binary.jlink | 12 + .../settings/cmock_demo_FLASH_Debug.jlink | 12 + .../settings/cmock_demo_RAM_Debug.jlink | 12 + iar/iar_v5/srcIAR/Cstartup.s | 299 ++ iar/iar_v5/srcIAR/Cstartup_SAM7.c | 98 + iar/settings/cmock_demo.wsdt | 76 - iar.yml => iar_v4.yml | 18 +- iar_v5.yml | 75 + rakefile.rb | 12 +- rakefile_helper.rb | 54 +- 136 files changed, 20279 insertions(+), 2611 deletions(-) delete mode 100644 auto/generate_test_runner.rb rename {test/system => examples}/src/AT91SAM7X256.h (100%) rename {test/system => examples}/src/AdcConductor.c (100%) rename {test/system => examples}/src/AdcConductor.h (100%) rename {test/system => examples}/src/AdcHardware.c (100%) rename {test/system => examples}/src/AdcHardware.h (100%) rename {test/system => examples}/src/AdcHardwareConfigurator.c (100%) rename {test/system => examples}/src/AdcHardwareConfigurator.h (100%) rename {test/system => examples}/src/AdcModel.c (100%) rename {test/system => examples}/src/AdcModel.h (100%) rename {test/system => examples}/src/AdcTemperatureSensor.c (100%) rename {test/system => examples}/src/AdcTemperatureSensor.h (100%) rename {test/system => examples}/src/Executor.c (82%) rename {test/system => examples}/src/Executor.h (100%) create mode 100644 examples/src/IntrinsicsWrapper.c create mode 100644 examples/src/IntrinsicsWrapper.h rename {test/system => examples}/src/Main.c (91%) rename {test/system => examples}/src/Main.h (100%) rename {test/system => examples}/src/Model.c (100%) rename {test/system => examples}/src/Model.h (100%) rename {test/system => examples}/src/ModelConfig.h (100%) rename {test/system => examples}/src/TaskScheduler.c (100%) rename {test/system => examples}/src/TaskScheduler.h (100%) rename {test/system => examples}/src/TemperatureCalculator.c (100%) rename {test/system => examples}/src/TemperatureCalculator.h (100%) rename {test/system => examples}/src/TemperatureFilter.c (100%) rename {test/system => examples}/src/TemperatureFilter.h (100%) rename {test/system => examples}/src/TimerConductor.c (100%) rename {test/system => examples}/src/TimerConductor.h (100%) rename {test/system => examples}/src/TimerConfigurator.c (100%) rename {test/system => examples}/src/TimerConfigurator.h (100%) rename {test/system => examples}/src/TimerHardware.c (100%) rename {test/system => examples}/src/TimerHardware.h (100%) rename {test/system => examples}/src/TimerInterruptConfigurator.c (100%) rename {test/system => examples}/src/TimerInterruptConfigurator.h (100%) rename {test/system => examples}/src/TimerInterruptHandler.c (100%) rename {test/system => examples}/src/TimerInterruptHandler.h (100%) rename {test/system => examples}/src/TimerModel.c (100%) rename {test/system => examples}/src/TimerModel.h (100%) rename {test/system => examples}/src/Types.h (100%) rename {test/system => examples}/src/UsartBaudRateRegisterCalculator.c (100%) rename {test/system => examples}/src/UsartBaudRateRegisterCalculator.h (100%) rename {test/system => examples}/src/UsartConductor.c (100%) rename {test/system => examples}/src/UsartConductor.h (100%) rename {test/system => examples}/src/UsartConfigurator.c (100%) rename {test/system => examples}/src/UsartConfigurator.h (100%) rename {test/system => examples}/src/UsartHardware.c (100%) rename {test/system => examples}/src/UsartHardware.h (100%) rename {test/system => examples}/src/UsartModel.c (100%) rename {test/system => examples}/src/UsartModel.h (100%) rename {test/system => examples}/src/UsartPutChar.c (100%) rename {test/system => examples}/src/UsartPutChar.h (100%) rename {test/system => examples}/src/UsartTransmitBufferStatus.c (100%) rename {test/system => examples}/src/UsartTransmitBufferStatus.h (100%) rename {test/system => examples}/test/TestAdcConductor.c (100%) rename {test/system => examples}/test/TestAdcHardware.c (100%) rename {test/system => examples}/test/TestAdcHardwareConfigurator.c (100%) rename {test/system => examples}/test/TestAdcModel.c (100%) rename {test/system => examples}/test/TestAdcTemperatureSensor.c (100%) rename {test/system => examples}/test/TestExecutor.c (85%) rename {test/system => examples}/test/TestMain.c (100%) rename {test/system => examples}/test/TestModel.c (100%) rename {test/system => examples}/test/TestTaskScheduler.c (100%) rename {test/system => examples}/test/TestTemperatureCalculator.c (100%) rename {test/system => examples}/test/TestTemperatureFilter.c (100%) rename {test/system => examples}/test/TestTimerConductor.c (100%) rename {test/system => examples}/test/TestTimerConfigurator.c (100%) rename {test/system => examples}/test/TestTimerHardware.c (100%) rename {test/system => examples}/test/TestTimerInterruptConfigurator.c (93%) rename {test/system => examples}/test/TestTimerInterruptHandler.c (100%) rename {test/system => examples}/test/TestTimerModel.c (100%) rename {test/system => examples}/test/TestUsartBaudRateRegisterCalculator.c (100%) rename {test/system => examples}/test/TestUsartConductor.c (100%) rename {test/system => examples}/test/TestUsartConfigurator.c (100%) rename {test/system => examples}/test/TestUsartHardware.c (100%) rename {test/system => examples}/test/TestUsartModel.c (100%) rename {test/system => examples}/test/TestUsartPutChar.c (100%) rename {test/system => examples}/test/TestUsartTransmitBufferStatus.c (100%) delete mode 100644 iar/AT91SAM7X256.html delete mode 100644 iar/cmock_demo.dep rename iar/{ => iar_v4/Resource}/SAM7_FLASH.mac (100%) rename iar/{ => iar_v4/Resource}/SAM7_RAM.mac (100%) rename iar/{ => iar_v4/Resource}/SAM7_SIM.mac (100%) rename iar/{ => iar_v4/Resource}/at91SAM7X256_FLASH.xcl (100%) rename iar/{ => iar_v4/Resource}/at91SAM7X256_RAM.xcl (100%) rename iar/{ => iar_v4/Resource}/ioat91sam7x256.ddf (100%) create mode 100644 iar/iar_v4/cmock_demo.dep rename iar/{ => iar_v4}/cmock_demo.ewd (95%) rename iar/{ => iar_v4}/cmock_demo.ewp (91%) rename iar/{ => iar_v4}/cmock_demo.eww (100%) rename iar/{ => iar_v4/incIAR}/AT91SAM7X-EK.h (100%) rename iar/{ => iar_v4/incIAR}/AT91SAM7X256.inc (100%) rename iar/{ => iar_v4/incIAR}/AT91SAM7X256.rdf (100%) rename iar/{ => iar_v4/incIAR}/AT91SAM7X256.tcl (100%) rename iar/{ => iar_v4/incIAR}/AT91SAM7X256_inc.h (100%) rename iar/{ => iar_v4/incIAR}/ioat91sam7x256.h (100%) rename iar/{ => iar_v4/incIAR}/lib_AT91SAM7X256.h (100%) rename iar/{ => iar_v4}/settings/cmock_demo.cspy.bat (83%) rename iar/{ => iar_v4}/settings/cmock_demo.dbgdt (61%) rename iar/{ => iar_v4}/settings/cmock_demo.dni (94%) create mode 100644 iar/iar_v4/settings/cmock_demo.wsdt rename iar/{ => iar_v4/srcIAR}/Cstartup.s79 (100%) rename iar/{ => iar_v4/srcIAR}/Cstartup_SAM7.c (97%) create mode 100644 iar/iar_v5/Resource/SAM7_FLASH.mac create mode 100644 iar/iar_v5/Resource/SAM7_RAM.mac create mode 100644 iar/iar_v5/Resource/SAM7_SIM.mac create mode 100644 iar/iar_v5/Resource/at91SAM7X256_FLASH.icf create mode 100644 iar/iar_v5/Resource/at91SAM7X256_RAM.icf create mode 100644 iar/iar_v5/cmock_demo.dep create mode 100644 iar/iar_v5/cmock_demo.ewd create mode 100644 iar/iar_v5/cmock_demo.ewp create mode 100644 iar/iar_v5/cmock_demo.eww create mode 100644 iar/iar_v5/incIAR/AT91SAM7X-EK.h create mode 100644 iar/iar_v5/incIAR/AT91SAM7X256_inc.h create mode 100644 iar/iar_v5/incIAR/lib_AT91SAM7X256.h create mode 100644 iar/iar_v5/incIAR/project.h create mode 100644 iar/iar_v5/settings/BasicInterrupt_SAM7X.cspy.bat create mode 100644 iar/iar_v5/settings/BasicInterrupt_SAM7X.dbgdt create mode 100644 iar/iar_v5/settings/BasicInterrupt_SAM7X.dni create mode 100644 iar/iar_v5/settings/BasicInterrupt_SAM7X.wsdt create mode 100644 iar/iar_v5/settings/BasicInterrupt_SAM7X_FLASH_Debug.jlink create mode 100644 iar/iar_v5/settings/cmock_demo.cspy.bat create mode 100644 iar/iar_v5/settings/cmock_demo.dbgdt create mode 100644 iar/iar_v5/settings/cmock_demo.dni create mode 100644 iar/iar_v5/settings/cmock_demo.wsdt create mode 100644 iar/iar_v5/settings/cmock_demo_Binary.jlink create mode 100644 iar/iar_v5/settings/cmock_demo_FLASH_Debug.jlink create mode 100644 iar/iar_v5/settings/cmock_demo_RAM_Debug.jlink create mode 100644 iar/iar_v5/srcIAR/Cstartup.s create mode 100644 iar/iar_v5/srcIAR/Cstartup_SAM7.c delete mode 100644 iar/settings/cmock_demo.wsdt rename iar.yml => iar_v4.yml (79%) create mode 100644 iar_v5.yml diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb deleted file mode 100644 index 4c31ca8..0000000 --- a/auto/generate_test_runner.rb +++ /dev/null @@ -1,177 +0,0 @@ - -class UnityTestRunnerGenerator - - def run(input_file, output_file, additional_includes=[], tab=' ') - @tab = tab - tests = [] - includes = [] - used_mocks = [] - - module_name = File.basename(input_file) - - File.open(input_file, 'r') do |input| - tests = find_tests(input) - includes = find_includes(input) - used_mocks = find_mocks(includes) - end - - File.open(output_file, 'w') do |output| - create_header(output, used_mocks, additional_includes) - create_externs(output, tests, used_mocks) - create_mock_management(output, used_mocks) - create_runtest(output, used_mocks) - create_main(output, module_name, tests) - end - - all_files_used = [input_file, output_file] - all_files_used += includes.map {|filename| filename + '.c'} unless includes.empty? - all_files_used += additional_includes unless additional_includes.empty? - return all_files_used.uniq - end - - def find_tests(input_file) - input_file.rewind - tests = [] - source = input_file.read() - source = source.gsub(/\/\/.*$/, '') #remove line comments - source = source.gsub(/\/\*.*?\*\//m, '') #remove block comments - lines = source.split(/(^\s*\#.*$) # Treat preprocessor directives as a logical line - | (;|\{|\}) /x) # Match ;, {, and } as end of lines - lines.each do |line| - if line =~ /^\s*void\s+test(.*?)\s*\(\s*void\s*\)/ - tests << "test" + $1 - end - end - return tests - end - - def find_includes(input_file) - input_file.rewind - includes = [] - input_file.readlines.each do |line| - scan_results = line.scan(/^#include\s+\"\s*(.+)\.h\s*\"/) - includes << scan_results[0][0] if (scan_results.size > 0) - end - return includes - end - - def find_mocks(includes) - mock_headers = [] - includes.each do |include_file| - mock_headers << include_file if include_file.include? "Mock" - end - return mock_headers - end - - def create_header(output, mocks, additional_includes=[]) - output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */') - output.puts('#include "unity.h"') - additional_includes.each do |includes| - output.puts("#include \"#{includes}.h\"") - end - mocks.each do |mock| - output.puts("#include \"#{mock}.h\"") - end - output.puts('#include ') - output.puts('#include ') - output.puts('') - output.puts('jmp_buf AbortFrame;') - output.puts('') - output.puts('char MessageBuffer[50];') - end - - - def create_externs(output, tests, mocks) - output.puts('') - - output.puts("extern void setUp(void);") - output.puts("extern void tearDown(void);") - - output.puts('') - - tests.each do |test| - output.puts("extern void #{test}(void);") - end - - output.puts('') - end - - - def create_mock_management(output, mocks) - unless (mocks.empty?) - output.puts("static void CMock_Init(void)") - output.puts("{") - mocks.each do |mock| - output.puts("#{@tab}#{mock}_Init();") - end - output.puts("}\n") - - output.puts("static void CMock_Verify(void)") - output.puts("{") - mocks.each do |mock| - output.puts("#{@tab}#{mock}_Verify();") - end - output.puts("}\n") - - output.puts("static void CMock_Destroy(void)") - output.puts("{") - mocks.each do |mock| - output.puts("#{@tab}#{mock}_Destroy();") - end - output.puts("}\n") - end - end - - - def create_runtest(output, used_mocks) - output.puts("static void runTest(UnityTestFunction test)") - output.puts("{") - output.puts("#{@tab}if (TEST_PROTECT())") - output.puts("#{@tab}{") - output.puts("#{@tab}#{@tab}CMock_Init();") unless (used_mocks.empty?) - output.puts("#{@tab}#{@tab}setUp();") - output.puts("#{@tab}#{@tab}test();") - output.puts("#{@tab}}") - output.puts("#{@tab}CMock_Verify();") unless (used_mocks.empty?) - output.puts("#{@tab}CMock_Destroy();") unless (used_mocks.empty?) - output.puts("#{@tab}tearDown();") - output.puts("}") - end - - - def create_main(output, module_name, tests) - output.puts() - output.puts() - output.puts("int main(void)") - output.puts("{") - output.puts("#{@tab}Unity.TestFile = \"#{module_name}\";") - output.puts("#{@tab}UnityBegin();") - output.puts() - - output.puts("#{@tab}// RUN_TEST calls runTest") - tests.each do |test| - output.puts("#{@tab}RUN_TEST(#{test});") - end - - output.puts() - output.puts("#{@tab}UnityEnd();") - output.puts("#{@tab}return 0;") - output.puts("}") - end - -end - - -if ($0 == __FILE__) - usage = "usage: ruby #{__FILE__} input_test_file output_test_runner" - - if !ARGV[0] - puts usage - exit 1 - end - - ARGV[1] = ARGV[0].gsub(".c","_sRunner.c") if (!ARGV[1]) - - UnityTestRunnerGenerator.new - UnityTestRunnerGenerator.run(ARGV[0], ARGV[1]) -end diff --git a/test/system/src/AT91SAM7X256.h b/examples/src/AT91SAM7X256.h similarity index 100% rename from test/system/src/AT91SAM7X256.h rename to examples/src/AT91SAM7X256.h diff --git a/test/system/src/AdcConductor.c b/examples/src/AdcConductor.c similarity index 100% rename from test/system/src/AdcConductor.c rename to examples/src/AdcConductor.c diff --git a/test/system/src/AdcConductor.h b/examples/src/AdcConductor.h similarity index 100% rename from test/system/src/AdcConductor.h rename to examples/src/AdcConductor.h diff --git a/test/system/src/AdcHardware.c b/examples/src/AdcHardware.c similarity index 100% rename from test/system/src/AdcHardware.c rename to examples/src/AdcHardware.c diff --git a/test/system/src/AdcHardware.h b/examples/src/AdcHardware.h similarity index 100% rename from test/system/src/AdcHardware.h rename to examples/src/AdcHardware.h diff --git a/test/system/src/AdcHardwareConfigurator.c b/examples/src/AdcHardwareConfigurator.c similarity index 100% rename from test/system/src/AdcHardwareConfigurator.c rename to examples/src/AdcHardwareConfigurator.c diff --git a/test/system/src/AdcHardwareConfigurator.h b/examples/src/AdcHardwareConfigurator.h similarity index 100% rename from test/system/src/AdcHardwareConfigurator.h rename to examples/src/AdcHardwareConfigurator.h diff --git a/test/system/src/AdcModel.c b/examples/src/AdcModel.c similarity index 100% rename from test/system/src/AdcModel.c rename to examples/src/AdcModel.c diff --git a/test/system/src/AdcModel.h b/examples/src/AdcModel.h similarity index 100% rename from test/system/src/AdcModel.h rename to examples/src/AdcModel.h diff --git a/test/system/src/AdcTemperatureSensor.c b/examples/src/AdcTemperatureSensor.c similarity index 100% rename from test/system/src/AdcTemperatureSensor.c rename to examples/src/AdcTemperatureSensor.c diff --git a/test/system/src/AdcTemperatureSensor.h b/examples/src/AdcTemperatureSensor.h similarity index 100% rename from test/system/src/AdcTemperatureSensor.h rename to examples/src/AdcTemperatureSensor.h diff --git a/test/system/src/Executor.c b/examples/src/Executor.c similarity index 82% rename from test/system/src/Executor.c rename to examples/src/Executor.c index 55a6828..fd53f27 100644 --- a/test/system/src/Executor.c +++ b/examples/src/Executor.c @@ -4,6 +4,8 @@ #include "UsartConductor.h" #include "TimerConductor.h" #include "AdcConductor.h" +#include "IntrinsicsWrapper.h" + void Executor_Init(void) { @@ -11,6 +13,7 @@ void Executor_Init(void) UsartConductor_Init(); AdcConductor_Init(); TimerConductor_Init(); + Interrupt_Enable(); } bool Executor_Run(void) diff --git a/test/system/src/Executor.h b/examples/src/Executor.h similarity index 100% rename from test/system/src/Executor.h rename to examples/src/Executor.h diff --git a/examples/src/IntrinsicsWrapper.c b/examples/src/IntrinsicsWrapper.c new file mode 100644 index 0000000..5c6767e --- /dev/null +++ b/examples/src/IntrinsicsWrapper.c @@ -0,0 +1,18 @@ +#include "IntrinsicsWrapper.h" +#ifdef __ICCARM__ +#include +#endif + +void Interrupt_Enable(void) +{ +#ifdef __ICCARM__ + __enable_interrupt(); +#endif +} + +void Interrupt_Disable(void) +{ +#ifdef __ICCARM__ + __disable_interrupt(); +#endif +} diff --git a/examples/src/IntrinsicsWrapper.h b/examples/src/IntrinsicsWrapper.h new file mode 100644 index 0000000..322de31 --- /dev/null +++ b/examples/src/IntrinsicsWrapper.h @@ -0,0 +1,7 @@ +#ifndef _INTRINSICS_WRAPPER_H +#define _INTRINSICS_WRAPPER_H + +void Interrupt_Enable(void); +void Interrupt_Disable(void); + +#endif // _INTRINSICS_WRAPPER_H diff --git a/test/system/src/Main.c b/examples/src/Main.c similarity index 91% rename from test/system/src/Main.c rename to examples/src/Main.c index 6921172..b81a528 100644 --- a/test/system/src/Main.c +++ b/examples/src/Main.c @@ -1,5 +1,6 @@ #include "Types.h" +#include "IntrinsicsWrapper.h" #include "Executor.h" #include "Model.h" diff --git a/test/system/src/Main.h b/examples/src/Main.h similarity index 100% rename from test/system/src/Main.h rename to examples/src/Main.h diff --git a/test/system/src/Model.c b/examples/src/Model.c similarity index 100% rename from test/system/src/Model.c rename to examples/src/Model.c diff --git a/test/system/src/Model.h b/examples/src/Model.h similarity index 100% rename from test/system/src/Model.h rename to examples/src/Model.h diff --git a/test/system/src/ModelConfig.h b/examples/src/ModelConfig.h similarity index 100% rename from test/system/src/ModelConfig.h rename to examples/src/ModelConfig.h diff --git a/test/system/src/TaskScheduler.c b/examples/src/TaskScheduler.c similarity index 100% rename from test/system/src/TaskScheduler.c rename to examples/src/TaskScheduler.c diff --git a/test/system/src/TaskScheduler.h b/examples/src/TaskScheduler.h similarity index 100% rename from test/system/src/TaskScheduler.h rename to examples/src/TaskScheduler.h diff --git a/test/system/src/TemperatureCalculator.c b/examples/src/TemperatureCalculator.c similarity index 100% rename from test/system/src/TemperatureCalculator.c rename to examples/src/TemperatureCalculator.c diff --git a/test/system/src/TemperatureCalculator.h b/examples/src/TemperatureCalculator.h similarity index 100% rename from test/system/src/TemperatureCalculator.h rename to examples/src/TemperatureCalculator.h diff --git a/test/system/src/TemperatureFilter.c b/examples/src/TemperatureFilter.c similarity index 100% rename from test/system/src/TemperatureFilter.c rename to examples/src/TemperatureFilter.c diff --git a/test/system/src/TemperatureFilter.h b/examples/src/TemperatureFilter.h similarity index 100% rename from test/system/src/TemperatureFilter.h rename to examples/src/TemperatureFilter.h diff --git a/test/system/src/TimerConductor.c b/examples/src/TimerConductor.c similarity index 100% rename from test/system/src/TimerConductor.c rename to examples/src/TimerConductor.c diff --git a/test/system/src/TimerConductor.h b/examples/src/TimerConductor.h similarity index 100% rename from test/system/src/TimerConductor.h rename to examples/src/TimerConductor.h diff --git a/test/system/src/TimerConfigurator.c b/examples/src/TimerConfigurator.c similarity index 100% rename from test/system/src/TimerConfigurator.c rename to examples/src/TimerConfigurator.c diff --git a/test/system/src/TimerConfigurator.h b/examples/src/TimerConfigurator.h similarity index 100% rename from test/system/src/TimerConfigurator.h rename to examples/src/TimerConfigurator.h diff --git a/test/system/src/TimerHardware.c b/examples/src/TimerHardware.c similarity index 100% rename from test/system/src/TimerHardware.c rename to examples/src/TimerHardware.c diff --git a/test/system/src/TimerHardware.h b/examples/src/TimerHardware.h similarity index 100% rename from test/system/src/TimerHardware.h rename to examples/src/TimerHardware.h diff --git a/test/system/src/TimerInterruptConfigurator.c b/examples/src/TimerInterruptConfigurator.c similarity index 100% rename from test/system/src/TimerInterruptConfigurator.c rename to examples/src/TimerInterruptConfigurator.c diff --git a/test/system/src/TimerInterruptConfigurator.h b/examples/src/TimerInterruptConfigurator.h similarity index 100% rename from test/system/src/TimerInterruptConfigurator.h rename to examples/src/TimerInterruptConfigurator.h diff --git a/test/system/src/TimerInterruptHandler.c b/examples/src/TimerInterruptHandler.c similarity index 100% rename from test/system/src/TimerInterruptHandler.c rename to examples/src/TimerInterruptHandler.c diff --git a/test/system/src/TimerInterruptHandler.h b/examples/src/TimerInterruptHandler.h similarity index 100% rename from test/system/src/TimerInterruptHandler.h rename to examples/src/TimerInterruptHandler.h diff --git a/test/system/src/TimerModel.c b/examples/src/TimerModel.c similarity index 100% rename from test/system/src/TimerModel.c rename to examples/src/TimerModel.c diff --git a/test/system/src/TimerModel.h b/examples/src/TimerModel.h similarity index 100% rename from test/system/src/TimerModel.h rename to examples/src/TimerModel.h diff --git a/test/system/src/Types.h b/examples/src/Types.h similarity index 100% rename from test/system/src/Types.h rename to examples/src/Types.h diff --git a/test/system/src/UsartBaudRateRegisterCalculator.c b/examples/src/UsartBaudRateRegisterCalculator.c similarity index 100% rename from test/system/src/UsartBaudRateRegisterCalculator.c rename to examples/src/UsartBaudRateRegisterCalculator.c diff --git a/test/system/src/UsartBaudRateRegisterCalculator.h b/examples/src/UsartBaudRateRegisterCalculator.h similarity index 100% rename from test/system/src/UsartBaudRateRegisterCalculator.h rename to examples/src/UsartBaudRateRegisterCalculator.h diff --git a/test/system/src/UsartConductor.c b/examples/src/UsartConductor.c similarity index 100% rename from test/system/src/UsartConductor.c rename to examples/src/UsartConductor.c diff --git a/test/system/src/UsartConductor.h b/examples/src/UsartConductor.h similarity index 100% rename from test/system/src/UsartConductor.h rename to examples/src/UsartConductor.h diff --git a/test/system/src/UsartConfigurator.c b/examples/src/UsartConfigurator.c similarity index 100% rename from test/system/src/UsartConfigurator.c rename to examples/src/UsartConfigurator.c diff --git a/test/system/src/UsartConfigurator.h b/examples/src/UsartConfigurator.h similarity index 100% rename from test/system/src/UsartConfigurator.h rename to examples/src/UsartConfigurator.h diff --git a/test/system/src/UsartHardware.c b/examples/src/UsartHardware.c similarity index 100% rename from test/system/src/UsartHardware.c rename to examples/src/UsartHardware.c diff --git a/test/system/src/UsartHardware.h b/examples/src/UsartHardware.h similarity index 100% rename from test/system/src/UsartHardware.h rename to examples/src/UsartHardware.h diff --git a/test/system/src/UsartModel.c b/examples/src/UsartModel.c similarity index 100% rename from test/system/src/UsartModel.c rename to examples/src/UsartModel.c diff --git a/test/system/src/UsartModel.h b/examples/src/UsartModel.h similarity index 100% rename from test/system/src/UsartModel.h rename to examples/src/UsartModel.h diff --git a/test/system/src/UsartPutChar.c b/examples/src/UsartPutChar.c similarity index 100% rename from test/system/src/UsartPutChar.c rename to examples/src/UsartPutChar.c diff --git a/test/system/src/UsartPutChar.h b/examples/src/UsartPutChar.h similarity index 100% rename from test/system/src/UsartPutChar.h rename to examples/src/UsartPutChar.h diff --git a/test/system/src/UsartTransmitBufferStatus.c b/examples/src/UsartTransmitBufferStatus.c similarity index 100% rename from test/system/src/UsartTransmitBufferStatus.c rename to examples/src/UsartTransmitBufferStatus.c diff --git a/test/system/src/UsartTransmitBufferStatus.h b/examples/src/UsartTransmitBufferStatus.h similarity index 100% rename from test/system/src/UsartTransmitBufferStatus.h rename to examples/src/UsartTransmitBufferStatus.h diff --git a/test/system/test/TestAdcConductor.c b/examples/test/TestAdcConductor.c similarity index 100% rename from test/system/test/TestAdcConductor.c rename to examples/test/TestAdcConductor.c diff --git a/test/system/test/TestAdcHardware.c b/examples/test/TestAdcHardware.c similarity index 100% rename from test/system/test/TestAdcHardware.c rename to examples/test/TestAdcHardware.c diff --git a/test/system/test/TestAdcHardwareConfigurator.c b/examples/test/TestAdcHardwareConfigurator.c similarity index 100% rename from test/system/test/TestAdcHardwareConfigurator.c rename to examples/test/TestAdcHardwareConfigurator.c diff --git a/test/system/test/TestAdcModel.c b/examples/test/TestAdcModel.c similarity index 100% rename from test/system/test/TestAdcModel.c rename to examples/test/TestAdcModel.c diff --git a/test/system/test/TestAdcTemperatureSensor.c b/examples/test/TestAdcTemperatureSensor.c similarity index 100% rename from test/system/test/TestAdcTemperatureSensor.c rename to examples/test/TestAdcTemperatureSensor.c diff --git a/test/system/test/TestExecutor.c b/examples/test/TestExecutor.c similarity index 85% rename from test/system/test/TestExecutor.c rename to examples/test/TestExecutor.c index 09e694f..df9cd6b 100644 --- a/test/system/test/TestExecutor.c +++ b/examples/test/TestExecutor.c @@ -5,6 +5,7 @@ #include "MockUsartConductor.h" #include "MockAdcConductor.h" #include "MockTimerConductor.h" +#include "MockIntrinsicsWrapper.h" void setUp(void) { @@ -20,7 +21,8 @@ void testInitShouldCallInitOfAllConductorsAndTheModel(void) UsartConductor_Init_Expect(); AdcConductor_Init_Expect(); TimerConductor_Init_Expect(); - + Interrupt_Enable_Expect(); + Executor_Init(); } diff --git a/test/system/test/TestMain.c b/examples/test/TestMain.c similarity index 100% rename from test/system/test/TestMain.c rename to examples/test/TestMain.c diff --git a/test/system/test/TestModel.c b/examples/test/TestModel.c similarity index 100% rename from test/system/test/TestModel.c rename to examples/test/TestModel.c diff --git a/test/system/test/TestTaskScheduler.c b/examples/test/TestTaskScheduler.c similarity index 100% rename from test/system/test/TestTaskScheduler.c rename to examples/test/TestTaskScheduler.c diff --git a/test/system/test/TestTemperatureCalculator.c b/examples/test/TestTemperatureCalculator.c similarity index 100% rename from test/system/test/TestTemperatureCalculator.c rename to examples/test/TestTemperatureCalculator.c diff --git a/test/system/test/TestTemperatureFilter.c b/examples/test/TestTemperatureFilter.c similarity index 100% rename from test/system/test/TestTemperatureFilter.c rename to examples/test/TestTemperatureFilter.c diff --git a/test/system/test/TestTimerConductor.c b/examples/test/TestTimerConductor.c similarity index 100% rename from test/system/test/TestTimerConductor.c rename to examples/test/TestTimerConductor.c diff --git a/test/system/test/TestTimerConfigurator.c b/examples/test/TestTimerConfigurator.c similarity index 100% rename from test/system/test/TestTimerConfigurator.c rename to examples/test/TestTimerConfigurator.c diff --git a/test/system/test/TestTimerHardware.c b/examples/test/TestTimerHardware.c similarity index 100% rename from test/system/test/TestTimerHardware.c rename to examples/test/TestTimerHardware.c diff --git a/test/system/test/TestTimerInterruptConfigurator.c b/examples/test/TestTimerInterruptConfigurator.c similarity index 93% rename from test/system/test/TestTimerInterruptConfigurator.c rename to examples/test/TestTimerInterruptConfigurator.c index 3bc579c..8d98278 100644 --- a/test/system/test/TestTimerInterruptConfigurator.c +++ b/examples/test/TestTimerInterruptConfigurator.c @@ -35,7 +35,7 @@ void testResetSystemTimeDelegatesTo_Timer_SetSystemTime_Appropriately(void) void testConfigureInterruptShouldSetInterruptHandlerAppropriately(void) { - AT91C_BASE_AIC->AIC_SVR[AT91C_ID_TC0] = NULL; + AT91C_BASE_AIC->AIC_SVR[AT91C_ID_TC0] = (uint32)NULL; Timer_ConfigureInterrupt(); TEST_ASSERT_EQUAL((uint32)Timer_InterruptHandler, AT91C_BASE_AIC->AIC_SVR[AT91C_ID_TC0]); } diff --git a/test/system/test/TestTimerInterruptHandler.c b/examples/test/TestTimerInterruptHandler.c similarity index 100% rename from test/system/test/TestTimerInterruptHandler.c rename to examples/test/TestTimerInterruptHandler.c diff --git a/test/system/test/TestTimerModel.c b/examples/test/TestTimerModel.c similarity index 100% rename from test/system/test/TestTimerModel.c rename to examples/test/TestTimerModel.c diff --git a/test/system/test/TestUsartBaudRateRegisterCalculator.c b/examples/test/TestUsartBaudRateRegisterCalculator.c similarity index 100% rename from test/system/test/TestUsartBaudRateRegisterCalculator.c rename to examples/test/TestUsartBaudRateRegisterCalculator.c diff --git a/test/system/test/TestUsartConductor.c b/examples/test/TestUsartConductor.c similarity index 100% rename from test/system/test/TestUsartConductor.c rename to examples/test/TestUsartConductor.c diff --git a/test/system/test/TestUsartConfigurator.c b/examples/test/TestUsartConfigurator.c similarity index 100% rename from test/system/test/TestUsartConfigurator.c rename to examples/test/TestUsartConfigurator.c diff --git a/test/system/test/TestUsartHardware.c b/examples/test/TestUsartHardware.c similarity index 100% rename from test/system/test/TestUsartHardware.c rename to examples/test/TestUsartHardware.c diff --git a/test/system/test/TestUsartModel.c b/examples/test/TestUsartModel.c similarity index 100% rename from test/system/test/TestUsartModel.c rename to examples/test/TestUsartModel.c diff --git a/test/system/test/TestUsartPutChar.c b/examples/test/TestUsartPutChar.c similarity index 100% rename from test/system/test/TestUsartPutChar.c rename to examples/test/TestUsartPutChar.c diff --git a/test/system/test/TestUsartTransmitBufferStatus.c b/examples/test/TestUsartTransmitBufferStatus.c similarity index 100% rename from test/system/test/TestUsartTransmitBufferStatus.c rename to examples/test/TestUsartTransmitBufferStatus.c diff --git a/gcc.yml b/gcc.yml index 67e9d12..d8a6d3a 100644 --- a/gcc.yml +++ b/gcc.yml @@ -1,17 +1,17 @@ compiler: path: gcc - source_path: 'test/system/src/' - unit_tests_path: &unit_tests_path 'test/system/test/' - mocks_path: 'test/system/mocks/' - build_path: &build_path 'test/system/build/' + source_path: 'examples/src/' + unit_tests_path: &unit_tests_path 'examples/test/' + mocks_path: 'examples/mocks/' + build_path: &build_path 'examples/build/' options: - -c includes: prefix: '-I' items: - - 'test/system/src/' + - 'examples/src/' - *unit_tests_path - - 'test/system/mocks/' + - 'examples/mocks/' - 'vendor/unity/src/' defines: prefix: '-D' diff --git a/iar/AT91SAM7X256.html b/iar/AT91SAM7X256.html deleted file mode 100644 index f0d9612..0000000 --- a/iar/AT91SAM7X256.html +++ /dev/null @@ -1,7 +0,0 @@ - - -Hardware API Selector: AT91SAM7X256 Main Frame - - - - diff --git a/iar/cmock_demo.dep b/iar/cmock_demo.dep deleted file mode 100644 index 31697b9..0000000 --- a/iar/cmock_demo.dep +++ /dev/null @@ -1,2244 +0,0 @@ - - - - 2 - - Debug - - $PROJ_DIR$\..\test\system\src\TimerConductor.h - $PROJ_DIR$\..\test\system\src\TimerModel.h - $PROJ_DIR$\Debug\Obj\Cstartup_SAM7.pbi - $PROJ_DIR$\Debug\Obj\AdcHardwareConfigurator.r79 - $PROJ_DIR$\..\test\system\src\TimerHardware.h - $TOOLKIT_DIR$\inc\math.h - $PROJ_DIR$\Debug\Obj\Main.pbi - $PROJ_DIR$\Debug\Obj\AdcModel.r79 - $PROJ_DIR$\Debug\Obj\TimerModel.pbi - $PROJ_DIR$\Debug\Obj\TimerConfigurator.r79 - $PROJ_DIR$\Debug\Obj\UsartConfigurator.r79 - $PROJ_DIR$\..\test\system\src\Executor.h - $PROJ_DIR$\Debug\Obj\TimerInterruptHandler.pbi - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.h - $PROJ_DIR$\Debug\Obj\UsartBaudRateRegisterCalculator.pbi - $PROJ_DIR$\Debug\Obj\AdcHardware.pbi - $PROJ_DIR$\Debug\Obj\Model.pbi - $PROJ_DIR$\..\test\system\src\Model.h - $PROJ_DIR$\Debug\Obj\TemperatureFilter.r79 - $PROJ_DIR$\Debug\Obj\TimerInterruptConfigurator.pbi - $PROJ_DIR$\Debug\Obj\AdcTemperatureSensor.r79 - $TOOLKIT_DIR$\inc\ysizet.h - $PROJ_DIR$\Debug\Obj\AdcHardwareConfigurator.pbi - $PROJ_DIR$\Debug\Obj\UsartTransmitBufferStatus.pbi - $PROJ_DIR$\Debug\Obj\UsartPutChar.pbi - $PROJ_DIR$\Debug\Obj\UsartTransmitBufferStatus.r79 - $PROJ_DIR$\Debug\Obj\UsartBaudRateRegisterCalculator.r79 - $PROJ_DIR$\Debug\Obj\UsartConfigurator.pbi - $TOOLKIT_DIR$\inc\stdio.h - $PROJ_DIR$\Debug\Obj\AdcHardware.r79 - $PROJ_DIR$\Debug\Obj\UsartModel.pbi - $TOOLKIT_DIR$\inc\DLib_Threads.h - $PROJ_DIR$\Debug\Obj\TimerConductor.pbi - $PROJ_DIR$\..\test\system\src\TimerConfigurator.h - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.h - $PROJ_DIR$\Debug\Obj\TaskScheduler.r79 - $PROJ_DIR$\Debug\Obj\TimerInterruptHandler.r79 - $PROJ_DIR$\Debug\Obj\UsartModel.r79 - $PROJ_DIR$\Debug\Exe\cmock_demo.sim - $PROJ_DIR$\..\test\system\src\UsartPutChar.h - $TOOLKIT_DIR$\inc\DLib_Product.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.h - $PROJ_DIR$\Debug\Obj\TaskScheduler.pbi - $PROJ_DIR$\Debug\Obj\AdcConductor.pbi - $PROJ_DIR$\Debug\Obj\TimerModel.r79 - $PROJ_DIR$\Debug\Exe\cmock_demo.d79 - $PROJ_DIR$\..\test\system\src\UsartConductor.h - $PROJ_DIR$\Debug\Obj\TemperatureCalculator.pbi - $PROJ_DIR$\Debug\Obj\Main.r79 - $TOOLKIT_DIR$\inc\yvals.h - $PROJ_DIR$\Debug\List\cmock_demo.map - $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 - $PROJ_DIR$\Debug\Obj\AdcConductor.r79 - $PROJ_DIR$\..\test\system\src\TemperatureFilter.h - $PROJ_DIR$\Debug\Obj\AdcTemperatureSensor.pbi - $PROJ_DIR$\Debug\Obj\AdcModel.pbi - $PROJ_DIR$\..\test\system\src\AdcConductor.h - $PROJ_DIR$\at91SAM7X256_FLASH.xcl - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.h - $PROJ_DIR$\..\test\system\src\Types.h - $PROJ_DIR$\..\test\system\src\AdcModel.h - $PROJ_DIR$\Debug\Obj\TimerHardware.pbi - $PROJ_DIR$\Debug\Obj\TimerInterruptConfigurator.r79 - $PROJ_DIR$\..\test\system\src\ModelConfig.h - $PROJ_DIR$\Debug\Obj\UsartPutChar.r79 - $PROJ_DIR$\Debug\Obj\cmock_demo.pbd - $PROJ_DIR$\Debug\Obj\TemperatureCalculator.r79 - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.h - $PROJ_DIR$\..\test\system\src\UsartModel.h - $PROJ_DIR$\Debug\Obj\TimerConductor.r79 - $PROJ_DIR$\Debug\Obj\UsartConductor.pbi - $PROJ_DIR$\Debug\Obj\Cstartup.r79 - $PROJ_DIR$\Debug\Obj\UsartConductor.r79 - $PROJ_DIR$\..\test\system\src\UsartConfigurator.h - $PROJ_DIR$\Debug\Obj\TimerConfigurator.pbi - $PROJ_DIR$\..\test\system\src\AdcModel.c - $PROJ_DIR$\Debug\Obj\Executor.pbi - $PROJ_DIR$\Debug\Obj\UsartHardware.pbi - $PROJ_DIR$\AT91SAM7X256_inc.h - $PROJ_DIR$\..\test\system\src\TaskScheduler.h - $PROJ_DIR$\Debug\Obj\UsartHardware.r79 - $TOOLKIT_DIR$\inc\ymath.h - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.h - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.h - $PROJ_DIR$\..\test\system\src\AdcHardware.h - $PROJ_DIR$\Debug\Obj\Executor.r79 - $PROJ_DIR$\Debug\Obj\TemperatureFilter.pbi - $PROJ_DIR$\Debug\Obj\Model.r79 - $PROJ_DIR$\Debug\Obj\TimerHardware.r79 - $PROJ_DIR$\..\test\system\src\AT91SAM7X256.h - $PROJ_DIR$\..\test\system\src\UsartHardware.h - $PROJ_DIR$\Debug\Obj\Cstartup_SAM7.r79 - $TOOLKIT_DIR$\inc\DLib_Defaults.h - $TOOLKIT_DIR$\inc\xencoding_limits.h - $TOOLKIT_DIR$\lib\dl4tptinl8n.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - $PROJ_DIR$\..\test\system\src\Executor.c - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - $PROJ_DIR$\..\test\system\src\Main.c - $PROJ_DIR$\..\test\system\src\Model.c - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - $PROJ_DIR$\..\test\system\src\AdcConductor.c - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - $PROJ_DIR$\..\test\system\src\TimerConductor.c - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerHardware.c - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerModel.c - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - $PROJ_DIR$\..\test\system\src\UsartConductor.c - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - $PROJ_DIR$\..\test\system\src\UsartHardware.c - $PROJ_DIR$\..\test\system\src\AdcHardware.c - $PROJ_DIR$\..\test\system\src\UsartModel.c - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - $PROJ_DIR$\Cstartup_SAM7.c - $PROJ_DIR$\Cstartup.s79 - - - [ROOT_NODE] - - - XLINK - 45 50 38 - - - - - $PROJ_DIR$\Debug\Exe\cmock_demo.d79 - - - XLINK - 50 38 - - - - - XLINK - 57 52 29 3 7 20 71 91 85 48 87 35 66 18 69 9 88 62 36 44 26 72 10 80 37 64 25 51 - - - - - $PROJ_DIR$\Debug\Obj\cmock_demo.pbd - - - BILINK - 43 15 22 55 54 2 76 6 16 42 47 86 32 74 61 19 12 8 14 70 27 77 30 24 23 - - - - - $PROJ_DIR$\..\test\system\src\AdcModel.c - - - ICCARM - 7 - - - BICOMP - 55 - - - - - ICCARM - 59 89 60 79 34 53 - - - BICOMP - 59 89 60 79 34 53 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - - - ICCARM - 3 - - - BICOMP - 22 - - - - - ICCARM - 59 89 41 63 - - - BICOMP - 59 89 41 63 - - - - - $PROJ_DIR$\..\test\system\src\Executor.c - - - ICCARM - 85 - - - BICOMP - 76 - - - - - ICCARM - 59 89 11 17 46 0 56 - - - BICOMP - 59 89 11 17 46 0 56 - - - - - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - - - ICCARM - 20 - - - BICOMP - 54 - - - - - ICCARM - 59 89 82 - - - BICOMP - 59 89 82 - - - - - $PROJ_DIR$\..\test\system\src\Main.c - - - ICCARM - 48 - - - BICOMP - 6 - - - - - ICCARM - 59 89 11 17 79 34 53 46 90 73 39 68 58 67 0 4 33 83 13 1 56 84 41 82 60 - - - BICOMP - 59 89 11 17 79 34 53 46 90 73 39 68 58 67 0 4 33 83 13 1 56 84 41 82 60 - - - - - $PROJ_DIR$\..\test\system\src\Model.c - - - ICCARM - 87 - - - BICOMP - 16 - - - - - ICCARM - 17 59 89 79 53 - - - BICOMP - 17 59 89 79 53 - - - - - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - - - ICCARM - 35 - - - BICOMP - 42 - - - - - ICCARM - 59 89 79 - - - BICOMP - 59 89 79 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - - - ICCARM - 18 - - - BICOMP - 86 - - - - - ICCARM - 59 89 53 5 81 49 92 94 40 93 31 - - - BICOMP - 59 89 53 5 81 49 92 40 93 31 - - - - - $PROJ_DIR$\..\test\system\src\AdcConductor.c - - - ICCARM - 52 - - - BICOMP - 43 - - - - - ICCARM - 59 89 56 60 84 - - - BICOMP - 59 89 56 60 84 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - - - ICCARM - 66 - - - BICOMP - 47 - - - - - ICCARM - 59 89 34 5 81 49 92 94 40 93 31 - - - BICOMP - 59 89 34 5 81 49 92 40 93 31 - - - - - $PROJ_DIR$\..\test\system\src\TimerConductor.c - - - ICCARM - 69 - - - BICOMP - 32 - - - - - ICCARM - 59 89 0 1 4 13 - - - BICOMP - 59 89 0 1 4 13 - - - - - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - - - ICCARM - 9 - - - BICOMP - 74 - - - - - ICCARM - 59 89 33 83 - - - BICOMP - 59 89 33 83 - - - - - $PROJ_DIR$\..\test\system\src\TimerHardware.c - - - ICCARM - 88 - - - BICOMP - 61 - - - - - ICCARM - 59 89 4 33 - - - BICOMP - 59 89 4 33 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - - - ICCARM - 62 - - - BICOMP - 19 - - - - - ICCARM - 59 89 83 13 - - - BICOMP - 59 89 83 13 - - - - - $PROJ_DIR$\..\test\system\src\TimerModel.c - - - ICCARM - 44 - - - BICOMP - 8 - - - - - ICCARM - 59 89 1 79 - - - BICOMP - 59 89 1 79 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - - - ICCARM - 36 - - - BICOMP - 12 - - - - - ICCARM - 59 89 13 83 - - - BICOMP - 59 89 13 83 - - - - - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - - - ICCARM - 26 - - - BICOMP - 14 - - - - - ICCARM - 59 89 58 - - - BICOMP - 59 89 58 - - - - - $PROJ_DIR$\..\test\system\src\UsartConductor.c - - - ICCARM - 72 - - - BICOMP - 70 - - - - - ICCARM - 59 89 46 90 68 79 - - - BICOMP - 59 89 46 90 68 79 - - - - - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - - - ICCARM - 10 - - - BICOMP - 27 - - - - - ICCARM - 59 89 73 - - - BICOMP - 59 89 73 - - - - - $PROJ_DIR$\..\test\system\src\UsartHardware.c - - - ICCARM - 80 - - - BICOMP - 77 - - - - - ICCARM - 59 89 90 73 39 - - - BICOMP - 59 89 90 73 39 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardware.c - - - ICCARM - 29 - - - BICOMP - 15 - - - - - ICCARM - 59 89 84 41 82 - - - BICOMP - 59 89 84 41 82 - - - - - $PROJ_DIR$\..\test\system\src\UsartModel.c - - - ICCARM - 37 - - - BICOMP - 30 - - - - - ICCARM - 59 89 68 63 58 53 28 49 92 94 40 93 31 21 5 81 - - - BICOMP - 59 89 68 63 58 53 28 49 92 40 93 31 21 5 81 - - - - - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - - - ICCARM - 64 - - - BICOMP - 24 - - - - - ICCARM - 59 89 39 67 - - - BICOMP - 59 89 39 67 - - - - - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - - - ICCARM - 25 - - - BICOMP - 23 - - - - - ICCARM - 59 89 67 - - - BICOMP - 59 89 67 - - - - - $PROJ_DIR$\Cstartup_SAM7.c - - - ICCARM - 91 - - - BICOMP - 2 - - - - - ICCARM - 89 - - - BICOMP - 89 - - - - - $PROJ_DIR$\Cstartup.s79 - - - AARM - 71 - - - - - AARM - 78 - - - - - - Release - - $PROJ_DIR$\..\test\system\src\TimerConductor.h - $PROJ_DIR$\..\test\system\src\TimerModel.h - $PROJ_DIR$\..\test\system\src\TimerHardware.h - $TOOLKIT_DIR$\inc\math.h - $PROJ_DIR$\..\test\system\src\Executor.h - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.h - $PROJ_DIR$\..\test\system\src\Model.h - $TOOLKIT_DIR$\inc\ysizet.h - $TOOLKIT_DIR$\inc\stdio.h - $TOOLKIT_DIR$\inc\DLib_Threads.h - $PROJ_DIR$\..\test\system\src\TimerConfigurator.h - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.h - $PROJ_DIR$\..\test\system\src\UsartPutChar.h - $TOOLKIT_DIR$\inc\DLib_Product.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.h - $PROJ_DIR$\..\test\system\src\UsartConductor.h - $TOOLKIT_DIR$\inc\yvals.h - $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 - $PROJ_DIR$\..\test\system\src\TemperatureFilter.h - $PROJ_DIR$\..\test\system\src\AdcConductor.h - $PROJ_DIR$\at91SAM7X256_FLASH.xcl - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.h - $PROJ_DIR$\..\test\system\src\Types.h - $PROJ_DIR$\..\test\system\src\AdcModel.h - $PROJ_DIR$\..\test\system\src\ModelConfig.h - $PROJ_DIR$\Release\Obj\UsartConductor.pbi - $PROJ_DIR$\Release\Obj\Cstartup_SAM7.pbi - $PROJ_DIR$\Release\Obj\Cstartup_SAM7.r79 - $PROJ_DIR$\Release\Obj\TemperatureFilter.r79 - $PROJ_DIR$\Release\Obj\TemperatureCalculator.pbi - $PROJ_DIR$\Release\Obj\TaskScheduler.pbi - $PROJ_DIR$\Release\List\cmock_demo.map - $PROJ_DIR$\Release\Obj\TimerConfigurator.pbi - $PROJ_DIR$\Release\Obj\AdcModel.pbi - $PROJ_DIR$\Release\Obj\TemperatureCalculator.r79 - $PROJ_DIR$\Release\Obj\UsartModel.r79 - $PROJ_DIR$\Release\Obj\cmock_demo.pbd - $PROJ_DIR$\Release\Obj\UsartConfigurator.r79 - $PROJ_DIR$\Release\Obj\TimerHardware.pbi - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.h - $PROJ_DIR$\..\test\system\src\UsartModel.h - $PROJ_DIR$\Release\Obj\AdcModel.r79 - $PROJ_DIR$\Release\Exe\cmock_demo.sim - $PROJ_DIR$\..\test\system\src\UsartConfigurator.h - $PROJ_DIR$\..\test\system\src\AdcModel.c - $PROJ_DIR$\Release\Obj\UsartModel.pbi - $PROJ_DIR$\Release\Obj\UsartConductor.r79 - $PROJ_DIR$\Release\Obj\TimerConductor.pbi - $PROJ_DIR$\Release\Obj\UsartTransmitBufferStatus.pbi - $PROJ_DIR$\Release\Obj\TimerInterruptHandler.r79 - $PROJ_DIR$\Release\Obj\Main.r79 - $PROJ_DIR$\Release\Obj\Executor.r79 - $PROJ_DIR$\Release\Obj\TimerInterruptHandler.pbi - $PROJ_DIR$\Release\Exe\cmock_demo.d79 - $PROJ_DIR$\Release\Obj\AdcHardwareConfigurator.r79 - $PROJ_DIR$\AT91SAM7X256_inc.h - $PROJ_DIR$\..\test\system\src\TaskScheduler.h - $TOOLKIT_DIR$\inc\ymath.h - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.h - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.h - $PROJ_DIR$\Release\Obj\UsartConfigurator.pbi - $PROJ_DIR$\Release\Obj\UsartPutChar.pbi - $PROJ_DIR$\Release\Obj\TimerConductor.r79 - $PROJ_DIR$\Release\Obj\AdcHardware.r79 - $PROJ_DIR$\Release\Obj\AdcConductor.r79 - $PROJ_DIR$\Release\Obj\AdcTemperatureSensor.r79 - $PROJ_DIR$\Release\Obj\TimerModel.pbi - $PROJ_DIR$\Release\Obj\TimerConfigurator.r79 - $PROJ_DIR$\Release\Obj\AdcHardware.pbi - $PROJ_DIR$\Release\Obj\TimerInterruptConfigurator.r79 - $PROJ_DIR$\Release\Obj\TimerModel.r79 - $PROJ_DIR$\Release\Obj\UsartPutChar.r79 - $PROJ_DIR$\Release\Obj\AdcHardwareConfigurator.pbi - $PROJ_DIR$\Release\Obj\TimerHardware.r79 - $PROJ_DIR$\Release\Obj\UsartBaudRateRegisterCalculator.pbi - $PROJ_DIR$\Release\Obj\AdcConductor.pbi - $PROJ_DIR$\Release\Obj\TimerInterruptConfigurator.pbi - $PROJ_DIR$\Release\Obj\TaskScheduler.r79 - $PROJ_DIR$\..\test\system\src\AdcHardware.h - $PROJ_DIR$\..\test\system\src\AT91SAM7X256.h - $PROJ_DIR$\..\test\system\src\UsartHardware.h - $TOOLKIT_DIR$\inc\DLib_Defaults.h - $TOOLKIT_DIR$\inc\xencoding_limits.h - $TOOLKIT_DIR$\lib\dl4tptinl8n.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - $PROJ_DIR$\..\test\system\src\Executor.c - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - $PROJ_DIR$\..\test\system\src\Main.c - $PROJ_DIR$\..\test\system\src\Model.c - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - $PROJ_DIR$\..\test\system\src\AdcConductor.c - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - $PROJ_DIR$\..\test\system\src\TimerConductor.c - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerHardware.c - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerModel.c - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - $PROJ_DIR$\..\test\system\src\UsartConductor.c - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - $PROJ_DIR$\..\test\system\src\UsartHardware.c - $PROJ_DIR$\Release\Obj\UsartTransmitBufferStatus.r79 - $PROJ_DIR$\Release\Obj\UsartBaudRateRegisterCalculator.r79 - $PROJ_DIR$\Release\Obj\Model.r79 - $PROJ_DIR$\Release\Obj\Main.pbi - $PROJ_DIR$\Release\Obj\Executor.pbi - $PROJ_DIR$\Release\Obj\Model.pbi - $PROJ_DIR$\Release\Obj\AdcTemperatureSensor.pbi - $PROJ_DIR$\Release\Obj\UsartHardware.r79 - $PROJ_DIR$\Release\Obj\TemperatureFilter.pbi - $PROJ_DIR$\Release\Obj\UsartHardware.pbi - $PROJ_DIR$\Release\Obj\Cstartup.r79 - $PROJ_DIR$\..\test\system\src\AdcHardware.c - $PROJ_DIR$\..\test\system\src\UsartModel.c - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - $PROJ_DIR$\Cstartup_SAM7.c - $PROJ_DIR$\Cstartup.s79 - - - [ROOT_NODE] - - - XLINK - 53 31 42 - - - - - $PROJ_DIR$\Release\Obj\cmock_demo.pbd - - - BILINK - 75 68 72 33 109 26 107 106 108 30 29 111 47 32 38 76 52 66 74 25 60 112 45 61 48 - - - - - $PROJ_DIR$\..\test\system\src\AdcModel.c - - - ICCARM - 41 - - - BICOMP - 33 - - - - - ICCARM - 22 79 23 56 11 18 - - - BICOMP - 22 79 23 56 11 18 - - - - - $PROJ_DIR$\Release\Exe\cmock_demo.d79 - - - XLINK - 31 42 - - - - - XLINK - 20 64 63 54 41 65 113 27 51 50 105 77 34 28 62 67 73 69 49 70 104 46 37 110 35 71 103 17 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - - - ICCARM - 54 - - - BICOMP - 72 - - - - - ICCARM - 22 79 14 24 - - - BICOMP - 22 79 14 24 - - - - - $PROJ_DIR$\..\test\system\src\Executor.c - - - ICCARM - 51 - - - BICOMP - 107 - - - - - ICCARM - 22 79 4 6 15 0 19 - - - BICOMP - 22 79 4 6 15 0 19 - - - - - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - - - ICCARM - 65 - - - BICOMP - 109 - - - - - ICCARM - 22 79 58 - - - BICOMP - 22 79 58 - - - - - $PROJ_DIR$\..\test\system\src\Main.c - - - ICCARM - 50 - - - BICOMP - 106 - - - - - ICCARM - 22 79 4 6 56 11 18 15 80 43 12 40 21 39 0 2 10 59 5 1 19 78 14 58 23 - - - BICOMP - 22 79 4 6 56 11 18 15 80 43 12 40 21 39 0 2 10 59 5 1 19 78 14 58 23 - - - - - $PROJ_DIR$\..\test\system\src\Model.c - - - ICCARM - 105 - - - BICOMP - 108 - - - - - ICCARM - 6 22 79 56 18 - - - BICOMP - 6 22 79 56 18 - - - - - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - - - ICCARM - 77 - - - BICOMP - 30 - - - - - ICCARM - 22 79 56 - - - BICOMP - 22 79 56 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - - - ICCARM - 28 - - - BICOMP - 111 - - - - - ICCARM - 22 79 18 3 57 16 81 83 13 82 9 - - - BICOMP - 22 79 18 3 57 16 81 13 82 9 - - - - - $PROJ_DIR$\..\test\system\src\AdcConductor.c - - - ICCARM - 64 - - - BICOMP - 75 - - - - - ICCARM - 22 79 19 23 78 - - - BICOMP - 22 79 19 23 78 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - - - ICCARM - 34 - - - BICOMP - 29 - - - - - ICCARM - 22 79 11 3 57 16 81 83 13 82 9 - - - BICOMP - 22 79 11 3 57 16 81 13 82 9 - - - - - $PROJ_DIR$\..\test\system\src\TimerConductor.c - - - ICCARM - 62 - - - BICOMP - 47 - - - - - ICCARM - 22 79 0 1 2 5 - - - BICOMP - 22 79 0 1 2 5 - - - - - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - - - ICCARM - 67 - - - BICOMP - 32 - - - - - ICCARM - 22 79 10 59 - - - BICOMP - 22 79 10 59 - - - - - $PROJ_DIR$\..\test\system\src\TimerHardware.c - - - ICCARM - 73 - - - BICOMP - 38 - - - - - ICCARM - 22 79 2 10 - - - BICOMP - 22 79 2 10 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - - - ICCARM - 69 - - - BICOMP - 76 - - - - - ICCARM - 22 79 59 5 - - - BICOMP - 22 79 59 5 - - - - - $PROJ_DIR$\..\test\system\src\TimerModel.c - - - ICCARM - 70 - - - BICOMP - 66 - - - - - ICCARM - 22 79 1 56 - - - BICOMP - 22 79 1 56 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - - - ICCARM - 49 - - - BICOMP - 52 - - - - - ICCARM - 22 79 5 59 - - - BICOMP - 22 79 5 59 - - - - - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - - - ICCARM - 104 - - - BICOMP - 74 - - - - - ICCARM - 22 79 21 - - - BICOMP - 22 79 21 - - - - - $PROJ_DIR$\..\test\system\src\UsartConductor.c - - - ICCARM - 46 - - - BICOMP - 25 - - - - - ICCARM - 22 79 15 80 40 56 - - - BICOMP - 22 79 15 80 40 56 - - - - - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - - - ICCARM - 37 - - - BICOMP - 60 - - - - - ICCARM - 22 79 43 - - - BICOMP - 22 79 43 - - - - - $PROJ_DIR$\..\test\system\src\UsartHardware.c - - - ICCARM - 110 - - - BICOMP - 112 - - - - - ICCARM - 22 79 80 43 12 - - - BICOMP - 22 79 80 43 12 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardware.c - - - ICCARM - 63 - - - BICOMP - 68 - - - - - ICCARM - 22 79 78 14 58 - - - BICOMP - 22 79 78 14 58 - - - - - $PROJ_DIR$\..\test\system\src\UsartModel.c - - - ICCARM - 35 - - - BICOMP - 45 - - - - - ICCARM - 22 79 40 24 21 18 8 16 81 83 13 82 9 7 3 57 - - - BICOMP - 22 79 40 24 21 18 8 16 81 13 82 9 7 3 57 - - - - - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - - - ICCARM - 71 - - - BICOMP - 61 - - - - - ICCARM - 22 79 12 39 - - - BICOMP - 22 79 12 39 - - - - - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - - - ICCARM - 103 - - - BICOMP - 48 - - - - - ICCARM - 22 79 39 - - - BICOMP - 22 79 39 - - - - - $PROJ_DIR$\Cstartup_SAM7.c - - - ICCARM - 27 - - - BICOMP - 26 - - - - - ICCARM - 79 - - - BICOMP - 79 - - - - - $PROJ_DIR$\Cstartup.s79 - - - AARM - 113 - - - - - AARM - 55 - - - - - - Simulate - - $PROJ_DIR$\..\test\system\src\TimerConductor.h - $PROJ_DIR$\..\test\system\src\TimerModel.h - $PROJ_DIR$\..\test\system\src\TimerHardware.h - $TOOLKIT_DIR$\inc\math.h - $PROJ_DIR$\..\test\system\src\Executor.h - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.h - $PROJ_DIR$\..\test\system\src\Model.h - $TOOLKIT_DIR$\inc\ysizet.h - $PROJ_DIR$\Simulate\Obj\UsartPutChar.pbi - $PROJ_DIR$\Simulate\Obj\UsartTransmitBufferStatus.pbi - $PROJ_DIR$\Simulate\Obj\Cstartup_SAM7.r79 - $PROJ_DIR$\Simulate\Obj\AdcHardware.pbi - $PROJ_DIR$\Simulate\Obj\Cstartup.r79 - $PROJ_DIR$\Simulate\Exe\cmock_demo.sim - $PROJ_DIR$\Simulate\Obj\TimerHardware.r79 - $PROJ_DIR$\Simulate\Obj\TimerConfigurator.r79 - $PROJ_DIR$\Simulate\Obj\TimerConductor.r79 - $PROJ_DIR$\Simulate\Obj\Executor.pbi - $PROJ_DIR$\Simulate\Obj\TimerInterruptHandler.pbi - $PROJ_DIR$\Simulate\Obj\UsartConductor.pbi - $PROJ_DIR$\Simulate\Obj\TimerInterruptConfigurator.pbi - $PROJ_DIR$\Simulate\Obj\TimerModel.pbi - $PROJ_DIR$\Simulate\Obj\UsartConfigurator.r79 - $PROJ_DIR$\Simulate\List\cmock_demo.map - $PROJ_DIR$\Simulate\Exe\cmock_demo.d79 - $PROJ_DIR$\Simulate\Obj\TaskScheduler.r79 - $TOOLKIT_DIR$\inc\stdio.h - $TOOLKIT_DIR$\inc\DLib_Threads.h - $PROJ_DIR$\..\test\system\src\TimerConfigurator.h - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.h - $PROJ_DIR$\Simulate\Obj\Model.r79 - $PROJ_DIR$\Simulate\Obj\UsartModel.r79 - $PROJ_DIR$\Simulate\Obj\TimerInterruptHandler.r79 - $PROJ_DIR$\Simulate\Obj\Model.pbi - $PROJ_DIR$\Simulate\Obj\UsartBaudRateRegisterCalculator.r79 - $PROJ_DIR$\Simulate\Obj\Cstartup_SAM7.pbi - $PROJ_DIR$\Simulate\Obj\AdcTemperatureSensor.pbi - $PROJ_DIR$\Simulate\Obj\cmock_demo.pbd - $PROJ_DIR$\Simulate\Obj\TimerModel.r79 - $PROJ_DIR$\Simulate\Obj\UsartBaudRateRegisterCalculator.pbi - $PROJ_DIR$\Simulate\Obj\UsartConfigurator.pbi - $PROJ_DIR$\Simulate\Obj\UsartHardware.pbi - $PROJ_DIR$\Simulate\Obj\AdcHardwareConfigurator.pbi - $PROJ_DIR$\Simulate\Obj\TaskScheduler.pbi - $PROJ_DIR$\Simulate\Obj\TemperatureCalculator.r79 - $PROJ_DIR$\..\test\system\src\UsartPutChar.h - $TOOLKIT_DIR$\inc\DLib_Product.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.h - $PROJ_DIR$\..\test\system\src\UsartConductor.h - $TOOLKIT_DIR$\inc\yvals.h - $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 - $PROJ_DIR$\..\test\system\src\TemperatureFilter.h - $PROJ_DIR$\..\test\system\src\AdcConductor.h - $PROJ_DIR$\at91SAM7X256_FLASH.xcl - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.h - $PROJ_DIR$\..\test\system\src\Types.h - $PROJ_DIR$\..\test\system\src\AdcModel.h - $PROJ_DIR$\..\test\system\src\ModelConfig.h - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.h - $PROJ_DIR$\..\test\system\src\UsartModel.h - $PROJ_DIR$\..\test\system\src\UsartConfigurator.h - $PROJ_DIR$\..\test\system\src\AdcModel.c - $PROJ_DIR$\Simulate\Obj\AdcModel.pbi - $PROJ_DIR$\Simulate\Obj\AdcConductor.pbi - $PROJ_DIR$\Simulate\Obj\AdcHardwareConfigurator.r79 - $PROJ_DIR$\Simulate\Obj\AdcModel.r79 - $PROJ_DIR$\Simulate\Obj\AdcTemperatureSensor.r79 - $PROJ_DIR$\Simulate\Obj\AdcConductor.r79 - $PROJ_DIR$\Simulate\Obj\TimerInterruptConfigurator.r79 - $PROJ_DIR$\Simulate\Obj\UsartTransmitBufferStatus.r79 - $PROJ_DIR$\Simulate\Obj\UsartPutChar.r79 - $PROJ_DIR$\Simulate\Obj\UsartConductor.r79 - $PROJ_DIR$\Simulate\Obj\TemperatureFilter.pbi - $PROJ_DIR$\Simulate\Obj\UsartHardware.r79 - $PROJ_DIR$\Simulate\Obj\Main.r79 - $PROJ_DIR$\..\test\system\src\TaskScheduler.h - $TOOLKIT_DIR$\inc\ymath.h - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.h - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.h - $PROJ_DIR$\Simulate\Obj\TimerConfigurator.pbi - $PROJ_DIR$\Simulate\Obj\TemperatureCalculator.pbi - $PROJ_DIR$\Simulate\Obj\TemperatureFilter.r79 - $PROJ_DIR$\Simulate\Obj\TimerConductor.pbi - $PROJ_DIR$\Simulate\Obj\AdcHardware.r79 - $PROJ_DIR$\Simulate\Obj\Executor.r79 - $PROJ_DIR$\Simulate\Obj\TimerHardware.pbi - $PROJ_DIR$\Simulate\Obj\UsartModel.pbi - $PROJ_DIR$\Simulate\Obj\Main.pbi - $PROJ_DIR$\..\test\system\src\AdcHardware.h - $PROJ_DIR$\..\test\system\src\AT91SAM7X256.h - $PROJ_DIR$\..\test\system\src\UsartHardware.h - $TOOLKIT_DIR$\inc\DLib_Defaults.h - $TOOLKIT_DIR$\inc\xencoding_limits.h - $TOOLKIT_DIR$\lib\dl4tptinl8n.h - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - $PROJ_DIR$\..\test\system\src\Executor.c - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - $PROJ_DIR$\..\test\system\src\Main.c - $PROJ_DIR$\..\test\system\src\Model.c - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - $PROJ_DIR$\..\test\system\src\AdcConductor.c - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - $PROJ_DIR$\..\test\system\src\TimerConductor.c - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerHardware.c - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - $PROJ_DIR$\..\test\system\src\TimerModel.c - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - $PROJ_DIR$\..\test\system\src\UsartConductor.c - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - $PROJ_DIR$\..\test\system\src\UsartHardware.c - $PROJ_DIR$\..\test\system\src\AdcHardware.c - $PROJ_DIR$\..\test\system\src\UsartModel.c - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - $PROJ_DIR$\Cstartup_SAM7.c - $PROJ_DIR$\Cstartup.s79 - - - [ROOT_NODE] - - - XLINK - 24 23 13 - - - - - $PROJ_DIR$\Simulate\Exe\cmock_demo.d79 - - - XLINK - 23 13 - - - - - XLINK - 53 67 83 64 65 66 12 10 84 74 30 25 44 81 16 15 14 68 32 38 34 71 22 73 31 70 69 50 - - - - - $PROJ_DIR$\Simulate\Obj\cmock_demo.pbd - - - BILINK - 63 11 42 62 36 35 17 87 33 43 80 72 82 79 85 20 18 21 39 19 40 41 86 8 9 - - - - - $PROJ_DIR$\..\test\system\src\AdcModel.c - - - ICCARM - 65 - - - BICOMP - 62 - - - - - ICCARM - 55 89 56 75 29 51 - - - BICOMP - 55 89 56 75 29 51 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c - - - ICCARM - 64 - - - BICOMP - 42 - - - - - ICCARM - 55 89 47 57 - - - BICOMP - 55 89 47 57 - - - - - $PROJ_DIR$\..\test\system\src\Executor.c - - - ICCARM - 84 - - - BICOMP - 17 - - - - - ICCARM - 55 89 4 6 48 0 52 - - - BICOMP - 55 89 4 6 48 0 52 - - - - - $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c - - - ICCARM - 66 - - - BICOMP - 36 - - - - - ICCARM - 55 89 77 - - - BICOMP - 55 89 77 - - - - - $PROJ_DIR$\..\test\system\src\Main.c - - - ICCARM - 74 - - - BICOMP - 87 - - - - - ICCARM - 55 89 4 6 75 29 51 48 90 60 45 59 54 58 0 2 28 78 5 1 52 88 47 77 56 - - - BICOMP - 55 89 4 6 75 29 51 48 90 60 45 59 54 58 0 2 28 78 5 1 52 88 47 77 56 - - - - - $PROJ_DIR$\..\test\system\src\Model.c - - - ICCARM - 30 - - - BICOMP - 33 - - - - - ICCARM - 6 55 89 75 51 - - - BICOMP - 6 55 89 75 51 - - - - - $PROJ_DIR$\..\test\system\src\TaskScheduler.c - - - ICCARM - 25 - - - BICOMP - 43 - - - - - ICCARM - 55 89 75 - - - BICOMP - 55 89 75 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureFilter.c - - - ICCARM - 81 - - - BICOMP - 72 - - - - - ICCARM - 55 89 51 3 76 49 91 93 46 92 27 - - - BICOMP - 55 89 51 3 76 49 91 46 92 27 - - - - - $PROJ_DIR$\..\test\system\src\AdcConductor.c - - - ICCARM - 67 - - - BICOMP - 63 - - - - - ICCARM - 55 89 52 56 88 - - - BICOMP - 55 89 52 56 88 - - - - - $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c - - - ICCARM - 44 - - - BICOMP - 80 - - - - - ICCARM - 55 89 29 3 76 49 91 93 46 92 27 - - - BICOMP - 55 89 29 3 76 49 91 46 92 27 - - - - - $PROJ_DIR$\..\test\system\src\TimerConductor.c - - - ICCARM - 16 - - - BICOMP - 82 - - - - - ICCARM - 55 89 0 1 2 5 - - - BICOMP - 55 89 0 1 2 5 - - - - - $PROJ_DIR$\..\test\system\src\TimerConfigurator.c - - - ICCARM - 15 - - - BICOMP - 79 - - - - - ICCARM - 55 89 28 78 - - - BICOMP - 55 89 28 78 - - - - - $PROJ_DIR$\..\test\system\src\TimerHardware.c - - - ICCARM - 14 - - - BICOMP - 85 - - - - - ICCARM - 55 89 2 28 - - - BICOMP - 55 89 2 28 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c - - - ICCARM - 68 - - - BICOMP - 20 - - - - - ICCARM - 55 89 78 5 - - - BICOMP - 55 89 78 5 - - - - - $PROJ_DIR$\..\test\system\src\TimerModel.c - - - ICCARM - 38 - - - BICOMP - 21 - - - - - ICCARM - 55 89 1 75 - - - BICOMP - 55 89 1 75 - - - - - $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c - - - ICCARM - 32 - - - BICOMP - 18 - - - - - ICCARM - 55 89 5 78 - - - BICOMP - 55 89 5 78 - - - - - $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c - - - ICCARM - 34 - - - BICOMP - 39 - - - - - ICCARM - 55 89 54 - - - BICOMP - 55 89 54 - - - - - $PROJ_DIR$\..\test\system\src\UsartConductor.c - - - ICCARM - 71 - - - BICOMP - 19 - - - - - ICCARM - 55 89 48 90 59 75 - - - BICOMP - 55 89 48 90 59 75 - - - - - $PROJ_DIR$\..\test\system\src\UsartConfigurator.c - - - ICCARM - 22 - - - BICOMP - 40 - - - - - ICCARM - 55 89 60 - - - BICOMP - 55 89 60 - - - - - $PROJ_DIR$\..\test\system\src\UsartHardware.c - - - ICCARM - 73 - - - BICOMP - 41 - - - - - ICCARM - 55 89 90 60 45 - - - BICOMP - 55 89 90 60 45 - - - - - $PROJ_DIR$\..\test\system\src\AdcHardware.c - - - ICCARM - 83 - - - BICOMP - 11 - - - - - ICCARM - 55 89 88 47 77 - - - BICOMP - 55 89 88 47 77 - - - - - $PROJ_DIR$\..\test\system\src\UsartModel.c - - - ICCARM - 31 - - - BICOMP - 86 - - - - - ICCARM - 55 89 59 57 54 51 26 49 91 93 46 92 27 7 3 76 - - - BICOMP - 55 89 59 57 54 51 26 49 91 46 92 27 7 3 76 - - - - - $PROJ_DIR$\..\test\system\src\UsartPutChar.c - - - ICCARM - 70 - - - BICOMP - 8 - - - - - ICCARM - 55 89 45 58 26 49 91 93 46 92 27 7 - - - BICOMP - 55 89 45 58 26 49 91 46 92 27 7 - - - - - $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c - - - ICCARM - 69 - - - BICOMP - 9 - - - - - ICCARM - 55 89 58 - - - BICOMP - 55 89 58 - - - - - $PROJ_DIR$\Cstartup_SAM7.c - - - ICCARM - 10 - - - BICOMP - 35 - - - - - ICCARM - 89 - - - BICOMP - 89 - - - - - $PROJ_DIR$\Cstartup.s79 - - - AARM - 12 - - - - - - - diff --git a/iar/SAM7_FLASH.mac b/iar/iar_v4/Resource/SAM7_FLASH.mac similarity index 100% rename from iar/SAM7_FLASH.mac rename to iar/iar_v4/Resource/SAM7_FLASH.mac diff --git a/iar/SAM7_RAM.mac b/iar/iar_v4/Resource/SAM7_RAM.mac similarity index 100% rename from iar/SAM7_RAM.mac rename to iar/iar_v4/Resource/SAM7_RAM.mac diff --git a/iar/SAM7_SIM.mac b/iar/iar_v4/Resource/SAM7_SIM.mac similarity index 100% rename from iar/SAM7_SIM.mac rename to iar/iar_v4/Resource/SAM7_SIM.mac diff --git a/iar/at91SAM7X256_FLASH.xcl b/iar/iar_v4/Resource/at91SAM7X256_FLASH.xcl similarity index 100% rename from iar/at91SAM7X256_FLASH.xcl rename to iar/iar_v4/Resource/at91SAM7X256_FLASH.xcl diff --git a/iar/at91SAM7X256_RAM.xcl b/iar/iar_v4/Resource/at91SAM7X256_RAM.xcl similarity index 100% rename from iar/at91SAM7X256_RAM.xcl rename to iar/iar_v4/Resource/at91SAM7X256_RAM.xcl diff --git a/iar/ioat91sam7x256.ddf b/iar/iar_v4/Resource/ioat91sam7x256.ddf similarity index 100% rename from iar/ioat91sam7x256.ddf rename to iar/iar_v4/Resource/ioat91sam7x256.ddf diff --git a/iar/iar_v4/cmock_demo.dep b/iar/iar_v4/cmock_demo.dep new file mode 100644 index 0000000..e0f3b2b --- /dev/null +++ b/iar/iar_v4/cmock_demo.dep @@ -0,0 +1,3691 @@ + + + + 2 + + Debug + + $PROJ_DIR$\Debug\Obj\Main.r79 + $PROJ_DIR$\Debug\Obj\IntrinsicsWrapper.r79 + $PROJ_DIR$\Debug\Obj\cmock_demo.pbd + $PROJ_DIR$\Debug\Obj\TimerInterruptConfigurator.r79 + $PROJ_DIR$\Debug\Obj\AdcConductor.r79 + $PROJ_DIR$\Debug\Obj\AdcModel.pbi + $PROJ_DIR$\Debug\Obj\Model.pbi + $PROJ_DIR$\Debug\Obj\AdcModel.r79 + $PROJ_DIR$\Debug\Obj\UsartModel.r79 + $PROJ_DIR$\Debug\Obj\TemperatureFilter.pbi + $PROJ_DIR$\Debug\List\AdcHardwareConfigurator.lst + $PROJ_DIR$\Debug\Obj\UsartConductor.pbi + $PROJ_DIR$\..\..\examples\src\Types.h + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.h + $TOOLKIT_DIR$\inc\DLib_Defaults.h + $PROJ_DIR$\..\..\examples\src\AT91SAM7X256.h + $PROJ_DIR$\..\..\examples\src\AdcConductor.h + $PROJ_DIR$\Debug\List\TimerInterruptHandler.lst + $PROJ_DIR$\..\..\examples\src\TaskScheduler.h + $PROJ_DIR$\..\..\examples\src\UsartConductor.h + $PROJ_DIR$\..\..\examples\src\Model.h + $TOOLKIT_DIR$\inc\intrinsics.h + $PROJ_DIR$\Debug\Obj\UsartHardware.pbi + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.h + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.h + $PROJ_DIR$\Debug\Exe\cmock_demo.d79 + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.h + $PROJ_DIR$\..\..\examples\src\AdcHardware.h + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.h + $PROJ_DIR$\..\..\examples\src\TimerConductor.h + $PROJ_DIR$\..\..\examples\src\UsartPutChar.h + $PROJ_DIR$\Debug\Obj\Executor.pbi + $PROJ_DIR$\..\..\examples\src\UsartModel.h + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.h + $PROJ_DIR$\Debug\List\UsartBaudRateRegisterCalculator.lst + $PROJ_DIR$\..\..\examples\src\UsartHardware.h + $PROJ_DIR$\Debug\List\UsartModel.lst + $PROJ_DIR$\Debug\List\Executor.lst + $PROJ_DIR$\Debug\List\UsartTransmitBufferStatus.lst + $PROJ_DIR$\Debug\Exe\cmock_demo.sim + $PROJ_DIR$\Debug\List\TimerModel.lst + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.h + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.h + $PROJ_DIR$\Debug\List\TimerHardware.lst + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.h + $PROJ_DIR$\Debug\Obj\UsartTransmitBufferStatus.r79 + $PROJ_DIR$\..\..\examples\src\TimerModel.h + $PROJ_DIR$\Debug\List\IntrinsicsWrapper.lst + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.h + $PROJ_DIR$\..\..\examples\src\TimerHardware.h + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.h + $PROJ_DIR$\Debug\List\Cstartup_SAM7.lst + $TOOLKIT_DIR$\inc\DLib_Product.h + $PROJ_DIR$\Debug\Obj\UsartModel.pbi + $TOOLKIT_DIR$\inc\math.h + $PROJ_DIR$\Debug\Obj\AdcHardware.r79 + $PROJ_DIR$\Debug\Obj\TimerModel.r79 + $TOOLKIT_DIR$\inc\stdio.h + $PROJ_DIR$\Debug\Obj\UsartConfigurator.pbi + $PROJ_DIR$\Debug\List\AdcModel.lst + $PROJ_DIR$\Debug\List\AdcConductor.lst + $PROJ_DIR$\Debug\List\UsartConductor.lst + $PROJ_DIR$\Debug\List\Model.lst + $PROJ_DIR$\Debug\List\TaskScheduler.lst + $PROJ_DIR$\Debug\List\UsartHardware.lst + $PROJ_DIR$\Debug\List\AdcHardware.lst + $PROJ_DIR$\Debug\List\Main.lst + $PROJ_DIR$\Debug\Obj\UsartBaudRateRegisterCalculator.r79 + $PROJ_DIR$\Debug\Obj\AdcConductor.pbi + $PROJ_DIR$\Debug\Obj\TaskScheduler.pbi + $PROJ_DIR$\Debug\List\UsartConfigurator.lst + $PROJ_DIR$\Debug\Obj\TaskScheduler.r79 + $TOOLKIT_DIR$\inc\ymath.h + $PROJ_DIR$\Debug\Obj\TemperatureFilter.r79 + $TOOLKIT_DIR$\inc\ysizet.h + $PROJ_DIR$\Debug\Obj\TimerHardware.pbi + $PROJ_DIR$\Debug\Obj\TemperatureCalculator.r79 + $PROJ_DIR$\Debug\Obj\AdcTemperatureSensor.pbi + $PROJ_DIR$\Debug\List\TemperatureCalculator.lst + $PROJ_DIR$\Debug\List\AdcTemperatureSensor.lst + $TOOLKIT_DIR$\lib\dl4tptinl8n.h + $PROJ_DIR$\Debug\Obj\AdcHardware.pbi + $PROJ_DIR$\Debug\Obj\UsartConfigurator.r79 + $TOOLKIT_DIR$\inc\xencoding_limits.h + $PROJ_DIR$\Debug\Obj\TimerConfigurator.r79 + $PROJ_DIR$\Debug\Obj\AdcTemperatureSensor.r79 + $PROJ_DIR$\Debug\Obj\Main.pbi + $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 + $PROJ_DIR$\Debug\Obj\TimerInterruptHandler.r79 + $PROJ_DIR$\Debug\Obj\UsartHardware.r79 + $PROJ_DIR$\Debug\Obj\UsartPutChar.pbi + $PROJ_DIR$\Debug\Obj\TimerInterruptConfigurator.pbi + $TOOLKIT_DIR$\inc\yvals.h + $PROJ_DIR$\Debug\Obj\UsartTransmitBufferStatus.pbi + $PROJ_DIR$\Debug\Obj\IntrinsicsWrapper.pbi + $PROJ_DIR$\Debug\Obj\AdcHardwareConfigurator.r79 + $PROJ_DIR$\incIAR\AT91SAM7X256_inc.h + $TOOLKIT_DIR$\inc\DLib_Threads.h + $PROJ_DIR$\Debug\Obj\TimerConfigurator.pbi + $PROJ_DIR$\Debug\Obj\TimerConductor.pbi + $PROJ_DIR$\Debug\Obj\TimerInterruptHandler.pbi + $PROJ_DIR$\Debug\Obj\UsartPutChar.r79 + $PROJ_DIR$\Debug\Obj\UsartConductor.r79 + $PROJ_DIR$\Debug\Obj\TimerHardware.r79 + $PROJ_DIR$\Debug\Obj\Cstartup_SAM7.r79 + $PROJ_DIR$\Debug\List\cmock_demo.map + $PROJ_DIR$\Debug\List\TimerInterruptConfigurator.lst + $PROJ_DIR$\Debug\Obj\TimerConductor.r79 + $PROJ_DIR$\Debug\Obj\Model.r79 + $PROJ_DIR$\Debug\Obj\UsartBaudRateRegisterCalculator.pbi + $PROJ_DIR$\Debug\Obj\AdcHardwareConfigurator.pbi + $PROJ_DIR$\Debug\Obj\TemperatureCalculator.pbi + $PROJ_DIR$\Debug\Obj\Cstartup_SAM7.pbi + $PROJ_DIR$\Resource\at91SAM7X256_FLASH.xcl + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerModel.c + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + $PROJ_DIR$\..\..\examples\src\UsartModel.c + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + $PROJ_DIR$\Cstartup.s79 + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + $PROJ_DIR$\Cstartup_SAM7.c + $PROJ_DIR$\..\..\examples\src\AdcModel.c + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + $PROJ_DIR$\..\..\examples\src\Executor.c + $PROJ_DIR$\..\..\examples\src\Main.c + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + $PROJ_DIR$\..\..\examples\src\Model.c + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + $PROJ_DIR$\Debug\Obj\Cstartup.r79 + $PROJ_DIR$\Debug\List\TimerConfigurator.lst + $PROJ_DIR$\..\..\examples\src\Executor.h + $PROJ_DIR$\Debug\List\TimerConductor.lst + $PROJ_DIR$\..\..\examples\src\AdcModel.h + $PROJ_DIR$\..\..\examples\src\ModelConfig.h + $PROJ_DIR$\Debug\Obj\Executor.r79 + $PROJ_DIR$\Debug\List\UsartPutChar.lst + $PROJ_DIR$\Debug\List\TemperatureFilter.lst + $PROJ_DIR$\Debug\Obj\TimerModel.pbi + $PROJ_DIR$\srcIAR\Cstartup.s79 + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + [ROOT_NODE] + + + XLINK + 25 105 39 + + + + + $PROJ_DIR$\Debug\Obj\cmock_demo.pbd + + + BILINK + 68 81 110 5 77 112 31 94 86 6 69 111 9 99 98 75 91 100 150 109 11 58 22 53 90 93 + + + + + $PROJ_DIR$\Debug\Exe\cmock_demo.d79 + + + XLINK + 105 39 + + + + + XLINK + 113 4 55 95 7 85 141 104 147 1 0 108 71 76 73 107 84 103 3 88 56 67 102 82 89 8 101 45 87 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + + + ICCARM + 107 144 + + + BICOMP + 99 + + + + + ICCARM + 12 15 29 46 49 44 + + + BICOMP + 12 15 29 46 49 44 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + + + ICCARM + 84 142 + + + BICOMP + 98 + + + + + ICCARM + 12 15 48 42 + + + BICOMP + 12 15 48 42 + + + + + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + + + ICCARM + 103 43 + + + BICOMP + 75 + + + + + ICCARM + 12 15 49 48 + + + BICOMP + 12 15 49 48 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + + + ICCARM + 3 106 + + + BICOMP + 91 + + + + + ICCARM + 12 15 42 44 + + + BICOMP + 12 15 42 44 + + + + + $PROJ_DIR$\..\..\examples\src\TimerModel.c + + + ICCARM + 56 40 + + + BICOMP + 150 + + + + + ICCARM + 12 15 46 18 + + + BICOMP + 12 15 46 18 + + + + + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + + + ICCARM + 67 34 + + + BICOMP + 109 + + + + + ICCARM + 12 15 50 + + + BICOMP + 12 15 50 + + + + + $PROJ_DIR$\..\..\examples\src\UsartModel.c + + + ICCARM + 8 36 + + + BICOMP + 53 + + + + + ICCARM + 12 15 32 146 50 28 57 92 14 80 52 83 97 74 54 72 + + + BICOMP + 12 15 32 146 50 28 57 92 14 52 83 97 74 54 72 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + + + ICCARM + 102 61 + + + BICOMP + 11 + + + + + ICCARM + 12 15 19 35 32 18 + + + BICOMP + 12 15 19 35 32 18 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + + + ICCARM + 82 70 + + + BICOMP + 58 + + + + + ICCARM + 12 15 26 + + + BICOMP + 12 15 26 + + + + + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + + + ICCARM + 89 64 + + + BICOMP + 22 + + + + + ICCARM + 12 15 35 26 30 + + + BICOMP + 12 15 35 26 30 + + + + + $PROJ_DIR$\Cstartup.s79 + + + AARM + 141 + + + + + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + + + ICCARM + 101 148 + + + BICOMP + 90 + + + + + ICCARM + 12 15 30 41 + + + BICOMP + 12 15 30 41 + + + + + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + + + ICCARM + 45 38 + + + BICOMP + 93 + + + + + ICCARM + 12 15 41 + + + BICOMP + 12 15 41 + + + + + $PROJ_DIR$\Cstartup_SAM7.c + + + ICCARM + 104 51 + + + BICOMP + 112 + + + + + ICCARM + 15 + + + + + $PROJ_DIR$\..\..\examples\src\AdcModel.c + + + ICCARM + 7 59 + + + BICOMP + 5 + + + + + ICCARM + 12 15 145 18 23 28 + + + BICOMP + 12 15 145 18 23 28 + + + + + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + + + ICCARM + 85 79 + + + BICOMP + 77 + + + + + ICCARM + 12 15 24 + + + BICOMP + 12 15 24 + + + + + $PROJ_DIR$\..\..\examples\src\Executor.c + + + ICCARM + 147 37 + + + BICOMP + 31 + + + + + ICCARM + 12 15 143 20 19 29 16 33 + + + BICOMP + 12 15 143 20 19 29 16 33 + + + + + $PROJ_DIR$\..\..\examples\src\Main.c + + + ICCARM + 0 66 + + + BICOMP + 86 + + + + + ICCARM + 12 15 33 143 20 18 23 28 19 35 26 30 32 50 41 29 49 48 42 44 46 16 27 13 24 145 + + + BICOMP + 12 15 33 143 20 18 23 28 19 35 26 30 32 50 41 29 49 48 42 44 46 16 27 13 24 145 + + + + + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + + + ICCARM + 1 47 + + + BICOMP + 94 + + + + + ICCARM + 33 21 + + + BICOMP + 33 21 + + + + + $PROJ_DIR$\..\..\examples\src\Model.c + + + ICCARM + 108 62 + + + BICOMP + 6 + + + + + ICCARM + 20 12 15 18 28 + + + BICOMP + 20 12 15 18 28 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + + + ICCARM + 76 78 + + + BICOMP + 111 + + + + + ICCARM + 12 15 23 54 72 92 14 80 52 83 97 + + + BICOMP + 12 15 23 54 72 92 14 52 83 97 + + + + + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + + + ICCARM + 71 63 + + + BICOMP + 69 + + + + + ICCARM + 12 15 18 + + + BICOMP + 12 15 18 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + + + ICCARM + 88 17 + + + BICOMP + 100 + + + + + ICCARM + 12 15 44 42 + + + BICOMP + 12 15 44 42 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + + + ICCARM + 73 149 + + + BICOMP + 9 + + + + + ICCARM + 12 15 28 54 72 92 14 80 52 83 97 + + + BICOMP + 12 15 28 54 72 92 14 52 83 97 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + + + ICCARM + 95 10 + + + BICOMP + 110 + + + + + ICCARM + 12 15 13 146 + + + BICOMP + 12 15 13 146 + + + + + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + + + ICCARM + 4 60 + + + BICOMP + 68 + + + + + ICCARM + 12 15 16 145 27 + + + BICOMP + 12 15 16 145 27 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + + + ICCARM + 55 65 + + + BICOMP + 81 + + + + + ICCARM + 12 15 27 13 24 + + + BICOMP + 12 15 27 13 24 + + + + + $PROJ_DIR$\srcIAR\Cstartup.s79 + + + AARM + 141 + + + + + AARM + 96 + + + + + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + ICCARM + 104 51 + + + BICOMP + 112 + + + + + ICCARM + 15 + + + + + + Release + + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.h + $PROJ_DIR$\..\..\examples\src\Types.h + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.h + $TOOLKIT_DIR$\inc\DLib_Defaults.h + $PROJ_DIR$\..\..\examples\src\AT91SAM7X256.h + $PROJ_DIR$\..\..\examples\src\AdcConductor.h + $PROJ_DIR$\..\..\examples\src\TaskScheduler.h + $PROJ_DIR$\..\..\examples\src\UsartConductor.h + $PROJ_DIR$\..\..\examples\src\Model.h + $TOOLKIT_DIR$\inc\intrinsics.h + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.h + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.h + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.h + $PROJ_DIR$\..\..\examples\src\AdcHardware.h + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.h + $PROJ_DIR$\..\..\examples\src\TimerConductor.h + $PROJ_DIR$\..\..\examples\src\UsartPutChar.h + $PROJ_DIR$\..\..\examples\src\UsartModel.h + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.h + $PROJ_DIR$\..\..\examples\src\UsartHardware.h + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.h + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.h + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.h + $PROJ_DIR$\..\..\examples\src\TimerModel.h + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.h + $PROJ_DIR$\..\..\examples\src\TimerHardware.h + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.h + $TOOLKIT_DIR$\inc\DLib_Product.h + $TOOLKIT_DIR$\inc\math.h + $TOOLKIT_DIR$\inc\stdio.h + $TOOLKIT_DIR$\inc\ymath.h + $TOOLKIT_DIR$\inc\ysizet.h + $TOOLKIT_DIR$\lib\dl4tptinl8n.h + $PROJ_DIR$\..\test\system\src\UsartPutChar.h + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.h + $PROJ_DIR$\..\test\system\src\TaskScheduler.h + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.h + $PROJ_DIR$\..\test\system\src\UsartConfigurator.h + $PROJ_DIR$\..\test\system\src\TimerConfigurator.h + $PROJ_DIR$\..\test\system\src\AT91SAM7X256.h + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.h + $PROJ_DIR$\..\test\system\src\Executor.h + $PROJ_DIR$\..\test\system\src\ModelConfig.h + $PROJ_DIR$\..\test\system\src\TimerModel.h + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.h + $PROJ_DIR$\..\test\system\src\Main.c + $PROJ_DIR$\..\test\system\src\Model.c + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c + $PROJ_DIR$\..\test\system\src\TimerModel.c + $PROJ_DIR$\..\test\system\src\UsartModel.c + $PROJ_DIR$\..\test\system\src\UsartHardware.c + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c + $PROJ_DIR$\..\test\system\src\UsartPutChar.c + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c + $PROJ_DIR$\..\test\system\src\TaskScheduler.c + $PROJ_DIR$\..\test\system\src\AdcConductor.h + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.h + $PROJ_DIR$\..\test\system\src\Model.h + $PROJ_DIR$\..\test\system\src\TemperatureFilter.h + $PROJ_DIR$\..\test\system\src\AdcModel.c + $PROJ_DIR$\..\test\system\src\TimerHardware.h + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c + $PROJ_DIR$\..\test\system\src\AdcConductor.c + $PROJ_DIR$\..\test\system\src\AdcHardware.c + $PROJ_DIR$\..\test\system\src\AdcHardware.h + $PROJ_DIR$\..\test\system\src\Executor.c + $TOOLKIT_DIR$\inc\xencoding_limits.h + $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c + $PROJ_DIR$\..\test\system\src\Types.h + $PROJ_DIR$\..\test\system\src\TemperatureFilter.c + $PROJ_DIR$\..\test\system\src\TimerConductor.c + $PROJ_DIR$\..\test\system\src\TimerConfigurator.c + $PROJ_DIR$\..\test\system\src\TimerHardware.c + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c + $PROJ_DIR$\..\test\system\src\UsartConductor.c + $PROJ_DIR$\..\test\system\src\UsartConfigurator.c + $PROJ_DIR$\..\test\system\src\UsartHardware.h + $PROJ_DIR$\..\test\system\src\TimerConductor.h + $PROJ_DIR$\..\test\system\src\AdcModel.h + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.h + $PROJ_DIR$\..\test\system\src\UsartConductor.h + $PROJ_DIR$\Release\Obj\Executor.pbi + $PROJ_DIR$\..\test\system\src\UsartModel.h + $PROJ_DIR$\Release\Obj\Model.pbi + $PROJ_DIR$\Release\Obj\Cstartup_SAM7.pbi + $PROJ_DIR$\Release\Obj\UsartConductor.pbi + $PROJ_DIR$\Release\Obj\AdcConductor.r79 + $PROJ_DIR$\Release\Obj\AdcHardware.r79 + $PROJ_DIR$\Release\Obj\TimerModel.pbi + $PROJ_DIR$\Release\Obj\AdcTemperatureSensor.pbi + $PROJ_DIR$\Release\Obj\UsartHardware.r79 + $PROJ_DIR$\Release\Obj\TemperatureFilter.pbi + $PROJ_DIR$\Release\Obj\UsartPutChar.pbi + $PROJ_DIR$\Release\Obj\TemperatureCalculator.r79 + $PROJ_DIR$\Release\Obj\AdcHardwareConfigurator.r79 + $PROJ_DIR$\Release\Obj\cmock_demo.pbd + $PROJ_DIR$\Release\Obj\UsartModel.r79 + $PROJ_DIR$\Release\Obj\UsartBaudRateRegisterCalculator.r79 + $PROJ_DIR$\Release\Obj\Model.r79 + $PROJ_DIR$\Release\Obj\AdcModel.r79 + $PROJ_DIR$\Release\Obj\AdcHardware.pbi + $PROJ_DIR$\Release\Obj\TimerModel.r79 + $PROJ_DIR$\Release\Obj\TimerHardware.r79 + $PROJ_DIR$\Release\Obj\UsartPutChar.r79 + $PROJ_DIR$\Release\Obj\AdcHardwareConfigurator.pbi + $PROJ_DIR$\Release\Obj\TimerInterruptConfigurator.r79 + $PROJ_DIR$\Release\Obj\TaskScheduler.pbi + $PROJ_DIR$\Release\List\cmock_demo.map + $PROJ_DIR$\Release\Obj\UsartTransmitBufferStatus.pbi + $PROJ_DIR$\Release\Exe\cmock_demo.d79 + $PROJ_DIR$\Release\Obj\AdcTemperatureSensor.r79 + $PROJ_DIR$\Release\Obj\TimerConductor.r79 + $PROJ_DIR$\Release\Obj\TimerConfigurator.r79 + $PROJ_DIR$\Release\Obj\Main.pbi + $PROJ_DIR$\Release\Obj\TimerInterruptConfigurator.pbi + $PROJ_DIR$\Release\Obj\UsartTransmitBufferStatus.r79 + $PROJ_DIR$\Release\Obj\AdcModel.pbi + $PROJ_DIR$\Release\Obj\TemperatureFilter.r79 + $PROJ_DIR$\Release\Obj\UsartHardware.pbi + $PROJ_DIR$\Release\Obj\Cstartup.r79 + $PROJ_DIR$\Release\Obj\UsartConductor.r79 + $PROJ_DIR$\Release\Obj\TimerInterruptHandler.pbi + $PROJ_DIR$\Release\Obj\TimerConductor.pbi + $PROJ_DIR$\Release\Obj\Main.r79 + $PROJ_DIR$\Release\Obj\UsartConfigurator.pbi + $PROJ_DIR$\Release\Obj\Executor.r79 + $PROJ_DIR$\Release\Obj\Cstartup_SAM7.r79 + $PROJ_DIR$\Release\Obj\TemperatureCalculator.pbi + $PROJ_DIR$\Release\Obj\TimerHardware.pbi + $PROJ_DIR$\Release\Exe\cmock_demo.sim + $PROJ_DIR$\Release\Obj\TimerConfigurator.pbi + $PROJ_DIR$\Release\Obj\UsartModel.pbi + $PROJ_DIR$\Release\Obj\TaskScheduler.r79 + $PROJ_DIR$\Release\Obj\UsartBaudRateRegisterCalculator.pbi + $PROJ_DIR$\Release\Obj\AdcConductor.pbi + $PROJ_DIR$\Release\Obj\TimerInterruptHandler.r79 + $PROJ_DIR$\Release\Obj\UsartConfigurator.r79 + $PROJ_DIR$\Release\Obj\IntrinsicsWrapper.pbi + $PROJ_DIR$\Release\Obj\IntrinsicsWrapper.r79 + $TOOLKIT_DIR$\inc\yvals.h + $PROJ_DIR$\incIAR\AT91SAM7X256_inc.h + $TOOLKIT_DIR$\inc\DLib_Threads.h + $PROJ_DIR$\Resource\at91SAM7X256_FLASH.xcl + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerModel.c + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + $PROJ_DIR$\..\..\examples\src\UsartModel.c + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + $PROJ_DIR$\Cstartup.s79 + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + $PROJ_DIR$\Cstartup_SAM7.c + $PROJ_DIR$\..\..\examples\src\AdcModel.c + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + $PROJ_DIR$\..\..\examples\src\Executor.c + $PROJ_DIR$\..\..\examples\src\Main.c + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + $PROJ_DIR$\..\..\examples\src\Model.c + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + $PROJ_DIR$\..\..\examples\src\Executor.h + $PROJ_DIR$\..\..\examples\src\AdcModel.h + $PROJ_DIR$\..\..\examples\src\ModelConfig.h + $PROJ_DIR$\srcIAR\Cstartup.s79 + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + [ROOT_NODE] + + + XLINK + 111 109 131 + + + + + $PROJ_DIR$\..\test\system\src\Main.c + + + ICCARM + 125 + + + BICOMP + 115 + + + + + ICCARM + 70 39 41 58 35 0 59 82 78 37 33 84 40 36 79 61 38 57 44 43 56 65 81 34 80 + + + + + $PROJ_DIR$\..\test\system\src\Model.c + + + ICCARM + 100 + + + BICOMP + 85 + + + + + ICCARM + 58 70 39 35 59 + + + + + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c + + + ICCARM + 96 + + + BICOMP + 106 + + + + + ICCARM + 70 39 81 42 + + + + + $PROJ_DIR$\..\test\system\src\TimerModel.c + + + ICCARM + 103 + + + BICOMP + 90 + + + + + ICCARM + 70 39 43 35 + + + + + $PROJ_DIR$\..\test\system\src\UsartModel.c + + + ICCARM + 98 + + + BICOMP + 133 + + + + + ICCARM + 70 39 84 42 40 59 29 141 3 32 27 67 143 31 28 30 + + + + + $PROJ_DIR$\..\test\system\src\UsartHardware.c + + + ICCARM + 92 + + + BICOMP + 120 + + + + + ICCARM + 70 39 78 37 33 + + + + + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c + + + ICCARM + 117 + + + BICOMP + 110 + + + + + ICCARM + 70 39 36 + + + + + $PROJ_DIR$\..\test\system\src\UsartPutChar.c + + + ICCARM + 105 + + + BICOMP + 94 + + + + + ICCARM + 70 39 33 36 + + + + + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c + + + ICCARM + 107 + + + BICOMP + 116 + + + + + ICCARM + 70 39 57 44 + + + + + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c + + + ICCARM + 99 + + + BICOMP + 135 + + + + + ICCARM + 70 39 40 + + + + + $PROJ_DIR$\..\test\system\src\TaskScheduler.c + + + ICCARM + 134 + + + BICOMP + 108 + + + + + ICCARM + 70 39 35 + + + + + $PROJ_DIR$\..\test\system\src\AdcModel.c + + + ICCARM + 101 + + + BICOMP + 118 + + + + + ICCARM + 70 39 80 35 0 59 + + + + + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c + + + ICCARM + 112 + + + BICOMP + 91 + + + + + ICCARM + 70 39 34 + + + + + $PROJ_DIR$\..\test\system\src\AdcConductor.c + + + ICCARM + 88 + + + BICOMP + 136 + + + + + $PROJ_DIR$\..\test\system\src\AdcHardware.c + + + ICCARM + 89 + + + BICOMP + 102 + + + + + ICCARM + 70 39 65 81 34 + + + + + $PROJ_DIR$\..\test\system\src\Executor.c + + + ICCARM + 127 + + + BICOMP + 83 + + + + + ICCARM + 70 39 41 58 82 79 56 + + + + + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c + + + ICCARM + 95 + + + BICOMP + 129 + + + + + ICCARM + 70 39 0 28 30 141 3 32 27 67 143 + + + + + $PROJ_DIR$\..\test\system\src\TemperatureFilter.c + + + ICCARM + 119 + + + BICOMP + 93 + + + + + ICCARM + 70 39 59 28 30 141 3 32 27 67 143 + + + + + $PROJ_DIR$\..\test\system\src\TimerConductor.c + + + ICCARM + 113 + + + BICOMP + 124 + + + + + ICCARM + 70 39 79 43 61 44 + + + + + $PROJ_DIR$\..\test\system\src\TimerConfigurator.c + + + ICCARM + 114 + + + BICOMP + 132 + + + + + ICCARM + 70 39 38 57 + + + + + $PROJ_DIR$\..\test\system\src\TimerHardware.c + + + ICCARM + 104 + + + BICOMP + 130 + + + + + ICCARM + 70 39 61 38 + + + + + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c + + + ICCARM + 137 + + + BICOMP + 123 + + + + + ICCARM + 70 39 44 57 + + + + + $PROJ_DIR$\..\test\system\src\UsartConductor.c + + + ICCARM + 122 + + + BICOMP + 87 + + + + + ICCARM + 70 39 82 78 84 35 + + + + + $PROJ_DIR$\..\test\system\src\UsartConfigurator.c + + + ICCARM + 138 + + + BICOMP + 126 + + + + + ICCARM + 70 39 37 + + + + + $PROJ_DIR$\Release\Obj\cmock_demo.pbd + + + BILINK + 136 102 106 118 91 86 83 139 115 85 108 129 93 124 132 130 116 123 90 135 87 126 120 133 94 110 + + + + + $PROJ_DIR$\Release\Exe\cmock_demo.d79 + + + XLINK + 109 131 + + + + + XLINK + 144 88 89 96 101 112 121 128 127 140 125 100 134 95 119 113 114 104 107 137 103 99 122 138 92 98 105 117 68 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + + + ICCARM + 113 + + + BICOMP + 124 + + + + + ICCARM + 1 4 15 23 25 22 + + + BICOMP + 1 4 15 23 25 22 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + + + ICCARM + 114 + + + BICOMP + 132 + + + + + ICCARM + 1 4 24 21 + + + BICOMP + 1 4 24 21 + + + + + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + + + ICCARM + 104 + + + BICOMP + 130 + + + + + ICCARM + 1 4 25 24 + + + BICOMP + 1 4 25 24 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + + + ICCARM + 107 + + + BICOMP + 116 + + + + + ICCARM + 1 4 21 22 + + + BICOMP + 1 4 21 22 + + + + + $PROJ_DIR$\..\..\examples\src\TimerModel.c + + + ICCARM + 103 + + + BICOMP + 90 + + + + + ICCARM + 1 4 23 6 + + + BICOMP + 1 4 23 6 + + + + + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + + + ICCARM + 99 + + + BICOMP + 135 + + + + + ICCARM + 1 4 26 + + + BICOMP + 1 4 26 + + + + + $PROJ_DIR$\..\..\examples\src\UsartModel.c + + + ICCARM + 98 + + + BICOMP + 133 + + + + + ICCARM + 1 4 17 174 26 14 29 141 3 32 27 67 143 31 28 30 + + + BICOMP + 1 4 17 174 26 14 29 141 3 27 67 143 31 28 30 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + + + ICCARM + 122 + + + BICOMP + 87 + + + + + ICCARM + 1 4 7 19 17 6 + + + BICOMP + 1 4 7 19 17 6 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + + + ICCARM + 138 + + + BICOMP + 126 + + + + + ICCARM + 1 4 12 + + + BICOMP + 1 4 12 + + + + + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + + + ICCARM + 92 + + + BICOMP + 120 + + + + + ICCARM + 1 4 19 12 16 + + + BICOMP + 1 4 19 12 16 + + + + + $PROJ_DIR$\Cstartup.s79 + + + AARM + 121 + + + + + AARM + 142 + + + + + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + + + ICCARM + 105 + + + BICOMP + 94 + + + + + ICCARM + 1 4 16 20 + + + BICOMP + 1 4 16 20 + + + + + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + + + ICCARM + 117 + + + BICOMP + 110 + + + + + ICCARM + 1 4 20 + + + BICOMP + 1 4 20 + + + + + $PROJ_DIR$\Cstartup_SAM7.c + + + ICCARM + 128 + + + BICOMP + 86 + + + + + ICCARM + 4 + + + BICOMP + 4 + + + + + $PROJ_DIR$\..\..\examples\src\AdcModel.c + + + ICCARM + 101 + + + BICOMP + 118 + + + + + ICCARM + 1 4 173 6 10 14 + + + BICOMP + 1 4 173 6 10 14 + + + + + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + + + ICCARM + 112 + + + BICOMP + 91 + + + + + ICCARM + 1 4 11 + + + BICOMP + 1 4 11 + + + + + $PROJ_DIR$\..\..\examples\src\Executor.c + + + ICCARM + 127 + + + BICOMP + 83 + + + + + ICCARM + 1 4 172 8 7 15 5 18 + + + BICOMP + 1 4 172 8 7 15 5 18 + + + + + $PROJ_DIR$\..\..\examples\src\Main.c + + + ICCARM + 125 + + + BICOMP + 115 + + + + + ICCARM + 1 4 18 172 8 6 10 14 7 19 12 16 17 26 20 15 25 24 21 22 23 5 13 2 11 173 + + + BICOMP + 1 4 18 172 8 6 10 14 7 19 12 16 17 26 20 15 25 24 21 22 23 5 13 2 11 173 + + + + + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + + + ICCARM + 140 + + + BICOMP + 139 + + + + + ICCARM + 18 9 + + + BICOMP + 18 9 + + + + + $PROJ_DIR$\..\..\examples\src\Model.c + + + ICCARM + 100 + + + BICOMP + 85 + + + + + ICCARM + 8 1 4 6 14 + + + BICOMP + 8 1 4 6 14 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + + + ICCARM + 95 + + + BICOMP + 129 + + + + + ICCARM + 1 4 10 28 30 141 3 32 27 67 143 + + + BICOMP + 1 4 10 28 30 141 3 27 67 143 + + + + + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + + + ICCARM + 134 + + + BICOMP + 108 + + + + + ICCARM + 1 4 6 + + + BICOMP + 1 4 6 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + + + ICCARM + 137 + + + BICOMP + 123 + + + + + ICCARM + 1 4 22 21 + + + BICOMP + 1 4 22 21 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + + + ICCARM + 119 + + + BICOMP + 93 + + + + + ICCARM + 1 4 14 28 30 141 3 32 27 67 143 + + + BICOMP + 1 4 14 28 30 141 3 27 67 143 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + + + ICCARM + 96 + + + BICOMP + 106 + + + + + ICCARM + 1 4 2 174 + + + BICOMP + 1 4 2 174 + + + + + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + + + ICCARM + 88 + + + BICOMP + 136 + + + + + ICCARM + 1 4 5 173 13 + + + BICOMP + 1 4 5 173 13 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + + + ICCARM + 89 + + + BICOMP + 102 + + + + + ICCARM + 1 4 13 2 11 + + + BICOMP + 1 4 13 2 11 + + + + + $PROJ_DIR$\srcIAR\Cstartup.s79 + + + AARM + 121 + + + + + AARM + 142 + + + + + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + ICCARM + 128 + + + BICOMP + 86 + + + + + ICCARM + 4 + + + BICOMP + 4 + + + + + $PROJ_DIR$\..\test\system\src\Main.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\Model.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerModel.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartModel.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartHardware.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartPutChar.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TaskScheduler.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\AdcModel.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\AdcConductor.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\AdcHardware.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\Executor.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TemperatureFilter.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerConductor.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerConfigurator.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerHardware.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartConductor.c + ICCARM + + + $PROJ_DIR$\..\test\system\src\UsartConfigurator.c + ICCARM + + + + Simulate + + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.h + $PROJ_DIR$\..\..\examples\src\Types.h + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.h + $TOOLKIT_DIR$\inc\DLib_Defaults.h + $PROJ_DIR$\..\..\examples\src\AT91SAM7X256.h + $PROJ_DIR$\..\..\examples\src\AdcConductor.h + $PROJ_DIR$\..\..\examples\src\TaskScheduler.h + $PROJ_DIR$\..\..\examples\src\UsartConductor.h + $PROJ_DIR$\..\..\examples\src\Model.h + $TOOLKIT_DIR$\inc\intrinsics.h + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.h + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.h + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.h + $PROJ_DIR$\..\..\examples\src\AdcHardware.h + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.h + $PROJ_DIR$\..\..\examples\src\TimerConductor.h + $PROJ_DIR$\..\..\examples\src\UsartPutChar.h + $PROJ_DIR$\..\..\examples\src\UsartModel.h + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.h + $PROJ_DIR$\..\..\examples\src\UsartHardware.h + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.h + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.h + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.h + $PROJ_DIR$\..\..\examples\src\TimerModel.h + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.h + $PROJ_DIR$\..\..\examples\src\TimerHardware.h + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.h + $TOOLKIT_DIR$\inc\DLib_Product.h + $TOOLKIT_DIR$\inc\math.h + $TOOLKIT_DIR$\inc\stdio.h + $TOOLKIT_DIR$\inc\ymath.h + $TOOLKIT_DIR$\inc\ysizet.h + $TOOLKIT_DIR$\lib\dl4tptinl8n.h + $PROJ_DIR$\..\test\system\src\UsartPutChar.h + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.h + $PROJ_DIR$\Simulate\Obj\cmock_demo.pbd + $PROJ_DIR$\..\test\system\src\TaskScheduler.h + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.h + $PROJ_DIR$\..\test\system\src\UsartConfigurator.h + $PROJ_DIR$\..\test\system\src\TimerConfigurator.h + $PROJ_DIR$\..\test\system\src\AT91SAM7X256.h + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.h + $PROJ_DIR$\..\test\system\src\Executor.h + $PROJ_DIR$\..\test\system\src\ModelConfig.h + $PROJ_DIR$\..\test\system\src\TimerModel.h + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.h + $PROJ_DIR$\..\test\system\src\Main.c + $PROJ_DIR$\..\test\system\src\Model.c + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c + $PROJ_DIR$\..\test\system\src\TimerModel.c + $PROJ_DIR$\..\test\system\src\UsartModel.c + $PROJ_DIR$\..\test\system\src\UsartHardware.c + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c + $PROJ_DIR$\..\test\system\src\UsartPutChar.c + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c + $PROJ_DIR$\..\test\system\src\TaskScheduler.c + $PROJ_DIR$\..\test\system\src\AdcConductor.h + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.h + $PROJ_DIR$\..\test\system\src\Model.h + $PROJ_DIR$\..\test\system\src\TemperatureFilter.h + $PROJ_DIR$\..\test\system\src\AdcModel.c + $PROJ_DIR$\..\test\system\src\TimerHardware.h + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c + $PROJ_DIR$\..\test\system\src\AdcConductor.c + $PROJ_DIR$\..\test\system\src\AdcHardware.c + $PROJ_DIR$\..\test\system\src\AdcHardware.h + $PROJ_DIR$\..\test\system\src\Executor.c + $TOOLKIT_DIR$\inc\xencoding_limits.h + $TOOLKIT_DIR$\lib\dl4tptinl8n.r79 + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c + $PROJ_DIR$\..\test\system\src\Types.h + $PROJ_DIR$\..\test\system\src\TemperatureFilter.c + $PROJ_DIR$\..\test\system\src\TimerConductor.c + $PROJ_DIR$\..\test\system\src\TimerConfigurator.c + $PROJ_DIR$\..\test\system\src\TimerHardware.c + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c + $PROJ_DIR$\..\test\system\src\UsartConductor.c + $PROJ_DIR$\..\test\system\src\UsartConfigurator.c + $PROJ_DIR$\..\test\system\src\UsartHardware.h + $PROJ_DIR$\..\test\system\src\TimerConductor.h + $PROJ_DIR$\..\test\system\src\AdcModel.h + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.h + $PROJ_DIR$\..\test\system\src\UsartConductor.h + $PROJ_DIR$\..\test\system\src\UsartModel.h + $PROJ_DIR$\Simulate\Obj\AdcConductor.r79 + $PROJ_DIR$\Simulate\Obj\Cstartup_SAM7.pbi + $PROJ_DIR$\Simulate\Obj\UsartHardware.r79 + $TOOLKIT_DIR$\inc\yvals.h + $PROJ_DIR$\incIAR\AT91SAM7X256_inc.h + $PROJ_DIR$\Simulate\List\TimerModel.lst + $PROJ_DIR$\Simulate\Obj\Executor.r79 + $PROJ_DIR$\Simulate\Obj\TimerHardware.pbi + $PROJ_DIR$\Simulate\Obj\UsartModel.pbi + $PROJ_DIR$\Simulate\Obj\IntrinsicsWrapper.r79 + $PROJ_DIR$\Simulate\Obj\TimerConductor.pbi + $PROJ_DIR$\Simulate\List\UsartConductor.lst + $PROJ_DIR$\Simulate\Obj\Main.pbi + $TOOLKIT_DIR$\inc\DLib_Threads.h + $PROJ_DIR$\Simulate\Obj\AdcHardwareConfigurator.pbi + $PROJ_DIR$\Simulate\Obj\TimerConfigurator.pbi + $PROJ_DIR$\Simulate\Exe\cmock_demo.sim + $PROJ_DIR$\Simulate\Obj\UsartTransmitBufferStatus.pbi + $PROJ_DIR$\Simulate\Obj\AdcHardware.r79 + $PROJ_DIR$\Simulate\Obj\Main.r79 + $PROJ_DIR$\Simulate\Obj\AdcTemperatureSensor.pbi + $PROJ_DIR$\Simulate\Obj\UsartPutChar.r79 + $PROJ_DIR$\Simulate\Obj\AdcHardwareConfigurator.r79 + $PROJ_DIR$\Simulate\Obj\UsartConductor.r79 + $PROJ_DIR$\Simulate\Obj\TimerHardware.r79 + $PROJ_DIR$\Simulate\Obj\TemperatureFilter.r79 + $PROJ_DIR$\Simulate\Obj\TemperatureCalculator.pbi + $PROJ_DIR$\Simulate\Obj\TimerInterruptConfigurator.r79 + $PROJ_DIR$\Simulate\Obj\UsartTransmitBufferStatus.r79 + $PROJ_DIR$\Simulate\Obj\TimerConductor.r79 + $PROJ_DIR$\Simulate\Obj\Executor.pbi + $PROJ_DIR$\Simulate\Obj\UsartConductor.pbi + $PROJ_DIR$\Simulate\Obj\TimerModel.pbi + $PROJ_DIR$\Simulate\Obj\AdcModel.pbi + $PROJ_DIR$\Simulate\List\TaskScheduler.lst + $PROJ_DIR$\Simulate\Obj\TimerModel.r79 + $PROJ_DIR$\Simulate\Obj\TemperatureFilter.pbi + $PROJ_DIR$\Simulate\Obj\UsartBaudRateRegisterCalculator.pbi + $PROJ_DIR$\Simulate\Obj\UsartHardware.pbi + $PROJ_DIR$\Simulate\Obj\TaskScheduler.pbi + $PROJ_DIR$\Simulate\Obj\AdcConductor.pbi + $PROJ_DIR$\Simulate\Obj\TimerConfigurator.r79 + $PROJ_DIR$\Simulate\Obj\Cstartup.r79 + $PROJ_DIR$\Simulate\Obj\TimerInterruptHandler.pbi + $PROJ_DIR$\Simulate\Obj\AdcModel.r79 + $PROJ_DIR$\Simulate\Obj\IntrinsicsWrapper.pbi + $PROJ_DIR$\Simulate\List\cmock_demo.map + $PROJ_DIR$\Simulate\Obj\TimerInterruptConfigurator.pbi + $PROJ_DIR$\Simulate\Exe\cmock_demo.d79 + $PROJ_DIR$\Simulate\Obj\TaskScheduler.r79 + $PROJ_DIR$\Simulate\Obj\Model.r79 + $PROJ_DIR$\Simulate\Obj\UsartConfigurator.pbi + $PROJ_DIR$\Simulate\Obj\UsartModel.r79 + $PROJ_DIR$\Simulate\Obj\Cstartup_SAM7.r79 + $PROJ_DIR$\Simulate\Obj\TemperatureCalculator.r79 + $PROJ_DIR$\Simulate\Obj\UsartPutChar.pbi + $PROJ_DIR$\Simulate\Obj\UsartConfigurator.r79 + $PROJ_DIR$\Simulate\Obj\AdcHardware.pbi + $PROJ_DIR$\Simulate\Obj\AdcTemperatureSensor.r79 + $PROJ_DIR$\Simulate\Obj\Model.pbi + $PROJ_DIR$\Simulate\Obj\UsartBaudRateRegisterCalculator.r79 + $PROJ_DIR$\Simulate\List\UsartBaudRateRegisterCalculator.lst + $PROJ_DIR$\Simulate\List\UsartTransmitBufferStatus.lst + $PROJ_DIR$\Simulate\List\AdcHardware.lst + $PROJ_DIR$\Simulate\List\TimerInterruptConfigurator.lst + $PROJ_DIR$\Simulate\List\Model.lst + $PROJ_DIR$\Simulate\Obj\TimerInterruptHandler.r79 + $PROJ_DIR$\Simulate\List\UsartPutChar.lst + $PROJ_DIR$\Simulate\List\UsartHardware.lst + $PROJ_DIR$\Simulate\List\Executor.lst + $PROJ_DIR$\Simulate\List\TimerConfigurator.lst + $PROJ_DIR$\Simulate\List\AdcTemperatureSensor.lst + $PROJ_DIR$\Simulate\List\Cstartup_SAM7.lst + $PROJ_DIR$\Simulate\List\AdcHardwareConfigurator.lst + $PROJ_DIR$\Simulate\List\AdcModel.lst + $PROJ_DIR$\Simulate\List\TemperatureFilter.lst + $PROJ_DIR$\Simulate\List\AdcConductor.lst + $PROJ_DIR$\Simulate\List\UsartConfigurator.lst + $PROJ_DIR$\Simulate\List\IntrinsicsWrapper.lst + $PROJ_DIR$\Simulate\List\TimerHardware.lst + $PROJ_DIR$\Simulate\List\TemperatureCalculator.lst + $PROJ_DIR$\Simulate\List\TimerInterruptHandler.lst + $PROJ_DIR$\Simulate\List\UsartModel.lst + $PROJ_DIR$\Simulate\List\Main.lst + $PROJ_DIR$\Simulate\List\TimerConductor.lst + $PROJ_DIR$\Resource\at91SAM7X256_FLASH.xcl + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + $PROJ_DIR$\..\..\examples\src\TimerModel.c + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + $PROJ_DIR$\..\..\examples\src\UsartModel.c + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + $PROJ_DIR$\Cstartup.s79 + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + $PROJ_DIR$\Cstartup_SAM7.c + $PROJ_DIR$\..\..\examples\src\AdcModel.c + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + $PROJ_DIR$\..\..\examples\src\Executor.c + $PROJ_DIR$\..\..\examples\src\Main.c + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + $PROJ_DIR$\..\..\examples\src\Model.c + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + $PROJ_DIR$\..\..\examples\src\Executor.h + $PROJ_DIR$\..\..\examples\src\AdcModel.h + $PROJ_DIR$\..\..\examples\src\ModelConfig.h + $PROJ_DIR$\srcIAR\Cstartup.s79 + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + [ROOT_NODE] + + + XLINK + 133 131 101 + + + + + $PROJ_DIR$\Simulate\Obj\cmock_demo.pbd + + + BILINK + 125 142 99 118 105 86 115 130 97 144 124 111 121 95 100 92 132 128 117 122 116 136 123 93 140 102 + + + + + $PROJ_DIR$\..\test\system\src\Main.c + + + ICCARM + 104 + + + BICOMP + 97 + + + + + ICCARM + 71 40 42 59 36 0 60 83 79 38 33 84 41 37 80 62 39 58 45 44 57 66 82 34 81 + + + BICOMP + 71 40 42 59 36 0 60 83 79 38 33 84 41 37 80 62 39 58 45 44 57 66 82 34 81 + + + + + $PROJ_DIR$\..\test\system\src\Model.c + + + ICCARM + 135 + + + BICOMP + 144 + + + + + ICCARM + 59 71 40 36 60 + + + BICOMP + 59 71 40 36 60 + + + + + $PROJ_DIR$\..\test\system\src\AdcHardwareConfigurator.c + + + ICCARM + 107 + + + BICOMP + 99 + + + + + ICCARM + 71 40 82 43 + + + BICOMP + 71 40 82 43 + + + + + $PROJ_DIR$\..\test\system\src\TimerModel.c + + + ICCARM + 120 + + + BICOMP + 117 + + + + + ICCARM + 71 40 44 36 + + + BICOMP + 71 40 44 36 + + + + + $PROJ_DIR$\..\test\system\src\UsartModel.c + + + ICCARM + 137 + + + BICOMP + 93 + + + + + ICCARM + 71 40 84 43 41 60 29 88 3 32 27 68 98 31 28 30 + + + BICOMP + 71 40 84 43 41 60 29 88 3 27 68 98 31 28 30 + + + + + $PROJ_DIR$\..\test\system\src\UsartHardware.c + + + ICCARM + 87 + + + BICOMP + 123 + + + + + ICCARM + 71 40 79 38 33 + + + BICOMP + 71 40 79 38 33 + + + + + $PROJ_DIR$\..\test\system\src\UsartTransmitBufferStatus.c + + + ICCARM + 113 + + + BICOMP + 102 + + + + + ICCARM + 71 40 37 + + + BICOMP + 71 40 37 + + + + + $PROJ_DIR$\..\test\system\src\UsartPutChar.c + + + ICCARM + 106 + + + BICOMP + 140 + + + + + ICCARM + 71 40 33 37 29 88 3 32 27 68 98 31 + + + BICOMP + 71 40 33 37 29 88 3 27 68 98 31 + + + + + $PROJ_DIR$\..\test\system\src\TimerInterruptConfigurator.c + + + ICCARM + 112 + + + BICOMP + 132 + + + + + ICCARM + 71 40 58 45 + + + BICOMP + 71 40 58 45 + + + + + $PROJ_DIR$\..\test\system\src\UsartBaudRateRegisterCalculator.c + + + ICCARM + 145 + + + BICOMP + 122 + + + + + ICCARM + 71 40 41 + + + BICOMP + 71 40 41 + + + + + $PROJ_DIR$\..\test\system\src\TaskScheduler.c + + + ICCARM + 134 + + + BICOMP + 124 + + + + + ICCARM + 71 40 36 + + + BICOMP + 71 40 36 + + + + + $PROJ_DIR$\..\test\system\src\AdcModel.c + + + ICCARM + 129 + + + BICOMP + 118 + + + + + ICCARM + 71 40 81 36 0 60 + + + BICOMP + 71 40 81 36 0 60 + + + + + $PROJ_DIR$\..\test\system\src\AdcTemperatureSensor.c + + + ICCARM + 143 + + + BICOMP + 105 + + + + + ICCARM + 71 40 34 + + + BICOMP + 71 40 34 + + + + + $PROJ_DIR$\..\test\system\src\AdcConductor.c + + + ICCARM + 85 + + + BICOMP + 125 + + + + + ICCARM + 71 40 57 81 66 + + + BICOMP + 71 40 57 81 66 + + + + + $PROJ_DIR$\..\test\system\src\AdcHardware.c + + + ICCARM + 103 + + + BICOMP + 142 + + + + + ICCARM + 71 40 66 82 34 + + + BICOMP + 71 40 66 82 34 + + + + + $PROJ_DIR$\..\test\system\src\Executor.c + + + ICCARM + 91 + + + BICOMP + 115 + + + + + ICCARM + 71 40 42 59 83 80 57 + + + BICOMP + 71 40 42 59 83 80 57 + + + + + $PROJ_DIR$\..\test\system\src\TemperatureCalculator.c + + + ICCARM + 139 + + + BICOMP + 111 + + + + + ICCARM + 71 40 0 28 30 88 3 32 27 68 98 + + + BICOMP + 71 40 0 28 30 88 3 27 68 98 + + + + + $PROJ_DIR$\..\test\system\src\TemperatureFilter.c + + + ICCARM + 110 + + + BICOMP + 121 + + + + + ICCARM + 71 40 60 28 30 88 3 32 27 68 98 + + + BICOMP + 71 40 60 28 30 88 3 27 68 98 + + + + + $PROJ_DIR$\..\test\system\src\TimerConductor.c + + + ICCARM + 114 + + + BICOMP + 95 + + + + + ICCARM + 71 40 80 44 62 45 + + + BICOMP + 71 40 80 44 62 45 + + + + + $PROJ_DIR$\..\test\system\src\TimerConfigurator.c + + + ICCARM + 126 + + + BICOMP + 100 + + + + + ICCARM + 71 40 39 58 + + + BICOMP + 71 40 39 58 + + + + + $PROJ_DIR$\..\test\system\src\TimerHardware.c + + + ICCARM + 109 + + + BICOMP + 92 + + + + + ICCARM + 71 40 62 39 + + + BICOMP + 71 40 62 39 + + + + + $PROJ_DIR$\..\test\system\src\TimerInterruptHandler.c + + + ICCARM + 151 + + + BICOMP + 128 + + + + + ICCARM + 71 40 45 58 + + + BICOMP + 71 40 45 58 + + + + + $PROJ_DIR$\..\test\system\src\UsartConductor.c + + + ICCARM + 108 + + + BICOMP + 116 + + + + + ICCARM + 71 40 83 79 84 36 + + + BICOMP + 71 40 83 79 84 36 + + + + + $PROJ_DIR$\..\test\system\src\UsartConfigurator.c + + + ICCARM + 141 + + + BICOMP + 136 + + + + + ICCARM + 71 40 38 + + + BICOMP + 71 40 38 + + + + + $PROJ_DIR$\Simulate\Exe\cmock_demo.d79 + + + XLINK + 131 101 + + + + + XLINK + 170 85 103 107 129 143 127 138 91 94 104 135 134 139 110 114 126 109 112 151 120 145 108 141 87 137 106 113 69 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConductor.c + + + ICCARM + 114 169 + + + BICOMP + 95 + + + + + ICCARM + 1 4 15 23 25 22 + + + BICOMP + 1 4 15 23 25 22 + + + + + $PROJ_DIR$\..\..\examples\src\TimerConfigurator.c + + + ICCARM + 126 155 + + + BICOMP + 100 + + + + + ICCARM + 1 4 24 21 + + + BICOMP + 1 4 24 21 + + + + + $PROJ_DIR$\..\..\examples\src\TimerHardware.c + + + ICCARM + 109 164 + + + BICOMP + 92 + + + + + ICCARM + 1 4 25 24 + + + BICOMP + 1 4 25 24 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptConfigurator.c + + + ICCARM + 112 149 + + + BICOMP + 132 + + + + + ICCARM + 1 4 21 22 + + + BICOMP + 1 4 21 22 + + + + + $PROJ_DIR$\..\..\examples\src\TimerModel.c + + + ICCARM + 120 90 + + + BICOMP + 117 + + + + + ICCARM + 1 4 23 6 + + + BICOMP + 1 4 23 6 + + + + + $PROJ_DIR$\..\..\examples\src\UsartBaudRateRegisterCalculator.c + + + ICCARM + 145 146 + + + BICOMP + 122 + + + + + ICCARM + 1 4 26 + + + BICOMP + 1 4 26 + + + + + $PROJ_DIR$\..\..\examples\src\UsartModel.c + + + ICCARM + 137 167 + + + BICOMP + 93 + + + + + ICCARM + 1 4 17 200 26 14 29 88 3 32 27 68 98 31 28 30 + + + BICOMP + 1 4 17 200 26 14 29 88 3 27 68 98 31 28 30 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConductor.c + + + ICCARM + 108 96 + + + BICOMP + 116 + + + + + ICCARM + 1 4 7 19 17 6 + + + BICOMP + 1 4 7 19 17 6 + + + + + $PROJ_DIR$\..\..\examples\src\UsartConfigurator.c + + + ICCARM + 141 162 + + + BICOMP + 136 + + + + + ICCARM + 1 4 12 + + + BICOMP + 1 4 12 + + + + + $PROJ_DIR$\..\..\examples\src\UsartHardware.c + + + ICCARM + 87 153 + + + BICOMP + 123 + + + + + ICCARM + 1 4 19 12 16 + + + BICOMP + 1 4 19 12 16 + + + + + $PROJ_DIR$\Cstartup.s79 + + + AARM + 127 + + + + + AARM + 89 + + + + + $PROJ_DIR$\..\..\examples\src\UsartPutChar.c + + + ICCARM + 106 152 + + + BICOMP + 140 + + + + + ICCARM + 1 4 16 20 29 88 3 32 27 68 98 31 + + + BICOMP + 1 4 16 20 29 88 3 27 68 98 31 + + + + + $PROJ_DIR$\..\..\examples\src\UsartTransmitBufferStatus.c + + + ICCARM + 113 147 + + + BICOMP + 102 + + + + + ICCARM + 1 4 20 + + + BICOMP + 1 4 20 + + + + + $PROJ_DIR$\Cstartup_SAM7.c + + + ICCARM + 138 157 + + + BICOMP + 86 + + + + + ICCARM + 4 + + + BICOMP + 4 + + + + + $PROJ_DIR$\..\..\examples\src\AdcModel.c + + + ICCARM + 129 159 + + + BICOMP + 118 + + + + + ICCARM + 1 4 199 6 10 14 + + + BICOMP + 1 4 199 6 10 14 + + + + + $PROJ_DIR$\..\..\examples\src\AdcTemperatureSensor.c + + + ICCARM + 143 156 + + + BICOMP + 105 + + + + + ICCARM + 1 4 11 + + + BICOMP + 1 4 11 + + + + + $PROJ_DIR$\..\..\examples\src\Executor.c + + + ICCARM + 91 154 + + + BICOMP + 115 + + + + + ICCARM + 1 4 198 8 7 15 5 18 + + + BICOMP + 1 4 198 8 7 15 5 18 + + + + + $PROJ_DIR$\..\..\examples\src\Main.c + + + ICCARM + 104 168 + + + BICOMP + 97 + + + + + ICCARM + 1 4 18 198 8 6 10 14 7 19 12 16 17 26 20 15 25 24 21 22 23 5 13 2 11 199 + + + BICOMP + 1 4 18 198 8 6 10 14 7 19 12 16 17 26 20 15 25 24 21 22 23 5 13 2 11 199 + + + + + $PROJ_DIR$\..\..\examples\src\IntrinsicsWrapper.c + + + ICCARM + 94 163 + + + BICOMP + 130 + + + + + ICCARM + 18 9 + + + BICOMP + 18 9 + + + + + $PROJ_DIR$\..\..\examples\src\Model.c + + + ICCARM + 135 150 + + + BICOMP + 144 + + + + + ICCARM + 8 1 4 6 14 + + + BICOMP + 8 1 4 6 14 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureCalculator.c + + + ICCARM + 139 165 + + + BICOMP + 111 + + + + + ICCARM + 1 4 10 28 30 88 3 32 27 68 98 + + + BICOMP + 1 4 10 28 30 88 3 27 68 98 + + + + + $PROJ_DIR$\..\..\examples\src\TaskScheduler.c + + + ICCARM + 134 119 + + + BICOMP + 124 + + + + + ICCARM + 1 4 6 + + + BICOMP + 1 4 6 + + + + + $PROJ_DIR$\..\..\examples\src\TimerInterruptHandler.c + + + ICCARM + 151 166 + + + BICOMP + 128 + + + + + ICCARM + 1 4 22 21 + + + BICOMP + 1 4 22 21 + + + + + $PROJ_DIR$\..\..\examples\src\TemperatureFilter.c + + + ICCARM + 110 160 + + + BICOMP + 121 + + + + + ICCARM + 1 4 14 28 30 88 3 32 27 68 98 + + + BICOMP + 1 4 14 28 30 88 3 27 68 98 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardwareConfigurator.c + + + ICCARM + 107 158 + + + BICOMP + 99 + + + + + ICCARM + 1 4 2 200 + + + BICOMP + 1 4 2 200 + + + + + $PROJ_DIR$\..\..\examples\src\AdcConductor.c + + + ICCARM + 85 161 + + + BICOMP + 125 + + + + + ICCARM + 1 4 5 199 13 + + + BICOMP + 1 4 5 199 13 + + + + + $PROJ_DIR$\..\..\examples\src\AdcHardware.c + + + ICCARM + 103 148 + + + BICOMP + 142 + + + + + ICCARM + 1 4 13 2 11 + + + BICOMP + 1 4 13 2 11 + + + + + $PROJ_DIR$\srcIAR\Cstartup.s79 + + + AARM + 127 + + + + + AARM + 89 + + + + + $PROJ_DIR$\srcIAR\Cstartup_SAM7.c + + + ICCARM + 138 157 + + + BICOMP + 86 + + + + + ICCARM + 4 + + + BICOMP + 4 + + + + + + + diff --git a/iar/cmock_demo.ewd b/iar/iar_v4/cmock_demo.ewd similarity index 95% rename from iar/cmock_demo.ewd rename to iar/iar_v4/cmock_demo.ewd index fd2b387..1632636 100644 --- a/iar/cmock_demo.ewd +++ b/iar/iar_v4/cmock_demo.ewd @@ -37,7 +37,7 @@