Skip to content

Conversation

@jsosulski
Copy link
Contributor

In the esp-hal-common build script, psram is a peripheral "defined by the developers". A few weeks ago these were moved from device.peripherals to device.symbols. When looking up whether psram is available, now needs to be looked up in symbols.

Closes #717

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for fixing that!

I can probably do a patch release of esp-hal-common next week some time, just would like a couple extra days to look for additional issues.

@jsosulski
Copy link
Contributor Author

Sounds great! Thanks for the quick approval, I just added a line to the changelog as was requested by the CI.

@jessebraham jessebraham merged commit 659cdff into esp-rs:main Aug 13, 2023
bugadani pushed a commit to bugadani/esp-hal that referenced this pull request Aug 20, 2023
* Fix psram check in esp-hal-common build.rs

* Update changelog.
playfulFence pushed a commit to playfulFence/esp-hal that referenced this pull request Sep 26, 2023
* Fix psram check in esp-hal-common build.rs

* Update changelog.
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.

**esp-hal-common** build.rs should check device.symbols for psram (?)

2 participants