diff --git a/ChangeLog b/ChangeLog index 0faa7426054..4b2dea7f604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24261,4 +24261,812 @@ Move HSI48 enable from stm32_usbdev.c to stm32xx_rcc.c From Mateusz Szafoni (2019-05-17). -8.1 2019-xx-xx Gregory Nutt +7.31 2019-07-21 Gregory Nutt + + * drivers/net/telnet.c: Handle ctrl events (SIGINT, SIGSTP). From + Valmantas Paliksa (2019-05-21). + * arch/arm/src/stm32/Kconfig: Correct some typos in conditional logic. + From Maximilian Kriegleder (2019-05-21). + * configs/stm32l476vg-disco and configs/stm32l4r9ai-disco: Fix an error in + defconfig files because a line in the rcS file was longer than the + configured NSH command line. From Juha Niskanen (2019-05-21). + * arch/arm/src/stm32l4: Make STM32L4 CRS synchronization source board + configurable. + configs/nucleo-l432kc: Add new configuration settings to board.h + configs/nucleo-l452re: ditto + configs/nucleo-l496zg: ditto + configs/stm32l476vg-disco: ditto From Juha Niskanen (2019-05-21). + * configs/lpcxpresso-lpc54628: Add another Twm4Nx configuration for + working out the new CONTEMPORARY theme. From Gregory Nutt (2019-05-21). + * Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() + can not longer be disabled. From Gregory Nutt (2019-05-21). + * Documentation/: Applies a stylesheet to static HTML files. I've also + tried to put the TOC of each document to the side, where it made sense + (in some documents the TOC was actually inside a section so it wasn't + possible). In some cases the TOC is built with a table, in others with a +