From ca2f0af2e4ff219c8f96be66b3fd647d1c7511dc Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 4 May 2016 16:15:52 -0600 Subject: [PATCH] Make suggested changes from first review Add changes to the example user settings noted by david missed .dep files, exclude these as well .dep files are necessary rebase --- IDE/IAR-EWARM/embOS/.gitignore | 7 +- IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 | 7 +- .../samv71q21_wolfssl.icf | 54 +- .../user_settings.h | 3 + .../user_settings_verbose_example.h | 19 +- .../wolfcrypt_benchmark.Debug.driver.xcl | 33 - .../wolfcrypt_benchmark.Debug.general.xcl | 13 - .../settings/wolfcrypt_benchmark.crun | 16 - .../settings/wolfcrypt_benchmark.dbgdt | 115 -- .../settings/wolfcrypt_benchmark.dni | 134 -- .../wolfcrypt_benchmark.dep | 726 -------- .../settings/wolfcrypt_lib.Debug.driver.xcl | 13 - .../settings/wolfcrypt_lib.Debug.general.xcl | 11 - .../settings/wolfcrypt_lib.crun | 16 - .../settings/wolfcrypt_lib.dbgdt | 5 - .../settings/wolfcrypt_lib.dni | 45 - .../wolfcrypt_lib.dep | 905 ---------- .../settings/wolfcrypt_test.Debug.driver.xcl | 33 - .../settings/wolfcrypt_test.Debug.general.xcl | 13 - .../settings/wolfcrypt_test.crun | 16 - .../settings/wolfcrypt_test.dbgdt | 115 -- .../settings/wolfcrypt_test.dni | 134 -- .../wolfcrypt_test.dep | 1564 ----------------- .../samv71q21_wolfssl.icf | 54 +- .../README_extract_trial_here | 33 +- wolfssl/wolfcrypt/settings.h | 1 - 26 files changed, 78 insertions(+), 4007 deletions(-) delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.driver.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.general.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.crun delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dbgdt delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dni delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.dep delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.driver.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.general.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.crun delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dbgdt delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dni delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/wolfcrypt_lib.dep delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.driver.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.general.xcl delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.crun delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dbgdt delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dni delete mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/wolfcrypt_test.dep diff --git a/IDE/IAR-EWARM/embOS/.gitignore b/IDE/IAR-EWARM/embOS/.gitignore index 64acf8a62..426cd0c04 100644 --- a/IDE/IAR-EWARM/embOS/.gitignore +++ b/IDE/IAR-EWARM/embOS/.gitignore @@ -1 +1,6 @@ -*.bat \ No newline at end of file +*.bat +*.xcl +*.crun +*.dbgdt +*.dni + diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 b/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 index 05532e095..ddfaac0c1 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 @@ -1,5 +1,10 @@ Each example project here has it's own README please follow them in detail. - + +embOS_wolfcrypt_benchmark_SAMV71_XULT\README_wolfcrypt_benchmark +embOS_wolfcrypt_lib_SAMV71_XULT\README_wolfcrypt_lib +embOS_wolfcrypt_test_SAMV71_XULT\README_wolfcrypt_test + + Thank you for using this guide and we hope this is helpful to you. If you have any suggestions / feedback for us please contact us: support@wolfssl.com diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_Linker_Script/samv71q21_wolfssl.icf b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_Linker_Script/samv71q21_wolfssl.icf index df18243a5..ad309b4d1 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_Linker_Script/samv71q21_wolfssl.icf +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_Linker_Script/samv71q21_wolfssl.icf @@ -1,57 +1,33 @@ -/* ---------------------------------------------------------------------------- */ -/* Atmel Microcontroller Software Support */ -/* SAM Software Package License */ -/* ---------------------------------------------------------------------------- */ -/* Copyright (c) 2014, Atmel Corporation */ -/* */ -/* All rights reserved. */ -/* */ -/* Redistribution and use in source and binary forms, with or without */ -/* modification, are permitted provided that the following condition is met: */ -/* */ -/* - Redistributions of source code must retain the above copyright notice, */ -/* this list of conditions and the disclaimer below. */ -/* */ -/* Atmel's name may not be used to endorse or promote products derived from */ -/* this software without specific prior written permission. */ -/* */ -/* DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR */ -/* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */ -/* DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, */ -/* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT */ -/* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, */ -/* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ -/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ -/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ -/* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* ---------------------------------------------------------------------------- */ +/* + * A simple example for evaluation purposes written from scratch by wolfSSL Inc + */ -/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*###ICF### ****/ /*-Editor annotation file-*/ /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ /*-Specials-*/ define symbol __ICFEDIT_intvec_start__ = 0x00400000; /*-Memory Regions-*/ define symbol __ICFEDIT_region_RAM_start__ = 0x20400000; -define symbol __ICFEDIT_region_RAM_end__ = 0x20460000 -1; +define symbol __ICFEDIT_region_RAM_end__ = 0x20459999; define symbol __ICFEDIT_region_ROM_start__ = 0x00400000; -define symbol __ICFEDIT_region_ROM_end__ = 0x00600000 -1; +define symbol __ICFEDIT_region_ROM_end__ = 0x00599999; /*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; -define symbol __ICFEDIT_size_heap__ = 0x20000; -/**** End of ICF editor section. ###ICF###*/ +define symbol __ICFEDIT_size_heap__ = 0x13000; +/**** ###ICF###*/ define memory mem with size = 4G; -define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; -define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; -define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; initialize by copy { readwrite }; -do not initialize { section .noinit }; +do not initialize { section .noinit }; place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; -place in ROM_region { readonly }; -place in RAM_region { readwrite, block CSTACK, block HEAP }; +place in ROM_region { readonly }; +place in RAM_region { readwrite, block CSTACK, block HEAP }; + diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings.h b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings.h index 1c4cadf38..3a124c7bb 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings.h +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings.h @@ -16,6 +16,9 @@ #undef SIZEOF_LONG_LONG #define SIZEOF_LONG_LONG 8 + #undef USE_FAST_MATH + #define USE_FAST_MATH + #undef HAVE_CHACHA #define HAVE_CHACHA diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h index d95b64c99..3819e6cfc 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h @@ -40,17 +40,8 @@ #undef TFM_ASM //#define TFM_ASM - - /* Enable extra math checks */ - #undef TFM_CHECK - //#define TFM_CHECK #endif -/* Math debugging */ -#undef WOLFSSL_DEBUG_MATH -//#define WOLFSSL_DEBUG_MATH - - /* ------------------------------------------------------------------------- */ /* Crypto */ /* ------------------------------------------------------------------------- */ @@ -130,7 +121,7 @@ #undef HAVE_AESGCM #define HAVE_AESGCM - /* GCM Method: GCM_SMALL, GCM_WORD32 or GCM_SMALL */ + /* GCM Method: GCM_SMALL, GCM_WORD32 or GCM_TABLE */ #undef GCM_SMALL #define GCM_SMALL #else @@ -187,14 +178,6 @@ #define NO_MD5 #endif - -/* ------------------------------------------------------------------------- */ -/* HW Crypto Acceleration */ -/* ------------------------------------------------------------------------- */ -// See README.md for instructions -//#define FREESCALE_MMCAU 1 - - /* ------------------------------------------------------------------------- */ /* Benchmark / Test */ /* ------------------------------------------------------------------------- */ diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.driver.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.driver.xcl deleted file mode 100644 index c88ed70d1..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.driver.xcl +++ /dev/null @@ -1,33 +0,0 @@ -"--endian=little" - -"--cpu=Cortex-M7" - -"--jlink_exec_command" - -"device ATSAMV71Q21" - -"--fpu=VFPv5_D16" - -"-p" - -"C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\ATSAMV71Q21.svd" - -"--semihosting" - -"--drv_communication=USB0" - -"--drv_interface_speed=auto" - -"--jlink_initial_speed=32" - -"--jlink_reset_strategy=0,0" - -"--drv_interface=SWD" - -"--drv_catch_exceptions=0x000" - -"--drv_swo_clock_setup=72000000,0,2000000" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.general.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.general.xcl deleted file mode 100644 index 07cf4682d..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.Debug.general.xcl +++ /dev/null @@ -1,13 +0,0 @@ -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armproc.dll" - -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armjlink2.dll" - -"C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Debug\Exe\wolfcrypt_benchmark.out" - ---plugin "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armbat.dll" - ---macro "C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\samv7-ek-flash.mac" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.crun b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.crun deleted file mode 100644 index ef39dce8f..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.crun +++ /dev/null @@ -1,16 +0,0 @@ - - - - 1 - - - * - * - * - 0 - 1 - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dbgdt b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dbgdt deleted file mode 100644 index 3817a8646..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dbgdt +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - 201235 - - 20 - 926 - 247 - 61 - - - - - - - - 124272727 - - - - - - Disassembly_I0 - - - - 50020 - - - - 11 - - - - - - - 110$PROJ_DIR$\TermIOInput.txt10 - - - - - - - - - - TabID-12572-5505 - Debug Log - Debug-Log - - - - TabID-12050-5515 - Build - Build - - - - - 0 - - - TabID-23321-5509 - Workspace - Workspace - - - wolfcrypt_benchmark - - - - 0 - - - TabID-1301-5512 - Disassembly - Disassembly - - - - - 0 - - - TabID-11004-5535 - Terminal I/O - TerminalIO - - - - - 0 - - - - - - TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\src\tfm.c0000017113907839078TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\Application\runWolfcryptTests.c0000012423423TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Application\runBenchmarks.c0000011432432TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c00000328115691156930100000010000001 - - - - - - - iaridepm.enu1debuggergui.enu1armjlink2.enu1-2-2304198-2-2200200154560336134154560514286-2-2304417-2-2200200154560336134323802514286-24153041098415-2200200154560336134527821514286-2-21981296-2-212982001003091336134154560336134 - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dni b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dni deleted file mode 100644 index 7a5211987..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dni +++ /dev/null @@ -1,134 +0,0 @@ -[Stack] -FillEnabled=0 -OverflowWarningsEnabled=1 -WarningThreshold=90 -SpWarningsEnabled=1 -WarnLogOnly=1 -UseTrigger=1 -TriggerName=main -LimitSize=0 -ByteLimit=50 -[DebugChecksum] -Checksum=-866273587 -[CodeCoverage] -Enabled=_ 0 -[Exceptions] -StopOnUncaught=_ 0 -StopOnThrow=_ 0 -[CallStack] -ShowArgs=0 -[Disassembly] -MixedMode=1 -[Interrupts] -Enabled=1 -[MemConfig] -Base=1 -Manual=0 -Ddf=1 -TypeViol=0 -Stop=1 -[Simulator] -Freq=10000000 -MultiCoreRunAll=1 -[JLinkDriver] -CStepIntDis=_ 0 -LeaveTargetRunning=_ 0 -TraceBufferSize=0x00010000 -TraceStallIfFIFOFull=0x00000000 -TracePortSize=0x00000000 -[SWOTraceHWSettings] -OverrideDefaultClocks=0 -CpuClock=72000000 -ClockAutoDetect=0 -ClockWanted=2000000 -JtagSpeed=2000000 -Prescaler=36 -TimeStampPrescIndex=0 -TimeStampPrescData=0 -PcSampCYCTAP=1 -PcSampPOSTCNT=15 -PcSampIndex=0 -DataLogMode=0 -ITMportsEnable=0 -ITMportsTermIO=0 -ITMportsLogFile=0 -ITMlogFile=$PROJ_DIR$\ITM.log -[Trace1] -Enabled=0 -ShowSource=1 -[Trace2] -Enabled=0 -ShowSource=0 -[SWOTraceWindow] -PcSampling=0 -InterruptLogs=0 -ForcedTimeStamps=0 -EventCPI=0 -EventEXC=0 -EventFOLD=0 -EventLSU=0 -EventSLEEP=0 -[PowerLog] -Title_0=I0 -Symbol_0=0 4 0 -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -LiveEnabled=0 -LiveFile=PowerLogLive.log -[DataLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -[EventLog] -Title_0=Ch3 -Symbol_0=0 4 1 -Title_1=Ch2 -Symbol_1=0 4 1 -Title_2=Ch1 -Symbol_2=0 4 1 -Title_3=Ch0 -Symbol_3=0 4 1 -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -SumSortOrder=0 -[InterruptLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -SumSortOrder=0 -[Log file] -LoggingEnabled=_ 0 -LogFile=_ "" -Category=_ 0 -[TermIOLog] -LoggingEnabled=_ 0 -LogFile=_ "" -[DriverProfiling] -Enabled=0 -Mode=1 -Graph=0 -Symbiont=0 -Exclusions= -[CallStackLog] -Enabled=0 -[CallStackStripe] -ShowTiming=1 -[PowerProbe] -Frequency=10000 -Probe0=I0 -ProbeSetup0=2 1 1 2 0 0 -[Disassemble mode] -mode=0 -[Breakpoints2] -Count=0 -[Aliases] -Count=0 -SuppressDialog=0 diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.dep b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.dep deleted file mode 100644 index ca0bf37d3..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.dep +++ /dev/null @@ -1,726 +0,0 @@ - - - - 2 - 2974958069 - - Debug - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - $PROJ_DIR$\Application\runBenchmarks.c - $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h - $PROJ_DIR$\Debug\Obj\xmtx2.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.pbi - $PROJ_DIR$\Debug\Obj\BSP.o - $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.pbi - $TOOLKIT_DIR$\CMSIS\Include\core_cmSimd.h - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.o - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.o - $TOOLKIT_DIR$\inc\c\DLib_Threads.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.o - $PROJ_DIR$\Debug\Obj\OS_Error.o - $PROJ_DIR$\Debug\Obj\system_sam.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.o - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.pbi - $TOOLKIT_DIR$\inc\c\xmtx.h - $PROJ_DIR$\Debug\Obj\OS_Error.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.o - $TOOLKIT_DIR$\inc\c\xtls.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.o - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\mem_track.h - $TOOLKIT_DIR$\inc\c\intrinsics.h - $PROJ_DIR$\Debug\Obj\BSP.pbi - $PROJ_DIR$\Debug\Obj\benchmark.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $PROJ_DIR$\Debug\Obj\benchmark.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\integer.h - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn_public.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rabbit.h - $PROJ_DIR$\..\embOS_wolfcrypt_lib_SAMV71_XULT\Debug\Bin\wolfcrypt_lib.a - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\des3.h - $PROJ_DIR$\Debug\Obj\startup_sam.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\types.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md5.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\poly1305.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\ecc.h - $TOOLKIT_DIR$\inc\c\stdlib.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\tfm.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dh.h - $TOOLKIT_DIR$\inc\c\ystdio.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hc128.h - $TOOLKIT_DIR$\inc\c\xlocale_c.h - $TOOLKIT_DIR$\inc\c\limits.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\aes.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dsa.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\random.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha512.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha256.h - $TOOLKIT_DIR$\inc\c\xlocale.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\camellia.h - $PROJ_DIR$\Debug\Obj\wolfcrypt_benchmark.pbd - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rsa.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\visibility.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\logging.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\wc_port.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\settings.h - $PROJ_DIR$\Debug\Obj\runBenchmarks.pbi - $PROJ_DIR$\Debug\Obj\system_sam.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\memory.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\certs_test.h - $TOOLKIT_DIR$\CMSIS\Include\core_cm7.h - $TOOLKIT_DIR$\inc\c\xlocaleuse.h - $TOOLKIT_DIR$\inc\c\wchar.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hash.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\ripemd.h - $TOOLKIT_DIR$\inc\c\stdarg.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha20_poly1305.h - $PROJ_DIR$\Debug\Obj\system_sam.o - $TOOLKIT_DIR$\inc\c\ctype.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_user_settings\user_settings.h - $TOOLKIT_DIR$\inc\c\stdio.h - $PROJ_DIR$\Debug\Obj\runBenchmarks.o - $PROJ_DIR$\Debug\Obj\startup_sam.o - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\efc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usart.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pmc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gpbr.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_samv71.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mcan.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pwm.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rstc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\smc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pmc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\isi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rswdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\efc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pio.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart3.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\acc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piod.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\utmi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\twihs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtc.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmFunc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\aes.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\icm.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\aes.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mlb.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\icm.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\xdmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc3.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\acc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\sdramc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\ssc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\matrix.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piob.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71q21.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\chipid.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rstc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\afec.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\dacc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\qspi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\hsmci.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mlb.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\ssc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\dacc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\isi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gpbr.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\pio\samv71q21.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioa.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart4.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\uart.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usbhs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\hsmci.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\wdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\trng.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\spi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\supc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\qspi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\sdramc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioe.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usbhs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\supc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\utmi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\wdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\trng.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Lib\os7m_tlv_dp.a - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\xdmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\tc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\chipid.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rswdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\smc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\matrix.h - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx.o - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.pbi - $PROJ_DIR$\Debug\Obj\xmtx.pbi - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.h - $PROJ_DIR$\Debug\Obj\BSP.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.pbi - $PROJ_DIR$\Debug\Obj\startup_sam.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx2.o - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Int.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmInstr.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.__cstat.et - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.__cstat.et - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_ConfDefaults.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.h - $PROJ_DIR$\Debug\Obj\HardFaultHandler.o - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.o - $PROJ_DIR$\Debug\Obj\xmtx2.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.o - $PROJ_DIR$\Debug\Obj\xmtx.__cstat.et - $PROJ_DIR$\Debug\Obj\OS_Error.__cstat.et - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\BSP.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\JLINKMEM.h - $PROJ_DIR$\Debug\Obj\runBenchmarks.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.__cstat.et - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\RTOS.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\OS_Config.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Conf.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Conf.h - $TOOLKIT_DIR$\lib\shb_l.a - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.pbi - $TOOLKIT_DIR$\inc\c\ysizet.h - $PROJ_DIR$\Debug\List\wolfcrypt_benchmark.map - $PROJ_DIR$\Debug\Exe\wolfcrypt_benchmark.out - $TOOLKIT_DIR$\inc\c\stdint.h - $TOOLKIT_DIR$\lib\m7M_tlv.a - $TOOLKIT_DIR$\lib\rt7M_tl.a - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $TOOLKIT_DIR$\inc\c\yvals.h - $TOOLKIT_DIR$\inc\c\xencoding_limits.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.pbi - $TOOLKIT_DIR$\lib\dl7M_tln.a - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\arc4.h - $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_Linker_Script\samv71q21_wolfssl.icf - $PROJ_DIR$\Debug\Obj\benchmark.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn.h - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\Global.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - [ROOT_NODE] - - - ILINK - 215 214 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.c - - - BICOMP - 227 - - - ICCARM - 33 - - - __cstat - 31 - - - - - BICOMP - 41 28 63 42 55 27 221 220 54 62 228 61 232 213 36 10 39 58 32 219 45 51 56 53 34 80 49 52 72 231 47 35 79 6 48 57 50 60 44 224 37 76 43 74 68 207 15 64 67 78 24 70 21 71 73 46 29 208 - - - ICCARM - 64 61 79 10 27 220 232 6 219 221 15 213 32 80 48 54 41 63 67 45 78 57 24 21 70 50 71 56 39 224 49 37 228 76 52 43 58 42 72 55 60 34 46 51 73 231 47 53 36 44 74 68 35 28 62 207 29 208 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - - - BICOMP - 30 - - - ICCARM - 9 - - - __cstat - 186 - - - - - BICOMP - 129 110 101 123 119 100 109 134 105 124 118 130 216 98 115 112 106 138 113 103 127 125 126 121 27 221 6 89 174 88 179 86 177 93 173 85 172 94 176 83 170 96 87 111 178 95 84 104 175 97 232 219 108 147 128 69 120 131 139 102 136 140 90 99 91 92 107 162 155 160 154 149 165 152 151 159 153 133 116 135 141 150 132 117 114 158 156 137 169 161 122 167 157 164 144 148 163 166 168 142 145 146 143 220 15 191 12 29 225 203 - - - ICCARM - 203 147 128 216 27 220 232 6 219 221 15 69 191 225 29 108 12 89 120 109 131 174 139 98 102 88 136 110 140 179 90 115 99 86 91 134 92 177 107 112 162 93 155 123 160 173 154 106 149 85 165 105 152 172 151 138 159 94 153 101 133 176 116 113 135 83 141 124 150 170 132 103 117 96 114 119 158 87 156 127 137 111 169 118 161 178 122 125 167 95 157 129 164 84 144 126 148 104 163 130 166 175 168 121 142 97 145 100 146 143 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - - - AARM - 197 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - - - BICOMP - 66 - - - ICCARM - 77 - - - __cstat - 18 - - - - - BICOMP - 27 216 159 102 167 162 117 142 220 69 99 149 135 137 148 143 131 140 92 160 152 133 150 158 161 164 166 146 191 128 120 139 136 90 91 107 155 154 165 151 153 116 141 132 114 156 169 122 157 144 163 168 145 15 12 89 109 174 98 88 110 179 115 86 134 177 112 93 123 173 106 85 105 172 138 94 101 176 113 83 124 170 103 96 119 87 127 111 118 178 125 95 129 84 126 104 130 175 121 97 100 232 221 6 219 108 29 225 147 - - - ICCARM - 147 128 216 27 220 232 6 219 221 15 69 191 225 29 108 12 89 120 109 131 174 139 98 102 88 136 110 140 179 90 115 99 86 91 134 92 177 107 112 162 93 155 123 160 173 154 106 149 85 165 105 152 172 151 138 159 94 153 101 133 176 116 113 135 83 141 124 150 170 132 103 117 96 114 119 158 87 156 127 137 111 169 118 161 178 122 125 167 95 157 129 164 84 144 126 148 104 163 130 166 175 168 121 142 97 145 100 146 143 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - - - BICOMP - 40 - - - ICCARM - 82 - - - __cstat - 188 - - - - - BICOMP - 177 175 170 174 172 178 179 173 176 87 84 232 27 108 216 89 88 86 93 85 94 83 96 111 95 104 97 219 109 98 110 115 134 112 123 106 105 138 101 113 124 103 119 127 118 125 129 126 130 121 100 221 6 128 69 120 131 139 102 136 140 90 99 91 92 107 162 155 160 154 149 165 152 151 159 153 133 116 135 141 150 132 117 114 158 156 137 169 161 122 167 157 164 144 148 163 166 168 142 145 146 143 220 15 191 12 29 225 147 - - - ICCARM - 147 128 216 27 220 232 6 219 221 15 69 191 225 29 108 12 89 120 109 131 174 139 98 102 88 136 110 140 179 90 115 99 86 91 134 92 177 107 112 162 93 155 123 160 173 154 106 149 85 165 105 152 172 151 138 159 94 153 101 133 176 116 113 135 83 141 124 150 170 132 103 117 96 114 119 158 87 156 127 137 111 169 118 161 178 122 125 167 95 157 129 164 84 144 126 148 104 163 130 166 175 168 121 142 97 145 100 146 143 - - - - - $PROJ_DIR$\Application\runBenchmarks.c - - - BICOMP - 65 - - - ICCARM - 81 - - - __cstat - 205 - - - - - BICOMP - 220 6 10 80 27 219 203 29 208 213 32 232 221 15 207 35 48 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 203 80 48 35 - - - - - $PROJ_DIR$\Debug\Exe\wolfcrypt_benchmark.out - - - ILINK - 214 - - - - - ILINK - 226 33 9 197 198 17 13 81 16 14 26 23 200 19 82 77 182 189 38 171 211 218 217 223 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - - - BICOMP - 8 - - - ICCARM - 23 - - - __cstat - 206 - - - - - BICOMP - 209 27 75 213 220 10 233 219 185 45 235 195 234 210 29 32 6 190 232 221 15 - - - ICCARM - 190 235 233 234 209 195 210 29 27 185 10 220 232 6 219 221 15 213 32 45 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - - - BICOMP - 212 - - - ICCARM - 13 - - - __cstat - 193 - - - - - BICOMP - 136 157 15 220 27 153 155 114 145 12 29 120 91 165 141 169 163 139 90 107 154 151 116 132 156 122 144 168 147 208 234 69 131 102 140 99 92 162 160 149 152 159 133 135 150 117 158 137 161 167 164 148 166 142 146 143 191 225 235 204 10 213 32 232 221 6 219 233 128 216 89 109 174 98 88 110 179 115 86 134 177 112 93 123 173 106 85 105 172 138 94 101 176 113 83 124 170 103 96 119 87 127 111 118 178 125 95 129 84 126 104 130 175 121 97 100 108 207 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 235 233 234 147 128 216 69 191 225 108 12 89 120 109 131 174 139 98 102 88 136 110 140 179 90 115 99 86 91 134 92 177 107 112 162 93 155 123 160 173 154 106 149 85 165 105 152 172 151 138 159 94 153 101 133 176 116 113 135 83 141 124 150 170 132 103 117 96 114 119 158 87 156 127 137 111 169 118 161 178 122 125 167 95 157 129 164 84 144 126 148 104 163 130 166 175 168 121 142 97 145 100 146 143 204 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - - - BICOMP - 20 - - - ICCARM - 198 - - - __cstat - 180 - - - - - BICOMP - 220 27 232 32 29 208 213 221 15 204 10 6 219 207 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 204 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - - - BICOMP - 187 - - - ICCARM - 19 - - - __cstat - 25 - - - - - BICOMP - 29 220 15 27 185 208 210 235 10 213 32 232 221 6 219 234 207 233 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 235 233 234 185 210 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - - - BICOMP - 11 - - - ICCARM - 16 - - - __cstat - 192 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - - - BICOMP - 229 - - - ICCARM - 14 - - - __cstat - 230 - - - - - BICOMP - 15 220 27 210 29 10 213 32 185 232 221 6 219 - - - ICCARM - 185 210 29 27 10 220 232 6 219 221 15 213 32 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - - - BICOMP - 184 - - - ICCARM - 182 - - - __cstat - 201 - - - - - BICOMP - 6 220 27 221 15 10 207 232 219 29 208 213 32 - - - ICCARM - 220 27 232 6 219 221 15 207 10 213 32 29 208 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - - - BICOMP - 183 - - - ICCARM - 200 - - - __cstat - 181 - - - - - BICOMP - 196 10 220 15 27 235 29 208 234 207 213 32 232 221 6 219 233 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 235 233 234 196 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - - - BICOMP - 22 - - - ICCARM - 17 - - - __cstat - 202 - - - - - BICOMP - 6 220 10 27 29 219 207 208 213 32 232 221 15 - - - ICCARM - 207 10 27 220 232 6 219 221 15 213 32 29 208 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - - - BICOMP - 222 - - - ICCARM - 26 - - - __cstat - 194 - - - - - BICOMP - 27 221 75 210 29 220 15 45 213 232 185 6 219 - - - ICCARM - 185 210 29 27 45 220 232 6 219 221 15 213 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - BICOMP - 7 - - - ICCARM - 189 - - - __cstat - 199 - - - - - BICOMP - 6 220 27 221 15 10 207 232 219 29 208 213 32 - - - ICCARM - 220 27 232 6 219 221 15 207 10 213 32 29 208 - - - - - - Release - - - [MULTI_TOOL] - ILINK - - - [REBUILD_ALL] - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.driver.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.driver.xcl deleted file mode 100644 index 4c14a8e81..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.driver.xcl +++ /dev/null @@ -1,13 +0,0 @@ -"--endian=little" - -"--cpu=Cortex-M7" - -"--fpu=VFPv5_D16" - -"--semihosting" - -"--multicore_nr_of_cores=1" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.general.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.general.xcl deleted file mode 100644 index 1ba9f2ed3..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.Debug.general.xcl +++ /dev/null @@ -1,11 +0,0 @@ -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armproc.dll" - -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armsim2.dll" - -"C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_lib_SAMV71_XULT\Debug\Bin\wolfcrypt_lib.a" - ---plugin "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armbat.dll" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.crun b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.crun deleted file mode 100644 index ef39dce8f..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.crun +++ /dev/null @@ -1,16 +0,0 @@ - - - - 1 - - - * - * - * - 0 - 1 - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dbgdt b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dbgdt deleted file mode 100644 index e068f91d1..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dbgdt +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dni b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dni deleted file mode 100644 index 03820ca9d..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/settings/wolfcrypt_lib.dni +++ /dev/null @@ -1,45 +0,0 @@ -[Stack] -FillEnabled=0 -OverflowWarningsEnabled=1 -WarningThreshold=90 -SpWarningsEnabled=1 -WarnLogOnly=1 -UseTrigger=1 -TriggerName=main -LimitSize=0 -ByteLimit=50 -[InterruptLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -SumSortOrder=0 -[DataLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -[Disassemble mode] -mode=0 -[Breakpoints2] -Bp0=_ 1 "STD_CODE2" "{$PROJ_DIR$\..\..\..\..\wolfssl\ssl.h}.977.1" 0 0 1 "" 0 "" -Count=1 -[Interrupts] -Enabled=1 -[MemConfig] -Base=1 -Manual=0 -Ddf=1 -TypeViol=0 -Stop=1 -[Trace1] -Enabled=0 -ShowSource=1 -[Aliases] -Count=0 -SuppressDialog=0 -[Simulator] -Freq=10000000 -MultiCoreRunAll=1 diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/wolfcrypt_lib.dep b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/wolfcrypt_lib.dep deleted file mode 100644 index 7138c2b06..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/wolfcrypt_lib.dep +++ /dev/null @@ -1,905 +0,0 @@ - - - - 2 - 2537152460 - - Debug - - $TOOLKIT_DIR$\inc\c\yvals.h - $PROJ_DIR$\Debug\Obj\des3.__cstat.et - $PROJ_DIR$\Debug\Obj\chacha20_poly1305.__cstat.et - $PROJ_DIR$\Debug\Obj\sha256.o - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $PROJ_DIR$\Debug\Obj\rabbit.o - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\asm.c - $TOOLKIT_DIR$\inc\c\time.h - $PROJ_DIR$\Debug\Obj\rsa.__cstat.et - $PROJ_DIR$\Debug\Obj\coding.__cstat.et - $TOOLKIT_DIR$\inc\c\ysizet.h - $PROJ_DIR$\Debug\Obj\wc_encrypt.__cstat.et - $PROJ_DIR$\Debug\Obj\sha.__cstat.et - $PROJ_DIR$\Debug\Obj\sha256.__cstat.et - $PROJ_DIR$\Debug\Obj\hmac.__cstat.et - $PROJ_DIR$\Debug\Obj\dh.__cstat.et - $PROJ_DIR$\Debug\Obj\md5.__cstat.et - $PROJ_DIR$\Debug\Obj\misc.__cstat.et - $TOOLKIT_DIR$\inc\c\math.h - $PROJ_DIR$\Debug\Obj\sha.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rabbit.h - $PROJ_DIR$\Debug\Obj\sha512.pbi - $PROJ_DIR$\Debug\Obj\hash.pbi - $PROJ_DIR$\Debug\Obj\dsa.o - $PROJ_DIR$\Debug\Obj\wc_port.__cstat.et - $PROJ_DIR$\Debug\Obj\rabbit.__cstat.et - $PROJ_DIR$\Debug\Obj\pwdbased.pbi - $PROJ_DIR$\Debug\Obj\wc_encrypt.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\aes.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn_public.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\wc_port.h - $PROJ_DIR$\Debug\Obj\memory.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hmac.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_user_settings\user_settings.h - $TOOLKIT_DIR$\inc\c\xencoding_limits.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md2.h - $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h - $PROJ_DIR$\Debug\Obj\hash.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md4.h - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\aes.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\coding.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\chacha.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\dh.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\des3.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\ecc.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\asn.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\chacha20_poly1305.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\dsa.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\hmac.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\hash.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\md4.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\md5.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\rabbit.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\random.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha256.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\rsa.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\pwdbased.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\memory.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\misc.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\poly1305.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\tfm.c - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\ecc.h - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\tfm.h - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\Debug\Obj\wolfcrypt_lib.pbd - $PROJ_DIR$\Debug\Obj\asn.o - $PROJ_DIR$\Debug\Obj\md4.pbi - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha512.c - $PROJ_DIR$\Debug\Obj\hmac.pbi - $TOOLKIT_DIR$\inc\c\limits.h - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\wc_port.c - $PROJ_DIR$\..\..\..\..\..\wolfssl\version.h - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\wc_encrypt.c - $PROJ_DIR$\Debug\Obj\md4.__cstat.et - $PROJ_DIR$\Debug\Obj\dsa.__cstat.et - $TOOLKIT_DIR$\inc\c\xtgmath.h - $PROJ_DIR$\Debug\Obj\tfm.__cstat.et - $PROJ_DIR$\Debug\Obj\chacha20_poly1305.pbi - $TOOLKIT_DIR$\inc\c\xlocale.h - $PROJ_DIR$\Debug\Obj\md4.o - $PROJ_DIR$\Debug\Obj\dsa.pbi - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $PROJ_DIR$\Debug\Obj\rabbit.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\random.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\logging.h - $PROJ_DIR$\Debug\Obj\memory.pbi - $PROJ_DIR$\Debug\Obj\dh.pbi - $PROJ_DIR$\Debug\Obj\aes.__cstat.et - $PROJ_DIR$\Debug\Obj\ecc.pbi - $PROJ_DIR$\Debug\Obj\des3.o - $PROJ_DIR$\Debug\Obj\sha.o - $PROJ_DIR$\Debug\Obj\poly1305.o - $PROJ_DIR$\Debug\Obj\hmac.o - $PROJ_DIR$\Debug\Obj\memory.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dh.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\misc.h - $PROJ_DIR$\Debug\Obj\chacha.__cstat.et - $PROJ_DIR$\Debug\Obj\wc_port.pbi - $PROJ_DIR$\Debug\Obj\hash.o - $PROJ_DIR$\Debug\Obj\random.__cstat.et - $PROJ_DIR$\Debug\Obj\pwdbased.__cstat.et - $PROJ_DIR$\Debug\Obj\md5.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\pwdbased.h - $PROJ_DIR$\Debug\Obj\asn.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\coding.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md5.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\openssl\ssl.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\openssl\ec.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\error-crypt.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha256.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\integer.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\des3.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\memory.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\visibility.h - $TOOLKIT_DIR$\inc\c\ymath.h - $PROJ_DIR$\Debug\Obj\sha512.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dsa.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hash.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rsa.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\ssl.h - $PROJ_DIR$\Debug\Obj\coding.o - $PROJ_DIR$\Debug\Obj\dh.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\settings.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\poly1305.h - $PROJ_DIR$\Debug\Obj\random.pbi - $PROJ_DIR$\Debug\Obj\aes.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\openssl\bn.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha20_poly1305.h - $PROJ_DIR$\Debug\Obj\wc_encrypt.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\types.h - $PROJ_DIR$\Debug\Obj\ecc.o - $PROJ_DIR$\Debug\Obj\chacha.o - $PROJ_DIR$\Debug\Obj\pwdbased.o - $TOOLKIT_DIR$\inc\c\xlocaleuse.h - $PROJ_DIR$\Debug\Obj\chacha20_poly1305.o - $PROJ_DIR$\Debug\Obj\rsa.o - $PROJ_DIR$\Debug\Obj\coding.pbi - $TOOLKIT_DIR$\inc\c\stdlib.h - $PROJ_DIR$\Debug\Obj\sha256.pbi - $PROJ_DIR$\Debug\Obj\misc.pbi - $PROJ_DIR$\Debug\Obj\aes.pbi - $TOOLKIT_DIR$\inc\c\xlocale_c.h - $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\Debug\Obj\ecc.__cstat.et - $PROJ_DIR$\Debug\Bin\wolfcrypt_lib.a - $PROJ_DIR$\Debug\Obj\sha512.o - $PROJ_DIR$\Debug\Obj\md5.o - $TOOLKIT_DIR$\inc\c\xtls.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\wc_encrypt.h - $TOOLKIT_DIR$\inc\c\xmtx.h - $TOOLKIT_DIR$\inc\c\wchar.h - $PROJ_DIR$\Debug\Obj\tfm.o - $TOOLKIT_DIR$\inc\c\ctype.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha512.h - $TOOLKIT_DIR$\inc\c\DLib_Threads.h - $PROJ_DIR$\Debug\Obj\wc_port.o - $PROJ_DIR$\Debug\Obj\des3.pbi - $PROJ_DIR$\Debug\Obj\asn.pbi - $PROJ_DIR$\Debug\Obj\misc.o - $PROJ_DIR$\Debug\Obj\chacha.pbi - $PROJ_DIR$\Debug\Obj\rsa.pbi - $PROJ_DIR$\Debug\Obj\tfm.pbi - $PROJ_DIR$\Debug\Obj\poly1305.pbi - $PROJ_DIR$\Debug\Obj\poly1305.__cstat.et - $PROJ_DIR$\Debug\Obj\random.o - - - [ROOT_NODE] - - - IARCHIVE - 149 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\aes.c - - - BICOMP - 145 - - - ICCARM - 130 - - - __cstat - 91 - - - - - BICOMP - 67 118 157 147 146 142 117 134 0 85 82 113 34 127 10 159 28 88 99 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 28 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\coding.c - - - BICOMP - 141 - - - ICCARM - 125 - - - __cstat - 9 - - - - - BICOMP - 82 118 67 127 10 134 0 85 113 34 117 147 157 146 142 108 88 30 35 159 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 108 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\chacha.c - - - BICOMP - 164 - - - ICCARM - 136 - - - __cstat - 100 - - - - - BICOMP - 82 34 147 157 134 88 117 67 0 85 63 99 118 127 10 159 146 142 113 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 63 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\dh.c - - - BICOMP - 90 - - - ICCARM - 126 - - - __cstat - 15 - - - - - BICOMP - 79 147 134 157 67 146 142 0 87 117 85 82 113 127 118 10 159 66 98 18 34 115 30 35 65 37 4 152 138 154 155 73 114 119 - - - ICCARM - 127 118 34 98 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 115 66 73 87 114 113 18 119 79 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\des3.c - - - BICOMP - 161 - - - ICCARM - 93 - - - __cstat - 1 - - - - - BICOMP - 34 147 157 67 117 146 142 134 113 118 127 0 85 82 116 88 99 30 10 159 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 116 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\ecc.c - - - BICOMP - 92 - - - ICCARM - 135 - - - __cstat - 148 - - - - - BICOMP - 0 32 88 159 10 67 87 158 64 118 127 66 131 134 111 99 34 117 147 157 85 82 146 142 124 115 112 113 30 35 65 37 4 152 138 154 155 73 114 110 75 98 122 123 121 109 29 - - - ICCARM - 127 118 34 64 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 115 66 73 87 114 112 110 124 75 131 111 123 122 109 32 158 98 121 29 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\asn.c - - - BICOMP - 162 - - - ICCARM - 69 - - - __cstat - 107 - - - - - BICOMP - 115 127 158 66 134 64 88 118 10 33 99 67 108 106 122 7 32 159 0 87 111 36 113 116 114 34 98 117 147 157 85 82 146 142 109 123 121 29 30 35 65 37 4 152 138 154 155 73 - - - ICCARM - 127 118 34 111 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 115 66 73 87 114 123 122 109 32 158 98 121 29 64 108 36 33 113 106 116 88 99 7 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\chacha20_poly1305.c - - - BICOMP - 81 - - - ICCARM - 139 - - - __cstat - 2 - - - - - BICOMP - 0 65 67 113 34 4 63 118 30 142 35 37 152 154 132 88 128 99 134 127 117 147 157 10 159 138 155 85 82 146 - - - ICCARM - 127 118 34 132 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 63 128 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\dsa.c - - - BICOMP - 84 - - - ICCARM - 23 - - - __cstat - 78 - - - - - BICOMP - 85 30 35 0 115 88 142 67 82 134 121 146 87 113 32 118 34 114 127 117 147 157 10 159 73 65 37 4 152 138 154 155 66 - - - ICCARM - 127 118 34 87 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 114 115 66 73 113 88 32 121 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\hmac.c - - - BICOMP - 72 - - - ICCARM - 96 - - - __cstat - 14 - - - - - BICOMP - 134 82 67 117 0 85 113 32 147 157 146 142 33 118 34 127 10 159 109 114 158 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 33 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 109 32 114 158 113 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\hash.c - - - BICOMP - 22 - - - ICCARM - 102 - - - __cstat - 38 - - - - - BICOMP - 134 146 142 147 157 67 29 122 117 0 85 82 121 32 87 113 127 118 10 159 123 109 64 73 114 88 111 34 30 35 65 37 4 152 138 154 155 115 98 66 158 - - - ICCARM - 127 118 34 88 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 111 115 66 73 87 114 123 122 109 32 158 98 121 29 64 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\md4.c - - - BICOMP - 70 - - - ICCARM - 83 - - - __cstat - 77 - - - - - BICOMP - 35 37 154 67 142 118 152 0 34 30 65 4 39 99 134 127 117 147 157 10 159 85 138 155 82 146 - - - ICCARM - 127 118 34 39 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\md5.c - - - BICOMP - 105 - - - ICCARM - 151 - - - __cstat - 16 - - - - - BICOMP - 67 152 127 118 10 0 99 159 154 113 134 117 147 157 109 34 30 142 35 65 37 4 138 155 85 82 146 - - - ICCARM - 127 118 34 109 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\rabbit.c - - - BICOMP - 86 - - - ICCARM - 5 - - - __cstat - 25 - - - - - BICOMP - 118 67 127 10 146 142 134 113 34 117 147 157 0 85 82 20 88 99 30 35 159 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 20 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\random.c - - - BICOMP - 129 - - - ICCARM - 169 - - - __cstat - 103 - - - - - BICOMP - 85 99 34 147 157 0 117 134 67 82 114 118 127 146 142 87 113 30 10 159 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 87 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 114 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha256.c - - - BICOMP - 143 - - - ICCARM - 3 - - - __cstat - 13 - - - - - BICOMP - 99 34 30 35 146 142 37 67 113 118 0 65 4 85 82 134 114 88 127 117 147 157 10 159 152 138 154 155 - - - ICCARM - 127 118 34 114 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 88 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\rsa.c - - - BICOMP - 165 - - - ICCARM - 140 - - - __cstat - 8 - - - - - BICOMP - 67 134 117 109 88 147 157 66 87 99 127 118 10 159 0 114 123 113 34 115 122 30 142 35 85 82 146 32 65 37 4 152 138 154 155 73 158 - - - ICCARM - 127 118 34 123 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 115 66 73 87 114 122 109 32 158 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\pwdbased.c - - - BICOMP - 26 - - - ICCARM - 137 - - - __cstat - 104 - - - - - BICOMP - 67 152 35 37 0 134 142 154 158 113 30 109 33 32 65 4 138 155 114 73 106 115 99 118 34 127 117 147 157 10 159 85 82 146 66 87 - - - ICCARM - 127 118 34 106 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 109 32 33 114 158 115 66 73 87 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\memory.c - - - BICOMP - 89 - - - ICCARM - 97 - - - __cstat - 31 - - - - - BICOMP - 35 10 0 113 118 142 37 67 34 65 4 30 85 152 154 117 134 159 127 147 157 138 155 82 146 - - - ICCARM - 127 118 34 117 142 67 0 65 37 4 35 159 10 134 30 147 85 157 82 152 154 138 146 155 113 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\misc.c - - - BICOMP - 144 - - - ICCARM - 163 - - - __cstat - 17 - - - - - BICOMP - 142 134 35 37 67 154 152 0 99 30 65 4 118 34 127 117 147 157 10 159 85 138 155 82 146 - - - ICCARM - 127 118 34 99 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\poly1305.c - - - BICOMP - 167 - - - ICCARM - 95 - - - __cstat - 168 - - - - - BICOMP - 147 157 67 88 146 142 134 128 99 117 0 85 82 113 127 118 10 159 34 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 128 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha.c - - - BICOMP - 19 - - - ICCARM - 94 - - - __cstat - 12 - - - - - BICOMP - 159 146 142 127 118 10 67 88 134 117 147 157 0 85 82 32 113 99 34 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 32 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 88 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\tfm.c - - - BICOMP - 166 - - - ICCARM - 156 - - - __cstat - 80 - - - - - BICOMP - 117 134 67 82 87 34 0 85 99 6 147 157 146 142 127 66 118 10 159 73 30 35 65 37 4 152 138 154 155 114 - - - ICCARM - 127 118 34 99 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 87 114 66 73 6 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\sha512.c - - - BICOMP - 21 - - - ICCARM - 150 - - - __cstat - 120 - - - - - BICOMP - 30 35 146 142 113 134 67 99 0 85 82 158 88 118 34 127 117 147 157 10 159 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 158 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 88 113 99 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\wc_port.c - - - BICOMP - 101 - - - ICCARM - 160 - - - __cstat - 24 - - - - - BICOMP - 127 118 10 134 82 159 0 113 34 117 147 157 67 85 146 142 88 30 35 65 37 4 152 138 154 155 - - - ICCARM - 127 118 34 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 113 88 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\src\wc_encrypt.c - - - BICOMP - 27 - - - ICCARM - 133 - - - __cstat - 11 - - - - - BICOMP - 65 67 113 0 116 134 30 142 35 4 138 155 28 153 118 34 127 117 147 157 10 37 152 154 159 85 82 146 - - - ICCARM - 127 118 34 28 134 30 117 142 67 0 65 37 4 35 159 10 147 85 157 82 152 154 138 146 155 116 153 113 - - - - - [REBUILD_ALL] - - - - Release - - - [MULTI_TOOL] - ILINK - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.driver.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.driver.xcl deleted file mode 100644 index bb724fe7f..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.driver.xcl +++ /dev/null @@ -1,33 +0,0 @@ -"--endian=little" - -"--cpu=Cortex-M7" - -"--jlink_exec_command" - -"device ATSAMV71Q21" - -"--fpu=VFPv5_D16" - -"-p" - -"C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\ATSAMV71Q21.svd" - -"--semihosting" - -"--drv_communication=USB0" - -"--drv_interface_speed=auto" - -"--jlink_initial_speed=32" - -"--jlink_reset_strategy=0,0" - -"--drv_interface=SWD" - -"--drv_catch_exceptions=0x000" - -"--drv_swo_clock_setup=72000000,0,1000000" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.general.xcl b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.general.xcl deleted file mode 100644 index 37e74505d..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.Debug.general.xcl +++ /dev/null @@ -1,13 +0,0 @@ -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armproc.dll" - -"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armjlink2.dll" - -"C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\Debug\Exe\wolfcrypt_test.out" - ---plugin "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armbat.dll" - ---macro "C:\Users\boz_windows\Desktop\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\samv7-ek-flash.mac" - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.crun b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.crun deleted file mode 100644 index ef39dce8f..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.crun +++ /dev/null @@ -1,16 +0,0 @@ - - - - 1 - - - * - * - * - 0 - 1 - - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dbgdt b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dbgdt deleted file mode 100644 index d30fb89aa..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dbgdt +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - 56820 - - - - - - 2061516441 - - - - - - - 124272727 - - - - - - Disassembly_I0 - - - - 50020 - - - - 11 - - - - - - - 110$PROJ_DIR$\TermIOInput.txt10 - - - - - - - - - - TabID-12298-19447 - Debug Log - Debug-Log - - - - TabID-11775-19457 - Build - Build - - - - - 0 - - - TabID-23046-19451 - Workspace - Workspace - - - wolfcrypt_test - - - - 0 - - - TabID-1026-19454 - Disassembly - Disassembly - - - - - 0 - - - TabID-32226-19483 - Terminal I/O - TerminalIO - - - - - 0 - - - - - - TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\src\tfm.c0000017113907839078TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Application\runBenchmarks.c000000432432TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c000003281156911569TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\benchmark\benchmark.c0000014283462334623TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\Application\runWolfcryptTests.c000001242342340100000010000001 - - - - - - - iaridepm.enu1debuggergui.enu1armjlink2.enu1-2-2304198-2-2200200154560336134154560514286-2-2304359-2-2200200154560336134278980514286-2357304765357-2200200154560336134315301514286-2-21981296-2-212982001003091336134154560336134 - - - - diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dni b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dni deleted file mode 100644 index cc77cf2e2..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/settings/wolfcrypt_test.dni +++ /dev/null @@ -1,134 +0,0 @@ -[Stack] -FillEnabled=0 -OverflowWarningsEnabled=1 -WarningThreshold=90 -SpWarningsEnabled=1 -WarnLogOnly=1 -UseTrigger=1 -TriggerName=main -LimitSize=0 -ByteLimit=50 -[DebugChecksum] -Checksum=1313908777 -[CodeCoverage] -Enabled=_ 0 -[Exceptions] -StopOnUncaught=_ 0 -StopOnThrow=_ 0 -[CallStack] -ShowArgs=0 -[Disassembly] -MixedMode=1 -[Interrupts] -Enabled=1 -[MemConfig] -Base=1 -Manual=0 -Ddf=1 -TypeViol=0 -Stop=1 -[Simulator] -Freq=10000000 -MultiCoreRunAll=1 -[JLinkDriver] -CStepIntDis=_ 0 -LeaveTargetRunning=_ 0 -TraceBufferSize=0x00010000 -TraceStallIfFIFOFull=0x00000000 -TracePortSize=0x00000000 -[SWOTraceHWSettings] -OverrideDefaultClocks=0 -CpuClock=72000000 -ClockAutoDetect=0 -ClockWanted=1000000 -JtagSpeed=1000000 -Prescaler=72 -TimeStampPrescIndex=0 -TimeStampPrescData=0 -PcSampCYCTAP=0 -PcSampPOSTCNT=0 -PcSampIndex=31 -DataLogMode=0 -ITMportsEnable=0 -ITMportsTermIO=0 -ITMportsLogFile=0 -ITMlogFile=$PROJ_DIR$\ITM.log -[Trace1] -Enabled=0 -ShowSource=1 -[Trace2] -Enabled=0 -ShowSource=0 -[SWOTraceWindow] -PcSampling=0 -InterruptLogs=0 -ForcedTimeStamps=0 -EventCPI=0 -EventEXC=0 -EventFOLD=0 -EventLSU=0 -EventSLEEP=0 -[PowerLog] -Title_0=I0 -Symbol_0=0 4 0 -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -LiveEnabled=0 -LiveFile=PowerLogLive.log -[DataLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -[EventLog] -Title_0=Ch3 -Symbol_0=0 4 1 -Title_1=Ch2 -Symbol_1=0 4 1 -Title_2=Ch1 -Symbol_2=0 4 1 -Title_3=Ch0 -Symbol_3=0 4 1 -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -SumSortOrder=0 -[InterruptLog] -LogEnabled=0 -GraphEnabled=0 -ShowTimeLog=1 -SumEnabled=0 -ShowTimeSum=1 -SumSortOrder=0 -[Log file] -LoggingEnabled=_ 0 -LogFile=_ "" -Category=_ 0 -[TermIOLog] -LoggingEnabled=_ 0 -LogFile=_ "" -[DriverProfiling] -Enabled=0 -Mode=1 -Graph=0 -Symbiont=0 -Exclusions= -[CallStackLog] -Enabled=0 -[CallStackStripe] -ShowTiming=1 -[PowerProbe] -Frequency=10000 -Probe0=I0 -ProbeSetup0=2 1 1 2 0 0 -[Disassemble mode] -mode=0 -[Breakpoints2] -Count=0 -[Aliases] -Count=0 -SuppressDialog=0 diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/wolfcrypt_test.dep b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/wolfcrypt_test.dep deleted file mode 100644 index 6be01bc0f..000000000 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/wolfcrypt_test.dep +++ /dev/null @@ -1,1564 +0,0 @@ - - - - 2 - 3672263679 - - Debug - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - $PROJ_DIR$\Application\runWolfcryptTests.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\test\test.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - $PROJ_DIR$\..\..\..\..\..\wolfssl\certs_test.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\pio\samv71q21.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart4.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\ripemd.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hmac.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rabbit.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dh.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hc128.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\srp.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\des3.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\mem_track.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\aes.h - $PROJ_DIR$\Debug\List\test.lst - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\xdmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\BSP.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\utmi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\aes.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\matrix.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Int.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\smc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_samv71.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\chipid.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\ssc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rswdt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piod.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\efc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71q21.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\smc.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\error-crypt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pmc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usart.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_Linker_Script\samv71q21_wolfssl.icf - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\tc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gpbr.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtc.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\logging.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\matrix.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc3.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rstc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pio.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\afec.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piob.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\icm.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\ssc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rstc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\acc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\chipid.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rswdt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\xdmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\supc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\hsmci.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\dacc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mlb.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\qspi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\aes.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\acc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart3.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\OS_Config.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\supc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart2.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\isi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mcan.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mlb.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\efc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart4.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gpbr.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pmc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\spi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\trng.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\pio\samv71q21.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usbhs.h - $TOOLKIT_DIR$\inc\c\intrinsics.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc2.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\qspi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\wdt.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\utmi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart2.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gmac.h - $TOOLKIT_DIR$\inc\c\xlocale_c.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\dacc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioa.h - $PROJ_DIR$\Debug\List\JLINKMEM_Process.lst - $TOOLKIT_DIR$\inc\c\xtls.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\isi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\twihs.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pwm.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\sdramc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\trng.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs2.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc1.h - $PROJ_DIR$\Debug\List\runWolfcryptTests.lst - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Conf.h - $TOOLKIT_DIR$\inc\c\yvals.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\sdramc.h - $TOOLKIT_DIR$\inc\c\wchar.h - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $TOOLKIT_DIR$\inc\c\ysizet.h - $PROJ_DIR$\Debug\List\SEGGER_SYSVIEW.lst - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\icm.h - $PROJ_DIR$\Debug\List\SEGGER_HardFaultHandler.lst - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\uart.h - $PROJ_DIR$\Debug\List\BSP.lst - $TOOLKIT_DIR$\inc\c\xlocale.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\hsmci.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usbhs.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan0.h - $PROJ_DIR$\Debug\List\OS_Error.lst - $PROJ_DIR$\..\embOS_SAMV71_XULT_user_settings\user_settings.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\wdt.h - $TOOLKIT_DIR$\inc\c\limits.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmInstr.h - $TOOLKIT_DIR$\inc\c\DLib_Threads.h - $PROJ_DIR$\Debug\List\SEGGER_SYSVIEW_embOS.lst - $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $TOOLKIT_DIR$\inc\c\stdio.h - $TOOLKIT_DIR$\inc\c\ctype.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmSimd.h - $TOOLKIT_DIR$\inc\c\xmtx.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioe.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - $PROJ_DIR$\Debug\List\wolfcrypt_test.map - $TOOLKIT_DIR$\inc\c\ystdio.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.__cstat.et - $PROJ_DIR$\Debug\Obj\test.o - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - $PROJ_DIR$\Debug\List\SEGGER_RTT_printf.lst - $TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h - $PROJ_DIR$\Debug\Obj.o - $PROJ_DIR$\Debug\Obj\test.pbi - $TOOLKIT_DIR$\inc\c\xencoding_limits.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.pbi - $TOOLKIT_DIR$\inc\c\stdlib.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_ConfDefaults.h - $PROJ_DIR$\Debug\List\xmtx2.lst - $TOOLKIT_DIR$\inc\c\xlocaleuse.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.pbi - $PROJ_DIR$\Debug\List\system_sam.lst - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.pbi - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.pbi - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $TOOLKIT_DIR$\lib\shb_l.a - $PROJ_DIR$\Debug\Obj\BSP.pbi - $PROJ_DIR$\Debug\Obj\runWolfcryptTests.__cstat.et - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $TOOLKIT_DIR$\lib\rt7M_tl.a - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - $PROJ_DIR$\..\..\..\..\wolfcrypt\test\test.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.pbi - $PROJ_DIR$\Debug\Obj\OS_Error.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\test\test.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.o - $PROJ_DIR$\Debug\Obj\OS_Error.pbi - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\types.h - $PROJ_DIR$\Debug\List\RTOSInit_SAMV71_CMSIS.lst - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - $PROJ_DIR$\Debug\Obj\startup_sam.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx.pbi - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - $PROJ_DIR$\..\embOS_wolfcrypt_lib_SAMV71_XULT\Debug\Bin\wolfcrypt_lib.a - $TOOLKIT_DIR$\lib\dl7M_tln.a - $PROJ_DIR$\Debug\Obj\HardFaultHandler.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\tfm.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn_public.h - $PROJ_DIR$\Debug\List\SEGGER_SYSVIEW_Config_embOS.lst - $PROJ_DIR$\Debug\Obj\xmtx2.pbi - $PROJ_DIR$\Debug\Obj\startup_sam.o - $TOOLKIT_DIR$\inc\c\stdarg.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\visibility.h - $PROJ_DIR$\Debug\Obj\xmtx2.o - $PROJ_DIR$\Debug\Exe\wolfcrypt_test.out - $PROJ_DIR$\Debug\Obj\system_sam.__cstat.et - $TOOLKIT_DIR$\inc\c\string.h - $PROJ_DIR$\Debug\Obj\BSP.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx.o - $PROJ_DIR$\Debug\Obj\system_sam.pbi - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.__cstat.et - $PROJ_DIR$\Debug\Obj\wolfcrypt_test.pbd - $PROJ_DIR$\Debug\Obj\xmtx2.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.__cstat.et - $PROJ_DIR$\Debug\Obj\runWolfcryptTests.o - $PROJ_DIR$\Debug\List\SEGGER_RTT.lst - $PROJ_DIR$\Debug\Obj\system_sam.o - $PROJ_DIR$\Debug\List\xmtx.lst - $PROJ_DIR$\Debug\Obj\startup_sam.pbi - $PROJ_DIR$\Debug\Obj\runWolfcryptTests.pbi - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.o - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.o - $PROJ_DIR$\Debug\List\startup_sam.lst - $TOOLKIT_DIR$\CMSIS\Include\core_cm7.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\memory.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.o - $TOOLKIT_DIR$\inc\c\ycheck.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.o - $TOOLKIT_DIR$\lib\m7M_tlv.a - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\poly1305.h - $PROJ_DIR$\Debug\Obj\test.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha20_poly1305.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.__cstat.et - $PROJ_DIR$\Debug\Obj\BSP.o - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\camellia.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rsa.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\ecc.h - $PROJ_DIR$\Debug\Obj\xmtx.__cstat.et - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md5.h - $PROJ_DIR$\Debug\Obj\OS_Error.o - $TOOLKIT_DIR$\CMSIS\Include\core_cmFunc.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\arc4.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\settings.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\random.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha512.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\coding.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dsa.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\RTOS.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\integer.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md4.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\hash.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha256.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\wc_port.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha.h - $PROJ_DIR$\Debug\List\SEGGER_RTT_Syscalls_IAR.lst - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Conf.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_Syscalls_IAR.__cstat.et - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\BSP.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\idea.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Lib\os7m_tlv_dp.a - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\RTOS.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\Global.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\OS_Config.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\pwdbased.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\supc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\wdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\Inc\JLINKMEM.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gpbr.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\icm.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\qspi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\JLINKMEM.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\trng.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\dacc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\chipid.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usbhs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\trng.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\wdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioe.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usbhs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\supc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mlb.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\utmi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\hsmci.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\sdramc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rswdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\uart.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioa.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_samv71.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\smc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\efc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\aes.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usart.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rswdt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\matrix.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pmc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\isi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\xdmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pmc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\aes.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piod.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gpbr.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\efc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\tc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\icm.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mlb.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\utmi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc0.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\ssc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\ssc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtt.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\smc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\matrix.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\twihs.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart2.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\qspi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\Global.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Conf.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\isi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\acc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gmac.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pio.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71q21.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.h - $TOOLKIT_DIR$\inc\c\yfuns.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\dacc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pwm.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\afec.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rstc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec1.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart3.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\chipid.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piob.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\sdramc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\hsmci.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_Syscalls_IAR.pbi - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\spi.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\xdmac.h - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_Syscalls_IAR.o - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Syscalls_IAR.c - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\acc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc3.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rstc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rtc.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\mcan.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Conf.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Int.h - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_ConfDefaults.h - - - [ROOT_NODE] - - - ILINK - 243 176 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - - - BICOMP - 213 - - - ICCARM - 182 221 - - - __cstat - 220 - - - - - BICOMP - 266 186 240 383 122 146 167 188 152 201 390 183 205 - - - ICCARM - 390 383 122 266 188 146 201 183 205 186 167 152 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - - - BICOMP - 218 - - - ICCARM - 153 265 - - - __cstat - 199 - - - - - BICOMP - 413 266 240 152 146 245 384 205 390 188 381 415 382 383 122 151 183 414 201 186 167 - - - ICCARM - 414 381 384 382 413 415 383 122 266 390 245 146 201 183 205 186 167 152 151 188 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - - - BICOMP - 219 - - - ICCARM - 168 267 - - - __cstat - 252 - - - - - BICOMP - 122 146 167 266 390 306 383 381 245 152 151 201 186 183 205 382 304 384 - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 381 384 382 390 383 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - - - BICOMP - 212 - - - ICCARM - 237 272 - - - __cstat - 274 - - - - - BICOMP - 302 245 146 167 266 381 122 306 382 304 152 151 201 186 183 205 384 - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 381 384 382 302 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - - - BICOMP - 228 - - - ICCARM - 256 247 - - - __cstat - 279 - - - - - BICOMP - 183 146 266 186 167 245 304 201 205 122 306 152 151 - - - ICCARM - 146 266 201 183 205 186 167 304 245 152 151 122 306 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - BICOMP - 238 - - - ICCARM - 190 242 - - - __cstat - 251 - - - - - BICOMP - 183 146 266 186 167 245 304 201 205 122 306 152 151 - - - ICCARM - 146 266 201 183 205 186 167 304 245 152 151 122 306 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - - - BICOMP - 195 - - - ICCARM - 134 261 - - - __cstat - 249 - - - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 311 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - - - AARM - 232 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - - - BICOMP - 257 - - - ICCARM - 262 239 - - - __cstat - 227 - - - - - BICOMP - 339 340 342 322 359 345 355 365 377 367 364 201 266 282 260 344 363 356 375 352 371 379 358 351 360 362 353 205 361 350 366 368 380 374 372 378 369 373 354 370 357 408 409 396 404 376 398 399 410 411 397 186 183 389 263 386 394 392 387 401 385 412 388 393 395 406 400 403 333 318 341 331 326 336 332 321 319 325 346 327 323 320 313 329 330 349 334 324 316 337 335 347 348 343 338 328 308 310 312 315 26 21 146 167 166 172 122 169 17 - - - ICCARM - 17 389 260 266 146 201 183 205 186 167 263 166 169 122 282 172 344 386 361 394 322 392 350 387 363 401 366 385 355 412 368 388 356 393 380 395 339 406 374 400 375 403 372 333 365 318 378 341 352 331 369 326 359 336 373 332 371 321 354 319 377 325 370 346 379 327 357 323 342 320 408 313 358 329 409 330 367 349 396 334 351 324 404 316 345 337 376 335 360 347 398 348 364 343 399 338 362 328 410 308 340 310 411 312 353 315 397 26 21 - - - - - $PROJ_DIR$\Application\runWolfcryptTests.c - - - BICOMP - 258 - - - ICCARM - 144 253 - - - __cstat - 204 - - - - - BICOMP - 146 183 245 170 266 205 300 122 306 152 151 201 186 167 304 217 177 - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 300 170 177 217 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - - - BICOMP - 248 - - - ICCARM - 194 255 - - - __cstat - 244 - - - - - BICOMP - 266 260 332 387 335 400 313 312 146 263 388 341 346 334 338 21 394 385 395 333 326 319 323 330 316 348 308 26 166 389 386 392 401 412 393 406 403 318 331 336 321 325 327 320 329 349 324 337 347 343 328 310 315 167 172 344 361 322 350 363 366 355 368 356 380 339 374 375 372 365 378 352 369 359 373 371 354 377 370 379 357 342 408 358 409 367 396 351 404 345 376 360 398 364 399 362 410 340 411 353 397 201 186 183 205 282 122 169 17 - - - ICCARM - 17 389 260 266 146 201 183 205 186 167 263 166 169 122 282 172 344 386 361 394 322 392 350 387 363 401 366 385 355 412 368 388 356 393 380 395 339 406 374 400 375 403 372 333 365 318 378 341 352 331 369 326 359 336 373 332 371 321 354 319 377 325 370 346 379 327 357 323 342 320 408 313 358 329 409 330 367 349 396 334 351 324 404 316 345 337 376 335 360 347 398 348 364 343 399 338 362 328 410 308 340 310 411 312 353 315 397 26 21 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - - - BICOMP - 203 - - - ICCARM - 157 275 - - - __cstat - 246 - - - - - BICOMP - 398 366 354 372 409 397 361 380 369 357 404 410 260 350 368 374 378 373 370 408 396 376 399 411 266 186 183 344 322 363 355 356 339 375 365 352 359 371 377 379 342 358 367 351 345 360 364 362 340 353 201 205 282 17 389 263 386 394 392 387 401 385 412 388 393 395 406 400 403 333 318 341 331 326 336 332 321 319 325 346 327 323 320 313 329 330 349 334 324 316 337 335 347 348 343 338 328 308 310 312 315 26 21 146 167 166 172 122 169 300 - - - ICCARM - 300 17 389 260 266 146 201 183 205 186 167 263 166 169 122 282 172 344 386 361 394 322 392 350 387 363 401 366 385 355 412 368 388 356 393 380 395 339 406 374 400 375 403 372 333 365 318 378 341 352 331 369 326 359 336 373 332 371 321 354 319 377 325 370 346 379 327 357 323 342 320 408 313 358 329 409 330 367 349 396 334 351 324 404 316 345 337 376 335 360 347 398 348 364 343 399 338 362 328 410 308 340 310 411 312 353 315 397 26 21 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - - - BICOMP - 193 - - - ICCARM - 224 259 - - - __cstat - 225 - - - - - BICOMP - 401 347 167 146 266 321 403 329 315 172 122 386 393 331 327 324 328 392 412 406 318 336 325 320 349 337 343 310 17 306 382 263 394 387 385 388 395 400 333 341 326 332 319 346 323 313 330 334 316 335 348 338 308 312 26 21 166 169 381 311 245 152 151 201 186 183 205 384 389 260 344 361 322 350 363 366 355 368 356 380 339 374 375 372 365 378 352 369 359 373 371 354 377 370 379 357 342 408 358 409 367 396 351 404 345 376 360 398 364 399 362 410 340 411 353 397 282 304 - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 381 384 382 17 389 260 263 166 169 282 172 344 386 361 394 322 392 350 387 363 401 366 385 355 412 368 388 356 393 380 395 339 406 374 400 375 403 372 333 365 318 378 341 352 331 369 326 359 336 373 332 371 321 354 319 377 325 370 346 379 327 357 323 342 320 408 313 358 329 409 330 367 349 396 334 351 324 404 316 345 337 376 335 360 347 398 348 364 343 399 338 362 328 410 308 340 310 411 312 353 315 397 26 21 311 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - - - BICOMP - 187 - - - ICCARM - 155 269 - - - __cstat - 178 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - - - BICOMP - 222 - - - ICCARM - 162 281 - - - __cstat - 214 - - - - - BICOMP - 183 146 245 266 122 205 304 306 152 151 201 186 167 - - - ICCARM - 304 245 266 146 201 183 205 186 167 152 151 122 306 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - - - BICOMP - 200 - - - ICCARM - 254 235 - - - __cstat - 234 - - - - - BICOMP - 167 146 266 383 122 245 152 151 390 201 186 183 205 - - - ICCARM - 390 383 122 266 245 146 201 183 205 186 167 152 151 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\test\test.c - - - BICOMP - 185 - - - ICCARM - 46 179 - - - __cstat - 271 - - - - - BICOMP - 170 37 188 173 283 273 223 186 183 266 135 146 291 43 301 294 285 296 314 293 287 270 288 38 36 278 201 205 191 150 165 292 280 152 236 286 277 45 276 39 42 41 40 307 65 20 217 44 241 163 284 264 245 171 167 151 158 131 290 233 177 73 - - - ICCARM - 284 241 163 236 223 294 264 188 266 146 201 183 205 186 167 152 245 151 171 158 135 173 191 131 150 278 290 233 165 285 293 314 280 291 296 286 283 287 277 292 43 45 270 276 37 39 288 42 301 41 38 40 273 307 36 65 20 170 177 217 44 73 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - - - BICOMP - 187 - - - ICCARM - 155 269 - - - __cstat - 178 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - - - BICOMP - 219 - - - ICCARM - 168 267 - - - __cstat - 252 - - - - - ICCARM - 289 245 266 146 201 183 205 186 167 152 151 122 104 309 295 305 81 298 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - - - BICOMP - 200 - - - ICCARM - 254 235 - - - __cstat - 234 - - - - - ICCARM - 81 298 122 266 245 146 201 183 205 186 167 152 151 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - - - BICOMP - 212 - - - ICCARM - 237 272 - - - __cstat - 274 - - - - - ICCARM - 289 245 266 146 201 183 205 186 167 152 151 122 104 309 295 305 147 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - - - BICOMP - 248 - - - ICCARM - 194 255 - - - __cstat - 244 - - - - - ICCARM - 127 63 260 266 146 201 183 205 186 167 263 166 169 122 282 172 57 101 53 82 58 96 111 137 71 159 84 108 76 109 97 80 66 139 98 87 60 105 100 140 64 118 86 94 70 141 138 156 67 121 50 125 47 95 59 89 102 143 123 113 69 52 79 148 107 161 74 160 48 132 88 154 136 130 77 129 75 142 92 110 99 119 93 124 56 149 54 126 116 117 90 85 62 133 83 114 61 174 78 106 51 164 72 115 91 128 103 112 120 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - - - BICOMP - 222 - - - ICCARM - 162 281 - - - __cstat - 214 - - - - - ICCARM - 289 245 266 146 201 183 205 186 167 152 151 122 104 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - - - BICOMP - 195 - - - ICCARM - 134 261 - - - __cstat - 249 - - - - - ICCARM - 289 245 266 146 201 183 205 186 167 152 151 122 104 317 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - - - BICOMP - 213 - - - ICCARM - 182 221 - - - __cstat - 220 - - - - - ICCARM - 81 298 122 266 188 146 201 183 205 186 167 152 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - - - AARM - 232 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - - - BICOMP - 193 - - - ICCARM - 224 259 - - - __cstat - 225 - - - - - ICCARM - 289 245 266 146 201 183 205 186 167 152 151 122 104 309 295 305 127 63 260 263 166 169 282 172 57 101 53 82 58 96 111 137 71 159 84 108 76 109 97 80 66 139 98 87 60 105 100 140 64 118 86 94 70 141 138 156 67 121 50 125 47 95 59 89 102 143 123 113 69 52 79 148 107 161 74 160 48 132 88 154 136 130 77 129 75 142 92 110 99 119 93 124 56 149 54 126 116 117 90 85 62 133 83 114 61 174 78 106 51 164 72 115 91 128 103 112 120 317 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - - - BICOMP - 218 - - - ICCARM - 153 265 - - - __cstat - 199 - - - - - ICCARM - 55 309 295 305 145 189 298 122 266 81 245 146 201 183 205 186 167 152 151 188 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - - - BICOMP - 228 - - - ICCARM - 256 247 - - - __cstat - 279 - - - - - ICCARM - 146 266 201 183 205 186 167 289 245 152 151 122 104 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - BICOMP - 238 - - - ICCARM - 190 242 - - - __cstat - 251 - - - - - ICCARM - 146 266 201 183 205 186 167 289 245 152 151 122 104 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - - - BICOMP - 257 - - - ICCARM - 262 239 - - - __cstat - 227 - - - - - ICCARM - 127 63 260 266 146 201 183 205 186 167 263 166 169 122 282 172 57 101 53 82 58 96 111 137 71 159 84 108 76 109 97 80 66 139 98 87 60 105 100 140 64 118 86 94 70 141 138 156 67 121 50 125 47 95 59 89 102 143 123 113 69 52 79 148 107 161 74 160 48 132 88 154 136 130 77 129 75 142 92 110 99 119 93 124 56 149 54 126 116 117 90 85 62 133 83 114 61 174 78 106 51 164 72 115 91 128 103 112 120 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - - - BICOMP - 203 - - - ICCARM - 157 275 - - - __cstat - 246 - - - - - ICCARM - 49 127 63 260 266 146 201 183 205 186 167 263 166 169 122 282 172 57 101 53 82 58 96 111 137 71 159 84 108 76 109 97 80 66 139 98 87 60 105 100 140 64 118 86 94 70 141 138 156 67 121 50 125 47 95 59 89 102 143 123 113 69 52 79 148 107 161 74 160 48 132 88 154 136 130 77 129 75 142 92 110 99 119 93 124 56 149 54 126 116 117 90 85 62 133 83 114 61 174 78 106 51 164 72 115 91 128 103 112 120 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - BICOMP - 238 - - - __cstat - 251 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - - - BICOMP - 200 - - - __cstat - 234 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - - - BICOMP - 203 - - - __cstat - 246 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - - - BICOMP - 193 - - - __cstat - 225 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - - - BICOMP - 248 - - - __cstat - 244 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - - - BICOMP - 195 - - - __cstat - 249 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - - - BICOMP - 219 - - - __cstat - 252 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - - - BICOMP - 257 - - - __cstat - 227 - - - - - $PROJ_DIR$\..\..\..\..\wolfcrypt\test\test.c - - - BICOMP - 185 - - - ICCARM - 179 - - - __cstat - 271 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - - - BICOMP - 218 - - - __cstat - 199 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - - - BICOMP - 187 - - - __cstat - 178 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - - - BICOMP - 222 - - - __cstat - 214 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - - - AARM - 232 184 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - - - BICOMP - 228 - - - __cstat - 279 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - - - BICOMP - 213 - - - __cstat - 220 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - - - BICOMP - 212 - - - __cstat - 274 - - - - - $PROJ_DIR$\Debug\Exe\wolfcrypt_test.out - - - ILINK - 176 - - - - - ILINK - 68 275 232 261 281 259 253 269 235 221 265 272 267 239 255 179 247 242 230 303 202 206 268 231 - - - - - $PROJ_DIR$\..\..\extract_trial_here\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Syscalls_IAR.c - - - BICOMP - 402 - - - ICCARM - 297 405 - - - __cstat - 299 - - - - - BICOMP - 266 146 167 390 152 201 186 183 205 391 383 122 - - - ICCARM - 391 152 266 146 201 183 205 186 167 390 383 122 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\wolfcrypt\test\test.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - ICCARM - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - ICCARM - - - - Release - - - [MULTI_TOOL] - ILINK - - - - - diff --git a/IDE/IAR-EWARM/embOS/custom_port/custom_port_Linker_Script/samv71q21_wolfssl.icf b/IDE/IAR-EWARM/embOS/custom_port/custom_port_Linker_Script/samv71q21_wolfssl.icf index df18243a5..ad309b4d1 100644 --- a/IDE/IAR-EWARM/embOS/custom_port/custom_port_Linker_Script/samv71q21_wolfssl.icf +++ b/IDE/IAR-EWARM/embOS/custom_port/custom_port_Linker_Script/samv71q21_wolfssl.icf @@ -1,57 +1,33 @@ -/* ---------------------------------------------------------------------------- */ -/* Atmel Microcontroller Software Support */ -/* SAM Software Package License */ -/* ---------------------------------------------------------------------------- */ -/* Copyright (c) 2014, Atmel Corporation */ -/* */ -/* All rights reserved. */ -/* */ -/* Redistribution and use in source and binary forms, with or without */ -/* modification, are permitted provided that the following condition is met: */ -/* */ -/* - Redistributions of source code must retain the above copyright notice, */ -/* this list of conditions and the disclaimer below. */ -/* */ -/* Atmel's name may not be used to endorse or promote products derived from */ -/* this software without specific prior written permission. */ -/* */ -/* DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR */ -/* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE */ -/* DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, */ -/* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT */ -/* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, */ -/* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ -/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ -/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, */ -/* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* ---------------------------------------------------------------------------- */ +/* + * A simple example for evaluation purposes written from scratch by wolfSSL Inc + */ -/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*###ICF### ****/ /*-Editor annotation file-*/ /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ /*-Specials-*/ define symbol __ICFEDIT_intvec_start__ = 0x00400000; /*-Memory Regions-*/ define symbol __ICFEDIT_region_RAM_start__ = 0x20400000; -define symbol __ICFEDIT_region_RAM_end__ = 0x20460000 -1; +define symbol __ICFEDIT_region_RAM_end__ = 0x20459999; define symbol __ICFEDIT_region_ROM_start__ = 0x00400000; -define symbol __ICFEDIT_region_ROM_end__ = 0x00600000 -1; +define symbol __ICFEDIT_region_ROM_end__ = 0x00599999; /*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; -define symbol __ICFEDIT_size_heap__ = 0x20000; -/**** End of ICF editor section. ###ICF###*/ +define symbol __ICFEDIT_size_heap__ = 0x13000; +/**** ###ICF###*/ define memory mem with size = 4G; -define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; -define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; -define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; initialize by copy { readwrite }; -do not initialize { section .noinit }; +do not initialize { section .noinit }; place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; -place in ROM_region { readonly }; -place in RAM_region { readwrite, block CSTACK, block HEAP }; +place in ROM_region { readonly }; +place in RAM_region { readwrite, block CSTACK, block HEAP }; + diff --git a/IDE/IAR-EWARM/embOS/extract_trial_here/README_extract_trial_here b/IDE/IAR-EWARM/embOS/extract_trial_here/README_extract_trial_here index 96d8799b0..848b4445e 100644 --- a/IDE/IAR-EWARM/embOS/extract_trial_here/README_extract_trial_here +++ b/IDE/IAR-EWARM/embOS/extract_trial_here/README_extract_trial_here @@ -1 +1,32 @@ -An empty directory used when extracting segger trial. \ No newline at end of file +An empty directory used when extracting segger trial. + + + +*** For SAMV71_XULT project *** +This trial can be found here: + +https://www.segger.com/downloads/embos + +Look for the Download for IAR compiler and Cortex M + +The title should be: "embOS trial for Cortex-M and IAR compiler" + + + +*** For custom port *** +The trial will still be located at: https://www.segger.com/downloads/embos + +However you will need to identify and download the correct project for your +target CPU + + + + +Thank you for using this guide and we hope this is helpful to you. If you have +any suggestions / feedback for us please contact us: +support@wolfssl.com +info@wolfssl.com + +Copyright © 2016 wolfSSL Inc. All rights reserved. + + diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 3d95efcb4..f3e981282 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -413,7 +413,6 @@ #endif #ifdef WOLFSSL_EMBOS - #define USE_FAST_MATH #define NO_FILESYSTEM /* Not ported at this time */ #define USE_CERT_BUFFERS_2048 /* use when NO_FILESYSTEM */ #define NO_MAIN_DRIVER