mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 19:50:44 +00:00
Since base64 is such a simple and commonly used feature it makes no sense to build the whole of mbedTLS for it. Instead take the implementation that comes with mbedTLS and import it as a native library outside of ext/ for all to use directly. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2 lines
25 B
CMake
2 lines
25 B
CMake
zephyr_sources(base64.c)
|