diff --git a/ChangeLog b/ChangeLog index a0add2bfba..6c42733427 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8897,4 +8897,9 @@ * arch/arm/include/efm32, src/efm32, and configs/efm32-gxxx-stk: The EFM32 Gecko Starter Kit port is now functional. At least NSH is running over LEUART0 on the board (2014-10-29). + * arch/arm/src/sm34/sam_serial.c and Kconfig: Add support for SAM3/4 + basic TERMIOS and flow control. There are issues with IFLOW control: + PDC or DMAC support is required (2014-10-29). + * configs/sam4e-ek/src/sam4e-ek.h: Fix an error in a USART1 pin number + (2014-10-29). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3ced5565ac..a4f4cd3a8a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 28, 2014

+

Last Updated: October 30, 2014

@@ -1262,7 +1262,7 @@
  • ARM Cortex-A5 (2)
  • ARM Cortex-A8 (1)
  • ARM Cortex-M0/M0+ (3)
  • -
  • ARM Cortex-M3 (27)
  • +
  • ARM Cortex-M3 (29)
  • ARM Cortex-M4 (16)
  • Atmel AVR @@ -1391,6 +1391,12 @@
  • Renesas M16C/26
  • +
  • Silicon Laboratories + +
  • STMicroelectronics +
  • + + + - - -
  • Texas Instruments (some formerly Luminary)