File tree Expand file tree Collapse file tree 10 files changed +17
-0
lines changed
Expand file tree Collapse file tree 10 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 22#include <rtdevice.h>
33#include "utest.h"
44
5+ #include <rtdbg.h>
6+
57#define SERIAL_UART_NAME "uart2"
68#define UART_SEND_TIMES 400
79#define UART_TEST_NUMBER 6
Original file line number Diff line number Diff line change 22#include <rtdevice.h>
33#include "utest.h"
44
5+ #include <rtdbg.h>
6+
57#define SERIAL_UART_NAME "uart2"
68#define UART_SEND_TIMES 400
79#define UART_TEST_NUMBER 6
Original file line number Diff line number Diff line change 1313#include "utest.h"
1414#include "utest_assert.h"
1515
16+ #include <rtdbg.h>
17+
1618static int hooker1_ent_count ;
1719static int hooker2_ent_count ;
1820static struct rt_thread thr_tobe_inited ;
Original file line number Diff line number Diff line change 1212#include "utest.h"
1313#include "rthw.h"
1414
15+ #include <rtdbg.h>
16+
1517#define UTEST_NAME "irq_tc"
1618static volatile uint32_t irq_count = 0 ;
1719static volatile uint32_t max_get_nest_count = 0 ;
Original file line number Diff line number Diff line change 1313#include <mm_private.h>
1414
1515#include <rtthread.h>
16+ #include <rtdbg.h>
1617
1718#define PAGE_SZ (1 << MM_PAGE_SHIFT)
1819#define PAGE_COUNT ('z' - 'a' + 1)
Original file line number Diff line number Diff line change 1313#include <mm_private.h>
1414
1515#include <rtthread.h>
16+ #include <rtdbg.h>
1617
1718#define PAGE_SZ (1 << MM_PAGE_SHIFT)
1819#define PAGE_COUNT ('z' - 'a' + 1)
Original file line number Diff line number Diff line change 1313#include <mm_private.h>
1414
1515#include <rtthread.h>
16+ #include <rtdbg.h>
1617
1718#define PAGE_SZ (1 << MM_PAGE_SHIFT)
1819#define PAGE_COUNT ('z' - 'a' + 1)
Original file line number Diff line number Diff line change 1414#include <utest_assert.h>
1515#include <smp_call.h>
1616
17+ #include <rtdbg.h>
18+
1719#define TEST_COUNT 10000
1820
1921static int pass_count = 0 ;
Original file line number Diff line number Diff line change 1313#include <utest_assert.h>
1414#include <smp_call.h>
1515
16+ #include <rtdbg.h>
17+
1618#define PERCPU_TEST_COUNT 10000
1719#define NEWLINE_ON 80
1820
Original file line number Diff line number Diff line change 1313#include <utest_assert.h>
1414#include <smp_call.h>
1515
16+ #include <rtdbg.h>
17+
1618#define PERCPU_TEST_COUNT 10000
1719#define NEWLINE_ON 80
1820
You can’t perform that action at this time.
0 commit comments