Mercurial > nand-ecoscentric
changeset 3298:fff0cdf83b21
Add clock gating comment.
| author | vae |
|---|---|
| date | Sun, 07 Apr 2013 16:28:39 +0000 |
| parents | 1bdcb5fe31d1 |
| children | 99686efcd5ba |
| files | packages/devs/serial/freescale/uart/hdr/current/ChangeLog packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <ilijak@siva.com.mk> + + * include/ser_freescale_uart.h: Add clock gating comment. + [ Bugzilla 1001814 ] + 2011-03-26 Ilija Kocho <ilijak@siva.com.mk> * cdl/ser_freescale_uart_hdr.cdl:
--- 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.
