Skip to content

Add support for descriptors been stored / loaded to/from EEPROM.#35

Open
dioannidis wants to merge 1 commit into
obdev:masterfrom
dioannidis:support_eeprom_descriptors
Open

Add support for descriptors been stored / loaded to/from EEPROM.#35
dioannidis wants to merge 1 commit into
obdev:masterfrom
dioannidis:support_eeprom_descriptors

Conversation

@dioannidis

Copy link
Copy Markdown

Hi,

I needed in a project the ability to store and retrieve descriptors from EEPROM instead of flash or RAM . So here it is my little contribution to the project .

regards,

@dioannidis dioannidis changed the title Add support for descriptors been stored / loaded in EEPROM. Add support for descriptors been stored / loaded to/from EEPROM. Mar 1, 2023
@starkjohann

Copy link
Copy Markdown
Contributor

I have not looked at the repo for quite a while here on Github, so I'm a bit late to ask: The PR adds some complexity to the code (many if-conditions). Descriptors in RAM are already supported. You can achieve the same thing by copying the descriptor to RAM and serving it from there. The only advantage of this extension is to save the RAM space, right?

Is there an application where RAM is so tight that you need to deliver a descriptor directly from EEPROM?

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

Successfully merging this pull request may close these issues.

2 participants