Edit

IABSD.fr/ports/comms/spisniffer/patches

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2011-06-21 19:14:59
    Hash : e22dfb35
    Message : import spisniffer 0.2 This is a small program that displays SPI sniffer data from the Bus Pirate. It uses the binary mode SPI sniffer access, so it has a speed advantage over the terminal mode display. The computer takes the burden of converting raw byte values to HEX output. ok sthen@

  • patch-Makefile
  • $OpenBSD: patch-Makefile,v 1.1.1.1 2011/06/21 19:14:59 jasper Exp $
    --- Makefile.orig	Tue Jun 21 20:10:49 2011
    +++ Makefile	Tue Jun 21 21:13:23 2011
    @@ -1,5 +1,5 @@
     #CC	=	gcc
    -CFLAGS	=	-Wall -Os -DTRUE=1 -DFALSE=0
    +CFLAGS	=	-Wall -Os -DTRUE=1 -DFALSE=0 ${STD_CFLAGS}
     
     VERSION	=	\"V0.10\"
     CFLAGS	+=	-DVERSION=$(VERSION)