From 3d1e31e27d05e8f35890af315126a15bd2680218 Mon Sep 17 00:00:00 2001 From: Sihyung Woo Date: Tue, 31 Oct 2023 16:38:15 -0500 Subject: [PATCH] Fix copyrights in MAX32665 Bluetooth examples. Fix linter --- Examples/MAX32665/Bluetooth/BLE4_ctr/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE5_ctr/main.c | 2 +- .../Bluetooth/BLE_FreeRTOS/FreeRTOSConfig.h | 6 +-- .../Bluetooth/BLE_FreeRTOS/dats_api.h | 9 ++-- .../Bluetooth/BLE_FreeRTOS/dats_main.c | 2 + .../Bluetooth/BLE_FreeRTOS/stack_dats.c | 2 + .../Bluetooth/BLE_LR_Central/lr_central_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_LR_Central/main.c | 2 +- .../Bluetooth/BLE_LR_Central/sdsc_api.h | 6 +-- .../BLE_LR_Central/stack_lr_central.c | 2 +- .../BLE_LR_Peripheral/lr_periph_api.h | 9 ++-- .../BLE_LR_Peripheral/lr_periph_main.c | 2 +- .../Bluetooth/BLE_LR_Peripheral/main.c | 2 +- .../BLE_LR_Peripheral/stack_lr_periph.c | 2 +- .../MAX32665/Bluetooth/BLE_datc/datc_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_datc/datc_main.c | 2 +- .../MAX32665/Bluetooth/BLE_datc/sdsc_api.h | 6 +-- .../MAX32665/Bluetooth/BLE_datc/stack_datc.c | 2 +- .../MAX32665/Bluetooth/BLE_dats/dats_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_dats/dats_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_dats/main.c | 2 +- .../Bluetooth/BLE_dats/services/svc_sds.h | 6 +-- Examples/MAX32665/Bluetooth/BLE_fcc/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_fit/fit_main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_fit/main.c | 2 +- Examples/MAX32665/Bluetooth/BLE_mcs/main.c | 38 +++++++------- .../MAX32665/Bluetooth/BLE_mcs/mcs_app_api.h | 7 ++- .../MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c | 2 + .../Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h | 31 +++++++----- .../Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c | 23 +++++---- .../Bluetooth/BLE_mcs/services/svc_mcs.c | 22 +++++--- .../Bluetooth/BLE_mcs/services/svc_mcs.h | 28 +++++++---- .../MAX32665/Bluetooth/BLE_otac/datc_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_otac/datc_main.c | 2 + .../MAX32665/Bluetooth/BLE_otac/fw_update.S | 50 +++++++++++++++++++ Examples/MAX32665/Bluetooth/BLE_otac/main.c | 39 ++++++++------- .../MAX32665/Bluetooth/BLE_otas/bl_build.S | 50 +++++++++++++++++++ .../MAX32665/Bluetooth/BLE_otas/dats_api.h | 9 ++-- .../MAX32665/Bluetooth/BLE_otas/dats_main.c | 3 ++ Examples/MAX32665/Bluetooth/BLE_otas/main.c | 38 +++++++------- .../MAX32665/Bluetooth/BLE_otas/wdxs_file.h | 28 +++++++---- .../Bluetooth/BLE_otas/wdxs_file_ext.c | 22 +++++--- .../Bluetooth/BLE_otas/wdxs_file_int.c | 22 +++++--- Examples/MAX32665/Bluetooth/BLE_periph/main.c | 36 ++++++------- .../Bluetooth/BLE_periph/periph_api.h | 9 ++-- .../Bluetooth/BLE_periph/periph_main.c | 2 + .../Bootloader_Host/bootloader/bootloader.h | 6 +-- .../bootloader/bootloader_cmd.h | 6 +-- .../Bootloader_Host/include/platform.h | 6 +-- .../Bootloader_Host/include/terminal.h | 6 +-- .../Bootloader_Host/test_images/test_images.h | 6 +-- .../Bluetooth/RF_Test/FreeRTOSConfig.h | 6 +-- Examples/MAX32665/Bluetooth/RF_Test/main.c | 4 ++ Examples/MAX32665/Bluetooth/RF_Test/main.h | 34 +++++++++++-- .../MAX32665/USB/USB_CDCACM/descriptors.h | 6 +-- .../USB_CompositeDevice_MSC_CDC/descriptors.h | 6 +-- .../USB/USB_CompositeDevice_MSC_CDC/mscmem.h | 6 +-- .../USB_CompositeDevice_MSC_HID/descriptors.h | 6 +-- .../USB/USB_CompositeDevice_MSC_HID/mscmem.h | 6 +-- .../USB/USB_HIDKeyboard/descriptors.h | 6 +-- .../USB/USB_MassStorage/descriptors.h | 6 +-- .../MAX32665/USB/USB_MassStorage/mscmem.h | 7 +-- .../Boards/MAX32665/EvKit_129B/examples.txt | 18 +++---- .../Boards/MAX32665/EvKit_129C/examples.txt | 18 +++---- .../Boards/MAX32665/EvKit_V1/examples.txt | 37 +++++++------- Libraries/Boards/MAX32665/FTHR/examples.txt | 30 +++++------ Libraries/Boards/MAX32665/FTHR2/examples.txt | 30 +++++------ .../Boards/MAX32665/WLP_VAR/examples.txt | 18 +++---- 69 files changed, 535 insertions(+), 319 deletions(-) diff --git a/Examples/MAX32665/Bluetooth/BLE4_ctr/main.c b/Examples/MAX32665/Bluetooth/BLE4_ctr/main.c index 0ae4045a382..872c5b1d641 100644 --- a/Examples/MAX32665/Bluetooth/BLE4_ctr/main.c +++ b/Examples/MAX32665/Bluetooth/BLE4_ctr/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copyright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c b/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c index c65166fcc53..9fcad52802e 100644 --- a/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c +++ b/Examples/MAX32665/Bluetooth/BLE5_ctr/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/FreeRTOSConfig.h b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/FreeRTOSConfig.h index 226d78d7bed..a026d893814 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/FreeRTOSConfig.h +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/FreeRTOSConfig.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_FREERTOS_FREERTOSCONFIG_H_ -#define EXAMPLES_MAX32665_BLE_FREERTOS_FREERTOSCONFIG_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_FREERTOSCONFIG_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_FREERTOSCONFIG_H_ #include #include "max32665.h" @@ -148,4 +148,4 @@ void vPostSleepProcessing(uint32_t); /* FreeRTOS+CLI requires this size to be defined, but we do not use it */ #define configCOMMAND_INT_MAX_OUTPUT_SIZE 1 -#endif // EXAMPLES_MAX32665_BLE_FREERTOS_FREERTOSCONFIG_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_FREERTOSCONFIG_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h index 50c603d627c..c6db84d1737 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Partial Copright (c) 2022-2023 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 @@ -21,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_FREERTOS_DATS_API_H_ -#define EXAMPLES_MAX32665_BLE_FREERTOS_DATS_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ #include "wsf_os.h" @@ -69,4 +72,4 @@ void DatsHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_FREERTOS_DATS_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_FREERTOS_DATS_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c index 97d8af655ad..2ea5a8b9272 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Partial Copright (c) 2022-2023 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 diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c index a6f0bd59b4b..32a014889bb 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/stack_dats.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Partial Copright (c) 2022-2023 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 diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h b/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h index 173c1d17484..ca964e2b577 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/lr_central_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. @@ -23,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ -#define EXAMPLES_MAX32665_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ #include "wsf_os.h" @@ -71,4 +72,4 @@ void DatcHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_LR_CENTRAL_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c index 5a0d368d802..2b5f43ccb6a 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/sdsc_api.h b/Examples/MAX32665/Bluetooth/BLE_LR_Central/sdsc_api.h index ee1a0f6c561..410ab11a7e9 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/sdsc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/sdsc_api.h @@ -56,8 +56,8 @@ */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_LR_CENTRAL_SDSC_API_H_ -#define EXAMPLES_MAX32665_BLE_LR_CENTRAL_SDSC_API_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_SDSC_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_SDSC_API_H_ #include "att_api.h" @@ -95,4 +95,4 @@ void SecDatSvcDiscover(dmConnId_t connId, uint16_t *pHdlList); }; #endif -#endif // EXAMPLES_MAX32665_BLE_LR_CENTRAL_SDSC_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_CENTRAL_SDSC_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c b/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c index e6d416a7dc5..47ffa336e25 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/stack_lr_central.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h index 2d14e2be379..7bf6bb3d92c 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copyright (c) 2023 Analog Devices, Inc. + * Paritial Copright (c) 2022-2023 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. @@ -23,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ -#define EXAMPLES_MAX32665_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ #include "wsf_os.h" @@ -81,4 +82,4 @@ void FitHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_LR_PERIPHERAL_LR_PERIPH_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c index 37d71be1b78..aca074eb01d 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/lr_periph_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copyright (c) 2023 Analog Devices, Inc. + * Paritial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c index 7b2d15bc886..aef39881491 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * -* Paritial Copyright (c) 2023 Analog Devices, Inc. +* Paritial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c index e124ab46a6f..f01f3ab325b 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/stack_lr_periph.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Paritial Copyright (c) 2023 Analog Devices, Inc. + * Paritial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h b/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h index 1c5ec9fff56..9f4fcdc7984 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_datc/datc_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. @@ -23,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_DATC_DATC_API_H_ -#define EXAMPLES_MAX32665_BLE_DATC_DATC_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_DATC_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_DATC_API_H_ #include "wsf_os.h" @@ -71,4 +72,4 @@ void DatcHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_DATC_DATC_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_DATC_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c b/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c index d7313bbb413..4644b0aa7e8 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_datc/datc_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/sdsc_api.h b/Examples/MAX32665/Bluetooth/BLE_datc/sdsc_api.h index a140d279c57..cd02294d3d6 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/sdsc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_datc/sdsc_api.h @@ -56,8 +56,8 @@ */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_DATC_SDSC_API_H_ -#define EXAMPLES_MAX32665_BLE_DATC_SDSC_API_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_SDSC_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_SDSC_API_H_ #include "att_api.h" @@ -95,4 +95,4 @@ void SecDatSvcDiscover(dmConnId_t connId, uint16_t *pHdlList); }; #endif -#endif // EXAMPLES_MAX32665_BLE_DATC_SDSC_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_DATC_SDSC_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c b/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c index df935ddc905..cfca06353a9 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c +++ b/Examples/MAX32665/Bluetooth/BLE_datc/stack_datc.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h index 4b32d5a4fb2..e69d5cd7070 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_dats/dats_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. @@ -23,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_DATS_DATS_API_H_ -#define EXAMPLES_MAX32665_BLE_DATS_DATS_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_DATS_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_DATS_API_H_ #include "wsf_os.h" @@ -71,4 +72,4 @@ void DatsHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_DATS_DATS_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_DATS_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c index ac5e9d8751f..5ff65a76c2a 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_dats/dats_main.c @@ -8,7 +8,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/main.c b/Examples/MAX32665/Bluetooth/BLE_dats/main.c index a1f4237bf32..19bb0656178 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_dats/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/services/svc_sds.h b/Examples/MAX32665/Bluetooth/BLE_dats/services/svc_sds.h index 551d826a35c..f2993a01a84 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/services/svc_sds.h +++ b/Examples/MAX32665/Bluetooth/BLE_dats/services/svc_sds.h @@ -57,8 +57,8 @@ */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_DATS_SERVICES_SVC_SDS_H_ -#define EXAMPLES_MAX32665_BLE_DATS_SERVICES_SVC_SDS_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_SERVICES_SVC_SDS_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_SERVICES_SVC_SDS_H_ #ifdef __cplusplus extern "C" { @@ -134,4 +134,4 @@ void SvcSecDataCbackRegister(attsReadCback_t readCback, attsWriteCback_t writeCb }; #endif -#endif // EXAMPLES_MAX32665_BLE_DATS_SERVICES_SVC_SDS_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_DATS_SERVICES_SVC_SDS_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_fcc/main.c b/Examples/MAX32665/Bluetooth/BLE_fcc/main.c index 05aca78e2ba..73be0a323e2 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fcc/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fcc/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h b/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h index 2fce594ae1d..417eb01941b 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_fit/fit_api.h @@ -8,7 +8,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. @@ -23,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_FIT_FIT_API_H_ -#define EXAMPLES_MAX32665_BLE_FIT_FIT_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_FIT_FIT_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_FIT_FIT_API_H_ #include "wsf_os.h" @@ -79,4 +80,4 @@ void FitHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_FIT_FIT_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_FIT_FIT_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c b/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c index cf20d320a4a..e03fe95ecf6 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fit/fit_main.c @@ -9,7 +9,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc. + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/main.c b/Examples/MAX32665/Bluetooth/BLE_fit/main.c index e0fda15e7e1..62f5ae43f81 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_fit/main.c @@ -7,7 +7,7 @@ * * Copyright (c) 2019 Packetcraft, Inc. * - * Partial Copyright (c) 2023 Analog Devices, Inc.) + * Partial Copright (c) 2022-2023 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. diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/main.c index 41f26c2279e..8b0d380e0af 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts -connection requests. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, 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. -*/ + * connection requests. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Partial Copright (c) 2022-2023 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. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_api.h b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_api.h index 35522434969..1cfcea20467 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Partial Copyright (c) 2022-2023 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 @@ -21,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_MCS_MCS_APP_API_H_ -#define EXAMPLES_MAX32665_BLE_MCS_MCS_APP_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_MCS_APP_API_H_ #include "wsf_os.h" diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c index a9bbb3b8374..264917f8b2b 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/mcs_app_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Partial Copright (c) 2022-2023 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 diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h index 5c1d3ff887d..590292182d6 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_api.h @@ -4,21 +4,26 @@ * * \brief Maxim Custom service server. * - * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. - * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. + * + * Copright (c) 2022-2023 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 EXAMPLES_MAX32665_BLE_MCS_PROFILES_MCS_MCS_API_H_ -#define EXAMPLES_MAX32665_BLE_MCS_PROFILES_MCS_MCS_API_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_PROFILES_MCS_MCS_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_PROFILES_MCS_MCS_API_H_ #include "wsf_types.h" #include "att_api.h" @@ -113,4 +118,4 @@ void McsButtonCheckStop(dmConnId_t connId); }; #endif -#endif // EXAMPLES_MAX32665_BLE_MCS_PROFILES_MCS_MCS_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_PROFILES_MCS_MCS_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c index e3738ac8eb8..14f7cdabc78 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/profiles/mcs/mcs_main.c @@ -4,16 +4,21 @@ * * \brief Maxim Custom service server. * - * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. + * Copyright (c) 2012-2019 Arm Ltd. All Rights Reserved. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Copright (c) 2022-2023 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. */ /*************************************************************************************************/ diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c index 9c23868ae18..accc13f0cc7 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.c @@ -5,18 +5,24 @@ * \brief Maxim Custom service server. * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Copright (c) 2022-2023 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. */ /*************************************************************************************************/ + #include "svc_mcs.h" /************************************************************************************************** diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h index 9b4eefda60e..a9390c3b9e1 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/services/svc_mcs.h @@ -5,20 +5,26 @@ * \brief Maxim Custom service server. * * Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Copright (c) 2022-2023 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 EXAMPLES_MAX32665_BLE_MCS_SERVICES_SVC_MCS_H_ -#define EXAMPLES_MAX32665_BLE_MCS_SERVICES_SVC_MCS_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_SERVICES_SVC_MCS_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_SERVICES_SVC_MCS_H_ #include "wsf_types.h" #include "att_api.h" @@ -120,4 +126,4 @@ void SvcMcsCbackRegister(attsReadCback_t readCback, attsWriteCback_t writeCback) }; #endif -#endif // EXAMPLES_MAX32665_BLE_MCS_SERVICES_SVC_MCS_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_MCS_SERVICES_SVC_MCS_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h b/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h index e5fe3bcecce..f6ff9a9b839 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_otac/datc_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Paritial Copright (c) 2022-2023 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 @@ -21,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_OTAC_DATC_API_H_ -#define EXAMPLES_MAX32665_BLE_OTAC_DATC_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAC_DATC_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAC_DATC_API_H_ #include "wsf_os.h" @@ -69,4 +72,4 @@ void DatcHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_OTAC_DATC_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAC_DATC_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c b/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c index 4451bc19b24..3de44a5e2c1 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otac/datc_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Paritial Copright (c) 2022-2023 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 diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/fw_update.S b/Examples/MAX32665/Bluetooth/BLE_otac/fw_update.S index b9bdc5effa0..d057ee43c25 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/fw_update.S +++ b/Examples/MAX32665/Bluetooth/BLE_otac/fw_update.S @@ -1,3 +1,53 @@ +/****************************************************************************** + * + * Copyright 2023 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. + * + ****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, 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 in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ******************************************************************************/ + .section .text /* Include the fw_update binary file, include global symbols we can use at link time */ diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/main.c b/Examples/MAX32665/Bluetooth/BLE_otac/main.c index e9ce0359008..91dceb5b836 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otac/main.c @@ -1,24 +1,27 @@ /*************************************************************************************************/ /*! * @file main.c - * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, 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. -*/ + * @brief Bluetooth data client that scans for and connects to advertisers with the name of "OTAS". + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Paritial Copright (c) 2022-2023 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. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/bl_build.S b/Examples/MAX32665/Bluetooth/BLE_otas/bl_build.S index c1af83df520..4ad47cb1d0d 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/bl_build.S +++ b/Examples/MAX32665/Bluetooth/BLE_otas/bl_build.S @@ -1,3 +1,53 @@ +/****************************************************************************** + * + * Copyright 2023 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. + * + ****************************************************************************** + * + * Copyright (C) 2022-2023 Maxim Integrated Products, 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 in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the name of Maxim Integrated + * Products, Inc. shall not be used except as stated in the Maxim Integrated + * Products, Inc. Branding Policy. + * + * The mere transfer of this software does not imply any licenses + * of trade secrets, proprietary technology, copyrights, patents, + * trademarks, maskwork rights, or any other form of intellectual + * property whatsoever. Maxim Integrated Products, Inc. retains all + * ownership rights. + * + ******************************************************************************/ + /* Include the bl binary file, plus a reference for addition into linker script */ .section .text _binary_bootloader_bin_start: diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h b/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h index eda3797d0b9..eab058dc130 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_otas/dats_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Paritial Copright (c) 2022-2023 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 @@ -21,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_OTAS_DATS_API_H_ -#define EXAMPLES_MAX32665_BLE_OTAS_DATS_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_DATS_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_DATS_API_H_ #include "wsf_os.h" @@ -69,4 +72,4 @@ void DatsHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_OTAS_DATS_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_DATS_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c b/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c index fe30582b568..5a69ceb036c 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/dats_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Paritial Copright (c) 2022-2023 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 @@ -62,6 +64,7 @@ #ifndef OTA_INTERNAL #include "Ext_Flash.h" #endif + /************************************************************************************************** Macros **************************************************************************************************/ diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/main.c b/Examples/MAX32665/Bluetooth/BLE_otas/main.c index efc7c6dfb7f..ffcfda3deb5 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/main.c @@ -2,24 +2,26 @@ /*! * @file main.c * @brief Bluetooth data server that advertises as "OTAS" and accepts connection requests. - Demonstrates Over-the-Air (OTA) firmware updates. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, 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. -*/ + * Demonstrates Over-the-Air (OTA) firmware updates. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Paritial Copyright (c) 2022-2023 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. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file.h b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file.h index 1ca1e7b22b2..dfe0ec0728c 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file.h +++ b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file.h @@ -5,20 +5,26 @@ * \brief Wireless Data Exchange profile implementation - File Example. * * Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Partial Copyright (c) 2022-2023 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 EXAMPLES_MAX32665_BLE_OTAS_WDXS_FILE_H_ -#define EXAMPLES_MAX32665_BLE_OTAS_WDXS_FILE_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_WDXS_FILE_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_WDXS_FILE_H_ #ifdef __cplusplus extern "C" { @@ -90,4 +96,4 @@ void initHeader(fileHeader_t *header); } #endif -#endif // EXAMPLES_MAX32665_BLE_OTAS_WDXS_FILE_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_OTAS_WDXS_FILE_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_ext.c b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_ext.c index aec6553ab4c..b58ce1f1de5 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_ext.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_ext.c @@ -5,18 +5,24 @@ * \brief Wireless Data Exchange profile implementation - File Example. * * Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Partial Copyright (c) 2022-2023 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. */ /*************************************************************************************************/ + #include #include #include "mxc_device.h" diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_int.c b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_int.c index a888713c7e1..990284265be 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_int.c +++ b/Examples/MAX32665/Bluetooth/BLE_otas/wdxs_file_int.c @@ -5,18 +5,24 @@ * \brief Wireless Data Exchange profile implementation - File Example. * * Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved. - * ARM Ltd. confidential and proprietary. * - * IMPORTANT. Your use of this file is governed by a Software License Agreement - * ("Agreement") that must be accepted in order to download or otherwise receive a - * copy of this file. You may not use or copy this file for any purpose other than - * as described in the Agreement. If you do not agree to all of the terms of the - * Agreement do not use this file and delete all copies in your possession or control; - * if you do not have a copy of the Agreement, you must contact ARM Ltd. prior - * to any use, copying or further distribution of this software. + * Partial Copyright (c) 2022-2023 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. */ /*************************************************************************************************/ + #include #include #include "mxc_device.h" diff --git a/Examples/MAX32665/Bluetooth/BLE_periph/main.c b/Examples/MAX32665/Bluetooth/BLE_periph/main.c index 72e8dd03b44..b68d30cf520 100644 --- a/Examples/MAX32665/Bluetooth/BLE_periph/main.c +++ b/Examples/MAX32665/Bluetooth/BLE_periph/main.c @@ -2,23 +2,25 @@ /*! * @file main.c * @brief Simple BLE app that advertises as "Periph". Recommended app for getting started with MSDK BLE. -* -* Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. -* -* Copyright (c) 2019 Packetcraft, 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. -*/ + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019 Packetcraft, Inc. + * + * Partial Copyright (c) 2022-2023 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. + */ /*************************************************************************************************/ #include diff --git a/Examples/MAX32665/Bluetooth/BLE_periph/periph_api.h b/Examples/MAX32665/Bluetooth/BLE_periph/periph_api.h index a2328535ba3..c39a99dd9c1 100644 --- a/Examples/MAX32665/Bluetooth/BLE_periph/periph_api.h +++ b/Examples/MAX32665/Bluetooth/BLE_periph/periph_api.h @@ -8,6 +8,8 @@ * * Copyright (c) 2019 Packetcraft, Inc. * + * Partial Copyright (c) 2022-2023 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 @@ -21,8 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ -#ifndef EXAMPLES_MAX32665_BLE_PERIPH_PERIPH_API_H_ -#define EXAMPLES_MAX32665_BLE_PERIPH_PERIPH_API_H_ + +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ #include "wsf_os.h" @@ -103,4 +106,4 @@ void PeriphHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg); }; #endif -#endif // EXAMPLES_MAX32665_BLE_PERIPH_PERIPH_API_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BLE_PERIPH_PERIPH_API_H_ diff --git a/Examples/MAX32665/Bluetooth/BLE_periph/periph_main.c b/Examples/MAX32665/Bluetooth/BLE_periph/periph_main.c index 586f5ca9a50..110a5d04908 100644 --- a/Examples/MAX32665/Bluetooth/BLE_periph/periph_main.c +++ b/Examples/MAX32665/Bluetooth/BLE_periph/periph_main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Partial Copyright (c) 2022-2023 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 diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader.h b/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader.h index 50f01ea1318..c53f5ab56ab 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader.h +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ -#define EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ /******************************* INCLUDES ****************************/ #include "bootloader_cmd.h" @@ -104,4 +104,4 @@ int bl_update_cfg_set_bl_exit_mode(BLExitMode_t mode); int b_update_cfg_set_bl_exit_timeout(uint16_t timeout); int bl_flash_bl_cfg(void); -#endif // EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_H_ diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader_cmd.h b/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader_cmd.h index aef3b657623..fc17435b1dd 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader_cmd.h +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/bootloader/bootloader_cmd.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ -#define EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ /******************************* INCLUDES ****************************/ @@ -198,4 +198,4 @@ typedef union { /******************************* Public Functions ****************************/ -#endif // EXAMPLES_MAX32665_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_BOOTLOADER_BOOTLOADER_CMD_H_ diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/include/platform.h b/Examples/MAX32665/Bluetooth/Bootloader_Host/include/platform.h index 481a918a0ea..1fb4fd0549f 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/include/platform.h +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/include/platform.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ -#define EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ /******************************* INCLUDES ****************************/ @@ -76,4 +76,4 @@ int plt_gpio_get(unsigned int idx); // delay void plt_delay_ms(unsigned int ms); -#endif // EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_PLATFORM_H_ diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/include/terminal.h b/Examples/MAX32665/Bluetooth/Bootloader_Host/include/terminal.h index 45e71957e15..8ba13f8ce43 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/include/terminal.h +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/include/terminal.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ -#define EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ /******************************* INCLUDES ****************************/ @@ -70,4 +70,4 @@ void terminal_hexdump(const char *title, char *buf, unsigned int len); int terminal_read_num(unsigned int timeout); int terminal_select_from_list(const char *title, const list_t *items, int nb_items, int nb_col); -#endif // EXAMPLES_MAX32665_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_INCLUDE_TERMINAL_H_ diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/test_images/test_images.h b/Examples/MAX32665/Bluetooth/Bootloader_Host/test_images/test_images.h index 14d4623ec40..9e68a96c32f 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/test_images/test_images.h +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/test_images/test_images.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ -#define EXAMPLES_MAX32665_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ /******************************* INCLUDES ****************************/ @@ -67,4 +67,4 @@ extern const char devkey_MAX32670_blinkled_P0_23[]; /******************************* Public Functions ****************************/ -#endif // EXAMPLES_MAX32665_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_BOOTLOADER_HOST_TEST_IMAGES_TEST_IMAGES_H_ diff --git a/Examples/MAX32665/Bluetooth/RF_Test/FreeRTOSConfig.h b/Examples/MAX32665/Bluetooth/RF_Test/FreeRTOSConfig.h index e6469377d36..318b45e8bb6 100644 --- a/Examples/MAX32665/Bluetooth/RF_Test/FreeRTOSConfig.h +++ b/Examples/MAX32665/Bluetooth/RF_Test/FreeRTOSConfig.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_RF_TEST_FREERTOSCONFIG_H_ -#define EXAMPLES_MAX32665_RF_TEST_FREERTOSCONFIG_H_ +#ifndef EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_FREERTOSCONFIG_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_FREERTOSCONFIG_H_ #include #include "max32665.h" @@ -145,4 +145,4 @@ void vPostSleepProcessing(uint32_t); /* Overides FreeRTOS+CLI help command formatting*/ #define configUSE_CUSTOM_HELP_COMMAND 1 -#endif // EXAMPLES_MAX32665_RF_TEST_FREERTOSCONFIG_H_ +#endif // EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_FREERTOSCONFIG_H_ diff --git a/Examples/MAX32665/Bluetooth/RF_Test/main.c b/Examples/MAX32665/Bluetooth/RF_Test/main.c index fd139e019d6..416ee268b33 100644 --- a/Examples/MAX32665/Bluetooth/RF_Test/main.c +++ b/Examples/MAX32665/Bluetooth/RF_Test/main.c @@ -8,6 +8,8 @@ * * Copyright (c) 2019-2020 Packetcraft, Inc. * + * Partial Copyright (c) 2022-2023 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 @@ -21,7 +23,9 @@ * limitations under the License. */ /*************************************************************************************************/ + #include "main.h" + /************************************************************************************************** Definitions **************************************************************************************************/ diff --git a/Examples/MAX32665/Bluetooth/RF_Test/main.h b/Examples/MAX32665/Bluetooth/RF_Test/main.h index 0580970fca0..4d2dcf5e319 100644 --- a/Examples/MAX32665/Bluetooth/RF_Test/main.h +++ b/Examples/MAX32665/Bluetooth/RF_Test/main.h @@ -1,5 +1,31 @@ -#ifndef _MAIN_H_ -#define _MAIN_H_ +/*************************************************************************************************/ +/*! + * \file + * + * \brief Main module. + * + * Copyright (c) 2013-2019 Arm Ltd. All Rights Reserved. + * + * Copyright (c) 2019-2020 Packetcraft, Inc. + * + * Partial Copyright (c) 2022-2023 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 EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_MAIN_H_ +#define EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_MAIN_H_ #include #include @@ -30,6 +56,7 @@ #include "mxc_delay.h" #include "mxc_errors.h" #include "nvic_table.h" + typedef enum uint8_t { NO_TEST, BLE_RX_TEST, @@ -76,4 +103,5 @@ void setPacketType(uint8_t type); void setTxPower(int8_t power); void printConfigs(void); uint16_t getFreqFromRfChannel(uint8_t ch); -#endif \ No newline at end of file + +#endif // EXAMPLES_MAX32665_BLUETOOTH_RF_TEST_MAIN_H_ diff --git a/Examples/MAX32665/USB/USB_CDCACM/descriptors.h b/Examples/MAX32665/USB/USB_CDCACM/descriptors.h index 8bb4e266cf0..78779bef5b6 100644 --- a/Examples/MAX32665/USB/USB_CDCACM/descriptors.h +++ b/Examples/MAX32665/USB/USB_CDCACM/descriptors.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_CDCACM_DESCRIPTORS_H_ -#define EXAMPLES_MAX32665_USB_CDCACM_DESCRIPTORS_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_CDCACM_DESCRIPTORS_H_ +#define EXAMPLES_MAX32665_USB_USB_CDCACM_DESCRIPTORS_H_ #include #include "usb.h" @@ -203,4 +203,4 @@ __attribute__((aligned(4))) uint8_t serial_id_desc[] = { 0x14, /* bLength */ '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '1', 0 }; -#endif // EXAMPLES_MAX32665_USB_CDCACM_DESCRIPTORS_H_ +#endif // EXAMPLES_MAX32665_USB_USB_CDCACM_DESCRIPTORS_H_ diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/descriptors.h b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/descriptors.h index 3d85fb0a32d..779b667defa 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/descriptors.h +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/descriptors.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ -#define EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ +#define EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ #include #include "usb.h" @@ -470,4 +470,4 @@ __attribute__((aligned(4))) uint8_t msc_func_desc[] = { 'g', 0, 'e', 0, ' ', 0, 'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0, }; -#endif // EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ +#endif // EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_DESCRIPTORS_H_ diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/mscmem.h b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/mscmem.h index 80504ef8b56..07dd3f7687c 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/mscmem.h +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/mscmem.h @@ -54,8 +54,8 @@ * See the msc_mem_t structure in msc.h for function details. */ -#ifndef EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ -#define EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ +#define EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ #include @@ -111,4 +111,4 @@ int mscmem_Write(uint32_t lba, uint8_t *buffer); */ int mscmem_Ready(void); -#endif // EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ +#endif // EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_CDC_MSCMEM_H_ diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/descriptors.h b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/descriptors.h index d7f39d2b0df..b83f2b87f7e 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/descriptors.h +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/descriptors.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ -#define EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ +#define EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ #include #include "usb.h" @@ -242,4 +242,4 @@ __attribute__((aligned(4))) uint8_t msc_func_desc[] = { 'g', 0, 'e', 0, ' ', 0, 'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0, }; -#endif // EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ +#endif // EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_DESCRIPTORS_H_ diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/mscmem.h b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/mscmem.h index 1e0979b29f3..79d5e661a72 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/mscmem.h +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/mscmem.h @@ -54,8 +54,8 @@ * See the msc_mem_t structure in msc.h for function details. */ -#ifndef EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ -#define EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ +#define EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ #include @@ -71,4 +71,4 @@ uint32_t mscmem_Size(void); int mscmem_Read(uint32_t lba, uint8_t *buffer); int mscmem_Write(uint32_t lba, uint8_t *buffer); -#endif // EXAMPLES_MAX32665_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ +#endif // EXAMPLES_MAX32665_USB_USB_COMPOSITEDEVICE_MSC_HID_MSCMEM_H_ diff --git a/Examples/MAX32665/USB/USB_HIDKeyboard/descriptors.h b/Examples/MAX32665/USB/USB_HIDKeyboard/descriptors.h index e131080f6d4..c2e5924a976 100644 --- a/Examples/MAX32665/USB/USB_HIDKeyboard/descriptors.h +++ b/Examples/MAX32665/USB/USB_HIDKeyboard/descriptors.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_HIDKEYBOARD_DESCRIPTORS_H_ -#define EXAMPLES_MAX32665_USB_HIDKEYBOARD_DESCRIPTORS_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_HIDKEYBOARD_DESCRIPTORS_H_ +#define EXAMPLES_MAX32665_USB_USB_HIDKEYBOARD_DESCRIPTORS_H_ #include #include "usb.h" @@ -169,4 +169,4 @@ __attribute__((aligned(4))) uint8_t serial_id_desc[] = { 0x20, /* bLength */ '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '1', 0 }; -#endif // EXAMPLES_MAX32665_USB_HIDKEYBOARD_DESCRIPTORS_H_ +#endif // EXAMPLES_MAX32665_USB_USB_HIDKEYBOARD_DESCRIPTORS_H_ diff --git a/Examples/MAX32665/USB/USB_MassStorage/descriptors.h b/Examples/MAX32665/USB/USB_MassStorage/descriptors.h index 85e78c4d066..6afe741d37e 100644 --- a/Examples/MAX32665/USB/USB_MassStorage/descriptors.h +++ b/Examples/MAX32665/USB/USB_MassStorage/descriptors.h @@ -48,8 +48,8 @@ * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_MASSSTORAGE_DESCRIPTORS_H_ -#define EXAMPLES_MAX32665_USB_MASSSTORAGE_DESCRIPTORS_H_ +#ifndef EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_DESCRIPTORS_H_ +#define EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_DESCRIPTORS_H_ #include #include "usb.h" @@ -207,4 +207,4 @@ uint8_t serial_id_desc[] = { 26, /* bLength */ '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '0', 0, '1', 0 }; -#endif // EXAMPLES_MAX32665_USB_MASSSTORAGE_DESCRIPTORS_H_ +#endif // EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_DESCRIPTORS_H_ diff --git a/Examples/MAX32665/USB/USB_MassStorage/mscmem.h b/Examples/MAX32665/USB/USB_MassStorage/mscmem.h index 0f1bcc3008f..cd6c2b1c4d1 100644 --- a/Examples/MAX32665/USB/USB_MassStorage/mscmem.h +++ b/Examples/MAX32665/USB/USB_MassStorage/mscmem.h @@ -53,8 +53,9 @@ * ownership rights. * ******************************************************************************/ -#ifndef EXAMPLES_MAX32665_USB_MASSSTORAGE_MSCMEM_H_ -#define EXAMPLES_MAX32665_USB_MASSSTORAGE_MSCMEM_H_ + +#ifndef EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_MSCMEM_H_ +#define EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_MSCMEM_H_ /* **** Include Files **** */ #include @@ -111,4 +112,4 @@ int mscmem_Write(uint32_t lba, uint8_t *buffer); */ int mscmem_Ready(void); -#endif // EXAMPLES_MAX32665_USB_MASSSTORAGE_MSCMEM_H_ +#endif // EXAMPLES_MAX32665_USB_USB_MASSSTORAGE_MSCMEM_H_ diff --git a/Libraries/Boards/MAX32665/EvKit_129B/examples.txt b/Libraries/Boards/MAX32665/EvKit_129B/examples.txt index e5862dc6bb6..bff78c973e8 100644 --- a/Libraries/Boards/MAX32665/EvKit_129B/examples.txt +++ b/Libraries/Boards/MAX32665/EvKit_129B/examples.txt @@ -13,10 +13,10 @@ ARM-DSP/arm_signal_converge_example ARM-DSP/arm_sin_cos_example ARM-DSP/arm_svm_example ARM-DSP/arm_variance_example -BLE4_ctr -BLE_dats -BLE_periph -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE_dats +Bluetooth/BLE_periph +Bluetooth/Bootloader_Host CRC DES DMA @@ -45,11 +45,11 @@ SRCC TMR TRNG UART -USB_CDCACM -USB_CompositeDevice_MSC_CDC -USB_CompositeDevice_MSC_HID -USB_HIDKeyboard -USB_MassStorage +USB/USB_CDCACM +USB/USB_CompositeDevice_MSC_CDC +USB/USB_CompositeDevice_MSC_HID +USB/USB_HIDKeyboard +USB/USB_MassStorage Watchdog WearLeveling WUT diff --git a/Libraries/Boards/MAX32665/EvKit_129C/examples.txt b/Libraries/Boards/MAX32665/EvKit_129C/examples.txt index e5862dc6bb6..bff78c973e8 100644 --- a/Libraries/Boards/MAX32665/EvKit_129C/examples.txt +++ b/Libraries/Boards/MAX32665/EvKit_129C/examples.txt @@ -13,10 +13,10 @@ ARM-DSP/arm_signal_converge_example ARM-DSP/arm_sin_cos_example ARM-DSP/arm_svm_example ARM-DSP/arm_variance_example -BLE4_ctr -BLE_dats -BLE_periph -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE_dats +Bluetooth/BLE_periph +Bluetooth/Bootloader_Host CRC DES DMA @@ -45,11 +45,11 @@ SRCC TMR TRNG UART -USB_CDCACM -USB_CompositeDevice_MSC_CDC -USB_CompositeDevice_MSC_HID -USB_HIDKeyboard -USB_MassStorage +USB/USB_CDCACM +USB/USB_CompositeDevice_MSC_CDC +USB/USB_CompositeDevice_MSC_HID +USB/USB_HIDKeyboard +USB/USB_MassStorage Watchdog WearLeveling WUT diff --git a/Libraries/Boards/MAX32665/EvKit_V1/examples.txt b/Libraries/Boards/MAX32665/EvKit_V1/examples.txt index a555c678e72..0c3ae4c9f8a 100644 --- a/Libraries/Boards/MAX32665/EvKit_V1/examples.txt +++ b/Libraries/Boards/MAX32665/EvKit_V1/examples.txt @@ -13,19 +13,20 @@ ARM-DSP/arm_signal_converge_example ARM-DSP/arm_sin_cos_example ARM-DSP/arm_svm_example ARM-DSP/arm_variance_example -BLE4_ctr -BLE5_ctr -BLE_FreeRTOS -BLE_dats -BLE_datc -BLE_fcc -BLE_fit -BLE_mcs -BLE_otac -BLE_otas -BLE_periph -Bootloader -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE5_ctr +Bluetooth/BLE_FreeRTOS +Bluetooth/BLE_dats +Bluetooth/BLE_datc +Bluetooth/BLE_fcc +Bluetooth/BLE_fit +Bluetooth/BLE_mcs +Bluetooth/BLE_otac +Bluetooth/BLE_otas +Bluetooth/BLE_periph +Bluetooth/Bootloader +Bluetooth/Bootloader_Host +Bluetooth/RF_Test Coremark CRC Demo @@ -68,11 +69,11 @@ Temp_Monitor TMR TRNG UART -USB_CDCACM -USB_CompositeDevice_MSC_CDC -USB_CompositeDevice_MSC_HID -USB_HIDKeyboard -USB_MassStorage +USB/USB_CDCACM +USB/USB_CompositeDevice_MSC_CDC +USB/USB_CompositeDevice_MSC_HID +USB/USB_HIDKeyboard +USB/USB_MassStorage Watchdog WearLeveling WUT diff --git a/Libraries/Boards/MAX32665/FTHR/examples.txt b/Libraries/Boards/MAX32665/FTHR/examples.txt index bcc26513f9e..262b6334357 100644 --- a/Libraries/Boards/MAX32665/FTHR/examples.txt +++ b/Libraries/Boards/MAX32665/FTHR/examples.txt @@ -13,19 +13,19 @@ ARM-DSP/arm_signal_converge_example ARM-DSP/arm_sin_cos_example ARM-DSP/arm_svm_example ARM-DSP/arm_variance_example -BLE4_ctr -BLE5_ctr -BLE_FreeRTOS -BLE_dats -BLE_datc -BLE_fcc -BLE_fit -BLE_mcs -BLE_otac -BLE_otas -BLE_periph -Bootloader -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE5_ctr +Bluetooth/BLE_FreeRTOS +Bluetooth/BLE_dats +Bluetooth/BLE_datc +Bluetooth/BLE_fcc +Bluetooth/BLE_fit +Bluetooth/BLE_mcs +Bluetooth/BLE_otac +Bluetooth/BLE_otas +Bluetooth/BLE_periph +Bluetooth/Bootloader +Bluetooth/Bootloader_Host CRC DES DMA @@ -55,8 +55,8 @@ SPI TMR TRNG UART -USB_CDCACM -USB_HIDKeyboard +USB/USB_CDCACM +USB/USB_HIDKeyboard Watchdog WearLeveling WUT diff --git a/Libraries/Boards/MAX32665/FTHR2/examples.txt b/Libraries/Boards/MAX32665/FTHR2/examples.txt index 1f17f8cbc7b..4fd2e297b28 100644 --- a/Libraries/Boards/MAX32665/FTHR2/examples.txt +++ b/Libraries/Boards/MAX32665/FTHR2/examples.txt @@ -13,19 +13,19 @@ ARM-DSP/arm_signal_converge_example ARM-DSP/arm_sin_cos_example ARM-DSP/arm_svm_example ARM-DSP/arm_variance_example -BLE4_ctr -BLE5_ctr -BLE_FreeRTOS -BLE_dats -BLE_datc -BLE_fcc -BLE_fit -BLE_mcs -BLE_otac -BLE_otas -BLE_periph -Bootloader -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE5_ctr +Bluetooth/BLE_FreeRTOS +Bluetooth/BLE_dats +Bluetooth/BLE_datc +Bluetooth/BLE_fcc +Bluetooth/BLE_fit +Bluetooth/BLE_mcs +Bluetooth/BLE_otac +Bluetooth/BLE_otas +Bluetooth/BLE_periph +Bluetooth/Bootloader +Bluetooth/Bootloader_Host CRC DES DMA @@ -57,8 +57,8 @@ SPI TMR TRNG UART -USB_CDCACM -USB_HIDKeyboard +USB/USB_CDCACM +USB/USB_HIDKeyboard Watchdog WearLeveling WUT diff --git a/Libraries/Boards/MAX32665/WLP_VAR/examples.txt b/Libraries/Boards/MAX32665/WLP_VAR/examples.txt index 97749c4eb98..83c98e990b5 100644 --- a/Libraries/Boards/MAX32665/WLP_VAR/examples.txt +++ b/Libraries/Boards/MAX32665/WLP_VAR/examples.txt @@ -1,9 +1,9 @@ ADC AES -BLE4_ctr -BLE_dats -BLE_periph -Bootloader_Host +Bluetooth/BLE4_ctr +Bluetooth/BLE_dats +Bluetooth/BLE_periph +Bluetooth/Bootloader_Host CRC DES DMA @@ -32,11 +32,11 @@ SRCC TMR TRNG UART -USB_CDCACM -USB_CompositeDevice_MSC_CDC -USB_CompositeDevice_MSC_HID -USB_HIDKeyboard -USB_MassStorage +USB/USB_CDCACM +USB/USB_CompositeDevice_MSC_CDC +USB/USB_CompositeDevice_MSC_HID +USB/USB_HIDKeyboard +USB/USB_MassStorage Watchdog WearLeveling WUT