Re: [PATCH rtems-lwip v1 7/8] lwip.py: Add NTP library build

2022-08-24 Thread Kinsey Moore
On 8/23/2022 21:30, Chris Johns wrote: On 24/8/2022 5:47 am, Kinsey Moore wrote: diff --git a/ntp-file-import.yaml b/ntp-file-import.yaml new file mode 100644 index 000..5e4e8a4 --- /dev/null +++ b/ntp-file-import.yaml Sorry the existing YAML support has to be removed or maybe you could mer

Re: [PATCH rtems-lwip v1 7/8] lwip.py: Add NTP library build

2022-08-23 Thread Chris Johns
On 24/8/2022 5:47 am, Kinsey Moore wrote: > diff --git a/ntp-file-import.yaml b/ntp-file-import.yaml > new file mode 100644 > index 000..5e4e8a4 > --- /dev/null > +++ b/ntp-file-import.yaml Sorry the existing YAML support has to be removed or maybe you could merge into the repo https://git.rte

[PATCH rtems-lwip v1 7/8] lwip.py: Add NTP library build

2022-08-23 Thread Kinsey Moore
--- lwip.py | 24 ++ ntp-file-import.yaml| 92 + rtemslwip/zynqmp/lwipopts.h | 19 +++- 3 files changed, 134 insertions(+), 1 deletion(-) create mode 100644 ntp-file-import.yaml diff --git a/lwip.py b/lwip.py index 627d8