예제 #1
0
 def test_core0_BCA_disable_can(self, bl):
     user_config_area.BCA_disable_peripheral(bl,
                                             bootCore=self.bootCore,
                                             peripheral='can')
예제 #2
0
 def test_core0_BCA_enable_uart_disable_usb(self, bl):
     user_config_area.BCA_disable_peripheral(bl,
                                             bootCore=self.bootCore,
                                             peripheral='usb')
 def test_core1_BCA_disable_uart(self, bl):
     user_config_area.BCA_disable_peripheral(bl,
                                             bootCore=self.bootCore,
                                             peripheral='uart')