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

set MODULE_NAME for parameters module and update ecl #9536

Merged
merged 1 commit into from
May 27, 2018
Merged

Conversation

dagar
Copy link
Member

@dagar dagar commented May 27, 2018

Everything in PX4 is either a PX4 module (px4_add_module), PX4 library (px4_add_library), or regular library (add_library). PX4 modules and PX4 libraries are automatically given access to the parameter system, uORB, etc. As a result this leaves the parameter library in a weird place where it can't be a full PX4 library, so it needs to be manually setup for PX4_INFO, PX4_WARN, PX4_ERR, etc.

This PR also includes the ECL side update. PX4/PX4-ECL#455

Current master
image

image

PR
image

image

@dagar dagar added the bug label May 27, 2018
@dagar dagar added this to the Release v1.8.0 milestone May 27, 2018
@dagar dagar self-assigned this May 27, 2018
@dagar dagar merged commit e8fa941 into master May 27, 2018
@dagar dagar deleted the pr-library_module branch May 27, 2018 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants