From b49e7cef46a01dc2e7c4d60e530417aeb22244de Mon Sep 17 00:00:00 2001 From: EricB-ADI Date: Wed, 21 Aug 2024 15:30:55 -0500 Subject: [PATCH] Revert "fix(Other): Updated gitignore (#1046)" This reverts commit c019fed8fdb1724d1a1cafc532bc7c9e75e57611. --- .gitignore | 3 +- .../CMSIS/Device/Maxim/GCC/mxc_version.mk | 24 ++++++++++++ .../scp_packets/set_stim_pin/session.txt.log | 29 +++++++++++++++ mxc_version.h | 37 +++++++++++++++++++ 4 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk create mode 100644 Tools/SBT/devices/MAX32662/scp_packets/set_stim_pin/session.txt.log create mode 100644 mxc_version.h diff --git a/.gitignore b/.gitignore index 5ec3816451d..85ab7ee4683 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ Examples/*/*/*/buildrv .vscode/settings.json Libraries/PeriphDrivers/Documentation/MAX* Libraries/PeriphDrivers/bin +docs Documentation/Libraries Documentation/res Examples/MAX78000/PowerTest @@ -37,5 +38,3 @@ node_modules package-lock.json package.json .python-version -mxc_version.h -mxc_version.mk diff --git a/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk b/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk new file mode 100644 index 00000000000..b61ba29bf55 --- /dev/null +++ b/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk @@ -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) diff --git a/Tools/SBT/devices/MAX32662/scp_packets/set_stim_pin/session.txt.log b/Tools/SBT/devices/MAX32662/scp_packets/set_stim_pin/session.txt.log new file mode 100644 index 00000000000..7cbb48d8d6e --- /dev/null +++ b/Tools/SBT/devices/MAX32662/scp_packets/set_stim_pin/session.txt.log @@ -0,0 +1,29 @@ +session generation v4.3.2 (May 10 2022 10:31:43) (c)Maxim Integrated +Session mode : SCP_ECDSA + +.0000001.CON_REQ +beefed01000090f3 +.0000002.CON_REP +beefed0200009001 +.0000003.ACK +beefed06000090c7 +.0000004.DATA_TRANSFER +beefed05000e90c31000000a48454c4c4f20424c030236920731 +.0000005.ACK +beefed06000090c7 +.0000006.DATA_TRANSFER +beefed05003691622000003248454c4c4f20484f535401000000000000c0040043471fd203080c0700007f00000000000000000000000000000000000000a73ed287 +.0000007.ACK +beefed06000091a3 +.0000008.DATA_TRANSFER +beefed05004992605a0000054428550006c3a7c61440e3823f082d144523e562056a7dfcdbd0443e1af65f1a54c90c079ebe4d0d201b470f568cb219c1c79fbd2758d80b35e39f9d94224b17c647f06cfbe71b5892 +.0000009.ACK +beefed0600009240 +.0000010.DATA_TRANSFER +beefed05000893bd5a00000400000000fc664624 +.0000011.ACK +beefed0600009302 +.0000012.DISC_REQ +beefed0300009496 +.0000013.DISC_REP +beefed0400009488 diff --git a/mxc_version.h b/mxc_version.h new file mode 100644 index 00000000000..bfdc18c99a6 --- /dev/null +++ b/mxc_version.h @@ -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_