mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 22:20:58 +00:00
posix-h4: update serial ports for my test boards
This commit is contained in:
parent
7c3351a5e0
commit
e0e73eb2f5
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user