mkiiskila commented on issue #763: Integrate nrfx
URL: https://github.com/apache/mynewt-core/pull/763#issuecomment-365175456
 
 
   Looks pretty good. Here's one target that seems to be failing:
   
   [marko@IsMyLaptop:~/src/incubator-mynewt-blinky]$ newt target show 
bleprph_nrf52 
   targets/bleprph_nrf52
       app=@apache-mynewt-core/apps/bleprph
       bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk
       build_profile=debug
       
syscfg=BLE_EXT_ADV=1:BLE_LL_CFG_FEAT_LE_2M_PHY=1:BLE_LL_CFG_FEAT_LE_CODED_PHY=1
   [marko@IsMyLaptop:~/src/incubator-mynewt-blinky]$ newt build -j 1 
bleprph_nrf52
   Building target targets/bleprph_nrf52
   Compiling repos/apache-mynewt-core/hw/drivers/nimble/nrf52/src/ble_phy.c
   Error: repos/apache-mynewt-core/hw/drivers/nimble/nrf52/src/ble_phy.c: In 
function 'ble_phy_get_cur_rx_phy_mode':
   repos/apache-mynewt-core/hw/drivers/nimble/nrf52/src/ble_phy.c:796:35: 
error: subscripted value is neither array nor pointer nor vector
            phy = NRF_RADIO->RESERVED7[0] & 0x06 ?
                                      ^
   
   exit status 1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to