diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 23aa62d37e3..c8922cf36a5 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: May 24, 2013
+ Last Updated: May 29, 2013
|
@@ -1577,7 +1577,7 @@
ARM920T (1)
ARM926EJS (3)
ARM Cortex-M0/M0+ (2)
- ARM Cortex-M3 (18)
+ ARM Cortex-M3 (19)
ARM Cortex-M4 (7)
Atmel AVR
@@ -1698,6 +1698,7 @@
STMicro STR71x (ARM7TDMI)
STMicro STM32L152 (STM32 L "EnergyLite" Line, ARM Cortex-M3)
STMicro STM32F100x (STM32 F1 "Value Line"Family, ARM Cortex-M3)
+ STMicro STM32F103C4/C8 (STM32 F1 "Low- and Medium-Density Line" Family, ARM Cortex-M3)
STMicro STM32F103x (STM32 F1 Family, ARM Cortex-M3)
STMicro STM32F107x (STM32 F1 "Connectivity Line" family, ARM Cortex-M3)
STMicro STM32F207x (STM32 F2 family, ARM Cortex-M3)
@@ -2320,6 +2321,29 @@ nsh>
However, there is no specific board support for this chip families in the NuttX source tree.
There is, however, generic support for STM32F100RC boards.
+
+ STMicro STM32F103C48 (STM32 F1 "Low- and Medium-Density Line"Family, ARM Cortex-M3)
+
+
|
+
|
+
+
+
|
+
+
+ STMicro STM32F103C4/8 (STM32 F1 Low- and Medium-Density Family).
+ This port is for "STM32 Tiny" development board.
+ This board is available from several vendors on the net, and may be sold under different names.
+ It is based on a STM32 F103C8T6 MCU, and is bundled with a nRF24L01 wireless communication module.
+
+
+
+ STATUS:
+ The basic STM32F103C8 port was released in NuttX version 6.28.
+ This work was contributed by Laurent Latil.
+
+
+ |
|
diff --git a/Documentation/README.html b/Documentation/README.html
index 8605447a47f..e82dd2210a3 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -203,6 +203,8 @@
| | | `- README.txt
| | |- stm3240g-eval/
| | | `- README.txt
+ | | |- stm32_tiny/
+ | | | `- README.txt
| | |- stm32f100rc_generic/
| | | `- README.txt
| | |- stm32f3discovery/