From 6e26cac686c625336b2cad574a8e02a5a42b75ce Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 4 May 2016 13:03:05 -0700 Subject: [PATCH] Reworking directories and simplify README --- IDE/IAR-EWARM/embOS/.gitignore | 1 + IDE/IAR-EWARM/embOS/README | 11 +- IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 | 9 + .../Application/runBenchmarks.c | 24 +- .../README_wolfcrypt_benchmark} | 54 +- .../wolfcrypt_benchmark.Debug.driver.xcl | 2 +- .../wolfcrypt_benchmark.Debug.general.xcl | 4 +- .../settings/wolfcrypt_benchmark.dbgdt | 4 +- .../settings/wolfcrypt_benchmark.dni | 2 +- .../wolfcrypt_benchmark.dep | 1243 +++++------ .../wolfcrypt_benchmark.ewd | 4 +- .../wolfcrypt_benchmark.ewp | 38 +- .../wolfcrypt_benchmark.ewt | 30 +- .../README_wolfcrypt_lib | 44 + .../settings/wolfcrypt_lib.Debug.general.xcl | 2 +- .../wolfcrypt_lib.dep | 1387 ++++++------ .../Application/runWolfcryptTests.c | 26 +- .../README_wolfcrypt_test | 69 + .../settings/wolfcrypt_test.Debug.driver.xcl | 2 +- .../settings/wolfcrypt_test.Debug.general.xcl | 4 +- .../settings/wolfcrypt_test.dbgdt | 14 +- .../settings/wolfcrypt_test.dni | 2 +- .../wolfcrypt_test.dep | 1853 +++++++++++------ .../wolfcrypt_test.ewd | 4 +- .../wolfcrypt_test.ewp | 38 +- .../wolfcrypt_test.ewt | 30 +- .../{ => custom_port}/README_custom_port | 145 +- .../samv71q21_wolfssl.icf | 57 + .../custom_port_user_settings/user_settings.h | 67 + .../Application/runBenchmarks.c | 29 + .../Application/runWolfcryptTests.c | 30 + .../README_extract_trial_here | 1 + wolfcrypt/benchmark/benchmark.c | 2 +- 33 files changed, 3026 insertions(+), 2206 deletions(-) create mode 100644 IDE/IAR-EWARM/embOS/.gitignore create mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 rename IDE/IAR-EWARM/embOS/{README_SAMV71 => SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/README_wolfcrypt_benchmark} (65%) create mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_lib_SAMV71_XULT/README_wolfcrypt_lib create mode 100644 IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_test_SAMV71_XULT/README_wolfcrypt_test rename IDE/IAR-EWARM/embOS/{ => custom_port}/README_custom_port (55%) create mode 100644 IDE/IAR-EWARM/embOS/custom_port/custom_port_Linker_Script/samv71q21_wolfssl.icf create mode 100644 IDE/IAR-EWARM/embOS/custom_port/custom_port_user_settings/user_settings.h create mode 100644 IDE/IAR-EWARM/embOS/custom_port/wolfcrypt_benchmark_custom_port/Application/runBenchmarks.c create mode 100644 IDE/IAR-EWARM/embOS/custom_port/wolfcrypt_test_custom_port/Application/runWolfcryptTests.c create mode 100644 IDE/IAR-EWARM/embOS/extract_trial_here/README_extract_trial_here diff --git a/IDE/IAR-EWARM/embOS/.gitignore b/IDE/IAR-EWARM/embOS/.gitignore new file mode 100644 index 000000000..64acf8a62 --- /dev/null +++ b/IDE/IAR-EWARM/embOS/.gitignore @@ -0,0 +1 @@ +*.bat \ No newline at end of file diff --git a/IDE/IAR-EWARM/embOS/README b/IDE/IAR-EWARM/embOS/README index 7c53221b6..4fac7ca47 100644 --- a/IDE/IAR-EWARM/embOS/README +++ b/IDE/IAR-EWARM/embOS/README @@ -1,18 +1,23 @@ -#-----------------------------------------------------------------------------# +#-----------------------------------------------------------------------------# wolfSSL + embOS + IAR Workbench #-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------# For building the existing examples on a SAMV71_Explained_Ultra with Cortex M7 #-----------------------------------------------------------------------------# -see README_SAMV71 + + See SAMV71_XULT\\README_ + + I.E. SAMV71_XULT\embOS_wolfcrypt_lib_SAMV71_XULT\README_wolfcrypt_lib #-----------------------------------------------------------------------------# For building wolfssl on a new CPU that is supported by embOS in IAR Workbench #-----------------------------------------------------------------------------# -see README_custom_port + See custom_port\README_custom_port +#-----------------------------------------------------------------------------# +#-----------------------------------------------------------------------------# Thank you for choosing wolfSSL if you ever have any questions please contact us! diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 b/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 new file mode 100644 index 000000000..05532e095 --- /dev/null +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/README_SAMV71 @@ -0,0 +1,9 @@ +Each example project here has it's own README please follow them in detail. + +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/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/Application/runBenchmarks.c b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/Application/runBenchmarks.c index 4bb00b69f..3f36707e9 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/Application/runBenchmarks.c +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/Application/runBenchmarks.c @@ -1,31 +1,29 @@ #include "RTOS.h" #include "BSP.h" +#include #include -static OS_STACKPTR int WLFSTACK[20000]; /* Stack Size */ -static OS_TASK WLFTASK; /* Task-control-blocks */ +static OS_STACKPTR int WLFSTACK[20000]; /* Stack Size for Task */ +static OS_TASK WLFTASK; /* Task */ static void wolfTask(void) { + printf("Begin Benchmark Tests\n"); benchmark_test(NULL); + printf("Benchmark Tests Complete\n"); while (1) { BSP_ToggleLED(1); OS_Delay(200); } } -/********************************************************************* -* -* main() -*/ + int main(void) { - OS_IncDI(); /* Initially disable interrupts */ - OS_InitKern(); /* Initialize OS */ - OS_InitHW(); /* Initialize Hardware for OS */ - BSP_Init(); /* Initialize LED ports */ + OS_IncDI(); /* Disable interrupts */ + OS_InitKern(); /* Initialize OS */ + OS_InitHW(); /* Initialize Hardware */ + BSP_Init(); /* Initialize LED ports */ /* You need to create at least one task before calling OS_Start() */ OS_CREATETASK(&WLFTASK, "Tests task", wolfTask, 100, WLFSTACK); - OS_Start(); /* Start multitasking */ + OS_Start(); /* Start the OS */ return 0; } - -/****** End Of File *************************************************/ diff --git a/IDE/IAR-EWARM/embOS/README_SAMV71 b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/README_wolfcrypt_benchmark similarity index 65% rename from IDE/IAR-EWARM/embOS/README_SAMV71 rename to IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/README_wolfcrypt_benchmark index 7dce91230..fe85473d0 100644 --- a/IDE/IAR-EWARM/embOS/README_SAMV71 +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/README_wolfcrypt_benchmark @@ -3,6 +3,7 @@ Steps taken to evaluate wolfSSL with the following: Required Software for this guide: IAR Embedded Workbench IDE - ARM v7.60.1 (or similar version) embOS v4.16 (for Cortex-M and IAR compiler) +wolfssl (latest version) Required items (Hardware) for this guide: Atmel SAM V71 Xplained Ultra (Or equivelent Cortex-M Evaluation Board) @@ -18,57 +19,23 @@ Micro usb cable For this guide "**SAMV71_DIR" will signify the directory: C:\\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\ - -#----------------------------------------------------------------------------# -# Create wolfcrypt_lib.a -#----------------------------------------------------------------------------# - -1. Open IAR Workbench -> Project -> Add Existing Project - a. Browse to **SAMV71_DIR\embOS_wolfcrypt_lib - c. Choose wolfcrypt_lib.ewp and click "Open" - -2. Go to Project -> Rebuild All - -3. Verify the library built, you should no have: - **SAMV71_DIR\embOS_wolfcrypt_lib\Debug\Bin\wolfcrypt_lib.a - - #----------------------------------------------------------------------------# # Setup file system to evaluate wolfssl in embOS project: +# (If you have not already done so) #----------------------------------------------------------------------------# -1. On your PC create the empty directory C:\embos-trial\ +1. In wolfssl you will notice the directory: + wolfssl\IDE\IAR-EWARM\embOS\extract_trial_here 2. go to embOS website and download a trial for your platform https://www.segger.com/downloads/embos -> embOS trial for Cortex-M and IAR compiler -3. Extract (unzip) the download to C:\embos-trial +3. Extract (unzip) the download to + C:\\wolfssl\IDE\IAR-EWARM\embOS\extract_trial_here\ (Note: you do not need to do anything further in this directory, the wolfSSL evaluation projects will simply link against it) - -#----------------------------------------------------------------------------# -# Evaluate wolfcrypt_tests in embOS project: -#----------------------------------------------------------------------------# - -1. In IAR Workbench go to Project -> Add Existing Project - a. Browse to **SAMV71_DIR\embOS_wolfcrypt_test_SAMV71_XULT\ - b. Choose wolfcrypt_test.ewp and click "Open" - -2. Go to Project -> Rebuild All - -3. Connect your SAMV71 Xplained Ultra to your PC with micro USB in the "Debug" - port for power and the J-Link hooked up to SWD pins and your PC - -4. Go to Project -> Download and Debug - -5. Once the "Debug" environment has loaded go to: View -> Terminal I/O - (This is where the printf's will be directed to) - -6. Hit "Go" (Debug option with 3 left arrows "→→→") - -7. You should observe the tests run and pass. - + #----------------------------------------------------------------------------# # Evaluate wolfcrypt_benchmarks in embOS project: #----------------------------------------------------------------------------# @@ -87,13 +54,12 @@ C:\\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\ 5. Once the "Debug" environment has loaded go to: View -> Terminal I/O (This is where the printf's will be directed to) -6. Hit "Go" (Debug option with 3 left arrows "→→→") +6. Hit "Go" (Debug option with 3 right arrows "→→→") 7. You should observe the benchmark times for the configured algorithms. - - - +#----------------------------------------------------------------------------# +#----------------------------------------------------------------------------# Thank you for using this guide and we hope this was helpful to you. If you have any suggestions / feedback for us please contact us: 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 index 885e2a33f..c88ed70d1 100644 --- 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 @@ -10,7 +10,7 @@ "-p" -"C:\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\ATSAMV71Q21.svd" +"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" 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 index b8ec42cb2..07cf4682d 100644 --- 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 @@ -2,11 +2,11 @@ "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\arm\bin\armjlink2.dll" -"C:\Users\boz_windows\Desktop\embos-wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Debug\Exe\wolfcrypt_benchmark.out" +"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:\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\samv7-ek-flash.mac" +--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.dbgdt b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/settings/wolfcrypt_benchmark.dbgdt index edfa8fc39..3817a8646 100644 --- 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 @@ -101,14 +101,14 @@ - TextEditor$WS_DIR$\Application\OS_StartLEDBlink.c000004123662366TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\benchmark\benchmark.c00000211000TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfssl\ssl.h000009334117041170TextEditor$WS_DIR$\..\..\..\..\..\new-embOS-cortex-m\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c000001500TextEditor$WS_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c000002822082208TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\src\fp_sqr_comba_6.i000001910941094TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\src\tfm.c000004781119511195TextEditor$WS_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c000009848634863TextEditor$WS_DIR$\..\..\..\..\..\new-embOS-cortex-m\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c000003281156911569TextEditor$WS_DIR$\..\..\..\..\..\new-embOS-cortex-m\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Application\OS_StartLEDBlink.c000004928702870TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Application\runBenchmarks.c0000012422422TextEditor$WS_DIR$\..\..\..\..\..\wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\Application\runWolfcryptTests.c0000012412412TextEditor$WS_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c000002011114611146TextEditor$WS_DIR$\..\..\..\..\..\embos-wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_test_SAMV71_XULT\Application\runWolfcryptTests.c000006412412TextEditor$WS_DIR$\..\..\..\..\..\embos-wolfssl\IDE\IAR-EWARM\embOS\SAMV71_XULT\embOS_wolfcrypt_benchmark_SAMV71_XULT\Application\runBenchmarks.c0000012422422TextEditor$WS_DIR$\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c000003281156911569150100000010000001 + 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 + 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 index b756ea17d..7a5211987 100644 --- 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 @@ -9,7 +9,7 @@ TriggerName=main LimitSize=0 ByteLimit=50 [DebugChecksum] -Checksum=822032712 +Checksum=-866273587 [CodeCoverage] Enabled=_ 0 [Exceptions] 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 index 5646a0b9f..ca0bf37d3 100644 --- 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 @@ -2,291 +2,381 @@ 2 - 3271176394 + 2974958069 Debug - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c - $PROJ_DIR$\Application\runBenchmarks.c $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.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$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.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\SEGGER_SYSVIEW.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\smc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piod.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmFunc.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\efc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs1.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\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\twihs.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\aes.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\isi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\tc.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\rtc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\chipid.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\spi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\qspi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\isi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\afec0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\gpbr.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\smc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\supc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\uart.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\efc.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\tc3.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\usart.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\xdmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rswdt.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\matrix.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart2.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pwm1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\acc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rtc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pio.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\utmi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart3.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\rstc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\pio\samv71q21.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart4.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\hsmci.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\sdramc.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\pwm0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\icm.h - $TOOLKIT_DIR$\CMSIS\Include\core_cm7.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\xdmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\usbhs.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\gpbr.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\matrix.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\afec1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\ssc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\rstc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\pwm.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart2.h - $TOOLKIT_DIR$\CMSIS\Include\core_cmInstr.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\twihs0.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\mcan1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\piob.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\spi0.h - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.__cstat.et - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\supc.h - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.__cstat.et - $PROJ_DIR$\Debug\Obj\runBenchmarks.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioe.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\hsmci.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\pioa.h - $PROJ_DIR$\Debug\Obj\xmtx.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\usart1.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\trng.h - $PROJ_DIR$\Debug\Obj\startup_sam.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart0.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\usbhs.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\sdramc.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\mlb.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\qspi.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\wdt.h - $PROJ_DIR$\Debug\Obj\xmtx2.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\mcan0.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\gmac.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\uart1.h - $PROJ_DIR$\Debug\Obj\BSP.__cstat.et - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\instance\tc1.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.o - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.pbi - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.pbi - $PROJ_DIR$\Debug\Obj\OS_Error.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx.o - $PROJ_DIR$\Debug\Obj\HardFaultHandler.o - $PROJ_DIR$\Debug\Obj\xmtx.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_Config_embOS.pbi - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.o - $PROJ_DIR$\Debug\Obj\xmtx2.o - $PROJ_DIR$\Debug\Obj\system_sam.__cstat.et - $PROJ_DIR$\Debug\Obj\JLINKMEM_Process.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.pbi - $PROJ_DIR$\Debug\Obj\OS_Error.o - $PROJ_DIR$\Debug\Obj\SEGGER_HardFaultHandler.o - $PROJ_DIR$\Debug\Obj\BSP.pbi - $PROJ_DIR$\Debug\Obj\BSP.o - $PROJ_DIR$\Debug\Obj\RTOSInit_SAMV71_CMSIS.o - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\acc.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\afec.h - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.__cstat.et - $PROJ_DIR$\Debug\Obj\xmtx2.pbi - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW_embOS.o - $PROJ_DIR$\Debug\Obj\SEGGER_SYSVIEW.o - $PROJ_DIR$\Debug\Obj\SEGGER_RTT_printf.o - $PROJ_DIR$\Debug\Obj\OS_Error.pbi - $PROJ_DIR$\Debug\Obj\benchmark.__cstat.et - $PROJ_DIR$\Debug\Obj\SEGGER_RTT.o - $TOOLKIT_DIR$\CMSIS\Include\core_cmSimd.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.h - $TOOLKIT_DIR$\inc\c\DLib_Product_string.h - $TOOLKIT_DIR$\inc\c\string.h - $TOOLKIT_DIR$\inc\c\ycheck.h - $TOOLKIT_DIR$\inc\c\intrinsics.h + $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$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_Conf.h - $TOOLKIT_DIR$\inc\c\yvals.h - $TOOLKIT_DIR$\inc\c\stdint.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71q21.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\aes.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$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Lib\os7m_tlv_dp.a - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\component\chipid.h - $TOOLKIT_DIR$\inc\c\ysizet.h - $TOOLKIT_DIR$\lib\rt7M_tl.a - $TOOLKIT_DIR$\lib\dl7M_tln.a - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.h - $PROJ_DIR$\Debug\List\wolfcrypt_benchmark.map - $TOOLKIT_DIR$\inc\c\DLib_Defaults.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\Global.h - $TOOLKIT_DIR$\lib\shb_l.a - $TOOLKIT_DIR$\lib\m7M_tlv.a - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER.h - $TOOLKIT_DIR$\inc\c\xencoding_limits.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_samv71.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_Linker_Script\samv71q21_wolfssl.icf - $TOOLKIT_DIR$\inc\c\DLib_Product.h - $TOOLKIT_DIR$\inc\c\cmsis_iar.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\arc4.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha.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 - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rabbit.h - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.h - $PROJ_DIR$\..\embOS_wolfcrypt_lib_SAMV71_XULT\Debug\Bin\wolfcrypt_lib.a - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\asn_public.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\BSP.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\logging.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\OS_Config.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\md5.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\types.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\des3.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\RTOS.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\integer.h $TOOLKIT_DIR$\inc\c\xlocale_c.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha256.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha512.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\random.h $TOOLKIT_DIR$\inc\c\limits.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dsa.h - $TOOLKIT_DIR$\inc\c\xlocale.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\wc_port.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\mem_track.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\camellia.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\rsa.h $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\aes.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\visibility.h - $TOOLKIT_DIR$\inc\c\xmtx.h - $TOOLKIT_DIR$\inc\c\xtls.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.h - $PROJ_DIR$\Debug\Exe\wolfcrypt_benchmark.out + $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$\Debug\Obj\benchmark.pbi - $TOOLKIT_DIR$\inc\c\ctype.h - $TOOLKIT_DIR$\inc\c\stdio.h - $PROJ_DIR$\..\embOS_SAMV71_XULT_user_settings\user_settings.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\sha.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\memory.h - $TOOLKIT_DIR$\inc\c\stdarg.h + $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\runBenchmarks.o - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_ConfDefaults.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\chacha20_poly1305.h + $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 - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\settings.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Int.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\certs_test.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\dh.h - $PROJ_DIR$\..\..\..\..\..\wolfssl\wolfcrypt\tfm.h - $TOOLKIT_DIR$\inc\c\stdlib.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Conf.h - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\Inc\JLINKMEM.h - $TOOLKIT_DIR$\inc\c\ystdio.h - $PROJ_DIR$\Debug\Obj\startup_sam.pbi + $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$\Debug\Obj\benchmark.o - $PROJ_DIR$\Debug\Obj\system_sam.pbi - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\samv71.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\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 170 + 215 214 - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\system_sam.c + $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.c BICOMP - 245 + 227 ICCARM - 242 + 33 __cstat - 132 + 31 BICOMP - 155 160 88 64 59 66 69 75 159 70 57 43 100 108 107 62 142 36 61 42 85 84 105 109 110 116 91 63 83 161 141 24 65 45 81 56 34 77 73 95 118 68 114 104 115 67 101 106 103 97 94 111 82 163 151 177 162 165 44 38 39 52 25 23 35 50 51 17 47 30 26 48 71 49 79 41 74 22 58 53 86 37 55 29 46 54 78 27 72 40 76 28 33 21 87 18 80 20 32 31 60 171 176 157 179 19 156 180 246 + 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 - 246 161 160 155 159 171 157 179 176 163 70 83 180 156 19 151 177 141 162 142 165 24 44 64 38 65 39 36 52 45 25 57 23 81 35 61 50 56 51 66 17 34 47 42 30 77 26 43 48 73 71 85 49 95 79 88 41 118 74 84 22 68 58 100 53 114 86 105 37 104 55 69 29 115 46 109 54 67 78 108 27 101 72 110 40 106 76 59 28 103 33 116 21 97 87 107 18 94 80 91 20 111 32 75 31 82 60 63 62 + 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 @@ -295,398 +385,25 @@ BICOMP - 224 + 65 ICCARM - 225 + 81 __cstat - 93 + 205 BICOMP - 155 171 188 154 153 179 191 156 166 176 157 159 197 193 163 + 220 6 10 80 27 219 203 29 208 213 32 232 221 15 207 35 48 ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 191 188 - - - - - $PROJ_DIR$\..\..\..\..\..\wolfcrypt\benchmark\benchmark.c - - - BICOMP - 217 - - - ICCARM - 244 - - - __cstat - 149 - - - - - BICOMP - 154 207 201 159 218 212 230 198 195 183 163 213 236 156 196 208 197 166 222 155 202 221 193 219 186 210 181 235 188 200 232 211 228 229 185 182 187 227 184 194 209 231 234 220 153 171 176 157 179 240 206 237 205 199 203 204 190 192 - - - ICCARM - 232 211 220 154 155 159 171 157 179 176 163 166 153 219 240 202 195 206 222 237 218 205 213 212 228 199 229 200 196 182 186 187 183 227 210 184 208 194 221 201 209 198 236 203 230 181 235 204 190 185 231 234 188 207 192 197 156 193 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\DeviceSupport\startup_sam.c - - - BICOMP - 241 - - - ICCARM - 243 - - - __cstat - 102 - - - - - BICOMP - 50 20 37 165 49 40 52 30 22 54 21 171 155 19 160 177 38 23 17 48 41 53 29 27 28 18 31 179 162 44 39 25 35 51 47 26 71 79 74 58 86 55 46 78 72 76 33 87 80 32 60 176 157 161 70 141 142 24 64 65 36 45 57 81 61 56 66 34 42 77 43 73 85 95 88 118 84 68 100 114 105 104 69 115 109 67 108 101 110 106 59 103 116 97 107 94 91 111 75 82 63 62 159 163 83 151 156 180 246 - - - ICCARM - 246 161 160 155 159 171 157 179 176 163 70 83 180 156 19 151 177 141 162 142 165 24 44 64 38 65 39 36 52 45 25 57 23 81 35 61 50 56 51 66 17 34 47 42 30 77 26 43 48 73 71 85 49 95 79 88 41 118 74 84 22 68 58 100 53 114 86 105 37 104 55 69 29 115 46 109 54 67 78 108 27 101 72 110 40 106 76 59 28 103 33 116 21 97 87 107 18 94 80 91 20 111 32 75 31 82 60 63 62 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\BSP.c - - - BICOMP - 138 - - - ICCARM - 139 - - - __cstat - 117 - - - - - ICCARM - 191 246 161 160 155 159 171 157 179 176 163 70 83 180 156 19 151 177 141 162 142 165 24 44 64 38 65 39 36 52 45 25 57 23 81 35 61 50 56 51 66 17 34 47 42 30 77 26 43 48 73 71 85 49 95 79 88 41 118 74 84 22 68 58 100 53 114 86 105 37 104 55 69 29 115 46 109 54 67 78 108 27 101 72 110 40 106 76 59 28 103 33 116 21 97 87 107 18 94 80 91 20 111 32 75 31 82 60 63 62 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_Config_embOS.c - - - BICOMP - 129 - - - ICCARM - 119 - - - __cstat - 96 - - - - - BICOMP - 214 154 159 163 155 169 156 193 172 197 166 153 171 176 157 179 175 - - - ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 169 175 172 214 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT_printf.c - - - BICOMP - 121 - - - ICCARM - 147 - - - __cstat - 99 - - - - - BICOMP - 155 176 223 158 156 159 163 237 166 171 152 157 179 - - - ICCARM - 152 158 156 155 237 159 171 157 179 176 163 166 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW.c - - - BICOMP - 134 - - - ICCARM - 146 - - - __cstat - 113 - - - - - BICOMP - 238 155 223 166 159 154 175 179 152 237 169 226 172 158 156 153 157 233 171 176 163 - - - ICCARM - 233 169 175 172 238 226 158 156 155 152 154 159 171 157 179 176 163 166 153 237 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\HardFaultHandler.S - - - AARM - 127 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\OS_Error.c - - - BICOMP - 148 - - - ICCARM - 136 - - - __cstat - 125 - - - - - BICOMP - 157 159 154 155 156 179 197 193 166 153 171 176 163 - - - ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\RTOSInit_SAMV71_CMSIS.c - - - BICOMP - 122 - - - ICCARM - 140 - - - __cstat - 92 - - - - - BICOMP - 65 103 163 159 155 118 34 115 82 151 156 141 81 73 114 101 94 24 45 56 77 95 68 104 67 106 97 111 246 193 172 70 142 64 36 57 61 66 42 43 85 88 84 100 105 69 109 108 110 59 116 107 91 75 63 62 83 180 169 239 154 166 153 171 176 157 179 175 161 160 177 162 165 44 38 39 52 25 23 35 50 51 17 47 30 26 48 71 49 79 41 74 22 58 53 86 37 55 29 46 54 78 27 72 40 76 28 33 21 87 18 80 20 32 31 60 19 197 - - - ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 169 175 172 246 161 160 70 83 180 19 151 177 141 162 142 165 24 44 64 38 65 39 36 52 45 25 57 23 81 35 61 50 56 51 66 17 34 47 42 30 77 26 43 48 73 71 85 49 95 79 88 41 118 74 84 22 68 58 100 53 114 86 105 37 104 55 69 29 115 46 109 54 67 78 108 27 101 72 110 40 106 76 59 28 103 33 116 21 97 87 107 18 94 80 91 20 111 32 75 31 82 60 63 62 239 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx2.c - - - BICOMP - 144 - - - ICCARM - 131 - - - __cstat - 112 - - - - - BICOMP - 157 159 155 176 163 154 197 171 179 156 193 166 153 - - - ICCARM - 159 155 171 157 179 176 163 197 154 166 153 156 193 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_HardFaultHandler.c - - - BICOMP - 135 - - - ICCARM - 137 - - - __cstat - 89 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_RTT.c - - - BICOMP - 124 - - - ICCARM - 150 - - - __cstat - 123 - - - - - BICOMP - 163 159 155 158 156 154 166 153 152 171 176 157 179 - - - ICCARM - 152 158 156 155 154 159 171 157 179 176 163 166 153 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\JLINKMEM_Process.c - - - BICOMP - 133 - - - ICCARM - 130 - - - __cstat - 90 - - - - - BICOMP - 159 155 171 153 156 193 166 176 163 239 154 157 179 197 - - - ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 239 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\xmtx.c - - - BICOMP - 128 - - - ICCARM - 126 - - - __cstat - 98 - - - - - BICOMP - 157 159 155 176 163 154 197 171 179 156 193 166 153 - - - ICCARM - 159 155 171 157 179 176 163 197 154 166 153 156 193 - - - - - $PROJ_DIR$\..\..\..\..\..\..\..\..\..\embos-trial\Start\BoardSupport\Atmel\SAMV71_XPlainedUltra\Setup\SEGGER_SYSVIEW_embOS.c - - - BICOMP - 120 - - - ICCARM - 145 - - - __cstat - 143 - - - - - BICOMP - 156 159 163 155 152 193 158 169 154 166 153 171 176 157 179 172 197 175 - - - ICCARM - 197 154 155 159 171 157 179 176 163 166 153 156 193 169 175 172 152 158 + 207 10 27 220 232 6 219 221 15 213 32 29 208 203 80 48 35 @@ -695,13 +412,300 @@ ILINK - 170 + 214 ILINK - 178 244 139 127 130 136 140 225 137 150 147 146 119 145 243 242 126 131 189 164 173 167 174 168 + 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 @@ -713,6 +717,9 @@ [MULTI_TOOL] ILINK + + [REBUILD_ALL] + diff --git a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.ewd b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.ewd index 56146314e..f71f565f6 100644 --- a/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.ewd +++ b/IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_wolfcrypt_benchmark_SAMV71_XULT/wolfcrypt_benchmark.ewd @@ -37,7 +37,7 @@ @@ -780,7 +780,7 @@ @@ -780,7 +780,7 @@