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

Enable PSRAM #468

Merged
merged 5 commits into from
Dec 21, 2024
Merged

Enable PSRAM #468

merged 5 commits into from
Dec 21, 2024

Conversation

mutatrum
Copy link
Contributor

This change in sdkconfig.defaults enables PSRAM for the ESP32-S3-WROOM-1 N16R8 variant. This adds 8MB of ram to FreeRTOS.

Assumption is that all manufactured BitAxes are using this variant. If there are BitAxes with the 4MB variant, or with no PSRAM, it will probably crash.

The most defensive option is to make sure this code will work on all variants. The other option is to push it out and see what breaks.

@mutatrum
Copy link
Contributor Author

See #434 (comment) for why some settings have changed or removed.

@eandersson
Copy link
Collaborator

I know that we are setting something similar for the multichip design https://github.com/WantClue/esp-miner-multichip/blob/main/sdkconfig.defaults#L12

@WantClue WantClue added enhancement New feature or request good first issue Good for newcomers labels Dec 2, 2024
@WantClue
Copy link
Collaborator

please resolve conflict

@mutatrum
Copy link
Contributor Author

mutatrum commented Dec 21, 2024

Done, reverted all other changes in sdkconfig.default, switching to a generated file should be done separately.

@WantClue WantClue merged commit e67aa1d into skot:master Dec 21, 2024
1 check passed
eandersson added a commit that referenced this pull request Dec 22, 2024
eandersson added a commit that referenced this pull request Dec 22, 2024
@eandersson eandersson mentioned this pull request Dec 22, 2024
WantClue added a commit to WantClue/ESP-Miner-WantClue that referenced this pull request Dec 22, 2024
WantClue added a commit that referenced this pull request Dec 22, 2024
@mutatrum mutatrum deleted the psram branch December 24, 2024 16:19
WantClue added a commit that referenced this pull request Dec 28, 2024
* Revert "Enable PSRAM (#468)"

This reverts commit e67aa1d.

* add color themes

* enable persistant themes

* change back to origional red

* add default theme 'dark-red'. subscribe on home component to the ThemeService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants