Added the small support driver for the picoscope
Added a deploysics script The Tcl data and time functions were moved to the SICS kernel
This commit is contained in:
17
utils/picoscope/Makefile
Normal file
17
utils/picoscope/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
#--------------------------------------------------------------
|
||||
# This requires the picoscope software to be installed under
|
||||
# /opt
|
||||
#
|
||||
# Mark Koennecke, May 2015
|
||||
#--------------------------------------------------------------
|
||||
|
||||
|
||||
picocontrol: picocontrol.o
|
||||
gcc -g -o picocontrol picocontrol.o -L/opt/picoscope/lib -lps2000a
|
||||
|
||||
.c.o:
|
||||
gcc -g -c -I/opt/picoscope/include $*.c
|
||||
|
||||
clean:
|
||||
- rm picocontrol picocontrol.o
|
||||
|
Reference in New Issue
Block a user