代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/275831/10793686
rb 03 - automatically building a gem.rb
require 'rake/gempackagetask'
# Create a gem specification
gem_spec = Gem::Specification.new do |s|
s.name = 'docbook'
s.version = '1.0.0'
s.summary = 'DocBook formatting program and library.'
www.eeworm.com/read/227738/6967902
txt spiloop.txt
F240 SPI master mode loopback example code.
All contents (included source, executables, and text)
www.eeworm.com/read/227738/6967908
txt spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
www.eeworm.com/read/458356/7298711
txt spiloop.txt
F240 SPI master mode loopback example code.
All contents (included source, executables, and text)
www.eeworm.com/read/458356/7298717
txt spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
www.eeworm.com/read/456033/7359485
makefile
OBJECT := $(patsubst %.c,%.o,$(wildcard *.c))
EXEC := $(patsubst %.c,%,$(wildcard *.c))
CFLAGS = -g -s $(INC:%=-I %) -static $(DEFINES)
all: $(OBJECT)
$(CROSS_COMPILE)gcc $(CFLAGS) $(OBJECT) -o $(E
www.eeworm.com/read/449577/7500263
makefile
#################################################################
# "make [all]" all exe's #
# "make prog.o" compile only prog.o #
# "make prog" compile only prog #
# "make clean" remove ju
www.eeworm.com/read/448865/7524484
txt spiloop.txt
F240 SPI master mode loopback example code.
All contents (included source, executables, and text)
www.eeworm.com/read/448865/7524490
txt spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
www.eeworm.com/read/448674/7527365
txt spiloop.txt
F240 SPI master mode loopback example code.
All contents (included source, executables, and text)