-
Notifications
You must be signed in to change notification settings - Fork 197
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
I have an updated STMCubeIde example, should I upload it #279
Comments
Hi @jandyman What does the file structure of the project look like. Let me know, and we can discuss where it might best fit in the ecosystem! |
You know something? You got me thinking about how to use the existing makefiles within Eclipse (i.e. STM32CubeIde). Usually the problem with makefiles is that you have to update them manually, but in this case this is done by the daisy team anyway. It turns it out it's so simple that all I really need to convey is how to do it, there is no need to create an example project, and it can be done for any of the examples. So the revised question would be "where should I put the instructions"? I've also got instructions for building a native Eclipse project, which is sometimes easier to maintain as one moves away from the existing examples. |
Hi @jandyman that's an excellent thought, and would be a welcome addition to our resources! We're currently planning out a long term plan for how to maintain documentation across the Daisy platform (as there is currently fairly sparse documentation in a lot of different places). For the time being, the most portable way to add some documentation would be to add it to the libDaisy guides. These guides are currently located in You can add your instructions as a new MD file there, and include a link to it in the Alternatively, you could make a new thread on the forum and include save yourself the PR part 😄 Either way, let me know if you have any questions! |
I just got back to looking at Daisy, and updated an old example I have of using the STM32CubeIde for development, which I still think is the best option. It's based on the pod/SimpleOscillator example.
Should I upload it? File a PR? And since it is based on the SimpleOscillator example, would it make sense to put the project file there?
The text was updated successfully, but these errors were encountered: