diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps.c index 8e9293bc..4c240df5 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -45,6 +45,7 @@ * 1.00 drg/jz 01/13/10 First Release * 2.2 hk 06/23/14 SW reset of RX and TX should be done when changing * baud rate. CR# 804281. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * *****************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps.h b/XilinxProcessorIPLib/drivers/uartps/src/xuartps.h index b9f0fcd3..a42887ec 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps.h +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_g.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_g.c index 430e5329..08ad095f 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_g.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -44,6 +44,7 @@ * ----- ------ -------- ----------------------------------------------- * 1.00 drg/jz 05/13/08 First Release * 2.00 hk 22/01/14 Added check for selecting uart0 instance. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.c index 0caf2e8f..33d41301 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -42,6 +42,7 @@ * ----- ------ -------- ---------------------------------------------- * 1.00 drg/jz 01/12/10 First Release * 1.05a hk 08/22/13 Added reset function +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * *****************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.h b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.h index 6a1145a0..585dd9f1 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.h +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -51,6 +51,7 @@ * XUARTPS_MEDEMSR_CTSX to XUARTPS_MODEMSR_DCTS * 1.05a hk 08/22/13 Added prototype for uart reset and related * constant definitions. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * * diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_intr.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_intr.c index 7403926a..cca3893d 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_intr.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_intr.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -42,6 +42,7 @@ * Ver Who Date Changes * ----- ------ -------- ----------------------------------------------- * 1.00 drg/jz 01/13/10 First Release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * *****************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_options.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_options.c index 0101a83f..88e06d7e 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_options.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_options.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -44,6 +44,7 @@ * 1.00 drg/jz 01/13/10 First Release * 1.00 sdm 09/27/11 Fixed a bug in XUartPs_SetFlowDelay where the input * value was not being written to the register. +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * * diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_selftest.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_selftest.c index fe8e19bb..8ef921c4 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_selftest.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_selftest.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -41,7 +41,8 @@ * * Ver Who Date Changes * ----- ------ -------- ----------------------------------------------- -* 1.00 drg/jz 01/13/108First Release +* 1.00 drg/jz 01/13/10 First Release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_sinit.c b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_sinit.c index 94734560..0b8446af 100755 --- a/XilinxProcessorIPLib/drivers/uartps/src/xuartps_sinit.c +++ b/XilinxProcessorIPLib/drivers/uartps/src/xuartps_sinit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- ------ -------- ----------------------------------------------- * 1.00 drg/jz 01/13/10 First Release +* 3.00 kvn 02/13/15 Modified code for MISRA-C:2012 compliance. * * *****************************************************************************/