Add support for MIPS CPU architecture#738
Merged
earlephilhower merged 1 commit intoearlephilhower:masterfrom Apr 8, 2025
Merged
Add support for MIPS CPU architecture#738earlephilhower merged 1 commit intoearlephilhower:masterfrom
earlephilhower merged 1 commit intoearlephilhower:masterfrom
Conversation
Owner
|
LGTM, thanks. Very neat project! FWIW, the libhelix-aac here has some optimizations that let it run on a tiny RAM ESP8266 with limited flash read options (32b only) but which make it a little slower and add more code size than really needed for CPUs which support |
Contributor
Author
|
Thanks! I'll see if I can use that repository in the next iteration. |
Contributor
Author
|
For those who are interested: gtxaspec/prudynt-t#78 |
Owner
|
Do you need me to bump out a minor release for your users, then? Or do you normally have them point to the |
Contributor
Author
|
Nah, we just pull from your master repository as of now. It's trivial for us to pin to a version too. Thanks again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Thingino open source camera project would like to use ESP8266Audio for AAC decoding. The Ingenic cameras use the MIPS CPU architecture and this patch gets the project to compile.