From b6b4e6e6138c3b13623630ec4c4bed2524b34dd3 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 16 Feb 2023 11:20:53 -0500 Subject: [PATCH 1/2] docs: fix typo --- docs/source/greatfet_logic.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/greatfet_logic.rst b/docs/source/greatfet_logic.rst index 2d11143a..488bc5f7 100644 --- a/docs/source/greatfet_logic.rst +++ b/docs/source/greatfet_logic.rst @@ -5,8 +5,7 @@ greatfet_logic greatfet_logic is a logic analyzer implementation for GreatFET. It uses the SGPIO peripheral in the LPC4330 to monitor the state of 8 pins and combines those into an 8-bit integer streamed to the USB host. - -Pin usage +Pin Usage ~~~~~~~~~ .. list-table :: @@ -17,7 +16,7 @@ Pin usage - symbol - pin * - SPGIO0 - - PP0_0 + - P0_0 - J1.04 * - SGPIO1 - P0_1 @@ -39,4 +38,4 @@ Pin usage - J2.33 * - SGPIO7 - P1_0 - - J1.07 \ No newline at end of file + - J1.07 From d8d8b04404affc25d36d258b62e721eeccd329bd Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 16 Feb 2023 11:21:12 -0500 Subject: [PATCH 2/2] docs: add greatfet_msp430 pin usage --- docs/source/greatfet_msp430.rst | 35 +++++++++++++++++++++++++++++++++ docs/source/index.rst | 3 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 docs/source/greatfet_msp430.rst diff --git a/docs/source/greatfet_msp430.rst b/docs/source/greatfet_msp430.rst new file mode 100644 index 00000000..8b45ac03 --- /dev/null +++ b/docs/source/greatfet_msp430.rst @@ -0,0 +1,35 @@ +================================================ +greatfet_msp430 +================================================ + +greatfet_430 implements MSP430 JTAG functions. + + +Pin Usage +~~~~~~~~~ + +.. list-table :: + :header-rows: 1 + :widths: 1 1 1 + + * - signal + - symbol + - pin + * - TDO + - P1_3 + - J1.40 + * - TDI + - P1_4 + - J1.39 + * - TMS + - P1_20 + - J1.37 + * - TCK + - P3_4 + - J2.28 + * - RST + - P4_3 + - J2.09 + * - TST + - P4_2 + - J2.08 diff --git a/docs/source/index.rst b/docs/source/index.rst index e440a949..0c1f62de 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,6 +20,7 @@ The GreatFET project produces interface tools for hardware hacking, making, and using_greatfet_apis greatfet_i2c greatfet_logic + greatfet_msp430 @@ -48,4 +49,4 @@ The GreatFET project produces interface tools for hardware hacking, making, and :maxdepth: 2 :caption: Release Notes - release_process \ No newline at end of file + release_process