commit | 8efde3af397b205e1c17b1fed9cc0d07c4c5debe | [log] [tgz] |
---|---|---|
author | Yecheng Zhao <zyecheng@google.com> | Tue Mar 16 19:14:58 2021 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 16:27:01 2021 +0000 |
tree | bb78d4831944347d0262215dba6db32e6cddd115 | |
parent | fba8355dba37522bb24f604cecac7e843d49a28a [diff] |
[tls] Implement mbedtls backend for tls example Implement mbedtls backends for tls example. A new variant of the example application that uses mbedtls+teensy ethernet is added. Change-Id: Ieba0fa2d7dac3cb6b127379e10cfaf0e799ec60b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/38123 Reviewed-by: Ali Zhang <alizhang@google.com> Commit-Queue: Yecheng Zhao <zyecheng@google.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.