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

using the library in a memory contained space #72

Open
duinamit opened this issue Sep 6, 2023 · 0 comments
Open

using the library in a memory contained space #72

duinamit opened this issue Sep 6, 2023 · 0 comments

Comments

@duinamit
Copy link

duinamit commented Sep 6, 2023

I want to use the multifit_nlin module on a microcontroller - do you have any suggestions on how to approach this?

Most obviously I dont want to link the whole library but rather the least possible amount of this. I have used the library in an application finding a curve fit to given data, now I want to port it into a preexisting nrf-project. I have embedded the include path for the headerfiles but am now thinking about how to add src files/maybe just build an .a file with all the necessary functionalities. The problem is though, I dont know which files to add exactly or if everything is so dependent that I cannot just erase files.
As I said I am basically just doing #include <gsl/gsl_multifit_nlin.h>

any suggestions or experiences with working with GSL on uCs would be appreciated

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

No branches or pull requests

1 participant