代码搜索:Configuring
找到约 1,509 项符合「Configuring」的源代码
代码结果 1,509
www.eeworm.com/read/127767/14337176
txt e403. configuring logger default values with a properties file.txt
The default values for loggers and handlers can be set using a properties file. This example demonstrates a sample logging properties file.
For more information about logging properties, see the lib
www.eeworm.com/read/145341/12734807
cmd jack.cmd
echo starting boot sequence
jtag
halt
idcode
#
echo configuring the processor and memory interface (Off)
poke 30470010 00100000
poke 30470010 08000000
# cpu
poke 30440030 4
poke 30440018 a52383
poke 3
www.eeworm.com/read/145341/12734856
cmd flasher.cmd
echo starting boot sequence
jtag
halt
idcode
#
echo configuring the processor and memory interface (Off)
poke 30470010 00100000
poke 30470010 08000000
# cpu
poke 30440030 4
poke 30440018 a52383
poke 3
www.eeworm.com/read/131315/5938571
bat configure.bat
@echo off
if "%1" == "go32" goto h8300
if "%1" == "h8/300" goto h8300
echo Specify one of [ go32 h8/300 ] on command line
goto exit
:go32
echo Configuring bfd for go32
copy hosts/h-go32.h sysdep.h
co