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

Add support for PS Vita (armv7-sony-vita-newlibeabihf) #359

Merged
merged 3 commits into from May 7, 2023
Merged

Add support for PS Vita (armv7-sony-vita-newlibeabihf) #359

merged 3 commits into from May 7, 2023

Conversation

nikarh
Copy link
Contributor

@nikarh nikarh commented May 2, 2023

Overview

Hi, the idea here is similar to #248, but for a different target.
The same logic applies here - native platform API is not used here due to its complexity and Sony's NDA.

This PR supports PS Vita via getentropy, which is implemented in homebrew newlib. As of today, rust-lang/libc#3230, which adds getentropy to libc crate is merged but not released yet.

Building

Currently, rust supports armv7-sony-vita-newlibeabihf with core and alloc, and std support is in progress (rust-lang/rust#110638).

Draft notice

Waiting until libc is released

@nikarh nikarh marked this pull request as ready for review May 6, 2023 17:15
@newpavlov newpavlov merged commit 53cf0cc into rust-random:master May 7, 2023
47 checks passed
@newpavlov newpavlov mentioned this pull request Jun 6, 2023
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.

None yet

2 participants