Release 6.1.10
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<item value="" key="org.eclipse.cdt.codan.internal.ui.preferences.CodanPreferencePage.selection"/>
|
||||
</section>
|
||||
@@ -1,27 +0,0 @@
|
||||
*** SESSION Sep 28, 2015 16:00:26.42 -------------------------------------------
|
||||
*** SESSION Sep 28, 2015 16:24:47.48 -------------------------------------------
|
||||
*** SESSION Sep 28, 2015 16:43:36.06 -------------------------------------------
|
||||
*** SESSION Oct 01, 2015 14:52:43.41 -------------------------------------------
|
||||
*** SESSION Oct 01, 2015 16:50:35.31 -------------------------------------------
|
||||
*** SESSION Oct 02, 2015 16:30:04.53 -------------------------------------------
|
||||
*** SESSION Oct 05, 2015 13:04:34.94 -------------------------------------------
|
||||
*** SESSION Oct 05, 2015 17:02:39.29 -------------------------------------------
|
||||
*** SESSION Oct 06, 2015 09:33:29.71 -------------------------------------------
|
||||
*** SESSION Oct 08, 2015 14:32:58.71 -------------------------------------------
|
||||
*** SESSION Oct 09, 2015 15:42:00.42 -------------------------------------------
|
||||
*** SESSION Oct 12, 2015 11:13:19.78 -------------------------------------------
|
||||
*** SESSION Oct 12, 2015 13:34:17.27 -------------------------------------------
|
||||
*** SESSION Oct 12, 2015 13:59:21.03 -------------------------------------------
|
||||
*** SESSION Apr 05, 2017 21:13:28.98 -------------------------------------------
|
||||
*** SESSION Apr 05, 2017 21:23:06.09 -------------------------------------------
|
||||
*** SESSION Apr 11, 2017 16:39:35.66 -------------------------------------------
|
||||
*** SESSION Apr 11, 2017 17:00:38.48 -------------------------------------------
|
||||
*** SESSION Apr 11, 2017 20:13:06.07 -------------------------------------------
|
||||
*** SESSION Apr 12, 2017 14:48:16.90 -------------------------------------------
|
||||
*** SESSION Apr 13, 2017 18:52:33.10 -------------------------------------------
|
||||
*** SESSION Apr 13, 2017 19:20:40.79 -------------------------------------------
|
||||
*** SESSION Apr 14, 2017 09:54:41.39 -------------------------------------------
|
||||
*** SESSION Apr 14, 2017 15:41:48.94 -------------------------------------------
|
||||
*** SESSION Apr 14, 2017 16:25:44.12 -------------------------------------------
|
||||
*** SESSION Apr 17, 2017 16:44:17.22 -------------------------------------------
|
||||
*** SESSION Jun 18, 2020 12:57:01.25 -------------------------------------------
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><SharedRoot><SharedProperty id="" value=""/></SharedRoot>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<cHelpSettings>
|
||||
<project name="sample_threadx">
|
||||
<provider id="org.eclipse.cdt.ui.provider1"/>
|
||||
</project>
|
||||
</cHelpSettings>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration.internal">
|
||||
<item value="180" key="size.height"/>
|
||||
<item value="714" key="size.width"/>
|
||||
</section>
|
||||
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration">
|
||||
</section>
|
||||
<section name="completion_proposal_size">
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,444 +0,0 @@
|
||||
/**************************************************************************/
|
||||
/* */
|
||||
/* Copyright (c) 1996-2017 by Express Logic Inc. */
|
||||
/* */
|
||||
/* This software is copyrighted by and is the sole property of Express */
|
||||
/* Logic, Inc. All rights, title, ownership, or other interests */
|
||||
/* in the software remain the property of Express Logic, Inc. This */
|
||||
/* software may only be used in accordance with the corresponding */
|
||||
/* license agreement. Any unauthorized use, duplication, transmission, */
|
||||
/* distribution, or disclosure of this software is expressly forbidden. */
|
||||
/* */
|
||||
/* This Copyright notice may not be removed or modified without prior */
|
||||
/* written consent of Express Logic, Inc. */
|
||||
/* */
|
||||
/* Express Logic, Inc. reserves the right to modify this software */
|
||||
/* without notice. */
|
||||
/* */
|
||||
/* Express Logic, Inc. info@expresslogic.com */
|
||||
/* 11423 West Bernardo Court http://www.expresslogic.com */
|
||||
/* San Diego, CA 92127 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
|
||||
/**************************************************************************/
|
||||
/**************************************************************************/
|
||||
/** */
|
||||
/** ThreadX Component */
|
||||
/** */
|
||||
/** Port Specific */
|
||||
/** */
|
||||
/**************************************************************************/
|
||||
/**************************************************************************/
|
||||
|
||||
|
||||
/**************************************************************************/
|
||||
/* */
|
||||
/* PORT SPECIFIC C INFORMATION RELEASE */
|
||||
/* */
|
||||
/* tx_port.h SMP/ARC_HS/MetaWare */
|
||||
/* 5.0 */
|
||||
/* */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Express Logic, Inc. */
|
||||
/* */
|
||||
/* DESCRIPTION */
|
||||
/* */
|
||||
/* This file contains data type definitions that make the ThreadX */
|
||||
/* real-time kernel function identically on a variety of different */
|
||||
/* processor architectures. For example, the size or number of bits */
|
||||
/* in an "int" data type vary between microprocessor architectures and */
|
||||
/* even C compilers for the same microprocessor. ThreadX does not */
|
||||
/* directly use native C data types. Instead, ThreadX creates its */
|
||||
/* own special types that can be mapped to actual data types by this */
|
||||
/* file to guarantee consistency in the interface and functionality. */
|
||||
/* */
|
||||
/* RELEASE HISTORY */
|
||||
/* */
|
||||
/* DATE NAME DESCRIPTION */
|
||||
/* */
|
||||
/* xx-xx-2017 William E. Lamie Initial SMP/ARC HS/MetaWare */
|
||||
/* Support Version 5.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TX_PORT_H
|
||||
#define TX_PORT_H
|
||||
|
||||
|
||||
/* Remove volatile for ThreadX source on the ARC. This is because the ARC
|
||||
compiler generates different non-cache r/w access when using volatile
|
||||
that is different from the assembly language access of the same
|
||||
global variables in ThreadX. */
|
||||
|
||||
#ifdef TX_SOURCE_CODE
|
||||
#define volatile
|
||||
#else
|
||||
#ifdef NX_SOURCE_CODE
|
||||
#define volatile
|
||||
#else
|
||||
#ifdef FX_SOURCE_CODE
|
||||
#define volatile
|
||||
#else
|
||||
#ifdef UX_SOURCE_CODE
|
||||
#define volatile
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/************* Define ThreadX SMP constants. *************/
|
||||
|
||||
/* Define the ThreadX SMP maximum number of cores. */
|
||||
|
||||
#ifndef TX_THREAD_SMP_MAX_CORES
|
||||
#define TX_THREAD_SMP_MAX_CORES 2
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the ThreadX SMP core mask. */
|
||||
|
||||
#ifndef TX_THREAD_SMP_CORE_MASK
|
||||
#define TX_THREAD_SMP_CORE_MASK 0x3 /* Where bit 0 represents Core 0, bit 1 represents Core 1, etc. */
|
||||
#endif
|
||||
|
||||
|
||||
/* Define INLINE_DECLARE to whitespace for MetaWare compiler. */
|
||||
|
||||
#define INLINE_DECLARE
|
||||
|
||||
|
||||
/* Define dynamic number of cores option. When commented out, the number of cores is static. */
|
||||
|
||||
/* #define TX_THREAD_SMP_DYNAMIC_CORE_MAX */
|
||||
|
||||
|
||||
/* Define ThreadX SMP initialization macro. */
|
||||
|
||||
#define TX_PORT_SPECIFIC_PRE_INITIALIZATION
|
||||
|
||||
|
||||
/* Define ThreadX SMP pre-scheduler initialization. */
|
||||
|
||||
#define TX_PORT_SPECIFIC_PRE_SCHEDULER_INITIALIZATION
|
||||
|
||||
|
||||
/* Enable the inter-core interrupt logic. */
|
||||
|
||||
#define TX_THREAD_SMP_INTER_CORE_INTERRUPT
|
||||
|
||||
|
||||
/* Determine if there is customer-specific wakeup logic needed. */
|
||||
|
||||
#ifdef TX_THREAD_SMP_WAKEUP_LOGIC
|
||||
|
||||
/* Include customer-specific wakeup code. */
|
||||
|
||||
#include "tx_thread_smp_core_wakeup.h"
|
||||
#else
|
||||
|
||||
#ifdef TX_THREAD_SMP_DEFAULT_WAKEUP_LOGIC
|
||||
|
||||
/* Default wakeup code. */
|
||||
#define TX_THREAD_SMP_WAKEUP_LOGIC
|
||||
#define TX_THREAD_SMP_WAKEUP(i) _tx_thread_smp_core_preempt(i)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* Ensure that the in-line resume/suspend define is not allowed. */
|
||||
|
||||
#ifdef TX_INLINE_THREAD_RESUME_SUSPEND
|
||||
#undef TX_INLINE_THREAD_RESUME_SUSPEND
|
||||
#endif
|
||||
|
||||
/************* End ThreadX SMP constants. *************/
|
||||
|
||||
|
||||
/* Determine if the optional ThreadX user define file should be used. */
|
||||
|
||||
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||
|
||||
|
||||
/* Yes, include the user defines in tx_user.h. The defines in this file may
|
||||
alternately be defined on the command line. */
|
||||
|
||||
#include "tx_user.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Define compiler library include files. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
/* Define ThreadX basic types for this port. */
|
||||
|
||||
#define VOID void
|
||||
typedef char CHAR;
|
||||
typedef unsigned char UCHAR;
|
||||
typedef int INT;
|
||||
typedef unsigned int UINT;
|
||||
typedef long LONG;
|
||||
typedef unsigned long ULONG;
|
||||
typedef short SHORT;
|
||||
typedef unsigned short USHORT;
|
||||
|
||||
|
||||
/* Define the priority levels for ThreadX. Legal values range
|
||||
from 32 to 1024 and MUST be evenly divisible by 32. */
|
||||
|
||||
#ifndef TX_MAX_PRIORITIES
|
||||
#define TX_MAX_PRIORITIES 32
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the minimum stack for a ThreadX thread on this processor. If the size supplied during
|
||||
thread creation is less than this value, the thread create call will return an error. */
|
||||
|
||||
#ifndef TX_MINIMUM_STACK
|
||||
#define TX_MINIMUM_STACK 800 /* Minimum stack size for this port */
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the system timer thread's default stack size and priority. These are only applicable
|
||||
if TX_TIMER_PROCESS_IN_ISR is not defined. */
|
||||
|
||||
#ifndef TX_TIMER_THREAD_STACK_SIZE
|
||||
#define TX_TIMER_THREAD_STACK_SIZE 2048 /* Default timer thread stack size */
|
||||
#endif
|
||||
|
||||
#ifndef TX_TIMER_THREAD_PRIORITY
|
||||
#define TX_TIMER_THREAD_PRIORITY 0 /* Default timer thread priority */
|
||||
#endif
|
||||
|
||||
|
||||
/* Define various constants for the ThreadX ARC HS port. */
|
||||
|
||||
#define TX_INT_ENABLE 0x0000001F /* Enable all interrupts */
|
||||
#define TX_INT_DISABLE_MASK 0x00000000 /* Disable all interrupts */
|
||||
|
||||
|
||||
/* Define the clock source for trace event entry time stamp. The following two item are port specific.
|
||||
For example, if the time source is at the address 0x0a800024 and is 16-bits in size, the clock
|
||||
source constants would be:
|
||||
|
||||
#define TX_TRACE_TIME_SOURCE *((ULONG *) 0x0a800024)
|
||||
#define TX_TRACE_TIME_MASK 0x0000FFFFUL
|
||||
|
||||
*/
|
||||
|
||||
#ifndef TX_TRACE_TIME_SOURCE
|
||||
#define TX_TRACE_TIME_SOURCE ++_tx_trace_simulated_time
|
||||
#endif
|
||||
#ifndef TX_TRACE_TIME_MASK
|
||||
#define TX_TRACE_TIME_MASK 0xFFFFFFFFUL
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the port specific options for the _tx_build_options variable. This variable indicates
|
||||
how the ThreadX library was built. */
|
||||
|
||||
#define TX_PORT_SPECIFIC_BUILD_OPTIONS 0
|
||||
|
||||
|
||||
/* Define the in-line initialization constant so that modules with in-line
|
||||
initialization capabilities can prevent their initialization from being
|
||||
a function call. */
|
||||
|
||||
#define TX_INLINE_INITIALIZATION
|
||||
|
||||
|
||||
/* Determine whether or not stack checking is enabled. By default, ThreadX stack checking is
|
||||
disabled. When the following is defined, ThreadX thread stack checking is enabled. If stack
|
||||
checking is enabled (TX_ENABLE_STACK_CHECKING is defined), the TX_DISABLE_STACK_FILLING
|
||||
define is negated, thereby forcing the stack fill which is necessary for the stack checking
|
||||
logic. */
|
||||
|
||||
#ifdef TX_ENABLE_STACK_CHECKING
|
||||
#undef TX_DISABLE_STACK_FILLING
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the TX_THREAD control block extensions for this port. The main reason
|
||||
for the multiple macros is so that backward compatibility can be maintained with
|
||||
existing ThreadX kernel awareness modules. */
|
||||
|
||||
#define TX_THREAD_EXTENSION_0 VOID *__mw_threadx_tls; \
|
||||
int __mw_errnum; \
|
||||
VOID (*__mw_thread_exit)(struct TX_THREAD_STRUCT *);
|
||||
#define TX_THREAD_EXTENSION_1
|
||||
#define TX_THREAD_EXTENSION_2
|
||||
#define TX_THREAD_EXTENSION_3
|
||||
|
||||
|
||||
/* Define the port extensions of the remaining ThreadX objects. */
|
||||
|
||||
#define TX_BLOCK_POOL_EXTENSION
|
||||
#define TX_BYTE_POOL_EXTENSION
|
||||
#define TX_EVENT_FLAGS_GROUP_EXTENSION
|
||||
#define TX_MUTEX_EXTENSION
|
||||
#define TX_QUEUE_EXTENSION
|
||||
#define TX_SEMAPHORE_EXTENSION
|
||||
#define TX_TIMER_EXTENSION
|
||||
|
||||
|
||||
/* Define the user extension field of the thread control block. Nothing
|
||||
additional is needed for this port so it is defined as white space. */
|
||||
|
||||
#ifndef TX_THREAD_USER_EXTENSION
|
||||
#define TX_THREAD_USER_EXTENSION
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the macros for processing extensions in tx_thread_create, tx_thread_delete,
|
||||
tx_thread_shell_entry, and tx_thread_terminate. */
|
||||
|
||||
#if __HIGHC__
|
||||
|
||||
/* The MetaWare thread safe C/C++ runtime library needs space to
|
||||
store thread specific information. In addition, a function pointer
|
||||
is also supplied so that certain thread-specific resources may be
|
||||
released upon thread termination and/or thread completion. */
|
||||
|
||||
#define TX_THREAD_CREATE_EXTENSION(thread_ptr) \
|
||||
thread_ptr -> __mw_threadx_tls = 0; \
|
||||
thread_ptr -> __mw_errnum = 0; \
|
||||
thread_ptr -> __mw_thread_exit = TX_NULL;
|
||||
#define TX_THREAD_DELETE_EXTENSION(thread_ptr)
|
||||
#define TX_THREAD_COMPLETED_EXTENSION(thread_ptr) \
|
||||
if (thread_ptr -> __mw_thread_exit) \
|
||||
(thread_ptr -> __mw_thread_exit) (thread_ptr);
|
||||
#define TX_THREAD_TERMINATED_EXTENSION(thread_ptr) \
|
||||
if (thread_ptr -> __mw_thread_exit) \
|
||||
(thread_ptr -> __mw_thread_exit) (thread_ptr);
|
||||
|
||||
#else
|
||||
|
||||
#define TX_THREAD_CREATE_EXTENSION(thread_ptr)
|
||||
#define TX_THREAD_DELETE_EXTENSION(thread_ptr)
|
||||
#define TX_THREAD_COMPLETED_EXTENSION(thread_ptr)
|
||||
#define TX_THREAD_TERMINATED_EXTENSION(thread_ptr)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the ThreadX object creation extensions for the remaining objects. */
|
||||
|
||||
#define TX_BLOCK_POOL_CREATE_EXTENSION(pool_ptr)
|
||||
#define TX_BYTE_POOL_CREATE_EXTENSION(pool_ptr)
|
||||
#define TX_EVENT_FLAGS_GROUP_CREATE_EXTENSION(group_ptr)
|
||||
#define TX_MUTEX_CREATE_EXTENSION(mutex_ptr)
|
||||
#define TX_QUEUE_CREATE_EXTENSION(queue_ptr)
|
||||
#define TX_SEMAPHORE_CREATE_EXTENSION(semaphore_ptr)
|
||||
#define TX_TIMER_CREATE_EXTENSION(timer_ptr)
|
||||
|
||||
|
||||
/* Define the ThreadX object deletion extensions for the remaining objects. */
|
||||
|
||||
#define TX_BLOCK_POOL_DELETE_EXTENSION(pool_ptr)
|
||||
#define TX_BYTE_POOL_DELETE_EXTENSION(pool_ptr)
|
||||
#define TX_EVENT_FLAGS_GROUP_DELETE_EXTENSION(group_ptr)
|
||||
#define TX_MUTEX_DELETE_EXTENSION(mutex_ptr)
|
||||
#define TX_QUEUE_DELETE_EXTENSION(queue_ptr)
|
||||
#define TX_SEMAPHORE_DELETE_EXTENSION(semaphore_ptr)
|
||||
#define TX_TIMER_DELETE_EXTENSION(timer_ptr)
|
||||
|
||||
|
||||
/************* Define ThreadX SMP data types and function prototypes. *************/
|
||||
|
||||
struct TX_THREAD_STRUCT;
|
||||
|
||||
|
||||
/* Define the ThreadX SMP protection structure. */
|
||||
|
||||
typedef struct TX_THREAD_SMP_PROTECT_STRUCT
|
||||
{
|
||||
ULONG tx_thread_smp_protect_in_force;
|
||||
struct TX_THREAD_STRUCT *
|
||||
tx_thread_smp_protect_thread;
|
||||
ULONG tx_thread_smp_protect_core;
|
||||
ULONG tx_thread_smp_protect_count;
|
||||
|
||||
/* Implementation specific information follows. */
|
||||
|
||||
ULONG tx_thread_smp_protect_get_caller;
|
||||
ULONG tx_thread_smp_protect_status32;
|
||||
ULONG tx_thread_smp_protect_release_caller;
|
||||
} TX_THREAD_SMP_PROTECT;
|
||||
|
||||
|
||||
|
||||
/* Define ThreadX SMP low-level assembly routines. */
|
||||
|
||||
struct TX_THREAD_STRUCT * _tx_thread_smp_current_thread_get(void);
|
||||
UINT _tx_thread_smp_protect(void);
|
||||
void _tx_thread_smp_unprotect(UINT interrupt_save);
|
||||
ULONG _tx_thread_smp_current_state_get(void);
|
||||
ULONG _tx_thread_smp_time_get(void);
|
||||
|
||||
|
||||
/* Determine if SMP Debug is selected. If so, the function prototype is setup. Otherwise, the debug call is
|
||||
simply mapped to whitespace. */
|
||||
|
||||
#ifdef TX_THREAD_SMP_DEBUG_ENABLE
|
||||
void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_ptr);
|
||||
#else
|
||||
#define _tx_thread_smp_debug_entry_insert(a, b, c)
|
||||
#endif
|
||||
|
||||
|
||||
/* Define the get thread macro. */
|
||||
|
||||
#define TX_THREAD_GET_CURRENT(a) a = (TX_THREAD *) _tx_thread_smp_current_thread_get();
|
||||
|
||||
|
||||
/* Define the get core ID macro. */
|
||||
|
||||
#define TX_SMP_CORE_ID _tx_thread_smp_core_get()
|
||||
|
||||
|
||||
|
||||
/* Define ThreadX interrupt lockout and restore macros for protection on
|
||||
access of critical kernel information. The restore interrupt macro must
|
||||
restore the interrupt posture of the running thread prior to the value
|
||||
present prior to the disable macro. In most cases, the save area macro
|
||||
is used to define a local function save area for the disable and restore
|
||||
macros. */
|
||||
|
||||
#define TX_INTERRUPT_SAVE_AREA unsigned int interrupt_save;
|
||||
|
||||
#define TX_DISABLE interrupt_save = _tx_thread_smp_protect();
|
||||
#define TX_RESTORE _tx_thread_smp_unprotect(interrupt_save);
|
||||
|
||||
|
||||
/************* End ThreadX SMP data type and function prototype definitions. *************/
|
||||
|
||||
|
||||
/* Define the interrupt lockout macros for each ThreadX object. */
|
||||
|
||||
#define TX_BLOCK_POOL_DISABLE TX_DISABLE
|
||||
#define TX_BYTE_POOL_DISABLE TX_DISABLE
|
||||
#define TX_EVENT_FLAGS_GROUP_DISABLE TX_DISABLE
|
||||
#define TX_MUTEX_DISABLE TX_DISABLE
|
||||
#define TX_QUEUE_DISABLE TX_DISABLE
|
||||
#define TX_SEMAPHORE_DISABLE TX_DISABLE
|
||||
|
||||
|
||||
/* Define the version ID of ThreadX. This may be utilized by the application. */
|
||||
|
||||
#ifdef TX_THREAD_INIT
|
||||
CHAR _tx_version_id[] =
|
||||
"Copyright (c) 1996-YYYY Express Logic Inc. * ThreadX SMP/ARC_HS/MetaWare Version GVVVV.5.0 SN: ZZZZ *";
|
||||
#else
|
||||
extern CHAR _tx_version_id[];
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
macros/workspace=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<macros/>\r\n
|
||||
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
indexer/preferenceScope=0
|
||||
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
indexer/preferenceScope=0
|
||||
@@ -1,3 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.cdt.debug.core.cDebug.default_source_containers=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<sourceLookupDirector>\r\n<sourceContainers duplicates\="false">\r\n<container memento\="AbsolutePath" typeId\="org.eclipse.cdt.debug.core.containerType.absolutePath"/>\r\n<container memento\="programRelativePath" typeId\="org.eclipse.cdt.debug.core.containerType.programRelativePath"/>\r\n<container memento\="<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>&\#13;&\#10;<project referencedProjects\="true"/>&\#13;&\#10;" typeId\="org.eclipse.cdt.debug.core.containerType.project"/>\r\n</sourceContainers>\r\n</sourceLookupDirector>\r\n
|
||||
org.eclipse.cdt.debug.corecDebug.Disassembly.instructionStepOn=true
|
||||
@@ -1,7 +0,0 @@
|
||||
columnOrderKeyEXE=0,1,2,3,4,5
|
||||
columnOrderKeySF=0,1,2,3,4,5
|
||||
columnSortDirectionKeyEXE=128
|
||||
columnSortDirectionKeySF=128
|
||||
eclipse.preferences.version=1
|
||||
visibleColumnsKeyEXE=1,1,1,0,0,0
|
||||
visibleColumnsKeySF=1,1,0,0,0,0
|
||||
@@ -1,5 +0,0 @@
|
||||
activeConfigDesc=sample_threadx Debug.org.eclipse.cdt.launchbar.core.descriptor.default
|
||||
configDescList=[sample_threadx Debug.org.eclipse.cdt.launchbar.core.descriptor.default]
|
||||
sample_threadx\ Debug.org.eclipse.cdt.launchbar.core.descriptor.default/activeLaunchMode=debug
|
||||
sample_threadx\ Debug.org.eclipse.cdt.launchbar.core.descriptor.default/activeLaunchTarget=org.eclipse.cdt.launchbar.core.target.local
|
||||
eclipse.preferences.version=1
|
||||
@@ -1,5 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
properties/sample_threadx.com.arc.cdt.toolchain.arc.av2hs.exeProject.1700533761/com.arc.cdt.toolchain.av2hs.exeDebugConfig.585788724=av2hs.exe.debug.exeCompilerDebug.1743110770\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.exeDebugConfig.585788724\=rcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.asmDebugExe.1483523628\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.exeToolChainDebug.1358823635\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.arc.archiver.886382681\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.exeLinkerDebug.672502322\=rebuildState\\\=false\\r\\n\r\n
|
||||
properties/sample_threadx.com.arc.cdt.toolchain.arc.av2hs.exeProject.1700533761/com.arc.cdt.toolchain.av2hs.exeReleaseConfig.2024992869=com.arc.cdt.toolchain.av2hs.exelinkerRelease.934772409\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.asmReleaseExe.813382130\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.exeReleaseToolChain.202924782\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.arc.archiver.990750758\=rebuildState\\\=true\\r\\n\r\narc.cdt.toolchain.av2hs.exeCompilerRelease.1463268267\=rebuildState\\\=true\\r\\n\r\n
|
||||
properties/tx.com.arc.cdt.toolchain.arc.av2hs.libProject.1128858457/com.arc.cdt.toolchain.av2hs.libDebugConfig.2063275274=com.arc.cdt.toolchain.av2hs.libDebugAsm.1626881776\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.ArDebug.178841002\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libDebugConfig.2063275274\=rcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\nav2hs.lib.debug.libCompiler.46227008\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.ArDebug.1591578035\=rebuildState\\\=false\\r\\n\r\nav2hs.lib.debug.libCompiler.2145942775\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libDebugToolChain.22686690\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.arc.Linker.141619666\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libDebugToolChain.1385404397\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.arc.Linker.41800372\=rebuildState\\\=false\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libDebugAsm.262854485\=rebuildState\\\=true\\r\\n\r\n
|
||||
properties/tx.com.arc.cdt.toolchain.arc.av2hs.libProject.1128858457/com.arc.cdt.toolchain.av2hs.libReleaseConfig.1202427021=com.arc.cdt.toolchain.av2hs.libCompilerRelease.1920721386\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libReleaseAsm.1207600374\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.ArRelease.217147730\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.av2hs.libReleaseToolChain.1456119623\=rebuildState\\\=true\\r\\n\r\ncom.arc.cdt.toolchain.arc.Linker.1382145468\=rebuildState\\\=true\\r\\n\r\n
|
||||
@@ -1,4 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
spelling_locale_initialized=true
|
||||
useAnnotationsPrefPage=true
|
||||
useQuickDiffPrefPage=true
|
||||
@@ -1,3 +0,0 @@
|
||||
buildConsole/keepLog=false
|
||||
buildConsole/logLocation=C\:\\arc_hs_smp\\.metadata\\.plugins\\org.eclipse.cdt.ui\\sample_threadx.build.log
|
||||
eclipse.preferences.version=1
|
||||
@@ -1,3 +0,0 @@
|
||||
buildConsole/keepLog=false
|
||||
buildConsole/logLocation=C\:\\arc_hs_smp\\.metadata\\.plugins\\org.eclipse.cdt.ui\\tx.build.log
|
||||
eclipse.preferences.version=1
|
||||
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
version=1
|
||||
@@ -1,5 +0,0 @@
|
||||
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.attachLaunchType=org.eclipse.cdt.dsf.gdb.launch.attachCLaunch,debug,;
|
||||
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.localCLaunch=org.eclipse.cdt.cdi.launch.localCLaunch,run,;
|
||||
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.postmortemLaunchType=org.eclipse.cdt.dsf.gdb.launch.coreCLaunch,debug,;
|
||||
eclipse.preferences.version=1
|
||||
prefWatchExpressions=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<watchExpressions/>\r\n
|
||||
@@ -1,9 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<launchPerspectives/>\r\n
|
||||
org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<viewBindings>\r\n<view id\="org.eclipse.cdt.debug.ui.RegisterView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\r\n</view>\r\n<view id\="org.eclipse.debug.ui.ModuleView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\r\n</view>\r\n<view id\="org.eclipse.debug.ui.VariableView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\r\n</view>\r\n<view id\="org.eclipse.debug.ui.DebugView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\r\n</view>\r\n<view id\="org.eclipse.debug.ui.BreakpointView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\r\n</view>\r\n<view id\="org.eclipse.ui.console.ConsoleView">\r\n<perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="closed"/>\r\n</view>\r\n</viewBindings>\r\n
|
||||
pref_state_memento.org.eclipse.debug.ui.BreakpointView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="315" org.eclipse.debug.ui.SASH_VIEW_PART\="684">\r\n<PRESENTATION_CONTEXT_PROPERTIES IMemento.internal.id\="org.eclipse.debug.ui.BreakpointView">\r\n<BOOLEAN BOOLEAN\="true" IMemento.internal.id\="org.eclipse.debug.ui.check"/>\r\n</PRESENTATION_CONTEXT_PROPERTIES>\r\n</VariablesViewMemento>
|
||||
pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<DebugViewMemento org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
|
||||
pref_state_memento.org.eclipse.debug.ui.ModuleView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="315" org.eclipse.debug.ui.SASH_VIEW_PART\="684"/>
|
||||
pref_state_memento.org.eclipse.debug.ui.VariableView=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\="315" org.eclipse.debug.ui.SASH_VIEW_PART\="684"/>
|
||||
preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane|
|
||||
preferredTargets=org.eclipse.cdt.debug.ui.toggleCBreakpointTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|org.eclipse.cdt.debug.ui.toggleCBreakpointTarget,org.eclipse.cdt.debug.ui.toggleCDynamicPrintfTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|
|
||||
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
overviewRuler_migration=migrated_3.1
|
||||
@@ -1,5 +0,0 @@
|
||||
PROBLEMS_FILTERS_MIGRATE=true
|
||||
eclipse.preferences.version=1
|
||||
platformState=1590536495337
|
||||
quickStart=true
|
||||
tipsAndTricks=true
|
||||
@@ -1,2 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
showIntro=false
|
||||
@@ -1,3 +0,0 @@
|
||||
//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
|
||||
UIActivities.org.eclipse.cdt.debug.cdigdbActivity=true
|
||||
eclipse.preferences.version=1
|
||||
@@ -1,476 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="org.eclipse.cdt.launch.localCLaunch">
|
||||
<stringAttribute key="SeeCodeDisplay.break.profilingColumns" value="0"/>
|
||||
<mapAttribute key="SeeCodeDisplay.break.valueUpdates"/>
|
||||
<stringAttribute key="SeeCodeDisplay.disasm.profilingColumns" value="0.ARCV2HS"/>
|
||||
<mapAttribute key="SeeCodeDisplay.disasm.valueUpdates"/>
|
||||
<stringAttribute key="SeeCodeDisplay.expr.profilingColumns" value="0"/>
|
||||
<mapAttribute key="SeeCodeDisplay.expr.valueUpdates"/>
|
||||
<stringAttribute key="SeeCodeDisplay.mem.profilingColumns" value="0"/>
|
||||
<mapAttribute key="SeeCodeDisplay.mem.valueUpdates">
|
||||
<mapEntry key="data_addr_eval" value="0x80003530"/>
|
||||
</mapAttribute>
|
||||
<stringAttribute key="com.arc.cdt.debug.seecode.core.CPU" value="ac"/>
|
||||
<mapAttribute key="com.arc.cdt.debug.seecode.core.GUIHILI_PROPS">
|
||||
<mapEntry key="$cache_feature_id" value="2"/>
|
||||
<mapEntry key="$enable_triggers_encountered$" value="1"/>
|
||||
<mapEntry key="A6_dpfp" value="false"/>
|
||||
<mapEntry key="A6_dpfpfast" value="false"/>
|
||||
<mapEntry key="A6_spfp" value="false"/>
|
||||
<mapEntry key="A6_spfpfast" value="false"/>
|
||||
<mapEntry key="A7_ATB" value="false"/>
|
||||
<mapEntry key="A7_MX" value="false"/>
|
||||
<mapEntry key="A7_MX2" value="false"/>
|
||||
<mapEntry key="A7_MX_audio" value="false"/>
|
||||
<mapEntry key="A7_MX_video" value="false"/>
|
||||
<mapEntry key="A7_SCQ" value="false"/>
|
||||
<mapEntry key="A7_evec_init" value="1"/>
|
||||
<mapEntry key="A7_exceptions" value="false"/>
|
||||
<mapEntry key="A7_memsplit" value="false"/>
|
||||
<mapEntry key="A7_recur" value="1"/>
|
||||
<mapEntry key="A7_user_brk" value="1"/>
|
||||
<mapEntry key="A7_vree" value="false"/>
|
||||
<mapEntry key="A7_vrme" value="false"/>
|
||||
<mapEntry key="AC600_dcache" value="1"/>
|
||||
<mapEntry key="AC600_dcache_line_size" value="32"/>
|
||||
<mapEntry key="AC600_dcache_repalg" value="Round_robin"/>
|
||||
<mapEntry key="AC600_dcache_size" value="16384"/>
|
||||
<mapEntry key="AC600_dcache_ways" value="2"/>
|
||||
<mapEntry key="AC600_icache" value="1"/>
|
||||
<mapEntry key="AC600_icache_line_size" value="64"/>
|
||||
<mapEntry key="AC600_icache_repalg" value="Round_robin"/>
|
||||
<mapEntry key="AC600_icache_size" value="16384"/>
|
||||
<mapEntry key="AC600_icache_ways" value="2"/>
|
||||
<mapEntry key="ACTION" value="{"-c \"sysprop command_processor include_local_symbols=1\"" }"/>
|
||||
<mapEntry key="AC_chipinit" value="false"/>
|
||||
<mapEntry key="AC_dcache" value="1"/>
|
||||
<mapEntry key="AC_dcache_line_size" value="32"/>
|
||||
<mapEntry key="AC_dcache_repalg" value="Random"/>
|
||||
<mapEntry key="AC_dcache_size" value="16384"/>
|
||||
<mapEntry key="AC_dcache_ways" value="2"/>
|
||||
<mapEntry key="AC_icache" value="1"/>
|
||||
<mapEntry key="AC_icache_line_size" value="64"/>
|
||||
<mapEntry key="AC_icache_repalg" value="Random"/>
|
||||
<mapEntry key="AC_icache_size" value="16384"/>
|
||||
<mapEntry key="AC_icache_ways" value="2"/>
|
||||
<mapEntry key="ARC4_CAS_DLL" value="casseia.dll"/>
|
||||
<mapEntry key="ARC5_Core_Version" value="3"/>
|
||||
<mapEntry key="ARC600_CAS_DLL" value="arc600cas.dll"/>
|
||||
<mapEntry key="ARC600_CAS_DLL_systemc" value="arc600cas.dll"/>
|
||||
<mapEntry key="ARC600_XY_banks" value="1"/>
|
||||
<mapEntry key="ARC600_XY_size" value="512"/>
|
||||
<mapEntry key="ARC600_config" value="config"/>
|
||||
<mapEntry key="ARC600_config_already" value="config"/>
|
||||
<mapEntry key="ARC600_crc" value="false"/>
|
||||
<mapEntry key="ARC600_ea" value="false"/>
|
||||
<mapEntry key="ARC600_fast_loads" value="false"/>
|
||||
<mapEntry key="ARC600_fast_xmac_wb" value="false"/>
|
||||
<mapEntry key="ARC600_mem_bus_width" value="32"/>
|
||||
<mapEntry key="ARC600_mult32" value="false"/>
|
||||
<mapEntry key="ARC600_norm" value="false"/>
|
||||
<mapEntry key="ARC600_reg4" value="false"/>
|
||||
<mapEntry key="ARC600_timer0" value="false"/>
|
||||
<mapEntry key="ARC600_timer1" value="false"/>
|
||||
<mapEntry key="ARC600_xmac_24" value="false"/>
|
||||
<mapEntry key="ARC600_xmac_32x16d16" value="false"/>
|
||||
<mapEntry key="ARC600_xmac_acc_shortcut" value="false"/>
|
||||
<mapEntry key="ARC600_xmac_d16" value="false"/>
|
||||
<mapEntry key="ARC600_xy" value="false"/>
|
||||
<mapEntry key="ARC600_xy_modulo_addr" value="false"/>
|
||||
<mapEntry key="ARC6_Core_Version" value="1"/>
|
||||
<mapEntry key="ARC700_CAS_DLL" value="arc700cas.dll"/>
|
||||
<mapEntry key="ARC700_XY_banks" value="1"/>
|
||||
<mapEntry key="ARC700_XY_size" value="4096"/>
|
||||
<mapEntry key="ARC700_config" value="config"/>
|
||||
<mapEntry key="ARC700_crc" value="false"/>
|
||||
<mapEntry key="ARC700_dvbf" value="false"/>
|
||||
<mapEntry key="ARC700_logfile" value="cas_trace.txt"/>
|
||||
<mapEntry key="ARC700_mem_bus_width" value="32"/>
|
||||
<mapEntry key="ARC700_mul32x16" value="false"/>
|
||||
<mapEntry key="ARC700_xmac_24" value="false"/>
|
||||
<mapEntry key="ARC700_xmac_d16" value="false"/>
|
||||
<mapEntry key="ARC700_xy" value="false"/>
|
||||
<mapEntry key="ARC700_xy_modulo_addr" value="false"/>
|
||||
<mapEntry key="ARC7_Core_Version" value="2"/>
|
||||
<mapEntry key="ARC_DSP_memory" value="ARC_nodsp"/>
|
||||
<mapEntry key="ARC_MX2_SCM_size" value="5120"/>
|
||||
<mapEntry key="ARC_MX2_SCQ_size" value="256"/>
|
||||
<mapEntry key="ARC_MX2_VRF_size" value="24"/>
|
||||
<mapEntry key="ARC_MX_SCM_size" value="5120"/>
|
||||
<mapEntry key="ARC_MX_SCQ_size" value="256"/>
|
||||
<mapEntry key="ARC_MX_SDM_size" value="32768"/>
|
||||
<mapEntry key="ARC_MX_VRF_size" value="24"/>
|
||||
<mapEntry key="ARC_Timeout" value="100"/>
|
||||
<mapEntry key="ARC_addr_size" value="32"/>
|
||||
<mapEntry key="ARC_agu" value="-Xagu_small"/>
|
||||
<mapEntry key="ARC_atomic" value="0"/>
|
||||
<mapEntry key="ARC_bad_instr_intr" value="false"/>
|
||||
<mapEntry key="ARC_bad_instr_intr7" value="false"/>
|
||||
<mapEntry key="ARC_bad_instr_intr_NSIM" value="1"/>
|
||||
<mapEntry key="ARC_bad_instr_intr_NSIM7" value="1"/>
|
||||
<mapEntry key="ARC_barrel_shifter" value="0"/>
|
||||
<mapEntry key="ARC_bitstream" value="false"/>
|
||||
<mapEntry key="ARC_blast_spec" value="false"/>
|
||||
<mapEntry key="ARC_cache_rams" value="false"/>
|
||||
<mapEntry key="ARC_code_density" value="0"/>
|
||||
<mapEntry key="ARC_code_protect" value="0000"/>
|
||||
<mapEntry key="ARC_crc" value="false"/>
|
||||
<mapEntry key="ARC_cycle_spec" value="1"/>
|
||||
<mapEntry key="ARC_cycles" value="0"/>
|
||||
<mapEntry key="ARC_dcache_feature" value="2"/>
|
||||
<mapEntry key="ARC_dcache_mem_cycles" value="2"/>
|
||||
<mapEntry key="ARC_deadbeef" value="1"/>
|
||||
<mapEntry key="ARC_default_ext_interrupts" value="0"/>
|
||||
<mapEntry key="ARC_default_interrupts" value="0"/>
|
||||
<mapEntry key="ARC_dma" value="false"/>
|
||||
<mapEntry key="ARC_dmulpf" value="false"/>
|
||||
<mapEntry key="ARC_dsp" value="false"/>
|
||||
<mapEntry key="ARC_dsp2" value="false"/>
|
||||
<mapEntry key="ARC_dsp_accshift" value="full"/>
|
||||
<mapEntry key="ARC_dsp_complex" value="false"/>
|
||||
<mapEntry key="ARC_dsp_divsqrt" value="radix2"/>
|
||||
<mapEntry key="ARC_dsp_itu" value="false"/>
|
||||
<mapEntry key="ARC_dvbf" value="false"/>
|
||||
<mapEntry key="ARC_ea" value="false"/>
|
||||
<mapEntry key="ARC_ext_interrupt_num" value="0"/>
|
||||
<mapEntry key="ARC_fpuda" value="false"/>
|
||||
<mapEntry key="ARC_fsfpus_div" value="Slow"/>
|
||||
<mapEntry key="ARC_fsfpus_mpy" value="Fast"/>
|
||||
<mapEntry key="ARC_fujitsu_if" value="false"/>
|
||||
<mapEntry key="ARC_hardware_selection" value="ARC_raw"/>
|
||||
<mapEntry key="ARC_icache_feature" value="2"/>
|
||||
<mapEntry key="ARC_interrupt_baseaddr" value="0x0"/>
|
||||
<mapEntry key="ARC_interrupt_num" value="0"/>
|
||||
<mapEntry key="ARC_interrupt_priorities_LIST" value="{"1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" }"/>
|
||||
<mapEntry key="ARC_interrupt_vector_count" value="(default)"/>
|
||||
<mapEntry key="ARC_isa_counters" value="false"/>
|
||||
<mapEntry key="ARC_ldst_ram_base" value="(none)"/>
|
||||
<mapEntry key="ARC_ldst_ram_size" value="(none)"/>
|
||||
<mapEntry key="ARC_ll64" value="0"/>
|
||||
<mapEntry key="ARC_lpc_width" value="32"/>
|
||||
<mapEntry key="ARC_mac" value="0"/>
|
||||
<mapEntry key="ARC_macd" value="0"/>
|
||||
<mapEntry key="ARC_mcip" value="false"/>
|
||||
<mapEntry key="ARC_mcip_bsu" value="false"/>
|
||||
<mapEntry key="ARC_mcip_cirqnum" value="8"/>
|
||||
<mapEntry key="ARC_mcip_dvfs" value="false"/>
|
||||
<mapEntry key="ARC_mcip_grtc" value="false"/>
|
||||
<mapEntry key="ARC_mcip_ici" value="false"/>
|
||||
<mapEntry key="ARC_mcip_ics" value="false"/>
|
||||
<mapEntry key="ARC_mcip_idu" value="false"/>
|
||||
<mapEntry key="ARC_mcip_llm" value="false"/>
|
||||
<mapEntry key="ARC_mcip_llm_base" value="0"/>
|
||||
<mapEntry key="ARC_mcip_llm_size" value="128K"/>
|
||||
<mapEntry key="ARC_mcip_mcd" value="false"/>
|
||||
<mapEntry key="ARC_mcip_mps" value="false"/>
|
||||
<mapEntry key="ARC_mcip_numsemas" value="16"/>
|
||||
<mapEntry key="ARC_mcip_pmu" value="false"/>
|
||||
<mapEntry key="ARC_mcip_sram_size" value="512"/>
|
||||
<mapEntry key="ARC_mcip_version" value="3"/>
|
||||
<mapEntry key="ARC_mem_bus_width" value="32"/>
|
||||
<mapEntry key="ARC_mem_exc_intr" value="false"/>
|
||||
<mapEntry key="ARC_mem_exc_intr7" value="false"/>
|
||||
<mapEntry key="ARC_mem_exc_intr_NSIM" value="1"/>
|
||||
<mapEntry key="ARC_mem_exc_intr_NSIM7" value="1"/>
|
||||
<mapEntry key="ARC_memsize" value="(none)"/>
|
||||
<mapEntry key="ARC_mpy" value="0"/>
|
||||
<mapEntry key="ARC_mpy16" value="0"/>
|
||||
<mapEntry key="ARC_mul32x16" value="false"/>
|
||||
<mapEntry key="ARC_mult32" value="0"/>
|
||||
<mapEntry key="ARC_norm" value="0"/>
|
||||
<mapEntry key="ARC_opellaXD_DLL" value="c:/AshlingOpellaXDforARC/opxdarc"/>
|
||||
<mapEntry key="ARC_opella_DLL" value="c:/AshlingOpellaforARC/opellarc"/>
|
||||
<mapEntry key="ARC_parallel_port_address" value="0x378"/>
|
||||
<mapEntry key="ARC_pc_width" value="32"/>
|
||||
<mapEntry key="ARC_pmu" value="false"/>
|
||||
<mapEntry key="ARC_qmpyh" value="0"/>
|
||||
<mapEntry key="ARC_replay_file" value="replay.bin"/>
|
||||
<mapEntry key="ARC_reset_on_restart" value="false"/>
|
||||
<mapEntry key="ARC_rgf_num_wr_ports" value="2"/>
|
||||
<mapEntry key="ARC_shift_assist" value="0"/>
|
||||
<mapEntry key="ARC_sliding_pointers" value="false"/>
|
||||
<mapEntry key="ARC_swap" value="0"/>
|
||||
<mapEntry key="ARC_target" value="ARCSIM"/>
|
||||
<mapEntry key="ARC_timer0" value="1"/>
|
||||
<mapEntry key="ARC_timer1" value="1"/>
|
||||
<mapEntry key="ARC_uart_0" value="false"/>
|
||||
<mapEntry key="ARC_uart_1" value="false"/>
|
||||
<mapEntry key="ARC_uart_2" value="false"/>
|
||||
<mapEntry key="ARC_ultraXD_DLL" value="C:/AshlingUltra-XDforARC/uxdarc.dll"/>
|
||||
<mapEntry key="ARC_unalighned_NA" value="1"/>
|
||||
<mapEntry key="ARC_unaligned" value="0"/>
|
||||
<mapEntry key="ARC_vmac_0" value="false"/>
|
||||
<mapEntry key="ARC_vmac_1" value="false"/>
|
||||
<mapEntry key="ARC_vmac_2" value="false"/>
|
||||
<mapEntry key="ARC_xlib" value="0"/>
|
||||
<mapEntry key="ARC_xmac_24" value="false"/>
|
||||
<mapEntry key="ARC_xmac_d16" value="false"/>
|
||||
<mapEntry key="ARC_xy" value="false"/>
|
||||
<mapEntry key="ARG_ACTION" value="{"-targs=AC" "-toggle=include_local_symbols=1" "-profile" "-nsim" "-Xrtc" "-toggle=deadbeef=1" "-interrupt_priorities=16" "-firq" "-rgf_num_banks=4" }"/>
|
||||
<mapEntry key="Dont_download" value="false"/>
|
||||
<mapEntry key="EIA_path" value="path_to_eia/lib"/>
|
||||
<mapEntry key="IDE_ARC_DSP_memory" value="ARC_nodsp"/>
|
||||
<mapEntry key="IDE_ARC_crc" value="0"/>
|
||||
<mapEntry key="IDE_ARC_dmulpf" value="0"/>
|
||||
<mapEntry key="IDE_ARC_dvbf" value="0"/>
|
||||
<mapEntry key="IDE_ARC_ea" value="0"/>
|
||||
<mapEntry key="IDE_ARC_mul32x16" value="0"/>
|
||||
<mapEntry key="IDE_ARC_timer0" value="1"/>
|
||||
<mapEntry key="IDE_ARC_timer1" value="1"/>
|
||||
<mapEntry key="IDE_ARC_xmac_24" value="0"/>
|
||||
<mapEntry key="IDE_ARC_xmac_d16" value="0"/>
|
||||
<mapEntry key="Local_symbols" value="1"/>
|
||||
<mapEntry key="MX_ARC_speed" value="1"/>
|
||||
<mapEntry key="MX_DMA_speed" value="1"/>
|
||||
<mapEntry key="MX_SIMD_speed" value="1"/>
|
||||
<mapEntry key="MX_perfres" value="10000"/>
|
||||
<mapEntry key="MX_system_speed" value="1"/>
|
||||
<mapEntry key="NA_BPU_BC_ENTRIES" value="512"/>
|
||||
<mapEntry key="NA_BPU_BC_FULL_TAG" value="0"/>
|
||||
<mapEntry key="NA_BPU_BC_TAG_SIZE" value="4"/>
|
||||
<mapEntry key="NA_BPU_BT_ENTRIES" value="8192"/>
|
||||
<mapEntry key="NA_BPU_FB_ENTRIES" value="2"/>
|
||||
<mapEntry key="NA_BPU_RS_ENTRIES" value="4"/>
|
||||
<mapEntry key="NA_BPU_TOSQ_ENTRIES" value="5"/>
|
||||
<mapEntry key="PROJECT" value="sample_threadx Debug"/>
|
||||
<mapEntry key="RASCAL_ENV" value="rascal.env"/>
|
||||
<mapEntry key="RTOS" value="(none)"/>
|
||||
<mapEntry key="ReadingXML" value="false"/>
|
||||
<mapEntry key="SCIT_port" value="10875"/>
|
||||
<mapEntry key="SCIT_tcpip" value="localhost"/>
|
||||
<mapEntry key="SCXISS_ACSI" value="0"/>
|
||||
<mapEntry key="SCXISS_CONNECTION" value="TCPIP"/>
|
||||
<mapEntry key="SCXISS_DELAY" value="12"/>
|
||||
<mapEntry key="SCXISS_IPADDR" value="127.0.0.1"/>
|
||||
<mapEntry key="SCXISS_IPPORT" value="8123"/>
|
||||
<mapEntry key="SCXISS_LAUNCH" value="false"/>
|
||||
<mapEntry key="SCXISS_WD" value=""/>
|
||||
<mapEntry key="UART_COUNT" value="0"/>
|
||||
<mapEntry key="UART_PBASE" value="0xC0FC0000"/>
|
||||
<mapEntry key="UART_pbase_default" value="1"/>
|
||||
<mapEntry key="XD_adaptive" value="(none)"/>
|
||||
<mapEntry key="XD_gclk" value="crystal"/>
|
||||
<mapEntry key="XD_gclk1" value="crystal"/>
|
||||
<mapEntry key="XD_gclk2" value="crystal"/>
|
||||
<mapEntry key="XD_reset" value="50"/>
|
||||
<mapEntry key="XD_roboSS" value="0x1234"/>
|
||||
<mapEntry key="XD_roboSSEXP" value="0x1234"/>
|
||||
<mapEntry key="XD_robosd" value="0x1234"/>
|
||||
<mapEntry key="XISS_bridge_0_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_0_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_0_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_0_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_1_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_1_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_1_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_1_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_2_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_2_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_2_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_2_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_3_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_3_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_3_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_3_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_4_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_4_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_4_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_4_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_5_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_5_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_5_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_5_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_6_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_6_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_6_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_6_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_7_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_7_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_7_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_7_target_address" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_8_length" value="0x2000"/>
|
||||
<mapEntry key="XISS_bridge_8_start" value="0x0"/>
|
||||
<mapEntry key="XISS_bridge_8_target" value="<Choose Core>"/>
|
||||
<mapEntry key="XISS_bridge_8_target_address" value="0x0"/>
|
||||
<mapEntry key="arcsim_jit" value="0"/>
|
||||
<mapEntry key="arcsim_jit_threads" value="1"/>
|
||||
<mapEntry key="arcsim_systemc" value="0"/>
|
||||
<mapEntry key="backdoor_mem" value="1"/>
|
||||
<mapEntry key="cache_target_mem" value="1"/>
|
||||
<mapEntry key="cas600_coderam_size" value="512k"/>
|
||||
<mapEntry key="cas600_ldstram_size" value="512k"/>
|
||||
<mapEntry key="cas600_profiling" value="1"/>
|
||||
<mapEntry key="cas700_profiling" value="1"/>
|
||||
<mapEntry key="cas_shmem6" value="123"/>
|
||||
<mapEntry key="cas_shmem7" value="123"/>
|
||||
<mapEntry key="comm_baud" value="9600"/>
|
||||
<mapEntry key="comm_flowcontrol" value="D"/>
|
||||
<mapEntry key="comm_parity" value="N"/>
|
||||
<mapEntry key="comm_rxqsize" value="1024"/>
|
||||
<mapEntry key="comm_stopbits" value="1"/>
|
||||
<mapEntry key="comm_txqsize" value="1024"/>
|
||||
<mapEntry key="comm_wordlength" value="8"/>
|
||||
<mapEntry key="command_logging" value="false"/>
|
||||
<mapEntry key="commtermsim" value="none"/>
|
||||
<mapEntry key="connect_only" value="LE"/>
|
||||
<mapEntry key="connect_only_selection" value="false"/>
|
||||
<mapEntry key="dcache7" value="none"/>
|
||||
<mapEntry key="dccm7" value="none"/>
|
||||
<mapEntry key="dump_file" value="(none)"/>
|
||||
<mapEntry key="dump_range" value="(default)"/>
|
||||
<mapEntry key="fpu_mac" value="false"/>
|
||||
<mapEntry key="fpud" value="false"/>
|
||||
<mapEntry key="fpud_div" value="false"/>
|
||||
<mapEntry key="fpus" value="false"/>
|
||||
<mapEntry key="fpus_div" value="false"/>
|
||||
<mapEntry key="gclk1_XD" value="false"/>
|
||||
<mapEntry key="gclk2_XD" value="false"/>
|
||||
<mapEntry key="gclk_XD" value="false"/>
|
||||
<mapEntry key="hw_stack_checking" value="false"/>
|
||||
<mapEntry key="icache7" value="none"/>
|
||||
<mapEntry key="iccm7" value="none"/>
|
||||
<mapEntry key="iss_av2_override" value="0"/>
|
||||
<mapEntry key="log_filename" value="logfile"/>
|
||||
<mapEntry key="opella106_jtag_frequency" value="2Mhz"/>
|
||||
<mapEntry key="opella108_jtag_frequency" value="2Mhz"/>
|
||||
<mapEntry key="opellaXD_blast_frequency" value="6Mhz"/>
|
||||
<mapEntry key="opellaXD_jtag_frequency" value="8MHz"/>
|
||||
<mapEntry key="optimize_XD" value="false"/>
|
||||
<mapEntry key="parallel_jtag" value="1"/>
|
||||
<mapEntry key="prefer_sw_bp" value="1"/>
|
||||
<mapEntry key="profiling_window" value="1"/>
|
||||
<mapEntry key="quicksim6" value="false"/>
|
||||
<mapEntry key="read_ro_from_exe" value="false"/>
|
||||
<mapEntry key="roboSSEXP_XD" value="false"/>
|
||||
<mapEntry key="roboSS_XD" value="false"/>
|
||||
<mapEntry key="robosd_XD" value="false"/>
|
||||
<mapEntry key="show_string" value="1"/>
|
||||
<mapEntry key="sim_unhalt_arc" value="false"/>
|
||||
<mapEntry key="simextDLLKind" value="EIA"/>
|
||||
<mapEntry key="stop_sim_when_arc_halts" value="1"/>
|
||||
<mapEntry key="term_base" value="0xfc1000"/>
|
||||
<mapEntry key="term_default_receive" value="1"/>
|
||||
<mapEntry key="term_default_send" value="1"/>
|
||||
<mapEntry key="term_default_vector" value="1"/>
|
||||
<mapEntry key="term_external" value="0"/>
|
||||
<mapEntry key="term_int_vector" value="2"/>
|
||||
<mapEntry key="term_log_only" value="false"/>
|
||||
<mapEntry key="term_port" value="1"/>
|
||||
<mapEntry key="term_tcp_port" value="+0"/>
|
||||
<mapEntry key="term_use_input" value="false"/>
|
||||
<mapEntry key="term_use_log" value="0"/>
|
||||
<mapEntry key="title" value="Target reset"/>
|
||||
<mapEntry key="trace_history" value="true"/>
|
||||
<mapEntry key="trace_history_vlz" value="false"/>
|
||||
<mapEntry key="trace_size" value="500000"/>
|
||||
<mapEntry key="use_rascal_perfmon" value="1"/>
|
||||
<mapEntry key="v2em_core_version" value="1"/>
|
||||
<mapEntry key="v2em_regis_bank" value="1"/>
|
||||
<mapEntry key="v2em_regis_bank_LIST" value="{"1" "2" "3" "4" }"/>
|
||||
<mapEntry key="v2hs_core_version" value="1"/>
|
||||
<mapEntry key="verify_download" value="false"/>
|
||||
<mapEntry key="which6cas" value="c6I"/>
|
||||
<mapEntry key="which7cas" value="c7I"/>
|
||||
<mapEntry key="whichOptions" value="machine"/>
|
||||
<mapEntry key="which_arc" value="ARCV2HS"/>
|
||||
<mapEntry key="which_arc_name" value="ARC HS"/>
|
||||
<mapEntry key="which_opella_version" value="v106"/>
|
||||
<mapEntry key="wires" value="4-wire (standard)"/>
|
||||
<mapEntry key="x600_dcache_pipe_depth" value="2"/>
|
||||
<mapEntry key="x600_trace_level" value="off"/>
|
||||
<mapEntry key="x700_logging" value="1"/>
|
||||
<mapEntry key="x700log_start" value="none"/>
|
||||
<mapEntry key="x700log_stop" value="none"/>
|
||||
</mapAttribute>
|
||||
<listAttribute key="com.arc.cdt.debug.seecode.core.SWAHILI_ARGS">
|
||||
<listEntry value="-targs=AC"/>
|
||||
<listEntry value="-toggle=include_local_symbols=1"/>
|
||||
<listEntry value="-profile"/>
|
||||
<listEntry value="-nsim"/>
|
||||
<listEntry value="-toggle=deadbeef=1"/>
|
||||
<listEntry value="-av2hs"/>
|
||||
<listEntry value="-Xtimer0"/>
|
||||
<listEntry value="-Xtimer1"/>
|
||||
<listEntry value="-core1"/>
|
||||
<listEntry value="-Xmpy_option=none"/>
|
||||
<listEntry value="-rgf_num_banks=1"/>
|
||||
<listEntry value="-addr_size=32"/>
|
||||
<listEntry value="-interrupts=0"/>
|
||||
<listEntry value="-ext_interrupts=0"/>
|
||||
<listEntry value="-interrupt_base=0x0"/>
|
||||
<listEntry value="-Xunaligned"/>
|
||||
<listEntry value="-bpu_bc_entries=512"/>
|
||||
<listEntry value="-bpu_pt_entries=8192"/>
|
||||
<listEntry value="-bpu_rs_entries=4"/>
|
||||
<listEntry value="-bpu_bc_full_tag=0"/>
|
||||
<listEntry value="-bpu_bc_tag_size=4"/>
|
||||
<listEntry value="-bpu_tosq_entries=5"/>
|
||||
<listEntry value="-bpu_fb_entries=2"/>
|
||||
<listEntry value="-icache_feature=2"/>
|
||||
<listEntry value="-dcache_feature=2"/>
|
||||
<listEntry value="-rgf_num_wr_ports=2"/>
|
||||
<listEntry value="-dcache_mem_cycles=2"/>
|
||||
<listEntry value="-dcache=16384,32,2,a"/>
|
||||
<listEntry value="-icache=16384,64,2,a"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="com.arc.cdt.debug.seecode.core.SWAHILI_TCF_ARGS">
|
||||
<listEntry value="-rgf_num_banks=1"/>
|
||||
<listEntry value="-addr_size=32"/>
|
||||
<listEntry value="-interrupts=0"/>
|
||||
<listEntry value="-ext_interrupts=0"/>
|
||||
<listEntry value="-interrupt_base=0x0"/>
|
||||
<listEntry value="-Xunaligned"/>
|
||||
<listEntry value="-bpu_bc_entries=512"/>
|
||||
<listEntry value="-bpu_pt_entries=8192"/>
|
||||
<listEntry value="-bpu_rs_entries=4"/>
|
||||
<listEntry value="-bpu_bc_full_tag=0"/>
|
||||
<listEntry value="-bpu_bc_tag_size=4"/>
|
||||
<listEntry value="-bpu_tosq_entries=5"/>
|
||||
<listEntry value="-bpu_fb_entries=2"/>
|
||||
<listEntry value="-icache_feature=2"/>
|
||||
<listEntry value="-dcache_feature=2"/>
|
||||
<listEntry value="-rgf_num_wr_ports=2"/>
|
||||
<listEntry value="-dcache_mem_cycles=2"/>
|
||||
<listEntry value="-dcache=16384,32,2,a"/>
|
||||
<listEntry value="-icache=16384,64,2,a"/>
|
||||
</listAttribute>
|
||||
<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="com.arc.cdt.debug.seecode.core.SeeCodeDebugger"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_RESUME_AT_START" value="true"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.DISABLE_STOPATMAIN_RESUME" value="true"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_REGISTER_BOOKKEEPING" value="false"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_VARIABLE_BOOKKEEPING" value="false"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList/>"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.NOPROJECT" value="false"/>
|
||||
<listAttribute key="org.eclipse.cdt.launch.NOTONGUISWAHILI_ARGS">
|
||||
<listEntry value="-Xunaligned"/>
|
||||
<listEntry value="-bpu_bc_entries=512"/>
|
||||
<listEntry value="-bpu_pt_entries=8192"/>
|
||||
<listEntry value="-bpu_rs_entries=4"/>
|
||||
<listEntry value="-bpu_bc_full_tag=0"/>
|
||||
<listEntry value="-bpu_bc_tag_size=4"/>
|
||||
<listEntry value="-bpu_tosq_entries=5"/>
|
||||
<listEntry value="-bpu_fb_entries=2"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\sample_threadx.elf"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="sample_threadx"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.arc.cdt.toolchain.av2hs.exeDebugConfig.585788724"/>
|
||||
<stringAttribute key="org.eclipse.cdt.launch.disassemblyViewID" value="com.arc.cdt.debug.seecode.ui.views.disasm"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.ui.ApplicationCDebuggerTab.DEFAULTS_SET" value="true"/>
|
||||
<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="true"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/sample_threadx"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="process_factory_id" value="com.arc.cdt.debug.seecode.processFactory"/>
|
||||
</launchConfiguration>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.debug.ui.LAUNCH_CONFIGURATIONS_DIALOG_SECTION">
|
||||
<item value="800" key="DIALOG_WIDTH"/>
|
||||
<item value="1|Segoe UI|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI" key="DIALOG_FONT_NAME"/>
|
||||
<item value=", org.eclipse.cdt.launch.localCLaunch, " key="org.eclipse.debug.ui.EXPANDED_NODES"/>
|
||||
<item value="762" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_2"/>
|
||||
<item value="702" key="DIALOG_HEIGHT"/>
|
||||
<item value="237" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_1"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchHistory>
|
||||
<launchGroup id="org.eclipse.debug.ui.launchGroup.debug">
|
||||
<mruHistory>
|
||||
<launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="sample_threadx Debug"/> "/>
|
||||
</mruHistory>
|
||||
<favorites/>
|
||||
</launchGroup>
|
||||
<launchGroup id="org.eclipse.debug.ui.launchGroup.profile">
|
||||
<mruHistory/>
|
||||
<favorites/>
|
||||
</launchGroup>
|
||||
<launchGroup id="org.eclipse.ui.externaltools.launchGroup">
|
||||
<mruHistory/>
|
||||
<favorites/>
|
||||
</launchGroup>
|
||||
<launchGroup id="org.eclipse.debug.ui.launchGroup.run">
|
||||
<mruHistory>
|
||||
<launch memento="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration local="true" path="sample_threadx Debug"/> "/>
|
||||
</mruHistory>
|
||||
<favorites/>
|
||||
</launchGroup>
|
||||
</launchHistory>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<session version="1.0">
<refactoring comment="Delete resource 'tx/tx_thread_context_fast_restore.s'" deleteContents="false" description="Delete resource 'tx/tx_thread_context_fast_restore.s'" element1="/tx/tx_thread_context_fast_restore.s" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1491970036256"/>
<refactoring comment="Delete resource 'tx/tx_thread_context_fast_save.s'" deleteContents="false" description="Delete resource 'tx/tx_thread_context_fast_save.s'" element1="/tx/tx_thread_context_fast_save.s" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1491970041634"/>
<refactoring comment="Delete resource 'tx/tx_thread_register_bank_assign.s'" deleteContents="false" description="Delete resource 'tx/tx_thread_register_bank_assign.s'" element1="/tx/tx_thread_register_bank_assign.s" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1491970051557"/>
<refactoring comment="Delete resource 'tx/tx_initialize_fast_interrupt_setup.s'" deleteContents="false" description="Delete resource 'tx/tx_initialize_fast_interrupt_setup.s'" element1="/tx/tx_initialize_fast_interrupt_setup.s" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1491970093291"/>
<refactoring comment="Delete resource 'sample_threadx/tx_port_test_threads.s'" deleteContents="false" description="Delete resource 'sample_threadx/tx_port_test_threads.s'" element1="/sample_threadx/tx_port_test_threads.s" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1492209727732"/>
<refactoring comment="Delete resource 'sample_threadx/arc.bak'" deleteContents="false" description="Delete resource 'sample_threadx/arc.bak'" element1="/sample_threadx/arc.bak" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1492209734183"/>
<refactoring comment="Delete resource 'sample_threadx/sample_threadx.bak'" deleteContents="false" description="Delete resource 'sample_threadx/sample_threadx.bak'" element1="/sample_threadx/sample_threadx.bak" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1492209738993"/>
<refactoring comment="Delete resource 'sample_threadx/tx_initialize_low_level.bak'" deleteContents="false" description="Delete resource 'sample_threadx/tx_initialize_low_level.bak'" element1="/sample_threadx/tx_initialize_low_level.bak" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1492209743831"/>
|
||||
</session>
|
||||
@@ -1,8 +0,0 @@
|
||||
1491970036256 Delete resource 'tx/tx_thread_context_fast_restore.s'
|
||||
1491970041634 Delete resource 'tx/tx_thread_context_fast_save.s'
|
||||
1491970051557 Delete resource 'tx/tx_thread_register_bank_assign.s'
|
||||
1491970093291 Delete resource 'tx/tx_initialize_fast_interrupt_setup.s'
|
||||
1492209727732 Delete resource 'sample_threadx/tx_port_test_threads.s'
|
||||
1492209734183 Delete resource 'sample_threadx/arc.bak'
|
||||
1492209738993 Delete resource 'sample_threadx/sample_threadx.bak'
|
||||
1492209743831 Delete resource 'sample_threadx/tx_initialize_low_level.bak'
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<session version="1.0">
<refactoring comment="Delete resource 'demo_threadx'" deleteContents="false" description="Delete resource 'demo_threadx'" element1="/demo_threadx" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1592510876244"/>
<refactoring comment="Delete 2 resources" deleteContents="false" description="Delete 2 resources" element1="/tx/inc_generic" element2="/tx/src_generic" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="2" stamp="1592511041806"/>
<refactoring comment="Delete resource 'tx/src_generic'" deleteContents="false" description="Delete resource 'tx/src_generic'" element1="/tx/src_generic" flags="7" id="org.eclipse.ltk.core.refactoring.delete.resources" resources="1" stamp="1592511103706"/>
|
||||
</session>
|
||||
@@ -1,3 +0,0 @@
|
||||
1592510876244 Delete resource 'demo_threadx'
|
||||
1592511041806 Delete 2 resources
|
||||
1592511103706 Delete resource 'tx/src_generic'
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="RefactoringWizard.preview">
|
||||
<item value="600" key="width"/>
|
||||
<item value="400" key="height"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="quick_assist_proposal_size">
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="ExternalProjectImportWizard">
|
||||
<item value="false" key="WizardProjectsImportPage.STORE_NESTED_PROJECTS"/>
|
||||
<item value="false" key="WizardProjectsImportPage.STORE_COPY_PROJECT_ID"/>
|
||||
<item value="false" key="WizardProjectsImportPage.STORE_ARCHIVE_SELECTED"/>
|
||||
<list key="WizardProjectsImportPage.STORE_DIRECTORIES">
|
||||
<item value="C:\Users\nisohack\Documents\work\x-ware_libs\threadx_github\ports\arc_hs_smp\metaware\example_build\sample_threadx"/>
|
||||
</list>
|
||||
<list key="WizardProjectsImportPage.STORE_ARCHIVES">
|
||||
<item value=""/>
|
||||
</list>
|
||||
</section>
|
||||
<section name="WORKBENCH_SETTINGS">
|
||||
<list key="ENABLED_TRANSFERS">
|
||||
</list>
|
||||
</section>
|
||||
<section name="ChooseWorkspaceDialogSettings">
|
||||
<item value="202" key="DIALOG_X_ORIGIN"/>
|
||||
<item value="200" key="DIALOG_Y_ORIGIN"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.ui.internal.QuickAccess">
|
||||
<item value="790" key="dialogHeight"/>
|
||||
<item value="1440" key="dialogWidth"/>
|
||||
<list key="textEntries">
|
||||
</list>
|
||||
<list key="orderedElements">
|
||||
</list>
|
||||
<list key="orderedProviders">
|
||||
</list>
|
||||
<list key="textArray">
|
||||
</list>
|
||||
</section>
|
||||
<section name="ImportExportAction">
|
||||
<item value="org.eclipse.ui.wizards.import.ExternalProject" key="ImportExportPage.STORE_SELECTED_IMPORT_WIZARD_ID"/>
|
||||
<list key="ImportExportPage.STORE_EXPANDED_IMPORT_CATEGORIES">
|
||||
<item value="org.eclipse.ui.Basic"/>
|
||||
</list>
|
||||
</section>
|
||||
<section name="FileSystemImportWizard">
|
||||
<item value="false" key="WizardFileSystemResourceImportPage1.STORE_CREATE_CONTAINER_STRUCTURE_ID"/>
|
||||
<item value="false" key="WizardFileSystemResourceImportPage1.STORE_OVERWRITE_EXISTING_RESOURCES_ID"/>
|
||||
<list key="WizardFileSystemResourceImportPage1.STORE_SOURCE_NAMES_ID">
|
||||
<item value="C:\arc_hs_smp"/>
|
||||
<item value="C:\temp1663\tx_source\demo"/>
|
||||
<item value="C:\temp1663\tx_source"/>
|
||||
<item value="C:\temp1663\threadx\tx"/>
|
||||
</list>
|
||||
</section>
|
||||
</section>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<workingSetManager>
|
||||
<workingSet aggregate="true" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1443482690877_0" label="Window Working Set" name="Aggregate for window 1443482690877"/>
|
||||
</workingSetManager>
|
||||
@@ -1,3 +0,0 @@
|
||||
#Thu Jun 18 13:20:39 PDT 2020
|
||||
org.eclipse.core.runtime=2
|
||||
org.eclipse.platform=4.6.3.v20170301-0400
|
||||
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<configuration id="com.arc.cdt.toolchain.av2hs.exeDebugConfig.585788724" name="Debug">
|
||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" console="false" env-hash="1695255886827884744" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare MCC Built-in Compiler Settings" parameter="mcc ${FLAGS} -Hbatchnotmp -Hnoobj "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser" keep-relative-paths="false" name="MetaWare CCAC Build Output Parser" parameter="ccac" prefer-non-shared="true"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" console="false" env-hash="1775861871551300168" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare CCAC Built-in Compiler Settings" parameter="ccac ${FLAGS} -v -dM -E "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
</extension>
|
||||
</configuration>
|
||||
<configuration id="com.arc.cdt.toolchain.av2hs.exeReleaseConfig.2024992869" name="Release">
|
||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" console="false" env-hash="1689441029849768776" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare MCC Built-in Compiler Settings" parameter="mcc ${FLAGS} -Hbatchnotmp -Hnoobj "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" console="false" env-hash="1767106799384934664" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare CCAC Built-in Compiler Settings" parameter="ccac ${FLAGS} -v -dM -E "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
</extension>
|
||||
</configuration>
|
||||
</project>
|
||||
@@ -1,69 +0,0 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.cdt.codan.checkers.errnoreturn=Warning
|
||||
org.eclipse.cdt.codan.checkers.errnoreturn.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},implicit\=>false}
|
||||
org.eclipse.cdt.codan.checkers.errreturnvalue=Error
|
||||
org.eclipse.cdt.codan.checkers.errreturnvalue.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.checkers.noreturn=Error
|
||||
org.eclipse.cdt.codan.checkers.noreturn.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},implicit\=>false}
|
||||
org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},no_break_comment\=>"no break",last_case_param\=>false,empty_case_param\=>false}
|
||||
org.eclipse.cdt.codan.internal.checkers.CatchByReference=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.CatchByReference.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},unknown\=>false,exceptions\=>()}
|
||||
org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.ClassMembersInitialization=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.ClassMembersInitialization.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},skip\=>true}
|
||||
org.eclipse.cdt.codan.internal.checkers.ExternalBindingProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.ExternalBindingProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.InvalidArguments=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.InvalidArguments.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker=-Info
|
||||
org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},pattern\=>"^[a-z]",macro\=>true,exceptions\=>()}
|
||||
org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.OverloadProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.OverloadProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem=-Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem=-Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true,exceptions\=>()}
|
||||
org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},paramNot\=>false}
|
||||
org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},else\=>false,afterelse\=>false}
|
||||
org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true}
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true}
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem=Warning
|
||||
org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},macro\=>true,exceptions\=>("@(\#)","$Id")}
|
||||
org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem=Error
|
||||
org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}}
|
||||
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<configuration id="com.arc.cdt.toolchain.av2hs.libDebugConfig.2063275274" name="Debug">
|
||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" console="false" env-hash="1695255886827884744" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare MCC Built-in Compiler Settings" parameter="mcc ${FLAGS} -Hbatchnotmp -Hnoobj "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser" keep-relative-paths="false" name="MetaWare CCAC Build Output Parser" parameter="ccac" prefer-non-shared="true"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" console="false" env-hash="1775861871551300168" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare CCAC Built-in Compiler Settings" parameter="ccac ${FLAGS} -v -dM -E "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
</extension>
|
||||
</configuration>
|
||||
<configuration id="com.arc.cdt.toolchain.av2hs.libReleaseConfig.1202427021" name="Release">
|
||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" console="false" env-hash="1689441029849768776" id="com.arc.cdt.toolchain.arc.language.settings.providers.MccBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare MCC Built-in Compiler Settings" parameter="mcc ${FLAGS} -Hbatchnotmp -Hnoobj "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider copy-of="extension" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuildCommandParser"/>
|
||||
<provider class="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" console="false" env-hash="1767106799384934664" id="com.arc.cdt.toolchain.arc.language.settings.providers.ClangBuiltinSpecsDetector" keep-relative-paths="false" name="MetaWare CCAC Built-in Compiler Settings" parameter="ccac ${FLAGS} -v -dM -E "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
</extension>
|
||||
</configuration>
|
||||
</project>
|
||||
Reference in New Issue
Block a user