Re: [I] L2CAP COC: Preventing a race condition [mynewt-nimble]

2024-03-29 Thread via GitHub
mickeyl commented on issue #1741: URL: https://github.com/apache/mynewt-nimble/issues/1741#issuecomment-2027394324 I looked a bit further and I think a client workaround seems unlikely, since this pretty much happens inside NimBLE. In `ble_l2cap_coc:492` it says ```c

[I] L2CAP COC: Preventing a race condition [mynewt-nimble]

2024-03-29 Thread via GitHub
mickeyl opened a new issue, #1741: URL: https://github.com/apache/mynewt-nimble/issues/1741 I'm currently debugging a race condition. There are two threads involved. My custom one is trying to `ble_l2cap_send`, the other one (`nimble_host`) is handling the `disconnect` event. Here

[PR] util: Add coremark repository [mynewt-core]

2024-03-29 Thread via GitHub
kasjer opened a new pull request, #3179: URL: https://github.com/apache/mynewt-core/pull/3179 This remove coremark code from core repository and adds external githun repository with unmodified code. apps/coremark is now stripped to minimum Coremark is not package in

[PR] Update debug scripts for windows [mynewt-core]

2024-03-29 Thread via GitHub
kasjer opened a new pull request, #3178: URL: https://github.com/apache/mynewt-core/pull/3178 - debug scripts for Windows does not requires `cmd start` normal mingw/msys work just fine so separate execution paths are now removed for jlink st-util and openocd - stm32_programmer.sh now

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

2024-03-29 Thread via GitHub
kasjer commented on PR #3171: URL: https://github.com/apache/mynewt-core/pull/3171#issuecomment-2026926074 superseded by #3171 -- 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

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

2024-03-29 Thread via GitHub
kasjer closed pull request #3171: hmcu/stm32: Add link_tables to all ld scripts URL: https://github.com/apache/mynewt-core/pull/3171 -- 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

[PR] link: Add link_tables to all ld scripts [mynewt-core]

2024-03-29 Thread via GitHub
kasjer opened a new pull request, #3177: URL: https://github.com/apache/mynewt-core/pull/3177 newt tool can create link_tables.ld.h file from pkg.link_table section This modifies all linker scripts to have this functionality. supersedes #3171 -- This is an automated