# HG changeset patch # User vae # Date 1365352119 0 # Node ID fff0cdf83b213844e1c1182f5ef82b64158104ec # Parent 1bdcb5fe31d10132de0ca686de35fe560ca70f5e Add clock gating comment. diff --git a/packages/devs/serial/freescale/uart/hdr/current/ChangeLog b/packages/devs/serial/freescale/uart/hdr/current/ChangeLog --- a/packages/devs/serial/freescale/uart/hdr/current/ChangeLog +++ b/packages/devs/serial/freescale/uart/hdr/current/ChangeLog @@ -1,3 +1,8 @@ +2013-04-01 Ilija Kocho + + * include/ser_freescale_uart.h: Add clock gating comment. + [ Bugzilla 1001814 ] + 2011-03-26 Ilija Kocho * cdl/ser_freescale_uart_hdr.cdl: diff --git a/packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h b/packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h --- a/packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h +++ b/packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h @@ -10,7 +10,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2011 Free Software Foundation, Inc. +// Copyright (C) 2011, 2013 Free Software Foundation, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -88,6 +88,7 @@ enum { // CYGHWR_IO_FREESCALE_UART_BAUD_SET(__uart_p, _baud_) should be provided by HAL. // CYGHWR_IO_FREESCALE_UART_PIN(__pin) should be provided by HAL. +// CYGHWR_IO_FREESCALE_UARTn_CLOCK should be provided by HAL. // CYGHWR_IO_FREESCALE_UARTn_PIN_RX should be provided by HAL. // CYGHWR_IO_FREESCALE_UARTn_PIN_TX should be provided by HAL. // CYGHWR_IO_FREESCALE_UARTn_PIN_RTS should be provided by HAL.