[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782691098 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
apache-mynewt-bot commented on pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782733316 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-nimble] janosbrodbeck edited a comment on issue #912: Controller: Assertion fail in ble_ll_scan.c with extended advertisings

2021-02-20 Thread GitBox
janosbrodbeck edited a comment on issue #912: URL: https://github.com/apache/mynewt-nimble/issues/912#issuecomment-780986566 I'm not sure if this is correct but here is my .elf file of the application (nrf52840dk) and a dump of the memory (start: 0 end: 512000).

[GitHub] [mynewt-core] utzig merged pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
utzig merged pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493 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

[mynewt-core] branch master updated: apps/rust_blinky: use cargo release profile when mynewt build profile is not debug

2021-02-20 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig 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 a2161f0 apps/rust_blinky: use cargo

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
apache-mynewt-bot commented on pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493#issuecomment-782711035 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493#issuecomment-782643114 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-core] utzig commented on a change in pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
utzig commented on a change in pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493#discussion_r579665741 ## File path: apps/rust_blinky/cargo_build.sh ## @@ -32,5 +33,16 @@ else exit 1 fi -cargo build --target="${TARGET}"

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782690314 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
apache-mynewt-bot commented on pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782691098 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
apache-mynewt-bot commented on pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494#issuecomment-782690314 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] utzig opened a new pull request #2494: Fix STM32 HASH stream support

2021-02-20 Thread GitBox
utzig opened a new pull request #2494: URL: https://github.com/apache/mynewt-core/pull/2494 apps: hash_test: add single byte multi-write test - Expand string stream test to also run on SHA-224 (when available). Add new single byte multi-write test, where a single "a" is written 256 times,

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
apache-mynewt-bot commented on pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493#issuecomment-782643114 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] stuffmatic opened a new pull request #2493: apps/rust_blinky: Support cargo release builds

2021-02-20 Thread GitBox
stuffmatic opened a new pull request #2493: URL: https://github.com/apache/mynewt-core/pull/2493 This PR makes [cargo_build.sh](https://github.com/apache/mynewt-core/blob/master/apps/rust_blinky/cargo_build.sh) use a cargo build profile (debug or release) based on the mynewt build