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

improve support for storing configuration/parameters in flash #29

Closed
flixr opened this issue Nov 29, 2010 · 5 comments
Closed

improve support for storing configuration/parameters in flash #29

flixr opened this issue Nov 29, 2010 · 5 comments
Labels
Enhancement Improve upon exiting functionality
Milestone

Comments

@flixr
Copy link
Member

flixr commented Nov 29, 2010

It would be nice to be able to store parameters in non-volatile memory, i.e. flah

@flixr
Copy link
Member Author

flixr commented Oct 6, 2011

basically possible now with persistent settings

@flixr
Copy link
Member Author

flixr commented Jan 25, 2012

How well are the current persistent settings tested?
I guess we should also add some safety so that settings are not saved (blocking, takes a while) while the aircraft is flying...

@flixr
Copy link
Member Author

flixr commented Nov 11, 2014

Current status:

  • possible by adding persistent="true" attribute to setting since a long time
  • enable in airframe file by adding <define name="USE_PERSISTENT_SETTINGS" value="TRUE"/>
  • save persistent settings using correct type (e.g. adding attribute type="uint32") since 5e69417
  • added safety features (to not write to flash while flying) with 7f31698

@OpenUAS
Copy link
Contributor

OpenUAS commented Nov 12, 2014

Good enough to close? A new issue can be created with remaining wishes

@flixr
Copy link
Member Author

flixr commented Nov 12, 2014

Closing this one since the most important things are already adressed and we have more specifc issues for the remaining things, like #600.

@flixr flixr closed this as completed Nov 12, 2014
wilcoschoneveld pushed a commit to wilcoschoneveld/paparazzi that referenced this issue Oct 19, 2016
…vigation

[flight plan] added total navigation with forcefield disable through …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve upon exiting functionality
Projects
None yet
Development

No branches or pull requests

2 participants