diff --git a/.gitignore b/.gitignore index 85ab7ee4683..5ec3816451d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ Examples/*/*/*/buildrv .vscode/settings.json Libraries/PeriphDrivers/Documentation/MAX* Libraries/PeriphDrivers/bin -docs Documentation/Libraries Documentation/res Examples/MAX78000/PowerTest @@ -38,3 +37,5 @@ 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 deleted file mode 100644 index b61ba29bf55..00000000000 --- a/Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### - # - # 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 deleted file mode 100644 index 7cbb48d8d6e..00000000000 --- a/Tools/SBT/devices/MAX32662/scp_packets/set_stim_pin/session.txt.log +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index bfdc18c99a6..00000000000 --- a/mxc_version.h +++ /dev/null @@ -1,37 +0,0 @@ -/****************************************************************************** - * - * 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_