Skip to content
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

Fixes to make autocalibrate work on linux 3.14.52 armv7l #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tom-van
Copy link

@tom-van tom-van commented Apr 24, 2016

TiWi-BLE module is used on Boundary Nitrogen-6X board. First two patches are required to get calibrator working with current Yocto Linux image. The third patch is just an improvement of coding style.

it address by nl_cb_set(). nsv_path value gets overwritten
as calib_valid_handler() is called after stack frame is released.

This patch fixes the problem sending the original parameter
or a static string address. Reasonable default NEW_NVS_NAME
is given in case of missing path.

Signed-off-by: Tomas Vanek <[email protected]>
Without this fix following plt_do_power_on() fails on linux 3.14 armv7l

Signed-off-by: Tomas Vanek <[email protected]>
by symbol BUF_SIZE_4_NVS_FILE.
This patch unifies all uses to BUF_SIZE_4_NVS_FILE.

Signed-off-by: Tomas Vanek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant