From 17abe053574fa1f60bafb7fae86b8de8b0574735 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Jul 2014 07:25:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++++ arch/arm/src/stm32/chip/stm32_dac.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74c88aaef5..b78a17bde3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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). diff --git a/arch/arm/src/stm32/chip/stm32_dac.h b/arch/arm/src/stm32/chip/stm32_dac.h index 14ea3e341b..8669421fa4 100644 --- a/arch/arm/src/stm32/chip/stm32_dac.h +++ b/arch/arm/src/stm32/chip/stm32_dac.h @@ -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 * * Redistribution and use in source and binary forms, with or without