1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-28 23:57:37 +03:00

The Great ATSPI Renaming, part 8: rename the tools from atspi-* to atrf-*

- tools/atrf-*/atspi-*.c: renamed to atrf-*.c
- tools/atrf-*/Makefile (MAIN): updated name of program
- tools/atrf-*/*.c: updated path in title comment
This commit is contained in:
Werner Almesberger 2010-11-11 10:24:22 -03:00
parent 2873174739
commit 6ee514239e
16 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
#
# atspi-id/Makefile - Build the ATSPI identification utility
# atrf-id/Makefile - Build the ATRF identification utility
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@ -11,6 +11,6 @@
#
MAIN = atspi-id
MAIN = atrf-id
include ../Makefile.common

View File

@ -1,5 +1,5 @@
/*
* atspi-id/atspi-id.c - Identify a ben-wpan AT86RF230 board
* atrf-id/atrf-id.c - Identify a ben-wpan AT86RF230 board
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
#
# atspi-reset/Makefile - Reset the transceiver or the whole board
# atrf-reset/Makefile - Reset the transceiver or the whole board
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@ -11,6 +11,6 @@
#
MAIN = atspi-reset
MAIN = atrf-reset
include ../Makefile.common

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/atspi-rssi.c - ben-wpan AT86RF230 spectrum scan
* atrf-rssi/atrf-rssi.c - ben-wpan AT86RF230 spectrum scan
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
#
# atspi-rssi/Makefile - Build the spectrum scan utility
# atrf-rssi/Makefile - Build the spectrum scan utility
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@ -11,7 +11,7 @@
#
MAIN = atspi-rssi
MAIN = atrf-rssi
include ../Makefile.common

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/atspi-rssi.c - ben-wpan AT86RF230 spectrum scan
* atrf-rssi/atrf-rssi.c - ben-wpan AT86RF230 spectrum scan
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/digit.c - Draw 7 segment style digits
* atrf-rssi/digit.c - Draw 7 segment style digits
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/digit.h - Draw 7 segment style digits
* atrf-rssi/digit.h - Draw 7 segment style digits
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/gui.c - Graphical output for atspi-rssi
* atrf-rssi/gui.c - Graphical output for atrf-rssi
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/gui.h - Graphical output for atspi-rssi
* atrf-rssi/gui.h - Graphical output for atrf-rssi
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/zgrid.c - Display a surface in faux 3D with SDL/SDL_gfx
* atrf-rssi/zgrid.c - Display a surface in faux 3D with SDL/SDL_gfx
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
/*
* atspi-rssi/zgrid.h - Display a surface in faux 3D with SDL/SDL_gfx
* atrf-rssi/zgrid.h - Display a surface in faux 3D with SDL/SDL_gfx
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
#
# atspi-trim/Makefile - Build the oscillator trim utility
# atrf-trim/Makefile - Build the oscillator trim utility
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@ -11,6 +11,6 @@
#
MAIN = atspi-trim
MAIN = atrf-trim
include ../Makefile.common

View File

@ -1,5 +1,5 @@
/*
* atspi-trim/atspi-trim.c - AT86RF230 oscillator trim utility
* atrf-trim/atrf-trim.c - AT86RF230 oscillator trim utility
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger

View File

@ -1,5 +1,5 @@
#
# atspi-txrx/Makefile - Build the TX/RX test utility
# atrf-txrx/Makefile - Build the TX/RX test utility
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@ -11,7 +11,7 @@
#
MAIN = atspi-txrx
MAIN = atrf-txrx
include ../Makefile.common

View File

@ -1,5 +1,5 @@
/*
* atspi-txrx/atspi-txrx.c - ben-wpan AT86RF230 TX/RX
* atrf-txrx/atrf-txrx.c - ben-wpan AT86RF230 TX/RX
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger