> On Jun 16, 2017, at 1:56 PM, marko kiiskila <ma...@runtime.io> wrote:
> 
> 
> and the target I had:
>  newt target create native-blehostd
>  newt target set native-blehostd app="@apache-mynewt-core/apps/blehostd"
>  newt target set native-blehostd bsp="@apache-mynewt-core/hw/bsp/native"
>  newt target set native-blehostd build_profile=debug
>  newt target set native-blehostd 
> syscfg="BLE_ACL_BUF_COUNT=1000:BLE_HCI_UART_BAUD=3000000:BLE_HCI_UART_FLOW_CTRL=HAL_UART_FLOW_CTL_NONE:BLE_HCI_UART_PORT=1:BLE_MAX_CONNECTIONS=64:LOG_LEVEL=0:MSYS_1_BLOCK_COUNT=1000"

Sorry, wrong target! These should be better:

targets/native-blehostd
    app=@apache-mynewt-core/apps/blehostd
    bsp=@apache-mynewt-core/hw/bsp/native
    build_profile=debug
    
syscfg=BLE_ACL_BUF_COUNT=1000:BLE_MAX_CONNECTIONS=64:BLE_SOCK_USE_LINUX_BLUE=1:BLE_SOCK_USE_TCP=0:LOG_LEVEL=0:MSYS_1_BLOCK_COUNT=1000
targets/native-blehostd-uart
    app=@apache-mynewt-core/apps/blehostd
    bsp=@apache-mynewt-core/hw/bsp/native
    build_profile=debug
    
syscfg=BLEHOSTD_USE_SOCKET=0:BLEHOSTD_USE_UART=1:BLE_ACL_BUF_COUNT=1000:BLE_HCI_UART_BAUD=921600:BLE_HCI_UART_FLOW_CTRL=HAL_UART_FLOW_CTL_NONE:BLE_HCI_UART_PORT=1:BLE_MAX_CONNECTIONS=64:LOG_LEVEL=0:MSYS_1_BLOCK_COUNT=1000


Reply via email to