From 927ee217520db734a2be78e7ee3f64a9c80f748c Mon Sep 17 00:00:00 2001 From: gojimmypi <13059545+gojimmypi@users.noreply.github.com> Date: Mon, 6 Jun 2022 08:39:40 -0700 Subject: [PATCH 1/3] add link to new location for old references --- IDE/zephyr/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 IDE/zephyr/README.md diff --git a/IDE/zephyr/README.md b/IDE/zephyr/README.md new file mode 100644 index 000000000..900fae090 --- /dev/null +++ b/IDE/zephyr/README.md @@ -0,0 +1 @@ +Zephyr Project Port has been moved to https://github.com/wolfSSL/wolfssl/tree/master/zephyr \ No newline at end of file From 8e69b1fa0ecd472a838a153253695de5710f39e9 Mon Sep 17 00:00:00 2001 From: gojimmypi <13059545+gojimmypi@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:10:37 -0700 Subject: [PATCH 2/3] add include.am --- IDE/include.am | 1 + IDE/zephyr/README.md | 2 +- IDE/zephyr/include.am | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 IDE/zephyr/include.am diff --git a/IDE/include.am b/IDE/include.am index 05ee1e53b..b45b91654 100644 --- a/IDE/include.am +++ b/IDE/include.am @@ -46,6 +46,7 @@ include IDE/iotsafe/include.am include IDE/Android/include.am include IDE/NETOS/include.am include IDE/IAR-MSP430/include.am +include IDE/zephyr/include.am EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL IDE/LPCXPRESSO IDE/HEXIWEAR IDE/Espressif EXTRA_DIST+= IDE/OPENSTM32/README.md diff --git a/IDE/zephyr/README.md b/IDE/zephyr/README.md index 900fae090..572afb6a0 100644 --- a/IDE/zephyr/README.md +++ b/IDE/zephyr/README.md @@ -1 +1 @@ -Zephyr Project Port has been moved to https://github.com/wolfSSL/wolfssl/tree/master/zephyr \ No newline at end of file +Zephyr Project Port has been moved to [wolfssl/zephyr](../../zephyr/README.md) diff --git a/IDE/zephyr/include.am b/IDE/zephyr/include.am new file mode 100644 index 000000000..54648d465 --- /dev/null +++ b/IDE/zephyr/include.am @@ -0,0 +1,5 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +EXTRA_DIST+= IDE/zephyr/README.md \ No newline at end of file From 047ed8ef615357820a9206bc107f5fdd038e3e39 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 6 Jun 2022 16:47:29 -0700 Subject: [PATCH 3/3] minor change for commit author update --- IDE/zephyr/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDE/zephyr/README.md b/IDE/zephyr/README.md index 572afb6a0..76ab4d8d1 100644 --- a/IDE/zephyr/README.md +++ b/IDE/zephyr/README.md @@ -1 +1,3 @@ +# Zephyr + Zephyr Project Port has been moved to [wolfssl/zephyr](../../zephyr/README.md)