You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/17 15:31:15 UTC

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #5025: Fixes for NRF52 SoftDevice Controller

raiden00pl opened a new pull request #5025:
URL: https://github.com/apache/incubator-nuttx/pull/5025


   ## Summary
   
   - arch/arm/src/nrf52/hardware/nrf52_ficr.h: add device address types
   - arch/arm/src/nrf52/Kconfig: fix typos
   - arch/arm/src/nrf52/nrf52_sdc.c: fix status byte offset
   - arch/arm/src/nrf52/nrf52_sdc.c: print HCI opcode as hex
   - arch/arm/src/nrf52/nrf52_sdc.c: remove nedless new lines
   - arch/arm/src/nrf52/nrf52_sdc.c: add option to register UART H4 device
   - arch/arm/src/nrf52/nrf52_sdc.c: public device address and static device address support
    - arch/arm/src/nrf52/nrf52_sdc.c: nxstyle fixes
   
   ## Impact
   NRF52 SDC works with the NuttX BLE Host Layer if public device address is configured.
   Works also with static random address if Own_Address_Type = 0x01 (Random Device Address) in HCI_LE_Set_Scan_Parameters
   
   ## Testing
   scan and advertising with apps/btsak
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5025: Fixes for NRF52 SoftDevice Controller

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5025:
URL: https://github.com/apache/incubator-nuttx/pull/5025


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5025: Fixes for NRF52 SoftDevice Controller

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5025:
URL: https://github.com/apache/incubator-nuttx/pull/5025#issuecomment-996892128


   @raiden00pl please rebase your patch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5025: Fixes for NRF52 SoftDevice Controller

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5025:
URL: https://github.com/apache/incubator-nuttx/pull/5025#issuecomment-996929661


   LGTM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] raiden00pl commented on pull request #5025: Fixes for NRF52 SoftDevice Controller

Posted by GitBox <gi...@apache.org>.
raiden00pl commented on pull request #5025:
URL: https://github.com/apache/incubator-nuttx/pull/5025#issuecomment-996899878


   done


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org