mkasenberg
mkasenberg
- Add a new BTP core event that will allow to send from IUT to AutoPTS some custom debug logs. - Add a generic debug log decoder that will save...
We removed time.sleep(2) in commit 0916d6c1c4197e0f8bf441fe6d46bec2646646a8 'Fix waiting for socat process to stop' as we thought waiting for the socat process to terminate could be enough. After this change, got...
@piotrnarajowski
The ptsgui mode allows to run a test case with PTS in GUI mode. A user has to manually enter MMI(WID) ID and its description into AutoPTS dialog and deliver...
Related PR https://github.com/apache/mynewt-core/pull/3312 Can be tested with a nRF5340 board and Zephyr's zephyr/samples/bluetooth/peripheral_hr sample app. Flash the APP core: ```bash cd ~/zephyrproject/zephyr/samples/bluetooth/peripheral_hr/ west build -b nrf5340dk/nrf5340/cpuapp . -- -DDTC_OVERLAY_FILE='~/zephyrproject/zephyr/samples/subsys/ipc/ipc_service/multi_endpoint/boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay' -DCONFIG_BT_HCI_VS=n...