Commit graph

2 commits

Author SHA1 Message Date
e105915140 mbedtls: avoid function that only exists on rp2040
rp2350 doesn't have the same RTC peripheral as the 2040 (let alone
other family micros)

this has the side effect of obeying a different timesource if one has
been configured.
2024-11-04 18:29:46 -06:00
080cc545b3
Share the implementation of hashlib across ports
.. many platforms can use mbedtls to implement hashlib.

Compile-tested with pico-w. Tested on feather rp2040 dvi.
2023-12-22 17:06:12 -06:00
Renamed from ports/raspberrypi/mbedtls/mbedtls_port.c (Browse further)