*/
#include "lcd_hd44.h"
-
#include "hw/hw_lcd.h"
#include <drv/timer.h>
+#warning TODO:Refactor this test to comply whit BeRTOS test policy.
+
+#ifdef _TEST
+
void lcd_hw_test(void)
{
lcd_regWrite(LCD_CMD_SET_DDRAMADDR | 3);
}
-#ifdef _TEST
#include <drv/timer.c>
#include <drv/lcd_hd44.c>
*
*/
-#warning FIXME:This test is incomplete, you must review!
+#warning TODO:This test is incomplete, you must review!
#if 0
void lcd_test(void)
#include <math.h>
-#warning FIXME:Generalize this moduele for all target supported.
+#warning TODO:Generalize this moduele for all target supported.
+#if 0
/** Array of triacs */
static Triac triacs[TRIAC_CNT];
DB(phase_initialized = true;)
IRQ_RESTORE(flags);
}
+#endif
+
#warning TODO:Refactor this test to comply whit BeRTOS test policy.
+#ifdef _TEST
+
static void timer_test_constants(void)
{
kprintf("TIMER_HW_HPTICKS_PER_SEC=%lu\n", TIMER_HW_HPTICKS_PER_SEC);
}
}
-#ifdef _TEST
#include "timer.c"
#include "mware/event.c"