-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SMT32WB55 and STM32L475 support #1052
Conversation
Hi, I created a branch pr/letssteam with a rework of your PR:
Let me know what you think. |
Hi, Thanks for your reply. Speaking of the stack size, it's been almost a year since we made these changes, and I'll admit I can't remember the exact reason why we needed them, but I remember very well that this was the solution 😄. |
You are right about that. I added this commit 0d50d0b will make
I was hoping you would remember the failure case. With this new change stack size goes from 800 to 864. Could you check if that is enough? |
I'll try that on our targets. And see if the problem reappears. But I wonder if it wouldn't be simpler (or more practical) to have a way of forcing the stack size only for a specific target. I understand that the system of redefining the I'll get back to you as soon as I've done my tests. (Sorry about the push force, I committed to the wrong branch ^^) |
You can the modification on a per-board basis by setting the |
Fixed in dbd02db |
We needed DapLink support (mainly for the WebUSB) for the STM32L475 and STM32WB55 chips, so I added it.
I hope the PR is as expected. Do I need to specify anything else?
Thank you,
Jonathan