You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/11/22 19:24:09 UTC

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #3604: docs: Add initial board docs for Tiva arch

hartmannathan commented on a change in pull request #3604:
URL: https://github.com/apache/incubator-nuttx/pull/3604#discussion_r754571570



##########
File path: Documentation/platforms/arm/tiva/index.rst
##########
@@ -0,0 +1,74 @@
+===================================================
+Texas Instruments Tiva C / Luminary Micro Stellaris
+===================================================
+
+The Tiva architecture is a combination of the Luminary Micro Stellaris chips
+and the TI Tiva variants.  There are both M3 and M4 Arm cores in this family.
+
+Supported MCUs
+=============
+
+The following list includes MCUs from Tiva C series supported in NuttX
+
+=============   ==============  ======= =================
+MCU             Core            Radio    Frequency
+=============   ==============  ======= =================
+LM3S6918        Cortex-M3       No      50 MHz
+LM3S9B92        Cortex-M3       No      50 MHz
+LM3S9B96        Cortex-M3       No      50 MHz
+LM3S6432        Cortex-M3       No      50 MHz
+LM3S6965        Cortex-M3       No      50 MHz
+LM3S8962        Cortex-M3       No      50 MHz
+LM4F120         Cortex-M4       No      80 MHz
+TM4C123AH6PM    Cortex-M4       No      120 MHz
+TM4C123GH6ZRB   Cortex-M4       No      120 MHz
+TM4C123GH6PM    Cortex-M4       No      120 MHz
+TM4C123GH6PZ    Cortex-M4       No      120 MHz
+TM4C123GH6PGE   Cortex-M4       No      120 MHz
+TM4C1294NCPDT   Cortex-M4       No      120 MHz
+TM4C129ENCPDT   Cortex-M4       No      120 MHz
+TM4C129ENCZAD   Cortex-M4       No      120 MHz
+TM4C129XNCZAD   Cortex-M4       No      120 MHz
+CC1310          Cortex-M3       Yes     24 MHz
+CC1312R1        Cortex-M4       Yes     48 MHz
+CC1352R1        Cortex-M4       Yes     48 MHz
+=============   ==============  ======= =================
+
+Peripheral Support
+==================
+
+The following list indicates peripherals supported in NuttX:
+
+==========
+Peripheral
+==========
+GPIO
+ADC
+EEPROM
+FLASH
+HCIUART
+I2C
+MPU
+PWM
+QENCODER
+SERIAL
+SSI
+TIMER
+ETHERNET
+WDT
+I2S
+USB
+==========

Review comment:
       I can update the peripheral support columns later




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org