From 268d06bb58409df32c2ca35879347336fa13f167 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 13 May 2011 15:26:56 +0000 Subject: [PATCH] Exclude these files from nightly test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4898 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/drv/kdebug_xmega.c | 5 +++-- bertos/cpu/avr/drv/ser_xmega.c | 1 + bertos/cpu/avr/drv/timer_xmega.c | 2 +- bertos/cpu/avr/hw/init_xmega.c | 1 + bertos/drv/nand.c | 2 ++ bertos/drv/nand.h | 1 + bertos/sec/prng/x917.c | 1 + 7 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bertos/cpu/avr/drv/kdebug_xmega.c b/bertos/cpu/avr/drv/kdebug_xmega.c index 8f9cf87f..aa40e4cb 100644 --- a/bertos/cpu/avr/drv/kdebug_xmega.c +++ b/bertos/cpu/avr/drv/kdebug_xmega.c @@ -39,6 +39,7 @@ * ports, by using the USART_t structs. * * \author Onno + * notest:all */ #include /* for CPU_FREQ */ @@ -108,7 +109,7 @@ /* * \name KDBG macros - * + * * Used to set or alter the KDB_USART operation, * enable the usart or send a byte. * Some of these methods are called/included from kdbg_hw_init() @@ -144,7 +145,7 @@ /* * To restore the USART state, to registers need to be restored - * These registers (CTRLA and CTRLB) can be saved to the + * These registers (CTRLA and CTRLB) can be saved to the * kdbg_avr_xmaga_irqsave structure */ struct kdbg_avr_xmega_irqsave diff --git a/bertos/cpu/avr/drv/ser_xmega.c b/bertos/cpu/avr/drv/ser_xmega.c index 0e12c398..9b1e2c17 100644 --- a/bertos/cpu/avr/drv/ser_xmega.c +++ b/bertos/cpu/avr/drv/ser_xmega.c @@ -38,6 +38,7 @@ * ports, by using the USART_t structs. * * \author Onno + * notest:all */ #include "hw/hw_ser.h" /* Required for bus macros overrides */ diff --git a/bertos/cpu/avr/drv/timer_xmega.c b/bertos/cpu/avr/drv/timer_xmega.c index 5bebf1c4..0ef69d2c 100644 --- a/bertos/cpu/avr/drv/timer_xmega.c +++ b/bertos/cpu/avr/drv/timer_xmega.c @@ -41,7 +41,7 @@ * * This module is automatically included so no need to include * in test list. - * notest: xmega + * notest: all */ #include diff --git a/bertos/cpu/avr/hw/init_xmega.c b/bertos/cpu/avr/hw/init_xmega.c index d032de37..cabde0f3 100644 --- a/bertos/cpu/avr/hw/init_xmega.c +++ b/bertos/cpu/avr/hw/init_xmega.c @@ -34,6 +34,7 @@ * \author Luca Ottaviano * * \brief AVR XMega initialization routine. + * notest:all */ #include #include diff --git a/bertos/drv/nand.c b/bertos/drv/nand.c index a8bfe6b0..0eb8808f 100644 --- a/bertos/drv/nand.c +++ b/bertos/drv/nand.c @@ -54,6 +54,8 @@ * to erase and write a block. * * \author Stefano Fedrigo +* +* notest: avr */ #include "nand.h" diff --git a/bertos/drv/nand.h b/bertos/drv/nand.h index 7d529f1c..87faf65e 100644 --- a/bertos/drv/nand.h +++ b/bertos/drv/nand.h @@ -36,6 +36,7 @@ * $WIZ$ module_name = "nand" * $WIZ$ module_depends = "timer", "kblock", "heap" * $WIZ$ module_configuration = "bertos/cfg/cfg_nand.h" +* */ #ifndef DRV_NAND_H diff --git a/bertos/sec/prng/x917.c b/bertos/sec/prng/x917.c index 540f91d6..4111aa22 100644 --- a/bertos/sec/prng/x917.c +++ b/bertos/sec/prng/x917.c @@ -33,6 +33,7 @@ * \brief ANSI X9.17 PRNG implementation * \author Giovanni Bajo * + * notest:avr */ #include "x917.h" -- 2.25.1