Skip to content

Commit

Permalink
Revert "fix(Other): Updated gitignore (#1046)"
Browse files Browse the repository at this point in the history
This reverts commit c019fed.
  • Loading branch information
EricB-ADI committed Aug 21, 2024
1 parent ba683d0 commit b49e7ce
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Examples/*/*/*/buildrv
.vscode/settings.json
Libraries/PeriphDrivers/Documentation/MAX*
Libraries/PeriphDrivers/bin
docs
Documentation/Libraries
Documentation/res
Examples/MAX78000/PowerTest
Expand Down Expand Up @@ -37,5 +38,3 @@ node_modules
package-lock.json
package.json
.python-version
mxc_version.h
mxc_version.mk
24 changes: 24 additions & 0 deletions Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
###############################################################################
#
# Copyright (C) 2024 Analog Devices, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##############################################################################
# Autogenerated version info for build system.
MSDK_VERSION_STRING := v2024_02-33-g2895589c63
MSDK_VERSION_YEAR := 2024
MSDK_VERSION_MONTH := 2

# Add root MAXIM_PATH to IPATH so compiler can locate msdk_version.h
IPATH += $(MAXIM_PATH)
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
session generation v4.3.2 (May 10 2022 10:31:43) (c)Maxim Integrated
Session mode : SCP_ECDSA
<session SCP_ECDSA>
<target>.0000001.CON_REQ
beefed01000090f3
<host>.0000002.CON_REP
beefed0200009001
<target>.0000003.ACK
beefed06000090c7
<target>.0000004.DATA_TRANSFER
beefed05000e90c31000000a48454c4c4f20424c030236920731
<host>.0000005.ACK
beefed06000090c7
<host>.0000006.DATA_TRANSFER
beefed05003691622000003248454c4c4f20484f535401000000000000c0040043471fd203080c0700007f00000000000000000000000000000000000000a73ed287
<target>.0000007.ACK
beefed06000091a3
<target>.0000008.DATA_TRANSFER
beefed05004992605a0000054428550006c3a7c61440e3823f082d144523e562056a7dfcdbd0443e1af65f1a54c90c079ebe4d0d201b470f568cb219c1c79fbd2758d80b35e39f9d94224b17c647f06cfbe71b5892
<host>.0000009.ACK
beefed0600009240
<host>.0000010.DATA_TRANSFER
beefed05000893bd5a00000400000000fc664624
<target>.0000011.ACK
beefed0600009302
<target>.0000012.DISC_REQ
beefed0300009496
<host>.0000013.DISC_REP
beefed0400009488
37 changes: 37 additions & 0 deletions mxc_version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/******************************************************************************
*
* Copyright (C) 2024 Analog Devices, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
******************************************************************************/
#ifndef MXC_VERSION_H_
#define MXC_VERSION_H_
// @autogenerated version info

/**
* @brief The string representing the current MSDK version.
* Format: `[Release tag]-[commits since release tag]-g[commit SHA]`
* If exactly on a release tag, this string will match the tag
*/
#define MSDK_VERSION_STRING "v2023_10-152-g0f61712462"
/**
* @brief The month of the current MSDK version
*/
#define MSDK_VERSION_YEAR 2023
/**
* @brief The year of the current MSDK version
*/
#define MSDK_VERSION_MONTH 10

#endif // MXC_VERSION_H_

0 comments on commit b49e7ce

Please sign in to comment.