Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-07-22 07:25:01 -06:00
parent 3bb6a877fd
commit 17abe05357
2 changed files with 9 additions and 1 deletions

View File

@ -7756,4 +7756,12 @@
backward (2014-7-20).
* drivers/net/slip.c: Fix an error in SLIP escaping. From Max
Neklyudov (2014-7-22).
* drivers/input/Kconfg: Add missing configuration option to select the
MAX11802 touchscreen controller. From Petteri Aimonen (2014-7-22).
* arm/src/stm32/chip/stm32_dac.h: Fix typos, from Peterri Aimonen
(2014-7-22).
* arch/arm/src/stm32/stm32_otgfsdev.c: STM32 OTGFS device: Various
changes to try to reduce that amount of time in interrupts handles and
with interrupts disbled. Needs verification on other platforms. From
Petteri Aimonen (2014-7-22).

View File

@ -1,7 +1,7 @@
/************************************************************************************
* arch/arm/src/stm32/chip/stm32_dac.h
*
* Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2011, 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without