Mattia Pennasilico
Mattia Pennasilico
@PhilLogan could you please sign the CLA?
@andreagilardoni Arduino_ConnectionHandler library fails to build with this branch. ``` class CEth' has no member named 'linkStatus' class CEth' has no member named 'disconnect' ```
Hi @jowin202 this is not a newest version, but a different version. The SE05X library is based on the NXP PlugNTrust nano package https://github.com/NXPPlugNTrust/nano-package If you need more APDUs you...
nothing planned yet as far as i know, but i will be happy to help if you want to contribute. I suggest you to start identifying the new APDU functions...
CI fails because `libmbedse05x.a` need to rebuild ``` /home/runner/Arduino/hardware/arduino-git/renesas/libraries/SSLClient/src/cortex-m33/libmbedse05x.a(ecdsa_se05x.o): In function `mbedtls_ecdsa_sign': ecdsa_se05x.c:(.text.mbedtls_ecdsa_sign+0x18): undefined reference to `smlog_none' ecdsa_se05x.c:(.text.mbedtls_ecdsa_sign+0x5e): undefined reference to `smlog_none' ecdsa_se05x.c:(.text.mbedtls_ecdsa_sign+0x7c): undefined reference to `smlog_none' ecdsa_se05x.c:(.text.mbedtls_ecdsa_sign+0xce): undefined reference...
I've made a quick round of measurements and the default values ar ok for me, so i'm closing this PR UNOR4 Wire - I2C_MASTER_RATE_STANDARD 96kHz - I2C_MASTER_RATE_FAST 409kHz - I2C_MASTER_RATE_FASTPLUS...
`handleNotify` and `handleInd` are returning a bool value that is not strictly related to the length, respectively `return (numNotifications > 0);` and `return (numIndications > 0);` returning the length would...
superseded by #392
@KevinNelSL you can try to use this PR https://github.com/arduino-libraries/ArduinoBearSSL/pull/89
looking at the docs I cannot find the AT+UPING command for the sara-r4 module :smiling_face_with_tear: Am I missing something?