From c04d54b03dffffa7eaa12add41d79ce87c935c4c Mon Sep 17 00:00:00 2001 From: cyrozap Date: Tue, 24 Feb 2026 08:22:14 -0600 Subject: [PATCH 1/2] doc/compatibility: Sort definitions of initialisms alphabetically This makes it easier for readers who are unfamiliar with the abbreviated terms to scan through the list to find the one they need the definition of. --- doc/compatibility/board.rst | 4 ++-- doc/compatibility/fpga.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/compatibility/board.rst b/doc/compatibility/board.rst index 664e9ff..85dd85c 100644 --- a/doc/compatibility/board.rst +++ b/doc/compatibility/board.rst @@ -13,8 +13,8 @@ Boards .. include:: boards.inc -* IF: Internal Flash -* EF: External Flash * AS: Active Serial flash mode +* EF: External Flash +* IF: Internal Flash * NA: Not Available * NT: Not Tested diff --git a/doc/compatibility/fpga.rst b/doc/compatibility/fpga.rst index cb61edd..f6a42bd 100644 --- a/doc/compatibility/fpga.rst +++ b/doc/compatibility/fpga.rst @@ -5,7 +5,7 @@ FPGAs .. include:: fpga.inc -* IF: Internal Flash * AS: Active Serial flash mode +* IF: Internal Flash * NA: Not Available * NT: Not Tested From 764ced19ba1979a4bf301293f857b03b47f6c0c4 Mon Sep 17 00:00:00 2001 From: cyrozap Date: Tue, 24 Feb 2026 08:23:21 -0600 Subject: [PATCH 2/2] doc/compatibility/fpga: Expand "EF" initialism Fixes: fe259fb ("gowin: add MSPI support when GW2A") --- doc/compatibility/fpga.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/compatibility/fpga.rst b/doc/compatibility/fpga.rst index f6a42bd..353c6d0 100644 --- a/doc/compatibility/fpga.rst +++ b/doc/compatibility/fpga.rst @@ -6,6 +6,7 @@ FPGAs .. include:: fpga.inc * AS: Active Serial flash mode +* EF: External Flash * IF: Internal Flash * NA: Not Available * NT: Not Tested