Re: [I] Fragmentation and Recombination of L2CAP PDUs - first fragment size is less than (sizeof*l2cap_hdr) - packet dropped though valid (?) [mynewt-nimble]

2025-09-03 Thread via GitHub
sjanc closed issue #2020: Fragmentation and Recombination of L2CAP PDUs - first fragment size is less than (sizeof*l2cap_hdr) - packet dropped though valid (?) URL: https://github.com/apache/mynewt-nimble/issues/2020 -- This is an automated message from the Apache Git Service. To respond to t

Re: [I] Fragmentation and Recombination of L2CAP PDUs - first fragment size is less than (sizeof*l2cap_hdr) - packet dropped though valid (?) [mynewt-nimble]

2025-09-03 Thread via GitHub
sjanc commented on issue #2020: URL: https://github.com/apache/mynewt-nimble/issues/2020#issuecomment-3249681798 fixed in master -- 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 comme

Re: [PR] nimble/host: Rework L2CAP RX [mynewt-nimble]

2025-09-03 Thread via GitHub
andrzej-kaczmarek merged PR #2022: URL: https://github.com/apache/mynewt-nimble/pull/2022 -- 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: notifications-

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-09-03 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3248507846 Fixed coding style issues and updated ble_gatts_peer_cl_sup_feat_update function. Added check for disabling already enabled features for bonded clients -- This is an autom

Re: [PR] crypto/mbedtls: Use config defining flag globally [mynewt-core]

2025-09-03 Thread via GitHub
m-gorecki merged PR #3394: URL: https://github.com/apache/mynewt-core/pull/3394 -- 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: notifications-unsubscr..

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-09-03 Thread via GitHub
sjanc merged PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110 -- 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: notifications-unsubscr...@

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-09-02 Thread via GitHub
github-advanced-security[bot] commented on code in PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#discussion_r2317961555 ## nimble/host/store/ram/src/ble_store_ram.c: ## @@ -426,6 +433,112 @@ } +/

Re: [PR] Update ports syscfg [mynewt-nimble]

2025-09-02 Thread via GitHub
sjanc merged PR #2115: URL: https://github.com/apache/mynewt-nimble/pull/2115 -- 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: notifications-unsubscr...@

[PR] tinyusb/usb_monitor: Add usb monitor [mynewt-core]

2025-09-02 Thread via GitHub
vrahane opened a new pull request, #3496: URL: https://github.com/apache/mynewt-core/pull/3496 - Add USB monitor to check if USB is connected - A callback can be registered to detect USB connection state - tud_connected() is based on the USB SETUP packet which monitors the connectivity

[PR] Update ports syscfg [mynewt-nimble]

2025-09-02 Thread via GitHub
github-actions[bot] opened a new pull request, #2115: URL: https://github.com/apache/mynewt-nimble/pull/2115 Update NimBLE ports configurations: - Removes all /* */ comments from `syscfg.h` files. - Adds the license header to each `syscfg.h` file. - Auto-generated by [create-pull-req

Re: [PR] cmake: Handle whole-archive [mynewt-newt]

2025-09-02 Thread via GitHub
kasjer merged PR #603: URL: https://github.com/apache/mynewt-newt/pull/603 -- 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: notifications-unsubscr...@myn

Re: [PR] docs: install: Update install instructions [mynewt-newt]

2025-09-02 Thread via GitHub
sjanc merged PR #602: URL: https://github.com/apache/mynewt-newt/pull/602 -- 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: notifications-unsubscr...@myne

Re: [PR] hw/scripts: Add adapter selection via syscfg.yml [mynewt-core]

2025-09-02 Thread via GitHub
sjanc merged PR #3477: URL: https://github.com/apache/mynewt-core/pull/3477 -- 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: notifications-unsubscr...@my

Re: [PR] porting/nuttx: fix log level configuration [mynewt-nimble]

2025-09-01 Thread via GitHub
sjanc merged PR #2113: URL: https://github.com/apache/mynewt-nimble/pull/2113 -- 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: notifications-unsubscr...@

[PR] newt: Add constant syscfg for each package [mynewt-newt]

2025-08-29 Thread via GitHub
m-gorecki opened a new pull request, #604: URL: https://github.com/apache/mynewt-newt/pull/604 Now every package included in build will add syscfg PKG_ and set it to 1. This config can be used to conditionally include other configs or packages if some package is included. -- This

Re: [PR] lvgl: Update rotation handling in drivers [mynewt-core]

2025-08-28 Thread via GitHub
kasjer merged PR #3494: URL: https://github.com/apache/mynewt-core/pull/3494 -- 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: notifications-unsubscr...@m

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-27 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3227384542 @andrzej-kaczmarek PTAL and enable workflows -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] nimble/host: add support for Characteristic Extended Properties descriptor [mynewt-nimble]

2025-08-27 Thread via GitHub
MariuszSkamra commented on code in PR #2088: URL: https://github.com/apache/mynewt-nimble/pull/2088#discussion_r2303275069 ## nimble/host/src/ble_gatts.c: ## @@ -804,6 +822,66 @@ ble_gatts_register_clt_cfg_dsc(uint16_t *att_handle) return 0; } +static int +ble_gatts_cep_

Re: [PR] nimble/host: add support for Characteristic Extended Properties descriptor [mynewt-nimble]

2025-08-27 Thread via GitHub
MariuszSkamra commented on code in PR #2088: URL: https://github.com/apache/mynewt-nimble/pull/2088#discussion_r2303266698 ## nimble/host/src/ble_gatt_priv.h: ## @@ -183,6 +186,12 @@ struct ble_gatt_resources { */ uint16_t cccds; +/** +* Number of characteri

Re: [PR] nimble/host: add support for Characteristic Extended Properties descriptor [mynewt-nimble]

2025-08-27 Thread via GitHub
MariuszSkamra commented on code in PR #2088: URL: https://github.com/apache/mynewt-nimble/pull/2088#discussion_r2303266698 ## nimble/host/src/ble_gatt_priv.h: ## @@ -183,6 +186,12 @@ struct ble_gatt_resources { */ uint16_t cccds; +/** +* Number of characteri

Re: [PR] nimble/host: add support for Characteristic Extended Properties descriptor [mynewt-nimble]

2025-08-27 Thread via GitHub
piotrnarajowski commented on code in PR #2088: URL: https://github.com/apache/mynewt-nimble/pull/2088#discussion_r2303231773 ## nimble/host/src/ble_gatts.c: ## @@ -804,6 +822,66 @@ ble_gatts_register_clt_cfg_dsc(uint16_t *att_handle) return 0; } +static int +ble_gatts_ce

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-26 Thread via GitHub
codecoup-tester commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3224190382 AutoPTS Bot results: No failed test found. Successful tests (1)GATTGATT/SR/GAS/BV-04-C PASS -- This is an automated message from the Apache Git S

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3224138085 #AutoPTS run mynewt GATT/SR/GAS/BV-04-C -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-26 Thread via GitHub
codecoup-tester commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3224141008 Scheduled PR https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3224138085, board: nrf52, estimated start time: 15:17:06, test case count: 1, estimated duration

Re: [I] hw/usb: Issues with enumeration and core reset on STM32 targets [mynewt-core]

2025-08-26 Thread via GitHub
wiktorkwiatkowski closed issue #3490: hw/usb: Issues with enumeration and core reset on STM32 targets URL: https://github.com/apache/mynewt-core/issues/3490 -- 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

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3224057081 #AutoPTS run mynewt GATT/SR/GAS/BV-04-C -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] nimble/host: Add support for storing client supported features values [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3223944719 @andrzej-kaczmarek please review -- 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

Re: [PR] nimble/host: Add support for storing client supported features values. [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3223811675 #AutoPTS run mynewt GATT/SR/GAS/BV-04-C -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] nimble/host: Add support for storing client supported features values. [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski commented on PR #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114#issuecomment-3223672909 #AutoPTS run mynewt GATT/SR/GAS/BV-04-C -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] nimble/host: Add support for storing client supported features values. [mynewt-nimble]

2025-08-26 Thread via GitHub
piotrnarajowski opened a new pull request, #2114: URL: https://github.com/apache/mynewt-nimble/pull/2114 This adds support for storing client supported features for clients with a trusted relationship. Fixes Host qualification test case GATT/SR/GAS/BV-04-C -- This is an automated messa

Re: [PR] hw/mcu: Improve watchdog handling on LPC55xx [mynewt-core]

2025-08-26 Thread via GitHub
kasjer merged PR #3489: URL: https://github.com/apache/mynewt-core/pull/3489 -- 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: notifications-unsubscr...@m

Re: [PR] hw/usb: tinyusb update from tag 0.15.0 to 0.18.0 [mynewt-core]

2025-08-26 Thread via GitHub
kasjer merged PR #3495: URL: https://github.com/apache/mynewt-core/pull/3495 -- 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: notifications-unsubscr...@m

[PR] hw/usb: tinyusb update from tag 0.15.0 to 0.18.0 [mynewt-core]

2025-08-25 Thread via GitHub
wiktorkwiatkowski opened a new pull request, #3495: URL: https://github.com/apache/mynewt-core/pull/3495 The nucleo-h723zg board could not build with TinyUSB 0.15.0. With 0.18.0 the build works again, and the TinyUSB is up to date with the latest changes from upstream. -- This is an auto

[PR] lvgl: Update rotation handling in drivers [mynewt-core]

2025-08-23 Thread via GitHub
kasjer opened a new pull request, #3494: URL: https://github.com/apache/mynewt-core/pull/3494 This updates orientation and resolution for lvgl drivers: - Display drivers used incorrect direction for rotation for 90 and 270 degree. It was inconsistent with touch screen drivers resulting in

[PR] porting/nuttx: fix log level configuration [mynewt-nimble]

2025-08-23 Thread via GitHub
raiden00pl opened a new pull request, #2113: URL: https://github.com/apache/mynewt-nimble/pull/2113 - nuttx/nimble_npl_os_log.h: fix log level config from Kconfig The log messages control on NuttX was broken since da4e2f0f12859079f1bde47cbd69f39026c3cc73. All log messag

[PR] hw: Add dialog download with ezFlashCLI [mynewt-core]

2025-08-22 Thread via GitHub
Slawek-skrawek opened a new pull request, #3493: URL: https://github.com/apache/mynewt-core/pull/3493 This consist of following commits: - added option to use specified downloader script - added boot download to ezFlashCLI script - added selection of downloader script for dialog_da14

[PR] cmake: Handle whole-archive [mynewt-newt]

2025-08-22 Thread via GitHub
kasjer opened a new pull request, #603: URL: https://github.com/apache/mynewt-newt/pull/603 Whole archive flag was ignored in generated CMakeList.txt file. Now packages with whole archive flags are marked as OBJECT library and .a files are not created for them. -- This is a

Re: [PR] cmd/os_mgmt: add datetime read/write command handlers [mynewt-mcumgr]

2025-08-22 Thread via GitHub
wiktorkwiatkowski commented on code in PR #181: URL: https://github.com/apache/mynewt-mcumgr/pull/181#discussion_r2293046509 ## cmd/os_mgmt/src/os_mgmt.c: ## @@ -190,6 +199,68 @@ os_mgmt_taskstat_read(struct mgmt_ctxt *ctxt) } #endif +/** + * Command handler: os datetime + *

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-22 Thread via GitHub
MariuszSkamra commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3213383648 broadcast source and broadcast sink verified using apps, while central and peripheral verified using auto-pts (GAP), no regressions found -- This is an automated message fro

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3210657027 Rebase only -- 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 commen

Re: [PR] nimble/ll: Add missing NULL pointer check [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on code in PR #2038: URL: https://github.com/apache/mynewt-nimble/pull/2038#discussion_r2290829913 ## nimble/controller/src/ble_ll_sched.c: ## @@ -920,6 +920,11 @@ ble_ll_sched_rmv_elem_type(uint8_t type, sched_remove_cb_func remove_cb) OS_ENTER_CRI

Re: [PR] nimble/host: add support for asynchronous authorization [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on code in PR #2013: URL: https://github.com/apache/mynewt-nimble/pull/2013#discussion_r2290891549 ## apps/btshell/src/btshell.h: ## @@ -97,6 +97,23 @@ struct btshell_scan_opts { extern struct btshell_conn btshell_conns[MYNEWT_VAL(BLE_MAX_CONNECTIONS)];

Re: [PR] nimble/ll: Add missing NULL pointer check [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on code in PR #2038: URL: https://github.com/apache/mynewt-nimble/pull/2038#discussion_r2290829913 ## nimble/controller/src/ble_ll_sched.c: ## @@ -920,6 +920,11 @@ ble_ll_sched_rmv_elem_type(uint8_t type, sched_remove_cb_func remove_cb) OS_ENTER_CRI

Re: [PR] EATT manual connection & multiple channels initial support [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on code in PR #2055: URL: https://github.com/apache/mynewt-nimble/pull/2055#discussion_r2290670038 ## apps/btshell/src/cmd_gatt.c: ## @@ -664,3 +664,38 @@ cmd_gatt_clear_pending_notif(int argc, char **argv) return ENOTSUP; #endif } + +/

Re: [PR] nimble/host: add support for Characteristic Extended Properties descriptor [mynewt-nimble]

2025-08-21 Thread via GitHub
MariuszSkamra commented on code in PR #2088: URL: https://github.com/apache/mynewt-nimble/pull/2088#discussion_r2290361223 ## nimble/host/src/ble_gatts.c: ## @@ -804,6 +822,66 @@ ble_gatts_register_clt_cfg_dsc(uint16_t *att_handle) return 0; } +static int +ble_gatts_cep_

Re: [PR] nimble/phy/cmac: Remove redundant assert [mynewt-nimble]

2025-08-20 Thread via GitHub
andrzej-kaczmarek merged PR #2112: URL: https://github.com/apache/mynewt-nimble/pull/2112 -- 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: notifications-

Re: [PR] hw/sensors/bmp5: Add BMP5 I2C driver support [mynewt-core]

2025-08-20 Thread via GitHub
vrahane commented on PR #3491: URL: https://github.com/apache/mynewt-core/pull/3491#issuecomment-3207565442 @andrzej-kaczmarek Updated. -- 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 specif

Re: [PR] hw/sensors/bmp5: Add BMP5 I2C driver support [mynewt-core]

2025-08-20 Thread via GitHub
vrahane merged PR #3491: URL: https://github.com/apache/mynewt-core/pull/3491 -- 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: notifications-unsubscr...@

Re: [PR] hw/sensors/bmp5: Add BMP5 I2C driver support [mynewt-core]

2025-08-20 Thread via GitHub
vrahane commented on PR #3491: URL: https://github.com/apache/mynewt-core/pull/3491#issuecomment-3207330850 @andrzej-kaczmarek Thanks, added the license for inclusion and updated rat excludes for exclusion. Also, most of the Bosch licenses have two years copyright. So, I just took that.

Re: [PR] nimble/ll: Restrict allowed LL Control PDUs received [mynewt-nimble]

2025-08-20 Thread via GitHub
andrzej-kaczmarek merged PR #2109: URL: https://github.com/apache/mynewt-nimble/pull/2109 -- 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: notifications-

Re: [PR] cmd/os_mgmt: add datetime read/write command handlers [mynewt-mcumgr]

2025-08-20 Thread via GitHub
rymanluk commented on code in PR #181: URL: https://github.com/apache/mynewt-mcumgr/pull/181#discussion_r2288310109 ## cmd/os_mgmt/src/os_mgmt.c: ## @@ -190,6 +199,68 @@ os_mgmt_taskstat_read(struct mgmt_ctxt *ctxt) } #endif +/** + * Command handler: os datetime + */ +static

[PR] nimble/phy/cmac: Remove redundant assert [mynewt-nimble]

2025-08-20 Thread via GitHub
MariuszSkamra opened a new pull request, #2112: URL: https://github.com/apache/mynewt-nimble/pull/2112 The assert was originally added for debugging purposes a long time ago. It has been reported to cause issues in DTM, so it is now removed to prevent further problems. -- This is an auto

Re: [PR] apps/dtm: Fix compilation error [mynewt-nimble]

2025-08-20 Thread via GitHub
andrzej-kaczmarek merged PR #2111: URL: https://github.com/apache/mynewt-nimble/pull/2111 -- 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: notifications-

[PR] apps/dtm: Fix compilation error [mynewt-nimble]

2025-08-20 Thread via GitHub
MariuszSkamra opened a new pull request, #2111: URL: https://github.com/apache/mynewt-nimble/pull/2111 Fixes error: main.c:169:10: error: implicit declaration of function 'ble_hs_hci_send_vs_cmd' [-Wimplicit-function-declaration] 169 | rc = ble_hs_hci_send_vs_cmd(BLE_HCI_O

Re: [PR] hw/sensors/bmp5: Add BMP5 I2C driver support [mynewt-core]

2025-08-20 Thread via GitHub
andrzej-kaczmarek commented on PR #3491: URL: https://github.com/apache/mynewt-core/pull/3491#issuecomment-3205345782 Code style checker prefers to exceed line length if the excessive length is relatively short, as in this case. Simply make changes as noted. You also need to fix licen

Re: [PR] baselibc: Fix memset compilation error on gcc15 [mynewt-core]

2025-08-20 Thread via GitHub
andrzej-kaczmarek merged PR #3492: URL: https://github.com/apache/mynewt-core/pull/3492 -- 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: notifications-un

Re: [PR] cmd/os_mgmt: add datetime read/write command handlers [mynewt-mcumgr]

2025-08-20 Thread via GitHub
rymanluk commented on code in PR #181: URL: https://github.com/apache/mynewt-mcumgr/pull/181#discussion_r2287437923 ## cmd/os_mgmt/src/os_mgmt.c: ## @@ -190,6 +199,68 @@ os_mgmt_taskstat_read(struct mgmt_ctxt *ctxt) } #endif +/** + * Command handler: os daytime + */ +static

Re: [PR] cmd/os_mgmt: add datetime read/write command handlers [mynewt-mcumgr]

2025-08-20 Thread via GitHub
rymanluk commented on code in PR #181: URL: https://github.com/apache/mynewt-mcumgr/pull/181#discussion_r2287351048 ## cmd/os_mgmt/port/mynewt/src/mynewt_os_mgmt.c: ## @@ -95,6 +98,46 @@ os_mgmt_impl_task_info(int idx, struct os_mgmt_task_info *out_info) return 0; } +in

[PR] baselibc: Fix memset compilation error on gcc15 [mynewt-core]

2025-08-20 Thread via GitHub
MariuszSkamra opened a new pull request, #3492: URL: https://github.com/apache/mynewt-core/pull/3492 This fixes the memset compilation error seen on gcc 15. /tmp/cccS6DLj.s:50: Error: cannot honor width suffix -- `adds r3,ip,r2' /tmp/cccS6DLj.s:57: Error: cannot honor width suffix -

Re: [PR] hw/sensors/bmp5: Add BMP5 I2C driver support [mynewt-core]

2025-08-19 Thread via GitHub
vrahane commented on PR #3491: URL: https://github.com/apache/mynewt-core/pull/3491#issuecomment-3203662662 @sjanc The code compliance check is wrong. It needs to be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
codecoup-tester commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3201441589 AutoPTS Bot results: Failed tests (13)GATTGATT/SR/GAN/BV-02-C FATAL ERRORGATTGATT/SR/GAR/BV-12-C INDCSV - ERRATA https://github.com/apache

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
codecoup-tester commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3201009622 Scheduled PR https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3201004765, board: nrf52, estimated start time: 16:31:27, test case count: 89, estimated duratio

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
codecoup-tester commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3201008344 AutoPTS Bot results: Failed tests (1)GATTGATT/CL/GAR/BV-11-C INDCSV - ERRATA https://github.com/apache/mynewt-nimble/issues/2002 Successful tests (99)G

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
piotrnarajowski commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3201004765 #AutoPTS run mynewt GATT/SR -- 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 t

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
codecoup-tester commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3200704172 Scheduled PR https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3200690886, board: nrf52, estimated start time: 15:11:09, test case count: 100, estimated durati

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
piotrnarajowski commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3200690886 #AutoPTS run mynewt GATT -- 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

Re: [PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
piotrnarajowski commented on PR #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110#issuecomment-3200414321 #AutoPTS run mynewt GATT -- 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

[PR] nimble/host: fix ble_svc_gatt_cl_sup_feat_access [mynewt-nimble]

2025-08-19 Thread via GitHub
piotrnarajowski opened a new pull request, #2110: URL: https://github.com/apache/mynewt-nimble/pull/2110 Fix ble_svc_gatt_cl_sup_feat_access. If an error occured while client writes to client supported features only BLE_ATT_ERR_UNLIKELY was returned. -- This is an automated message from t

[PR] cmd/os_mgmt: add datetime read/write command handlers [mynewt-mcumgr]

2025-08-19 Thread via GitHub
wiktorkwiatkowski opened a new pull request, #181: URL: https://github.com/apache/mynewt-mcumgr/pull/181 This change introduces support for reading and setting the system datetime. Two new command handlers have been implemented: -`os_mgmt_datetime_read` – returns the current system

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
codecoup-tester commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196363035 AutoPTS Bot results: Failed tests (71)GAP GAP/BOND/BON/BV-01-C BUILD_OR_FLASH ERRORGAP GAP/BOND/BON/BV-02-C BUILD_OR_FLASH ERRORGAP GAP/

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
codecoup-tester commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196251398 Scheduled PR https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196246421, board: nrf53, estimated start time: 13:25:36, test case count: 100, estimated durati

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
MariuszSkamra commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196246421 #AutoPTS run mynewt nrf53 GAP -- 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 t

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
codecoup-tester commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196204288 AutoPTS Bot results: Failed tests (71)GAP GAP/BOND/BON/BV-01-C BUILD_OR_FLASH ERRORGAP GAP/BOND/BON/BV-02-C BUILD_OR_FLASH ERRORGAP GAP/

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
MariuszSkamra commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196092717 #AutoPTS run mynewt nrf53 GAP -- 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 t

Re: [PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-18 Thread via GitHub
codecoup-tester commented on PR #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196093446 Scheduled PR https://github.com/apache/mynewt-nimble/pull/2107#issuecomment-3196092717, board: nrf53, estimated start time: 12:30:23, test case count: 100, estimated durati

[PR] nimble/ll: Restrict allowed LL Control PDUs received [mynewt-nimble]

2025-08-18 Thread via GitHub
MariuszSkamra opened a new pull request, #2109: URL: https://github.com/apache/mynewt-nimble/pull/2109 This restricts allowed Control PDUs that can be received in specific encryption state. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] nimble/host: Fix stopping host with pending connections [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc merged PR #2096: URL: https://github.com/apache/mynewt-nimble/pull/2096 -- 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: notifications-unsubscr...@

Re: [I] Linux port mutex lock can silently fail [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc commented on issue #2095: URL: https://github.com/apache/mynewt-nimble/issues/2095#issuecomment-3189638035 should be fixed in master -- 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 spec

Re: [I] Linux port mutex lock can silently fail [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc closed issue #2095: Linux port mutex lock can silently fail URL: https://github.com/apache/mynewt-nimble/issues/2095 -- 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 un

Re: [PR] Linux port cleanups and fixes [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc merged PR #2101: URL: https://github.com/apache/mynewt-nimble/pull/2101 -- 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: notifications-unsubscr...@

Re: [PR] nimble: Use BLE_NPL_TIME_FOREVER for ble_npl_mutex_pend timeout [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc merged PR #2102: URL: https://github.com/apache/mynewt-nimble/pull/2102 -- 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: notifications-unsubscr...@

Re: [PR] nimble/host: Remove dead code from ble_l2cap_sig_coc_disconnect_cb [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc merged PR #2104: URL: https://github.com/apache/mynewt-nimble/pull/2104 -- 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: notifications-unsubscr...@

Re: [PR] bttester L2CAP PTS fixes [mynewt-nimble]

2025-08-14 Thread via GitHub
sjanc merged PR #2108: URL: https://github.com/apache/mynewt-nimble/pull/2108 -- 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: notifications-unsubscr...@

Re: [PR] nimble/transport: Add ipc_icbmsg [mynewt-nimble]

2025-08-14 Thread via GitHub
andrzej-kaczmarek commented on code in PR #1882: URL: https://github.com/apache/mynewt-nimble/pull/1882#discussion_r2276638657 ## nimble/transport/syscfg.yml: ## @@ -29,6 +29,7 @@ syscfg.defs: - native - dialog_cmac - nrf5340 +-

Re: [PR] hw/drivers: Add ipc_icbmsg [mynewt-core]

2025-08-14 Thread via GitHub
mkasenberg commented on PR #3312: URL: https://github.com/apache/mynewt-core/pull/3312#issuecomment-3187323986 Just rebased -- 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.

Re: [PR] nimble/transport: Add ipc_icbmsg [mynewt-nimble]

2025-08-14 Thread via GitHub
mkasenberg commented on PR #1882: URL: https://github.com/apache/mynewt-nimble/pull/1882#issuecomment-3187286990 Just rebased -- 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.

[PR] bttester L2CAP PTS fixes [mynewt-nimble]

2025-08-13 Thread via GitHub
sjanc opened a new pull request, #2108: URL: https://github.com/apache/mynewt-nimble/pull/2108 (no comment) -- 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,

Re: [PR] kernel/os_mbuf: Add OS_MBUF_USRHDR_TO_MBUF [mynewt-core]

2025-08-13 Thread via GitHub
andrzej-kaczmarek merged PR #3463: URL: https://github.com/apache/mynewt-core/pull/3463 -- 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: notifications-un

Re: [I] Prepare Write Request from peer might get the device to stuck [mynewt-nimble]

2025-08-13 Thread via GitHub
sjanc closed issue #2028: Prepare Write Request from peer might get the device to stuck URL: https://github.com/apache/mynewt-nimble/issues/2028 -- 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 s

Re: [I] Prepare Write Request from peer might get the device to stuck [mynewt-nimble]

2025-08-13 Thread via GitHub
guy-m commented on issue #2028: URL: https://github.com/apache/mynewt-nimble/issues/2028#issuecomment-3182428568 This fix https://github.com/apache/mynewt-nimble/pull/2092 fixed this issue indirectly. -- This is an automated message from the Apache Git Service. To respond to the messa

[PR] hw/sensors/bmp5: Add BMP5 driver support [mynewt-core]

2025-08-12 Thread via GitHub
vrahane opened a new pull request, #3491: URL: https://github.com/apache/mynewt-core/pull/3491 (no comment) -- 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,

Re: [PR] nimble/btp: Implement missing BAP layer commands & events [mynewt-nimble]

2025-08-12 Thread via GitHub
sjanc merged PR #2080: URL: https://github.com/apache/mynewt-nimble/pull/2080 -- 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: notifications-unsubscr...@

[I] hw/usb: Issues with enumeration and core reset on STM32 targets [mynewt-core]

2025-08-11 Thread via GitHub
wiktorkwiatkowski opened a new issue, #3490: URL: https://github.com/apache/mynewt-core/issues/3490 **nucleo-h723zg**: building with tinyusb repo tag 0.15.0 fails, building with 0.16.0 succeeds but USB enumeration does not work. **nucleo-u575zi-q**: selecting full-speed clock causes the c

[PR] hw/mcu: Improve watchdog handling on LPC55xx [mynewt-core]

2025-08-11 Thread via GitHub
wiktorkwiatkowski opened a new pull request, #3489: URL: https://github.com/apache/mynewt-core/pull/3489 Added watchdog reset on timeout instead of interrupt as before. Implemented proper conversion from milliseconds to watchdog register value (fixed incorrect *1000 scaling). Added stati

Re: [PR] nimble/transport: Add ipc_icbmsg [mynewt-nimble]

2025-08-08 Thread via GitHub
MariuszSkamra commented on PR #1882: URL: https://github.com/apache/mynewt-nimble/pull/1882#issuecomment-3168012540 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

[PR] nimble/ll: Refactor transitions [mynewt-nimble]

2025-08-08 Thread via GitHub
MariuszSkamra opened a new pull request, #2107: URL: https://github.com/apache/mynewt-nimble/pull/2107 This PR is rebased version of https://github.com/apache/mynewt-nimble/pull/1974 with additional change that introduces Rx early LL ISR callback. New Bluetooth features require fast

[I] Host task priority and ble_hs_hci_cmd_tx() [mynewt-nimble]

2025-08-07 Thread via GitHub
kenh-sq opened a new issue, #2106: URL: https://github.com/apache/mynewt-nimble/issues/2106 *Preface: My project is using [esp-nimble](https://github.com/espressif/esp-nimble), which is mostly at [nimble_1_6_0_tag](https://github.com/apache/mynewt-nimble/releases/tag/nimble_1_6_0_tag). Rel

Re: [PR] host/services/bas: some minor fixes [mynewt-nimble]

2025-08-07 Thread via GitHub
sjanc merged PR #2105: URL: https://github.com/apache/mynewt-nimble/pull/2105 -- 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: notifications-unsubscr...@

[PR] host/services/bas: some minor fixes [mynewt-nimble]

2025-08-07 Thread via GitHub
gmarull opened a new pull request, #2105: URL: https://github.com/apache/mynewt-nimble/pull/2105 - Internal battery level can be `static` - s/tabs/spaces - Initialize battery level to 0 when initializing the service -- This is an automated message from the Apache Git Service. To resp

Re: [PR] nimble/host: Add method for retrieving configuration values of CCCD [mynewt-nimble]

2025-08-07 Thread via GitHub
sjanc merged PR #2064: URL: https://github.com/apache/mynewt-nimble/pull/2064 -- 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: notifications-unsubscr...@

  1   2   3   4   5   6   7   8   9   10   >