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
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
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-
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
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..
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...@
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 @@
}
+/
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...@
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
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
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
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
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
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...@
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+ *
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
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
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
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)];
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
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
}
+
+/
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_
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-
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
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...@
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.
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-
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
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
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-
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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/
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
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
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/
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
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
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
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...@
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
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
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...@
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...@
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...@
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...@
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
+-
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.
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.
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,
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
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
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
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,
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...@
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
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
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
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
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
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...@
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
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 - 100 of 1483 matches
Mail list logo