Exclude these files from nightly test.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 13 May 2011 15:26:56 +0000 (15:26 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 13 May 2011 15:26:56 +0000 (15:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4898 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/kdebug_xmega.c
bertos/cpu/avr/drv/ser_xmega.c
bertos/cpu/avr/drv/timer_xmega.c
bertos/cpu/avr/hw/init_xmega.c
bertos/drv/nand.c
bertos/drv/nand.h
bertos/sec/prng/x917.c

index 8f9cf87f9cebf8b32f45f128f3ba87f16bfedcfe..aa40e4cb54b626cecbf004877402b520d33e8c45 100644 (file)
@@ -39,6 +39,7 @@
  * ports, by using the USART_t structs.
  *
  * \author Onno <developer@gorgoz.org>
+ * notest:all
  */
 
 #include <hw/hw_cpufreq.h>     /* for CPU_FREQ */
 
 /*
  * \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()
 
 /*
  * 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
index 0e12c39838d0c06cb223f34becd2eeca59046f21..9b1e2c17e92cf035f445321f048b49529d71ce5e 100644 (file)
@@ -38,6 +38,7 @@
  * ports, by using the USART_t structs.
  *
  * \author Onno <developer@gorgoz.org>
+ * notest:all
  */
 
 #include "hw/hw_ser.h"     /* Required for bus macros overrides */
index 5bebf1c4a927b3bbb4bc34a4127af85fe820594a..0ef69d2c6fa5b0e677cc3036d99ca61cdd4cfe75 100644 (file)
@@ -41,7 +41,7 @@
  *
  * This module is automatically included so no need to include
  * in test list.
- * notest: xmega
+ * notest: all
  */
 
 #include <drv/timer_xmega.h>
index d032de375b76faac2a07c04bfacdd3560c30b0ef..cabde0f36844e5fe758912b9661d78f10b79f4a0 100644 (file)
@@ -34,6 +34,7 @@
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * \brief AVR XMega initialization routine.
+ * notest:all
  */
 #include <cfg/macros.h>
 #include <avr/io.h>
index a8bfe6b013ec0423935963951b2bbf562ab4d38d..0eb8808f0accca7a017d4cb24aad664114b87b38 100644 (file)
@@ -54,6 +54,8 @@
 * to erase and write a block.
 *
 * \author Stefano Fedrigo <aleph@develer.com>
+*
+* notest: avr
 */
 
 #include "nand.h"
index 7d529f1ccc0a918694f687dd55d3de48520fafec..87faf65e3e985fcac249499bda9900ad44caacee 100644 (file)
@@ -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
index 540f91d68e855ba53b98d3ff3878eea11374cd34..4111aa228d5f5942b5e50fb47472a08d7d3da40b 100644 (file)
@@ -33,6 +33,7 @@
  * \brief ANSI X9.17 PRNG implementation
  * \author Giovanni Bajo <rasky@develer.com>
  *
+ * notest:avr
  */
 
 #include "x917.h"