-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement config module for all platforms #162
Comments
I don't really know what config does. Is this still an issue? Will it be solved by the new network stack? |
The config module is meant to store persistent configuration data on a node in non-volatile (i.e. flash) memory. It can be implemented by using a particular ROM region that doesn't get overwritten when flashing a new program. TI MSP430 provide a so called INFOMEM region for that and I implemented a similar section for the ARM7 of the MSBA2. |
In the context of the firmware update taskforce this module will probably be overhauled. |
@LudwigOrtmann : When is the firmware update scheduled ? |
Out of scope for the GSOC application period. |
Solved through #5756. |
wifi-subsys: fix litle bugs
The config module was developed for the MSB-A2, but should be ported to all supported platforms.
The text was updated successfully, but these errors were encountered: