Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrihab kouki <rihab.kouki@st.com>2021-11-23 17:29:35 +0300
committerrihab kouki <rihab.kouki@st.com>2021-11-23 17:52:54 +0300
commit11042898d71249ed9c698355fd7b7812b741a161 (patch)
tree8ba372ad357d2a044cfcb665b64c0caec1a7946f /Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic
parentf8793c3e2ab6d2c84897405a6fcf529703185063 (diff)
Release v1.13.0
Diffstat (limited to 'Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic')
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_common.h14
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_conf.h15
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_entry.h12
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_conf.h14
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_if.h15
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/main.h13
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32_lpm_if.h29
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wb5mm_dk_conf.h13
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_hal_conf.h15
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_it.h15
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm_logging.h11
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/utilities_conf.h12
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/app_entry.c16
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_timerserver.c16
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_uart.c12
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/main.c26
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32_lpm_if.c24
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_hal_msp.c12
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_it.c14
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm_logging.c13
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/system_stm32wbxx.c15
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/EWARM/startup_stm32wb55xx_cm4.s14
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/MDK-ARM/startup_stm32wb5mxx_cm4.s13
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/Startup/startup_stm32wb5mmghx.s14
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/syscalls.c27
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/sysmem.c27
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/STM32WB5MMGHX_FLASH.ld30
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.c24
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.h18
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/tl_dbg_conf.h18
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/Target/hw_ipcc.c21
-rw-r--r--Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/readme.txt10
32 files changed, 229 insertions, 313 deletions
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_common.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_common.h
index cf8a5baa6..7197b3388 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_common.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_common.h
@@ -4,16 +4,15 @@
* File Name : app_common.h
* Description : App Common application configuration file for STM32WPAN Middleware.
*
- ******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -116,4 +115,3 @@ extern "C"{
#endif /*APP_COMMON_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_conf.h
index 42543d46d..06021c295 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_conf.h
@@ -3,16 +3,16 @@
******************************************************************************
* File Name : app_conf.h
* Description : Application configuration file for STM32WPAN Middleware.
- ******************************************************************************
+ *
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -368,4 +368,3 @@ typedef enum
#endif /*APP_CONF_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_entry.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_entry.h
index 568f2491d..3a1fe2f85 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_entry.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/app_entry.h
@@ -6,13 +6,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -67,4 +66,3 @@ extern "C" {
#endif /*APP_ENTRY_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_conf.h
index 3294c8281..2208cd72e 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_conf.h
@@ -1,18 +1,17 @@
/* USER CODE BEGIN Header */
/**
- ******************************************************************************
+ ******************************************************************************
* File Name : hw_conf.h
* Description : Hardware configuration file for STM32WPAN Middleware.
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -263,4 +262,3 @@
#endif /*HW_CONF_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_if.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_if.h
index 81e303b99..5dfe0e735 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_if.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/hw_if.h
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -147,7 +146,7 @@ extern "C" {
* @param pTimerId: Timer Id returned to the user to request operation (start, stop, delete)
* @param TimerMode: Mode of the virtual timer (Single shot or repeated)
* @param pTimerCallBack: Callback when the virtual timer expires
- * @retval HW_TS_ReturnStatus_t: Return whether the creation is sucessful or not
+ * @retval HW_TS_ReturnStatus_t: Return whether the creation is successful or not
*/
HW_TS_ReturnStatus_t HW_TS_Create(uint32_t TimerProcessID, uint8_t *pTimerId, HW_TS_Mode_t TimerMode, HW_TS_pTimerCb_t pTimerCallBack);
@@ -246,5 +245,3 @@ extern "C" {
#endif
#endif /*HW_IF_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/main.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/main.h
index 04421f057..56638ded0 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/main.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/main.h
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -72,5 +71,3 @@ void MX_USART1_UART_Init(void);
#endif
#endif /* __MAIN_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32_lpm_if.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32_lpm_if.h
index 70abecaa9..49bc3661f 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32_lpm_if.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32_lpm_if.h
@@ -1,21 +1,20 @@
/* USER CODE BEGIN Header */
/**
-******************************************************************************
+ ******************************************************************************
* @file stm32_lpm_if.h
* @brief Header for stm32_lpm_if.c module (device specific LP management)
-******************************************************************************
-* @attention
-*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
-* All rights reserved.</center></h2>
-*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
-*
-******************************************************************************
-*/
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
+ */
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
@@ -77,5 +76,3 @@ void PWR_ExitSleepMode( void );
#endif
#endif /*__STM32_LPM_IF_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wb5mm_dk_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wb5mm_dk_conf.h
index 29d137061..d081f3fb8 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wb5mm_dk_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wb5mm_dk_conf.h
@@ -6,13 +6,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2020-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -92,5 +91,3 @@ extern "C" {
#endif
#endif /* STM32WB5MM_DK_CONF_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_hal_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_hal_conf.h
index 4addc3510..0de7f34ea 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_hal_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_hal_conf.h
@@ -1,3 +1,4 @@
+/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32wbxx_hal_conf.h
@@ -6,16 +7,16 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
+/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __STM32WBxx_HAL_CONF_H
@@ -349,5 +350,3 @@
#endif
#endif /* __STM32WBxx_HAL_CONF_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_it.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_it.h
index ca1240de0..9c07c5762 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_it.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm32wbxx_it.h
@@ -3,16 +3,15 @@
******************************************************************************
* @file stm32wbxx_it.h
* @brief This file contains the headers of the interrupt handlers.
- *******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -81,5 +80,3 @@ void EXTI15_10_IRQHandler(void);
#endif
#endif /* __STM32WBxx_IT_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm_logging.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm_logging.h
index 948bfb5c5..6a811f7ab 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm_logging.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/stm_logging.h
@@ -6,13 +6,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/utilities_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/utilities_conf.h
index 92a5d07a3..8aacfd97f 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/utilities_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Inc/utilities_conf.h
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -65,4 +64,3 @@ extern "C" {
#endif /*UTILITIES_CONF_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/app_entry.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/app_entry.c
index b0a9867c9..6090f9585 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/app_entry.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/app_entry.c
@@ -6,16 +6,15 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
- ******************************************************************************
- */
+ ******************************************************************************
+ */
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
@@ -443,4 +442,3 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
}
/* USER CODE END FD_WRAP_FUNCTIONS */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_timerserver.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_timerserver.c
index c0af6a14a..3d44a3caf 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_timerserver.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_timerserver.c
@@ -1,19 +1,18 @@
/* USER CODE BEGIN Header */
/**
- ******************************************************************************
+ ******************************************************************************
* File Name : hw_timerserver.c
* Description : Hardware timerserver source file for STM32WPAN Middleware.
*
- ******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -892,4 +891,3 @@ __weak void HW_TS_RTC_Int_AppNot(uint32_t TimerProcessID, uint8_t TimerID, HW_TS
return;
}
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_uart.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_uart.c
index 6ae6ff9f9..166acccd5 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_uart.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/hw_uart.c
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -317,4 +316,3 @@ void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart)
return;
}
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/main.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/main.c
index 69364ca0d..8f0cdb451 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/main.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/main.c
@@ -4,6 +4,17 @@
* @file : main.c
* @brief : Main program body
*
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
@verbatim
==============================================================================
##### IMPORTANT NOTE #####
@@ -23,19 +34,8 @@
@endverbatim
******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
- *
- *
******************************************************************************
- */
+ */
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
#include "main.h"
@@ -650,5 +650,3 @@ void assert_failed(uint8_t *file, uint32_t line)
/* USER CODE END 6 */
}
#endif /* USE_FULL_ASSERT */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32_lpm_if.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32_lpm_if.c
index fba978d88..fd5ffa733 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32_lpm_if.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32_lpm_if.c
@@ -1,18 +1,17 @@
/* USER CODE BEGIN Header */
/**
- ***************************************************************************************
+ ***************************************************************************************
* File Name : stm32_lpm_if.c
* Description : Low layer function to enter/exit low power modes (stop, sleep).
- ***************************************************************************************
+ ***************************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -277,19 +276,11 @@ static void EnterLowPower( void )
/* Release ENTRY_STOP_MODE semaphore */
LL_HSEM_ReleaseLock( HSEM, CFG_HW_ENTRY_STOP_MODE_SEMID, 0 );
- /**
- * The switch on HSI before entering Stop Mode is required on Cut2.0
- * It is useless from Cut2.1
- */
Switch_On_HSI( );
}
}
else
{
- /**
- * The switch on HSI before entering Stop Mode is required on Cut2.0
- * It is useless from Cut2.1
- */
Switch_On_HSI( );
}
@@ -355,5 +346,4 @@ static void Switch_On_HSI( void )
/* USER CODE END Private_Functions */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_hal_msp.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_hal_msp.c
index 5401b70ae..0ac4b9220 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_hal_msp.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_hal_msp.c
@@ -7,13 +7,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -386,4 +385,3 @@ void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc)
/* USER CODE END 1 */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_it.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_it.c
index e36489195..a2c1a6c47 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_it.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm32wbxx_it.c
@@ -3,16 +3,15 @@
******************************************************************************
* @file stm32wbxx_it.c
* @brief Interrupt Service Routines.
- *******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -399,4 +398,3 @@ void EXTI15_10_IRQHandler(void)
/* USER CODE END 1 */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm_logging.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm_logging.c
index 0416f0c7a..aacc61283 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm_logging.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/stm_logging.c
@@ -1,6 +1,6 @@
/* USER CODE BEGIN Header */
/**
- ******************************************************************************
+ ******************************************************************************
* File Name : stm_logging.c
* Description : This file contains all the defines and functions used
* for logging on Application examples.
@@ -8,13 +8,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/system_stm32wbxx.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/system_stm32wbxx.c
index efd4c8554..bac9a055f 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/system_stm32wbxx.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/Core/Src/system_stm32wbxx.c
@@ -60,13 +60,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under 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:
- * opensource.org/licenses/Apache-2.0
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -161,10 +160,12 @@
const uint32_t MSIRangeTable[16UL] = {100000UL, 200000UL, 400000UL, 800000UL, 1000000UL, 2000000UL, \
4000000UL, 8000000UL, 16000000UL, 24000000UL, 32000000UL, 48000000UL, 0UL, 0UL, 0UL, 0UL}; /* 0UL values are incorrect cases */
+#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx) || defined (STM32WB15xx)
const uint32_t SmpsPrescalerTable[4UL][6UL]={{1UL,3UL,2UL,2UL,1UL,2UL}, \
{2UL,6UL,4UL,3UL,2UL,4UL}, \
{4UL,12UL,8UL,6UL,4UL,8UL}, \
{4UL,12UL,8UL,6UL,4UL,8UL}};
+#endif
/**
* @}
@@ -349,5 +350,3 @@ void SystemCoreClockUpdate(void)
/**
* @}
*/
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/EWARM/startup_stm32wb55xx_cm4.s b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/EWARM/startup_stm32wb55xx_cm4.s
index f3b216985..911641737 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/EWARM/startup_stm32wb55xx_cm4.s
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/EWARM/startup_stm32wb55xx_cm4.s
@@ -16,13 +16,12 @@
;******************************************************************************
;* @attention
;*
-;* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
-;* All rights reserved.</center></h2>
+;* Copyright (c) 2019 STMicroelectronics.
+;* All rights reserved.
;*
-;* This software component is licensed by ST under 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:
-;* opensource.org/licenses/Apache-2.0
+;* This software is licensed under terms that can be found in the LICENSE file
+;* in the root directory of this software component.
+;* If no LICENSE file comes with this software, it is provided AS-IS.
;*
;******************************************************************************
;
@@ -83,7 +82,7 @@ __vector_table
DCD EXTI0_IRQHandler ; EXTI Line 0 Interrupt
DCD EXTI1_IRQHandler ; EXTI Line 1 Interrupt
DCD EXTI2_IRQHandler ; EXTI Line 2 Interrupt
- DCD EXTI3_IRQHandler ; EXTI Line 3 Interrup
+ DCD EXTI3_IRQHandler ; EXTI Line 3 Interrupt
DCD EXTI4_IRQHandler ; EXTI Line 4 Interrupt
DCD DMA1_Channel1_IRQHandler ; DMA1 Channel 1 Interrupt
DCD DMA1_Channel2_IRQHandler ; DMA1 Channel 2 Interrupt
@@ -514,4 +513,3 @@ DMAMUX1_OVR_IRQHandler
END
-;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/MDK-ARM/startup_stm32wb5mxx_cm4.s b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/MDK-ARM/startup_stm32wb5mxx_cm4.s
index f04432d7b..6a51d2123 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/MDK-ARM/startup_stm32wb5mxx_cm4.s
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/MDK-ARM/startup_stm32wb5mxx_cm4.s
@@ -14,12 +14,12 @@
;******************************************************************************
;* @attention
;*
-;* Copyright (c) 2019 STMicroelectronics. All rights reserved.
+;* Copyright (c) 2019 STMicroelectronics.
+;* All rights reserved.
;*
-;* This software component is licensed by ST under 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:
-;* opensource.org/licenses/Apache-2.0
+;* This software is licensed under terms that can be found in the LICENSE file
+;* in the root directory of this software component.
+;* If no LICENSE file comes with this software, it is provided AS-IS.
;*
;******************************************************************************
@@ -84,7 +84,7 @@ __Vectors DCD __initial_sp ; Top of Stack
DCD EXTI0_IRQHandler ; EXTI Line 0 Interrupt
DCD EXTI1_IRQHandler ; EXTI Line 1 Interrupt
DCD EXTI2_IRQHandler ; EXTI Line 2 Interrupt
- DCD EXTI3_IRQHandler ; EXTI Line 3 Interrup
+ DCD EXTI3_IRQHandler ; EXTI Line 3 Interrupt
DCD EXTI4_IRQHandler ; EXTI Line 4 Interrupt
DCD DMA1_Channel1_IRQHandler ; DMA1 Channel 1 Interrupt
DCD DMA1_Channel2_IRQHandler ; DMA1 Channel 2 Interrupt
@@ -365,4 +365,3 @@ __user_initial_stackheap
END
-;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/Startup/startup_stm32wb5mmghx.s b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/Startup/startup_stm32wb5mmghx.s
index 891ce5b9a..18f06244f 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/Startup/startup_stm32wb5mmghx.s
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/Startup/startup_stm32wb5mmghx.s
@@ -14,13 +14,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019 STMicroelectronics.
+ * All rights reserved.
*
-* This software component is licensed by ST under 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:
- * opensource.org/licenses/Apache-2.0
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -93,7 +92,7 @@ LoopFillZerobss:
Reset_Handler:
ldr r0, =_estack
mov sp, r0 /* set stack pointer */
-/* Call the clock system intitialization function.*/
+/* Call the clock system initialization function.*/
bl SystemInit
/* Copy the data segment initializers from flash to SRAM */
@@ -442,4 +441,3 @@ g_pfnVectors:
.weak DMAMUX1_OVR_IRQHandler
.thumb_set DMAMUX1_OVR_IRQHandler,Default_Handler
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/syscalls.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/syscalls.c
index bc0dd6c06..c921fd873 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/syscalls.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/syscalls.c
@@ -1,5 +1,5 @@
/**
- ******************************************************************************
+ ******************************************************************************
* @file syscalls.c
* @author Auto-generated by STM32CubeIDE
* @brief STM32CubeIDE Minimal System calls file
@@ -7,19 +7,18 @@
* For more information about which c-functions
* need which of these lowlevel functions
* please consult the Newlib libc-manual
- ******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
- *
- ******************************************************************************
- */
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2020-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
+ */
/* Includes */
#include <sys/stat.h>
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/sysmem.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/sysmem.c
index d7cc52cd4..dda5abe79 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/sysmem.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/Application/User/Core/sysmem.c
@@ -1,5 +1,5 @@
/**
- ******************************************************************************
+ ******************************************************************************
* @file sysmem.c
* @author Generated by STM32CubeIDE
* @brief STM32CubeIDE System Memory calls file
@@ -7,19 +7,18 @@
* For more information about which C functions
* need which of these lowlevel functions
* please consult the newlib libc manual
- ******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
- *
- ******************************************************************************
- */
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2020-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
+ */
/* Includes */
#include <errno.h>
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/STM32WB5MMGHX_FLASH.ld b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/STM32WB5MMGHX_FLASH.ld
index f0c35b387..04d57d8aa 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/STM32WB5MMGHX_FLASH.ld
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32CubeIDE/STM32WB5MMGHX_FLASH.ld
@@ -15,30 +15,14 @@
** of any kind.
**
*****************************************************************************
+** @attention
**
-** <h2><center>&copy; COPYRIGHT(c) 2019 STMicroelectronics</center></h2>
+** Copyright (c) 2019 STMicroelectronics.
+** All rights reserved.
**
-** Redistribution and use in source and binary forms, with or without modification,
-** are permitted provided that the following conditions are met:
-** 1. Redistributions of source code must retain the above copyright notice,
-** this list of conditions and the following disclaimer.
-** 2. Redistributions in binary form must reproduce the above copyright notice,
-** this list of conditions and the following disclaimer in the documentation
-** and/or other materials provided with the distribution.
-** 3. Neither the name of STMicroelectronics nor the names of its contributors
-** may be used to endorse or promote products derived from this software
-** without specific prior written permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-** SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-** CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+** This software is licensed under terms that can be found in the LICENSE file
+** in the root directory of this software component.
+** If no LICENSE file comes with this software, it is provided AS-IS.
**
*****************************************************************************
*/
@@ -145,7 +129,7 @@ SECTIONS
. = ALIGN(4);
.bss :
{
- /* This is used by the startup in order to initialize the .bss secion */
+ /* This is used by the startup in order to initialize the .bss section */
_sbss = .; /* define a global symbol at bss start */
__bss_start__ = _sbss;
*(.bss)
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.c
index a8be7c42d..529c3bc46 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.c
@@ -4,18 +4,17 @@
* File Name : App/app_thread.c
* Description : Thread Application.
******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
- *
- ******************************************************************************
- */
+ * @attention
+ *
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
+ */
/* USER CODE END Header */
/* Includes ------------------------------------------------------------------*/
@@ -1165,4 +1164,3 @@ void VCP_DataReceived(uint8_t* Buf , uint32_t *Len)
/* USER CODE BEGIN FD_WRAP_FUNCTIONS */
/* USER CODE END FD_WRAP_FUNCTIONS */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.h
index d6be3726a..bfc5f3c7c 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/app_thread.h
@@ -1,21 +1,20 @@
/* USER CODE BEGIN Header */
/**
- ******************************************************************************
- * File Name : App/app_thread.h
+ ******************************************************************************
+ * File Name : App/app_thread.h
* Description : Header for Thread Application.
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
- */
+ */
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef APP_THREAD_H
@@ -128,4 +127,3 @@ void APP_THREAD_LCD_DisplayInit(void);
#endif /* APP_THREAD_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/tl_dbg_conf.h b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/tl_dbg_conf.h
index 7bfe8fac6..b2b3b4354 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/tl_dbg_conf.h
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/App/tl_dbg_conf.h
@@ -1,19 +1,18 @@
/* USER CODE BEGIN Header */
/**
******************************************************************************
- * File Name : App/tl_dbg_conf.h
+ * File Name : tl_dbg_conf.h
* Description : Debug configuration file for stm32wpan transport layer interface.
*
- ******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -48,7 +47,7 @@ extern "C" {
#define TL_HCI_EVT_DBG_EN 0 /* Reports BLE Asynchronous Events received from CPU2 */
#define TL_HCI_EVT_DBG_RAW_EN 0 /* Reports raw data BLE Asynchronous Events received from CPU2 */
-#define TL_MM_DBG_EN 0 /* Reports the informations of the buffer released to CPU2 */
+#define TL_MM_DBG_EN 0 /* Reports the information of the buffer released to CPU2 */
/**
* Macro definition
@@ -133,4 +132,3 @@ extern "C" {
#endif /*__TL_DBG_CONF_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/Target/hw_ipcc.c b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/Target/hw_ipcc.c
index afa62b179..85606fda2 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/Target/hw_ipcc.c
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/STM32_WPAN/Target/hw_ipcc.c
@@ -1,19 +1,18 @@
/* USER CODE BEGIN Header */
/**
- ******************************************************************************
+ ******************************************************************************
* File Name : Target/hw_ipcc.c
* Description : Hardware IPCC source file for STM32WPAN Middleware.
*
- ******************************************************************************
+ ******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -164,10 +163,7 @@ void HW_IPCC_Tx_Handler( void )
HW_IPCC_ZIGBEE_CmdEvtHandler();
}
#endif /* ZIGBEE_WB */
- else if (HW_IPCC_TX_PENDING( HW_IPCC_SYSTEM_CMD_RSP_CHANNEL ))
- {
- HW_IPCC_SYS_CmdEvtHandler();
- }
+
else if (HW_IPCC_TX_PENDING( HW_IPCC_MM_RELEASE_BUFFER_CHANNEL ))
{
HW_IPCC_MM_FreeBufHandler();
@@ -672,4 +668,3 @@ static void HW_IPCC_TRACES_EvtHandler( void )
__weak void HW_IPCC_TRACES_EvtNot( void ){};
-/******************* (C) COPYRIGHT 2019 STMicroelectronics *****END OF FILE****/
diff --git a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/readme.txt b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/readme.txt
index 9b597606a..7439daf91 100644
--- a/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/readme.txt
+++ b/Projects/STM32WB5MM-DK/Applications/Thread/Thread_Coap_Generic/readme.txt
@@ -8,12 +8,12 @@
* @brief Description of Coap Generic Application
******************************************************************************
*
- * Copyright (c) 2021 STMicroelectronics. All rights reserved.
+ * Copyright (c) 2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
@endverbatim