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

Free up RAM on 6HC and 6XD #1025

Closed
dc42 opened this issue Jul 4, 2024 · 1 comment
Closed

Free up RAM on 6HC and 6XD #1025

dc42 opened this issue Jul 4, 2024 · 1 comment
Assignees
Labels
enhancement Additional functionality, performance or other feature request
Milestone

Comments

@dc42
Copy link
Collaborator

dc42 commented Jul 4, 2024

On the 6HC and 6XD we use separate non-cached RAM areas for the Lwip PBUF pool, the WiFi transfer buffers (6HC only) and the SBC transfer buffers. We could save 16K of RAM by allocating the SBC transfer buffers on top of the PBUF pool and reducing the non-cached RAM size by 16kb in the linker script.

@dc42 dc42 added the enhancement Additional functionality, performance or other feature request label Jul 4, 2024
@dc42 dc42 added this to the 3.6.0 milestone Jul 4, 2024
@dc42 dc42 self-assigned this Jul 4, 2024
@dc42
Copy link
Collaborator Author

dc42 commented Jul 28, 2024

Implemented in 3.6-dev.

@dc42 dc42 closed this as completed Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality, performance or other feature request
Projects
None yet
Development

No branches or pull requests

1 participant