mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 06:16:15 +02:00
86e556ce92
- atusd/ERRATA: variations of the circuit being debugged from the design - tools/Makefile, tools/try.c, tools/lib/atusd.c: user-space tool to enable the board and (in the future) establish communication - atusd/sim/clk.sch: simulation of CLK attenuation circuit with capacitative load from scope probe
8 lines
100 B
Makefile
8 lines
100 B
Makefile
CC=mipsel-openwrt-linux-gcc
|
|
CFLAGS=-Wall
|
|
|
|
MAIN = try
|
|
OBJS = $(MAIN).c lib/atusd.o
|
|
|
|
$(MAIN): $(OBJS)
|