tmrctr: Updated version to 4.0.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com> Acked-by: Shadul Shaikh <shaduls@xilinx.com>
This commit is contained in:
parent
58cb1f1c3c
commit
772862ce87
10 changed files with 17 additions and 17 deletions
|
@ -55,7 +55,7 @@ BEGIN driver tmrctr
|
|||
OPTION supported_peripherals = (axi_timer);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION VERSION = 3.0;
|
||||
OPTION VERSION = 4.0;
|
||||
OPTION NAME = tmrctr;
|
||||
|
||||
END driver
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* Contains required functions for the XTmrCtr driver.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr.h
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_g.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* This file contains a configuration table that specifies the configuration of
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_intr.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* Contains interrupt-related functions for the XTmrCtr component.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_l.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* This file contains low-level driver functions that can be used to access the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_l.h
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* This header file contains identifiers and low-level driver functions (or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_options.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* Contains configuration options functions for the XTmrCtr component.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_selftest.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* Contains diagnostic/self-test functions for the XTmrCtr component.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved.
|
||||
* Copyright (C) 2002 - 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
|
||||
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
*
|
||||
* @file xtmrctr_stats.c
|
||||
* @addtogroup tmrctr_v3_0
|
||||
* @addtogroup tmrctr_v4_0
|
||||
* @{
|
||||
*
|
||||
* Contains function to get and clear statistics for the XTmrCtr component.
|
||||
|
|
Loading…
Add table
Reference in a new issue