commit | 9a28ce2dbef9e4a4aaa36b9cc16b7fddf4b75182 | [log] [tgz] |
---|---|---|
author | Yecheng Zhao <zyecheng@google.com> | Thu Mar 11 13:20:34 2021 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 16 16:19:45 2021 +0000 |
tree | 78ae3debe074ac229f53a9a2b77adba856017e44 | |
parent | a2018883445f331173b66b951fbc3ab2a0374c64 [diff] |
[tls] Implement teensy ethernet for tls example Implement teensy ethernet transport backend for tls example. The backend uses FNET and NativeEthernet libraries from arduino core package. Change-Id: Ib321ea4ca2a10294988e7c881ced18d36457cf04 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/37288 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.