(mynewt-core) branch master updated: compiler/riscv64: Rename to make it more explicit

2024-03-08 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new c68ddf0d4 compiler/riscv64: Rename to make i

Re: [PR] compiler/riscv64: Rename to make it more explicit [mynewt-core]

2024-03-08 Thread via GitHub
kasjer merged PR #3162: URL: https://github.com/apache/mynewt-core/pull/3162 -- 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: commits-unsubscr...@mynewt.

[PR] compiler/riscv64: Rename to make it more explicit [mynewt-core]

2024-03-08 Thread via GitHub
kasjer opened a new pull request, #3162: URL: https://github.com/apache/mynewt-core/pull/3162 Compiler name was to generic and could lead to misunderstanding of which compiler to use. Current setting -march=rv32imac selects works with SiFive provided compiler only. To use this wit

Re: [PR] mcu/fe310: Update to stock compiler [mynewt-core]

2024-03-08 Thread via GitHub
kasjer closed pull request #3160: mcu/fe310: Update to stock compiler URL: https://github.com/apache/mynewt-core/pull/3160 -- 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

[PR] apps: blestress: Perform all tests [mynewt-nimble]

2024-03-08 Thread via GitHub
piotrnarajowski opened a new pull request, #1725: URL: https://github.com/apache/mynewt-nimble/pull/1725 Edit for loop to run all tests. -- 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] apps: blestress: Perform all tests [mynewt-nimble]

2024-03-08 Thread via GitHub
piotrnarajowski commented on PR #1725: URL: https://github.com/apache/mynewt-nimble/pull/1725#issuecomment-1985759689 @KKopyscinski 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 to t

Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-03-08 Thread via GitHub
rahult-github commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-1985516657 > Hi, > > Does this fix any use of uninitialized memory or is just a precaution? > > As for style, please use sizeof(*foo) syntax Currently , just precautio

(mynewt-core) branch master updated: hw/bsp: Default to nrfjprog downloader for supported Nordic boards

2024-03-08 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new df5e8c28e hw/bsp: Default to nrfjprog downloa

Re: [PR] hw/bsp: Default to nrfjprog downloader for supported Nordic boards [mynewt-core]

2024-03-08 Thread via GitHub
sjanc merged PR #3159: URL: https://github.com/apache/mynewt-core/pull/3159 -- 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: commits-unsubscr...@mynewt.a

Re: [PR] nimble/host: Zero initialize buffer after allocation [mynewt-nimble]

2024-03-08 Thread via GitHub
sjanc commented on PR #1687: URL: https://github.com/apache/mynewt-nimble/pull/1687#issuecomment-1985497307 Hi, Does this fix any use of uninitialized memory or is just a precaution? As for style, please use sizeof(*foo) syntax -- This is an automated message from th

(mynewt-core) branch master updated: mcu/nrf51: Fix low frequency clock selection

2024-03-08 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new fbff3aaba mcu/nrf51: Fix low frequency clock

Re: [PR] mcu/nrf51: Fix low frequency clock selection [mynewt-core]

2024-03-08 Thread via GitHub
kasjer merged PR #3161: URL: https://github.com/apache/mynewt-core/pull/3161 -- 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: commits-unsubscr...@mynewt.

[PR] mcu/nrf51: Fix low frequency clock selection [mynewt-core]

2024-03-08 Thread via GitHub
kasjer opened a new pull request, #3161: URL: https://github.com/apache/mynewt-core/pull/3161 When XTAL_32768/XTAL_RC/XTAL_32768_SYNTH were deprecated and MCU_LFCLK_SOURCE was chosen to be used instead, code that actually enabled clocks still depended on syscfg values that were never set.