-
Notifications
You must be signed in to change notification settings - Fork 53
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
Make use of DCT API? #195
Comments
I overlooked the "C" linkage. It builds successfully like this:
I also had to add Didn't test It yet. I need to define a dedicated region / partition in the flash memory. |
So yeah,
|
So, there are 2 questions left:
|
The dct function is default wrapped in For the DCT configuration, please refer to our standard sdk example located at Please do let us know if there are any other things that we could assist you with. And is there any chance that you could pull request this feature upon compilation is done? By the way, xidameng has already left the team. Thank you for your support. |
The
|
@S10143806H could you please review these portions of code: https://github.com/vshymanskyy/Preferences/blob/main/src/Preferences_impl_dct.h#L12-L29 https://github.com/vshymanskyy/Preferences/blob/main/src/Preferences_impl_dct.h#L41-L55 |
This issue is stale because it has been open for 14 days with no activity. |
@M-ichae-l @xidameng let me know if this is something you would consider |
@vshymanskyy But there is a
|
Hi @vshymanskyy ,
Therefore, maybe could you please clarify what are things that I could do to help you with your Pull Request contribution. And we could proceed to review your codes. Thank you. |
|
Updated one of the examples so it doesn't rely on |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
This issue is stale because it has been open for 14 days with no activity. |
will get to it soon |
This issue is stale because it has been open for 14 days with no activity. |
This issue is stale because it has been open for 14 days with no activity. |
still not there;) sorry! |
@vshymanskyy |
This issue is stale because it has been open for 14 days with no activity. |
I'm alive! |
@vshymanskyy |
This issue is stale because it has been open for 14 days with no activity. |
@M-ichae-l please elaborate, Didn't get your question |
This issue is stale because it has been open for 14 days with no activity. |
@vshymanskyy If there is no further issue, we will add your repo into the SDK by submodule. |
This issue is stale because it has been open for 14 days with no activity. |
ok, i should be able to verify it during the weekend. |
Looks like everything is correct. Closing the ticket. |
I need to store some settings in the form of key-value pairs in the NVM (Flash).
Overall, I'm trying to get support for Ameba devices for my Preferences library.
One option I found is to use DCT:
However, looks like the DCT library is not linked, I'm getting:
Another option is to use some kind of a File system (I see FATFS, but can it be used on the system flash?).
Also, to store any data in the flash, I need to define a dedicated region / partition in the flash memory.
What's the best practice to do that?
@xidameng please advise
The text was updated successfully, but these errors were encountered: