Re: [PATCH v2 1/2] docs/system: arm: Add max78000 board description

2025-07-11 Thread Jackson Donaldson
Confirmed. -Jackson On Fri, Jul 11, 2025, 8:29 AM Peter Maydell wrote: > On Fri, 11 Jul 2025 at 12:06, Jackson Donaldson > wrote: > > > > This adds the target guide for the max78000FTHR > > > > Signed-off-by: Jackson Donaldson > > --- > > Checkpatch wants an SPDX line for this new file -- can

Re: [PATCH v2 1/2] docs/system: arm: Add max78000 board description

2025-07-11 Thread Peter Maydell
On Fri, 11 Jul 2025 at 12:06, Jackson Donaldson wrote: > > This adds the target guide for the max78000FTHR > > Signed-off-by: Jackson Donaldson > --- Checkpatch wants an SPDX line for this new file -- can you confirm that I can mark it as GPL-2.0-or-later like the C files, please? thanks -- PMM

[PATCH v2 1/2] docs/system: arm: Add max78000 board description

2025-07-11 Thread Jackson Donaldson
This adds the target guide for the max78000FTHR Signed-off-by: Jackson Donaldson --- docs/system/arm/max78000.rst | 35 +++ docs/system/target-arm.rst | 1 + 2 files changed, 36 insertions(+) create mode 100644 docs/system/arm/max78000.rst diff --git a/docs/s