From 656da2992ded914c70da849f9f7a1571dd2b91f4 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 4 Mar 2013 15:01:33 +0700 Subject: add alignof to compilier specific add static_assert support for IAR (built-in support) --- tests/test/host/ehci/test_ehci_init.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/test') diff --git a/tests/test/host/ehci/test_ehci_init.c b/tests/test/host/ehci/test_ehci_init.c index 5d691b600..f83d5f979 100644 --- a/tests/test/host/ehci/test_ehci_init.c +++ b/tests/test/host/ehci/test_ehci_init.c @@ -83,7 +83,7 @@ void test_hcd_init_usbint(void) for(uint32_t i=0; iusb_int_enable_bit.usb_error); @@ -188,5 +188,9 @@ void test_hcd_init_usbcmd(void) TEST_ASSERT_BITS(BIN8(11), EHCI_CFG_FRAMELIST_SIZE_BITS, regs->usb_cmd_bit.framelist_size); TEST_ASSERT_EQUAL(EHCI_CFG_FRAMELIST_SIZE_BITS >> 2, regs->usb_cmd_bit.nxp_framelist_size_msb); } +} +void test_hcd_init_portsc(void) +{ + TEST_IGNORE_MESSAGE("more advance stuff need manipulate this register"); } -- cgit v1.3.1