Files

27 lines
1002 B
Markdown
Raw Permalink Normal View History

2024-05-13 19:12:34 -07:00
# PlatformIO
Follow the [instructions](https://docs.platformio.org/en/latest/core/installation/methods/index.html) to install PlatformIO.
2024-05-17 16:47:07 -07:00
Note there are two options for using PlatformIO:
2024-05-13 19:12:34 -07:00
- [Core CLI](https://docs.platformio.org/en/latest/core/index.html)
- [VSCode IDE](https://docs.platformio.org/en/latest/integration/ide/vscode.html#ide-vscode)
2024-05-17 16:47:07 -07:00
There are two types wolfSSL libraries for PlatformIO:
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
- Regular (release): https://registry.platformio.org/libraries/wolfssl/wolfssl
- Arduino (release): https://registry.platformio.org/libraries/wolfssl/Arduino-wolfSSL
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
There are staging / preview libraries for each of the two types wolfSSL libraries for PlatformIO:
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
- Regular (staging / preview): https://registry.platformio.org/libraries/wolfssl-staging/wolfSSL
- Arduino (staging / preview): https://registry.platformio.org/libraries/wolfssl-staging/Arduino-wolfSSL
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
# Examples
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
See the [examples directory](./examples/)
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
## Publishing
2024-05-13 19:12:34 -07:00
2024-05-17 16:47:07 -07:00
The wolfSSL publishing is performed from the `scripts`.