posix-h4: update serial ports for my test boards

This commit is contained in:
Matthias Ringwald 2017-03-01 09:20:24 +01:00
parent 7c3351a5e0
commit e0e73eb2f5

View File

@ -211,8 +211,9 @@ int main(int argc, const char * argv[]){
hci_dump_open("/tmp/hci_dump.pklg", HCI_DUMP_PACKETLOGGER); hci_dump_open("/tmp/hci_dump.pklg", HCI_DUMP_PACKETLOGGER);
// pick serial port // pick serial port
config.device_name = "/dev/tty.usbserial-A900K2WS"; // DFROBOT // config.device_name = "/dev/tty.usbserial-A900K2WS"; // DFROBOT
// config.device_name = "/dev/tty.usbserial-A50285BI"; // BOOST-CC2564MODA New config.device_name = "/dev/tty.usbserial-A50285BI"; // BOOST-CC2564MODA New
// config.device_name = "/dev/tty.usbserial-A9OVNX5P"; // RedBear IoT pHAT breakout board
// init HCI // init HCI
const btstack_uart_block_t * uart_driver = btstack_uart_block_posix_instance(); const btstack_uart_block_t * uart_driver = btstack_uart_block_posix_instance();