text stringlengths 0 834k |
|---|
) |
pushd %DIRNAME% |
if ""x%TEIID_HOME%"" == ""x"" ( |
set ""TEIID_HOME=%CD%"" |
) |
popd |
set DIRNAME= |
if ""x%JAVA_HOME%"" == ""x"" ( |
set JAVA=java |
echo JAVA_HOME is not set. Unexpected results may occur. |
echo Set JAVA_HOME to the directory of your local JDK to avoid this message. |
) else ( |
set ""JAVA=%JAVA_HOME%\bin\java"" |
if exist ""%JAVA_HOME%\lib\tools.jar"" ( |
set ""JAVAC_JAR=%JAVA_HOME%\lib\tools.jar"" |
) |
) |
set TEIID_CLASSPATH=%TEIID_HOME%\lib\patches\*;%TEIID_HOME%\lib\teiid-adminshell-${pom.version}.jar;%TEIID_HOME%\lib\*; |
rem JVM memory allocation pool parameters. Modify as appropriate. |
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx256m -XX:MaxPermSize=256m |
set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.config.file=log.properties |
echo =============================================================================== |
echo. |
echo Teiid AdminShell Bootstrap Environment |
echo. |
echo TEIID_HOME: %TEIID_HOME% |
echo. |
echo JAVA: %JAVA% |
echo. |
echo JAVA_OPTS: %JAVA_OPTS% |
echo. |
echo CLASSPATH: %TEIID_CLASSPATH% |
echo. |
echo =============================================================================== |
echo. |
""%JAVA%"" %JAVA_OPTS% ^ |
-classpath ""%TEIID_CLASSPATH%"" ^ |
org.teiid.adminshell.GroovyAdminShell %* |
",31.12,120,0.6658097686 |
219768,f3170756d7b5175a22f418a0f31412f8063d675a,2957,cmd,Batchfile,examples/boards/ek-tm4c123gxl/usb_dev_bulk/usb_dev_bulk_ccs.cmd,astroesteban/tivaware,379dad8248c0ffe110cbc2819c7456d241e90bd0,['BSD-3-Clause'],,,,examples/boards/ek-tm4c123gxl/usb_dev_bulk/usb_dev_bulk_ccs.cmd,astroesteban/tivaware,379dad8248c0ffe110cbc2819c7456d241e90bd0,['BSD-3-Clause'],,,,examples/boards/ek-tm4c123gxl/usb_dev_bulk/usb_dev_bulk_ccs.cmd,astroesteban/tivaware,379dad8248c0ffe110cbc2819c7456d241e90bd0,['BSD-3-Clause'],1.0,2022-02-23T06:19:48.000Z,2022-02-23T06:19:48.000Z,"/****************************************************************************** |
* |
* usb_dev_bulk_ccs.cmd - CCS linker configuration file for usb_dev_bulk. |
* |
* Copyright (c) 2012-2020 Texas Instruments Incorporated. All rights reserved. |
* Software License Agreement |
* |
* Texas Instruments (TI) is supplying this software for use solely and |
* exclusively on TI's microcontroller products. The software is owned by |
* TI and/or its suppliers, and is protected under applicable copyright |
* laws. You may not combine this software with ""viral"" open-source |
* software in order to form a larger program. |
* |
* THIS SOFTWARE IS PROVIDED ""AS IS"" AND WITH ALL FAULTS. |
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT |
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY |
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL |
* DAMAGES, FOR ANY REASON WHATSOEVER. |
* |
* This is part of revision 2.2.0.295 of the EK-TM4C123GXL Firmware Package. |
* |
*****************************************************************************/ |
--retain=g_pfnVectors |
/* The following command line options are set as part of the CCS project. */ |
/* If you are building using the command line, or for some reason want to */ |
/* define them here, you can uncomment and modify these lines as needed. */ |
/* If you are using CCS for building, it is probably better to make any such */ |
/* modifications in your CCS project and leave this file alone. */ |
/* */ |
/* --heap_size=0 */ |
/* --stack_size=256 */ |
/* --library=rtsv7M3_T_le_eabi.lib */ |
/* The starting address of the application. Normally the interrupt vectors */ |
/* must be located at the beginning of the application. */ |
#define APP_BASE 0x00000000 |
#define RAM_BASE 0x20000000 |
/* System memory map */ |
MEMORY |
{ |
/* Application stored in and executes from internal flash */ |
FLASH (RX) : origin = APP_BASE, length = 0x00040000 |
/* Application uses internal RAM for data */ |
SRAM (RWX) : origin = 0x20000000, length = 0x00008000 |
} |
/* Section allocation in memory */ |
SECTIONS |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.