-
Notifications
You must be signed in to change notification settings - Fork 108
ME14/18 examples #313
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
ME14/18 examples #313
Conversation
/clang-format-run |
…ly during start up
Limiting base level heap usage. Using dedicated heap space for WSF.
Interferres with the push button.
This in project.mk will work. AUTOSEARCH = 0
SRCS += main.c
SRCS += stack_fit.c
SRCS += fit_main.c This will fail AUTOSEARCH = 0
SRCS += stack_fit.c
SRCS += fit_main.c
SRCS += main.c |
f1f0866
to
3f96f00
Compare
/clang-format-run |
#313 (comment) |
Nearly there. |
Actually no, I'm not. I thought I was on to something but we're still trying to figure out the memory corruption problem. We can merge this in and create another PR to debug. |
Bring ME14 and ME18 examples up to current state of development.
Ci- will not only run ALL mcu test if changes to Cordio Libraries, PHY where made.
If changes to an example where made it will only run test on that device.
Some issue with ME14 persists but we will tackle that in a future PR. A temp fix has been applied