[PR] hmcu/stm32: Add link_tables to all ld scripts [mynewt-core]

2024-03-25 Thread via GitHub
kasjer opened a new pull request, #3171: URL: https://github.com/apache/mynewt-core/pull/3171 newt tool can create link_tables.ld.h file from pkg.link_table section This modifies all STM32 linker scripts to have this functionality. G4 and G0 already have common linker script so

Re: [PR] nimble/host: Add option to build with Mbed-TLS [mynewt-nimble]

2024-03-25 Thread via GitHub
rymanluk commented on code in PR #1639: URL: https://github.com/apache/mynewt-nimble/pull/1639#discussion_r1537132759 ## nimble/host/syscfg.yml: ## @@ -101,6 +101,10 @@ syscfg.defs: description: 'Security manager secure connections (4.2).' value: 0 +

Re: [PR] host/ble_gap.c : Check allowed random address [mynewt-nimble]

2024-03-25 Thread via GitHub
rymanluk commented on PR #1611: URL: https://github.com/apache/mynewt-nimble/pull/1611#issuecomment-2017359673 @sjanc ping -- 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.

(mynewt-nimble) 02/04: audio/ble_audio.h: add missing doxygen for ble_audio_broadcast_name

2024-03-25 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 8abef5532631652b8bf0f6959810aadfccb68d75 Author: Krzysztof Kopyściński AuthorDate: Fri Mar 22 14:38:33 2024

(mynewt-nimble) 01/04: audio/ble_audio.h: fix duplicated defgroups

2024-03-25 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit d1ad7b29c9fb83247dc982d23fc1a4c16624db92 Author: Krzysztof Kopyściński AuthorDate: Fri Mar 22 14:32:45 2024

Re: [PR] audio/ble_audio.h: fix doxygen [mynewt-nimble]

2024-03-25 Thread via GitHub
KKopyscinski merged PR #1736: URL: https://github.com/apache/mynewt-nimble/pull/1736 -- 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:

(mynewt-nimble) 04/04: audio/ble_audio.h: remove unused argument description in ble_audio_event_listener_register

2024-03-25 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 0bffd7a2a2c2700a2d6ac6d35e271e9b1db65044 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 25 07:17:59 2024

(mynewt-nimble) 03/04: audio/ble_audio.h: fix doxygen reference for ble_audio_base_bis_iter

2024-03-25 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit bba23c8ec6c1e919150bbc536c06d27dc30ea484 Author: Krzysztof Kopyściński AuthorDate: Mon Mar 25 07:12:39 2024

(mynewt-nimble) branch master updated (3681562cd -> 0bffd7a2a)

2024-03-25 Thread kopyscinski
This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git from 3681562cd apps/bttester: Fix use of extended advertising interface new d1ad7b29c audio/ble_audio.h:

[PR] nimble/host: Fix compilation error in ble_store_config.c [mynewt-nimble]

2024-03-25 Thread via GitHub
kasjer opened a new pull request, #1737: URL: https://github.com/apache/mynewt-nimble/pull/1737 This should fix compilation error when -O2 optimization is enabled. GCC incorrectly detects problem. This change adds asserts that convinces GCC that pre-condition will not result in

Re: [PR] sys/flash_map: Check return values of hal_bsp_flash_dev() for null [mynewt-core]

2024-03-25 Thread via GitHub
Machiry commented on PR #3022: URL: https://github.com/apache/mynewt-core/pull/3022#issuecomment-2018394786 Hello @sjanc , My name is Aravind Machiry, Assistant Professor at Purdue's ECE Department. Thank you for considering this pull request. This pull request was the result

Re: [PR] log_mgmt: Add support for number of log entries in mcumgr [mynewt-mcumgr]

2024-03-25 Thread via GitHub
vrahane closed pull request #172: log_mgmt: Add support for number of log entries in mcumgr URL: https://github.com/apache/mynewt-mcumgr/pull/172 -- 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] sys/log: Add number of entries support in log and add log version 4 [mynewt-core]

2024-03-25 Thread via GitHub
vrahane commented on PR #3168: URL: https://github.com/apache/mynewt-core/pull/3168#issuecomment-2019204070 The purpose of logging number of entries in the entry itself is that we do not have to walk all the entries to count the number of entries. For a large number of log entries, walking

Re: [PR] sys/log: Add number of entries support in log and add log version 4 [mynewt-core]

2024-03-25 Thread via GitHub
vrahane commented on PR #3168: URL: https://github.com/apache/mynewt-core/pull/3168#issuecomment-2019207200 If we want to make this change such that it can log various entries of different types, flags could be utilized but this header in itself won't be enough to make the log format