From 5da4f300ba34aa4457914b28fc6be3452eac1ddb Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Mon, 16 Jan 2012 13:42:10 +0100 Subject: [PATCH] Add copyright. --- bertos/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../examples/arduino-mega_aprs/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../arduino-mega_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../arduino-mega_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../arduino_context_switch/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../arduino_kernel_footprint/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../examples/arduino_aprs/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/arduino_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/arduino_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../at91sam7x-ek_sd_fat/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../at91sam7x-ek_tcp_server/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../at91sam7x-ek_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../at91sam7x-ek_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../lpc-p2378_kernel_footprint/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../sam3n-ek_kernel_footprint/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../examples/sam3n-ek_display/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/sam3n-ek_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/sam3n-ek_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../examples/sam3x-ek_codec/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../examples/sam3x-ek_display/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../sam3x-ek_http_server/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../sam3x-ek_sd_bootloader/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../sam3x-ek_tcp_server/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/sam3x-ek_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../stm32-p103_context_switch/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/stm32-p103_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../stm32-p103_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../triface_context_switch/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../triface_kernel_footprint/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../triface/examples/triface/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/triface_empty/cfg/cfg_tftp.h | 37 +++++++++++++++++++ .../templates/triface_kernel/cfg/cfg_tftp.h | 37 +++++++++++++++++++ 36 files changed, 1332 insertions(+) diff --git a/bertos/cfg/cfg_tftp.h b/bertos/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/bertos/cfg/cfg_tftp.h +++ b/bertos/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h +++ b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino-mega/examples/arduino-mega_aprs/cfg/cfg_tftp.h b/boards/arduino-mega/examples/arduino-mega_aprs/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino-mega/examples/arduino-mega_aprs/cfg/cfg_tftp.h +++ b/boards/arduino-mega/examples/arduino-mega_aprs/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino-mega/templates/arduino-mega_empty/cfg/cfg_tftp.h b/boards/arduino-mega/templates/arduino-mega_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino-mega/templates/arduino-mega_empty/cfg/cfg_tftp.h +++ b/boards/arduino-mega/templates/arduino-mega_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino-mega/templates/arduino-mega_kernel/cfg/cfg_tftp.h b/boards/arduino-mega/templates/arduino-mega_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino-mega/templates/arduino-mega_kernel/cfg/cfg_tftp.h +++ b/boards/arduino-mega/templates/arduino-mega_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_tftp.h b/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_tftp.h +++ b/boards/arduino/benchmark/arduino_context_switch/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_tftp.h b/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/arduino/benchmark/arduino_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h b/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h +++ b/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino/templates/arduino_empty/cfg/cfg_tftp.h b/boards/arduino/templates/arduino_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino/templates/arduino_empty/cfg/cfg_tftp.h +++ b/boards/arduino/templates/arduino_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/arduino/templates/arduino_kernel/cfg/cfg_tftp.h b/boards/arduino/templates/arduino_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/arduino/templates/arduino_kernel/cfg/cfg_tftp.h +++ b/boards/arduino/templates/arduino_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/cfg/cfg_tftp.h b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/cfg/cfg_tftp.h b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_tftp.h b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_tftp.h b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h b/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_tftp.h b/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_tftp.h +++ b/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_tftp.h b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_tftp.h b/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_tftp.h b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_tftp.h +++ b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3n-ek/templates/sam3n-ek_empty/cfg/cfg_tftp.h b/boards/sam3n-ek/templates/sam3n-ek_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3n-ek/templates/sam3n-ek_empty/cfg/cfg_tftp.h +++ b/boards/sam3n-ek/templates/sam3n-ek_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_tftp.h b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_tftp.h +++ b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tftp.h b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/examples/sam3x-ek_display/cfg/cfg_tftp.h b/boards/sam3x-ek/examples/sam3x-ek_display/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_display/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/examples/sam3x-ek_display/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tftp.h b/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/cfg/cfg_tftp.h b/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/examples/sam3x-ek_tcp_server/cfg/cfg_tftp.h b/boards/sam3x-ek/examples/sam3x-ek_tcp_server/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_tcp_server/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/examples/sam3x-ek_tcp_server/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_tftp.h b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_tftp.h +++ b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_tftp.h b/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_tftp.h +++ b/boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_tftp.h b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_tftp.h b/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_tftp.h +++ b/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_tftp.h b/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_tftp.h +++ b/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/triface/benchmark/triface_context_switch/cfg/cfg_tftp.h b/boards/triface/benchmark/triface_context_switch/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/triface/benchmark/triface_context_switch/cfg/cfg_tftp.h +++ b/boards/triface/benchmark/triface_context_switch/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_tftp.h b/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_tftp.h +++ b/boards/triface/benchmark/triface_kernel_footprint/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/triface/examples/triface/cfg/cfg_tftp.h b/boards/triface/examples/triface/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/triface/examples/triface/cfg/cfg_tftp.h +++ b/boards/triface/examples/triface/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/triface/templates/triface_empty/cfg/cfg_tftp.h b/boards/triface/templates/triface_empty/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/triface/templates/triface_empty/cfg/cfg_tftp.h +++ b/boards/triface/templates/triface_empty/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H diff --git a/boards/triface/templates/triface_kernel/cfg/cfg_tftp.h b/boards/triface/templates/triface_kernel/cfg/cfg_tftp.h index 36cc622c..d278718b 100644 --- a/boards/triface/templates/triface_kernel/cfg/cfg_tftp.h +++ b/boards/triface/templates/triface_kernel/cfg/cfg_tftp.h @@ -1,3 +1,40 @@ +/** + * \file + * + * + * \brief TFTP configuration. + * + * \author Luca Ottaviano + * + */ #ifndef CFG_TFTP_H #define CFG_TFTP_H -- 2.25.1