diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 1f61d2f7bb..0543c87b3e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2720,11 +2720,23 @@ buildroot-1.10 2011-05-06 <gnutt@nuttx.org>
nuttx-6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org> + * arch/arm/stm32/Make.defs: Don't build stm32_rtc.c if CONFIG_RTC is not + selected. Doing so will cause errors if other configuration dependencies + are not met + * configs/stm3210e-eval/src/up_lcd.c: Color corrections for SPFD5408B LCD + do not work with R61580 LCD. + apps-6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org> pascal-3.1 2011-xx-xx Gregory Nutt <gnutt@nuttx.org> buildroot-1.11 2011-xx-xx <gnutt@nuttx.org> + + * configs/avr-defconfig-4.3.3 - Added --enable-long-long as a GCC + option. + * configs/avr-defconfig-4.5.2 - New configuration. + * Config.in and almost all configurations in configs/ - Changed the + default nuttx path to $(TOPDIR)/../../nuttx