Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-07-04 09:47:41 -06:00
parent 830af912a1
commit d7c55868b9
1 changed files with 18 additions and 0 deletions

View File

@ -12249,3 +12249,21 @@
target Kconfig file (2016-06-29).
* arch/arm/src/stm32l4: Port support for both RX FIFOs from STM32 CAN.
From Paul Alexander Patience (2016-06-29).
* Remove all inclusion of header files from the apps/include directory.
This caused a lot of reshuffling of logic: binfmt pcode support,
usbmonitor is now a kernel thread, TZ/Olson database moved to
libc/zoneinfo (2016-06-29).
* drivers/mtd: Several MTD FLASH drivers nullify the freed 'priv'
structure and failed to return NULL as stated in the comments.
Result, will operate on a NULL pointer later. Noted by David Sidrane
(2016-06-30).
* arch/arm/src/kinetis: Add basic support for the K64 family. I
leveraged the changes from https://github.com/jmacintyre/nuttx-k64f
and merged into the existing kinetis code with a lot of changes and
additions (like pin multiplexing definitions). (2016-07-01).
* configs/freedom-k64f: Add support for the NXP Freedom-K64F board.
This is primarily the work of Jordan Macintyre. I leveraged this
code from https://github.com/jmacintyre/nuttx-k64f but with
significant corrections (LEDs, buttons, README, etc) and extensions
and updates to match more recent BSPs (2016-07-01).
* libc/signal: Add raise() (2016-07-04).