Changeset 122

Show
Ignore:
Timestamp:
06/29/07 15:32:11 (1 year ago)
Author:
agr
Message:

slipstream update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nano-RK/projects/basic_slip/main.c

    r115 r122  
    159159  TaskThree.period.nano_secs = 250 * NANOS_PER_MS; 
    160160  TaskThree.cpu_reserve.secs = 0; 
    161   TaskThree.cpu_reserve.nano_secs = 100 * NANOS_PER_MS; 
     161  TaskThree.cpu_reserve.nano_secs = 200 * NANOS_PER_MS; 
    162162  TaskThree.offset.secs = 0; 
    163163  TaskThree.offset.nano_secs = 0; 
  • nano-RK/tools/SLIPstream/SLIPstream-client/makefile

    r114 r122  
    55        $(CC) -c -o $@ $< $(CFLAGS) 
    66 
    7 all: sample-client.o 
    8         gcc -o sample-client sample-client.o -I. 
     7all: main.o slipstream.o 
     8        gcc -o sample-client main.o slipstream.o -I. 
    99clean:  
    1010        rm -f *.o *~ core sample-client