mbedtls module for Zephyr, this is not a mirror of the official mbedtls repository.
☆27Jul 23, 2026Updated 3 weeks ago
Alternatives and similar repositories for mbedtls
Users that are interested in mbedtls are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- littlefs module for Zephyr, not a mirror of the official littlefs repository☆19Jun 25, 2026Updated last month
- OpenOCD with Zephyr patches for building Zephyr SDK☆45Feb 24, 2026Updated 5 months ago
- Zephyr repository tracking https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git☆49Updated this week
- Secure boot for 32-bit Microcontrollers!☆40Updated this week
- HAL module for NXP SoCs☆49Updated this week
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- West, Zephyr's meta-tool☆360Updated this week
- Upstream repo is https://github.com/apache/mynewt-mcumgr☆36Nov 16, 2022Updated 3 years ago
- HAL and SDK for ESP32 and other hardware from Espressif☆64Updated this week
- Context Hub Runtime Environment (CHRE)☆11Mar 13, 2026Updated 5 months ago
- Test Repo, Do not clone! Use zephyr repo instead☆21Updated this week
- NCS downstream of https://github.com/zephyrproject-rtos/trusted-firmware-m☆18Updated this week
- Zephyr SDK (Toolchains, Development Tools)☆286Aug 3, 2026Updated last week
- ☆17Jun 18, 2026Updated last month
- ☆15Jul 17, 2026Updated 3 weeks ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆14Jul 29, 2026Updated 2 weeks ago
- The libmetal module specific for use with Zephyr. This is not a mirror of the official libmetal repo.☆17May 5, 2026Updated 3 months ago
- An llm wrapper for OpenAI☆13Dec 14, 2024Updated last year
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…