raiden00pl opened a new pull request, #18054: URL: https://github.com/apache/nuttx/pull/18054
## Summary - boards/nrf53: correct rptun names after recent changes in rptun framework, HCI over rptun was broken due to wrong cpu names. ## Impact fix HCI over RPTUN for nrf53 ## Testing nimble for master is currently broken, with this PR and after reverting the breaking commit (https://github.com/apache/nuttx/issues/18053) everything works fine: ``` NuttShell (NSH) NuttX-10.4.0 nsh> nsh> nsh> nimble btnet_txavail: Available=1 btnet_req_data: Received framelist bt_buf_alloc: buf 0x20006ec8 type 0 reserve 0 rpmsghci_bt_send: rpmsghci_bt_send 0 bt_buf_release: buf 0x20006ec8 ref 1 type 0 bt_buf_release: Buffer freed: 0x20006ec8 rpmsghci_recv_handler: rpmsghci_recv_handler 1 bt_receive: data 0x20078d01 len 6 bt_buf_alloc: buf 0x20006ec8 type 1 reserve 1 bt_buf_extend: buf 0x20006ec8 len 6 priority_rx_work: list 0x20006c90 priority_rx_work: buf 0x20006ec8 type 1 len 6 btnet_hci_received: Received frame bt_buf_release: buf 0x20006ec8 ref 1 type 1 bt_buf_release: Buffer freed: 0x20006ec8 btnet_txavail: Available=1 btnet_req_data: Received framelist ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
