Page 1 of 1

MBEDTLS on rp2 port

Posted: Sat Mar 26, 2022 9:56 pm
by mrpackethead
Hello all,

i'm wondering if someone can give me some pointers on how to get MBEDTLS compiled into the rp2 port. My application is Lorawan based, and i need aes for that.

I found this https://lemariva.com/blog/2021/02/raspb ... ts-lorawan where the author starts to talk about what he did it.. but I get unstuck at step 5 where the he says

...This means you need to add to the pico-sdk and compile the library MBEDTLS, which is nowadays not included. Therefore, I included that to the CMake project using this file:...

I have no idea where this file is..

Any clues would be greatly appreciated

Re: MBEDTLS on rp2 port

Posted: Fri Apr 08, 2022 7:39 am
by mrpackethead
Cryptolib is now supported in teh rp2 port!