File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ jobs:
229
229
platforms : |
230
230
# Install renesas_uno platform via Boards Manager
231
231
- name: arduino:renesas_uno
232
+ libraries : |
233
+ - name: ArduinoBearSSL
232
234
# Nano ESP32
233
235
- board :
234
236
type : arduino_esp32
Original file line number Diff line number Diff line change 23
23
******************************************************************************/
24
24
#include < AIoTC_Config.h>
25
25
26
- #if defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08)
26
+ #if defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_SOFTSE)
27
27
#define HAS_BEARSSL
28
28
#else
29
29
#define HAS_MBEDTLS
30
30
#endif
31
31
32
32
#if defined(HAS_BEARSSL)
33
+ #include < ArduinoBearSSL.h>
33
34
#include < bearssl/bearssl_hash.h>
34
35
#else
35
36
#include < mbedtls/sha256.h>
You can’t perform that action at this time.
0 commit comments