mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 13:28:16 +00:00
yotta readme: mention supported platforms
This commit is contained in:
parent
71956c9db9
commit
f13139ab63
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to
|
||||||
|
|
||||||
The Beta release of mbed TLS integrates the mbed TLS library into mbed OS, mbed SDK and yotta. This is a preview release intended for evaluation only and is **not recommended for deployment**. It currently implements no secure source of random numbers, weakening its security.
|
The Beta release of mbed TLS integrates the mbed TLS library into mbed OS, mbed SDK and yotta. This is a preview release intended for evaluation only and is **not recommended for deployment**. It currently implements no secure source of random numbers, weakening its security.
|
||||||
|
|
||||||
|
Currently the only supported yotta targets are:
|
||||||
|
- `frdm-k64f-gcc` and `frdm-k64f-armcc`
|
||||||
|
- `x86-linux-native` and `x86-osx-native`
|
||||||
|
|
||||||
## Sample programs
|
## Sample programs
|
||||||
|
|
||||||
This release includes the following examples:
|
This release includes the following examples:
|
||||||
|
|
Loading…
Reference in a new issue