From 32971a423dfe24cc00b670df0b0d952b20de054d Mon Sep 17 00:00:00 2001 From: Sihyung Woo Date: Tue, 24 Oct 2023 10:38:18 -0500 Subject: [PATCH] style(Examples): Add apache license to all Examples minus MAX32570 --- Examples/MAX32520/AES/Makefile | 21 ++++- Examples/MAX32520/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32520/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32520/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32520/CRC/Makefile | 21 ++++- Examples/MAX32520/CRC/main.c | 17 ++++ Examples/MAX32520/Coremark/Makefile | 21 ++++- Examples/MAX32520/DMA/Makefile | 21 ++++- Examples/MAX32520/DMA/main.c | 17 ++++ Examples/MAX32520/ECDSA/Makefile | 21 ++++- Examples/MAX32520/ECDSA/main.c | 17 ++++ Examples/MAX32520/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32520/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32520/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32520/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32520/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32520/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32520/Flash/Makefile | 21 ++++- Examples/MAX32520/Flash/main.c | 17 ++++ Examples/MAX32520/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32520/Flash_CLI/Makefile | 21 ++++- Examples/MAX32520/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32520/Flash_CLI/main.c | 17 ++++ .../MAX32520/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32520/FreeRTOSDemo/Makefile | 21 ++++- Examples/MAX32520/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32520/GPIO/Makefile | 21 ++++- Examples/MAX32520/GPIO/main.c | 17 ++++ Examples/MAX32520/Hello_World/Makefile | 21 ++++- Examples/MAX32520/Hello_World/main.c | 17 ++++ Examples/MAX32520/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32520/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32520/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32520/I2C_MNGR/Makefile | 21 ++++- .../MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32520/I2C_MNGR/main.c | 17 ++++ Examples/MAX32520/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32520/I2C_SCAN/main.c | 17 ++++ Examples/MAX32520/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32520/I2C_Sensor/main.c | 17 ++++ Examples/MAX32520/ICC/Makefile | 21 ++++- Examples/MAX32520/ICC/main.c | 17 ++++ Examples/MAX32520/LP/Makefile | 21 ++++- Examples/MAX32520/LP/lp-sla.ld | 17 ++++ Examples/MAX32520/LP/main.c | 17 ++++ Examples/MAX32520/Library_Generate/Makefile | 21 ++++- Examples/MAX32520/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32520/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32520/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32520/Library_Use/main.c | 17 ++++ Examples/MAX32520/LockDebug/Makefile | 21 ++++- Examples/MAX32520/LockDebug/main.c | 17 ++++ Examples/MAX32520/OTP_Dump/Makefile | 21 ++++- Examples/MAX32520/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32520/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32520/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32520/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32520/SFE/Makefile | 21 ++++- Examples/MAX32520/SFE/main.c | 17 ++++ Examples/MAX32520/SFE_Host/Makefile | 21 ++++- Examples/MAX32520/SFE_Host/main.c | 17 ++++ Examples/MAX32520/SFE_Host/sfe_host.c | 17 ++++ Examples/MAX32520/SFE_Host/sfe_host.h | 17 ++++ Examples/MAX32520/SMON/Makefile | 21 ++++- Examples/MAX32520/SMON/main.c | 17 ++++ Examples/MAX32520/SPI/Makefile | 21 ++++- Examples/MAX32520/SPI/main.c | 17 ++++ Examples/MAX32520/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32520/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX32520/TMR/Makefile | 21 ++++- Examples/MAX32520/TMR/main.c | 17 ++++ Examples/MAX32520/TRNG/Makefile | 21 ++++- Examples/MAX32520/TRNG/main.c | 17 ++++ Examples/MAX32520/UCL/Makefile | 21 ++++- Examples/MAX32520/Watchdog/Makefile | 21 ++++- Examples/MAX32520/Watchdog/main.c | 17 ++++ Examples/MAX32650/ADC/Makefile | 21 ++++- Examples/MAX32650/ADC/main.c | 17 ++++ Examples/MAX32650/ADC_MAX11261/Makefile | 21 ++++- Examples/MAX32650/ADC_MAX11261/main.c | 17 ++++ Examples/MAX32650/AES/Makefile | 21 ++++- Examples/MAX32650/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32650/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32650/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32650/CLCD/Makefile | 21 ++++- Examples/MAX32650/CLCD/frame.h | 17 ++++ Examples/MAX32650/CLCD/main.c | 17 ++++ Examples/MAX32650/CRC/Makefile | 21 ++++- Examples/MAX32650/CRC/main.c | 17 ++++ Examples/MAX32650/Coremark/Makefile | 21 ++++- Examples/MAX32650/DES/Makefile | 21 ++++- Examples/MAX32650/DES/main.c | 17 ++++ Examples/MAX32650/DMA/Makefile | 21 ++++- Examples/MAX32650/DMA/main.c | 17 ++++ Examples/MAX32650/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32650/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32650/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32650/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32650/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32650/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32650/EMCC/Makefile | 21 ++++- Examples/MAX32650/EMCC/main.c | 17 ++++ Examples/MAX32650/Flash/Makefile | 21 ++++- Examples/MAX32650/Flash/main.c | 17 ++++ Examples/MAX32650/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32650/Flash_CLI/Makefile | 21 ++++- Examples/MAX32650/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32650/Flash_CLI/main.c | 17 ++++ .../MAX32650/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32650/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32650/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32650/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32650/GPIO/Makefile | 21 ++++- Examples/MAX32650/GPIO/main.c | 17 ++++ Examples/MAX32650/HBMC/Makefile | 21 ++++- Examples/MAX32650/HBMC/main.c | 17 ++++ Examples/MAX32650/HBMC/ramfunc.c | 17 ++++ Examples/MAX32650/Hello_World/Makefile | 21 ++++- Examples/MAX32650/Hello_World/main.c | 17 ++++ Examples/MAX32650/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32650/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32650/I2C/Makefile | 21 ++++- Examples/MAX32650/I2C/main.c | 17 ++++ Examples/MAX32650/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32650/I2C_MNGR/Makefile | 21 ++++- .../MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32650/I2C_MNGR/main.c | 17 ++++ Examples/MAX32650/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32650/I2C_SCAN/main.c | 17 ++++ Examples/MAX32650/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32650/I2C_Sensor/main.c | 17 ++++ Examples/MAX32650/I2S/Makefile | 21 ++++- Examples/MAX32650/I2S/main.c | 17 ++++ Examples/MAX32650/ICC/Makefile | 21 ++++- Examples/MAX32650/ICC/main.c | 17 ++++ Examples/MAX32650/LP/Makefile | 21 ++++- Examples/MAX32650/LP/lp-nonsecure.ld | 17 ++++ Examples/MAX32650/LP/lp-sla.ld | 17 ++++ Examples/MAX32650/LP/main.c | 17 ++++ Examples/MAX32650/Library_Generate/Makefile | 21 ++++- Examples/MAX32650/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32650/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32650/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32650/Library_Use/main.c | 17 ++++ Examples/MAX32650/MAA/Makefile | 21 ++++- Examples/MAX32650/MAA/main.c | 17 ++++ Examples/MAX32650/OTP_Dump/Makefile | 21 ++++- Examples/MAX32650/OWM/Makefile | 21 ++++- Examples/MAX32650/OWM/main.c | 17 ++++ Examples/MAX32650/Pulse_Train/Makefile | 21 ++++- Examples/MAX32650/Pulse_Train/main.c | 17 ++++ Examples/MAX32650/RTC/Makefile | 21 ++++- Examples/MAX32650/RTC/main.c | 17 ++++ Examples/MAX32650/RTC_Backup/Makefile | 21 ++++- Examples/MAX32650/RTC_Backup/main.c | 17 ++++ Examples/MAX32650/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32650/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32650/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32650/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32650/SDHC_FAT/Makefile | 21 ++++- Examples/MAX32650/SDHC_FAT/main.c | 17 ++++ Examples/MAX32650/SDHC_Raw/Makefile | 21 ++++- Examples/MAX32650/SDHC_Raw/main.c | 17 ++++ Examples/MAX32650/SPI/Makefile | 21 ++++- Examples/MAX32650/SPI/main.c | 17 ++++ Examples/MAX32650/SPIMSS/Makefile | 21 ++++- Examples/MAX32650/SPIMSS/main.c | 17 ++++ Examples/MAX32650/SPIXF/Makefile | 21 ++++- Examples/MAX32650/SPIXF/main.c | 17 ++++ Examples/MAX32650/SPIXF/ramfunc.c | 17 ++++ Examples/MAX32650/SPIXF_ICC/Makefile | 21 ++++- Examples/MAX32650/SPIXF_ICC/main.c | 17 ++++ Examples/MAX32650/SPIXR/Makefile | 21 ++++- Examples/MAX32650/SPIXR/main.c | 17 ++++ Examples/MAX32650/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32650/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX32650/Semaphore/Makefile | 21 ++++- Examples/MAX32650/Semaphore/main.c | 17 ++++ Examples/MAX32650/SysTick/Makefile | 21 ++++- Examples/MAX32650/SysTick/main.c | 17 ++++ Examples/MAX32650/TMR/Makefile | 21 ++++- Examples/MAX32650/TMR/main.c | 17 ++++ Examples/MAX32650/TRNG/Makefile | 21 ++++- Examples/MAX32650/TRNG/main.c | 17 ++++ Examples/MAX32650/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32650/Temp_Monitor/main.c | 17 ++++ Examples/MAX32650/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32650/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32650/UART/Makefile | 21 ++++- Examples/MAX32650/UART/main.c | 17 ++++ Examples/MAX32650/UCL/Makefile | 21 ++++- Examples/MAX32650/USB_CDCACM/Makefile | 21 ++++- Examples/MAX32650/USB_CDCACM/descriptors.h | 17 ++++ Examples/MAX32650/USB_CDCACM/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_CDC/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_CDC/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_HID/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/main.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.h | 17 ++++ Examples/MAX32650/USB_HIDKeyboard/Makefile | 21 ++++- .../MAX32650/USB_HIDKeyboard/descriptors.h | 17 ++++ Examples/MAX32650/USB_HIDKeyboard/main.c | 17 ++++ Examples/MAX32650/USB_MassStorage/Makefile | 21 ++++- .../MAX32650/USB_MassStorage/descriptors.h | 17 ++++ Examples/MAX32650/USB_MassStorage/main.c | 17 ++++ Examples/MAX32650/USB_MassStorage/mscmem.c | 17 ++++ Examples/MAX32650/USB_MassStorage/mscmem.h | 17 ++++ Examples/MAX32650/Watchdog/Makefile | 21 ++++- Examples/MAX32650/Watchdog/main.c | 17 ++++ Examples/MAX32650/WearLeveling/Makefile | 21 ++++- Examples/MAX32650/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32650/WearLeveling/include/file.h | 17 ++++ .../MAX32650/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32650/WearLeveling/include/main.h | 17 ++++ Examples/MAX32650/WearLeveling/main.c | 17 ++++ Examples/MAX32650/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32650/WearLeveling/src/file.c | 17 ++++ Examples/MAX32650/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32655/ADC/Makefile | 21 ++++- Examples/MAX32655/ADC/main.c | 17 ++++ Examples/MAX32655/AES/Makefile | 21 ++++- Examples/MAX32655/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32655/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32655/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32655/BLE4_ctr/Makefile | 21 ++++- Examples/MAX32655/BLE5_ctr/Makefile | 21 ++++- .../MAX32655/BLE_FreeRTOS/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/BLE_FreeRTOS/Makefile | 21 ++++- .../MAX32655/BLE_FreeRTOS/freertos_tickless.c | 17 ++++ Examples/MAX32655/BLE_FreeRTOS/main.c | 17 ++++ Examples/MAX32655/BLE_datc/Makefile | 21 ++++- Examples/MAX32655/BLE_datc/sdsc_api.h | 17 ++++ Examples/MAX32655/BLE_datc/sdsc_main.c | 17 ++++ Examples/MAX32655/BLE_dats/Makefile | 21 ++++- Examples/MAX32655/BLE_dats/services/svc_sds.c | 17 ++++ Examples/MAX32655/BLE_dats/services/svc_sds.h | 17 ++++ Examples/MAX32655/BLE_fcc/Makefile | 21 ++++- Examples/MAX32655/BLE_fit/Makefile | 21 ++++- .../BLE_fit_FreeRTOS/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/BLE_fit_FreeRTOS/Makefile | 21 ++++- .../BLE_fit_FreeRTOS/freertos_tickless.c | 17 ++++ Examples/MAX32655/BLE_fit_FreeRTOS/main.c | 17 ++++ Examples/MAX32655/BLE_mcs/Makefile | 21 ++++- Examples/MAX32655/BLE_otac/Makefile | 21 ++++- Examples/MAX32655/BLE_otas/Makefile | 21 ++++- .../MAX32655/BLE_otas/ota_external_mem.ld | 17 ++++ .../MAX32655/BLE_otas/ota_internal_mem.ld | 17 ++++ Examples/MAX32655/BLE_periph/Makefile | 21 ++++- Examples/MAX32655/Bootloader/Makefile | 21 ++++- Examples/MAX32655/Bootloader/boot_lower.S | 17 ++++ Examples/MAX32655/Bootloader/bootloader.ld | 17 ++++ Examples/MAX32655/Bootloader/main_ext.c | 17 ++++ Examples/MAX32655/Bootloader/main_int.c | 17 ++++ Examples/MAX32655/CRC/Makefile | 21 ++++- Examples/MAX32655/CRC/main.c | 17 ++++ Examples/MAX32655/Coremark/Makefile | 21 ++++- Examples/MAX32655/DMA/Makefile | 21 ++++- Examples/MAX32655/DMA/main.c | 17 ++++ .../Dual_core_sync_arm/Makefile | 21 ++++- .../Dual_core_sync/Dual_core_sync_arm/main.c | 17 ++++ .../Dual_core_sync_riscv/Makefile | 21 ++++- .../Dual_core_sync_riscv/main.c | 17 ++++ Examples/MAX32655/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32655/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32655/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32655/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32655/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32655/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32655/External_Flash/Makefile | 21 ++++- Examples/MAX32655/External_Flash/main.c | 17 ++++ Examples/MAX32655/FTHR_I2C/Makefile | 21 ++++- Examples/MAX32655/FTHR_I2C/main.c | 17 ++++ Examples/MAX32655/Flash/Makefile | 21 ++++- Examples/MAX32655/Flash/main.c | 17 ++++ Examples/MAX32655/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/Flash_CLI/Makefile | 21 ++++- Examples/MAX32655/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32655/Flash_CLI/main.c | 17 ++++ .../MAX32655/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32655/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32655/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32655/GPIO/Makefile | 21 ++++- Examples/MAX32655/GPIO/main.c | 17 ++++ Examples/MAX32655/Hello_World-riscv/Makefile | 21 ++++- .../MAX32655/Hello_World-riscv/Makefile.ARM | 21 ++++- .../MAX32655/Hello_World-riscv/Makefile.RISCV | 21 ++++- Examples/MAX32655/Hello_World-riscv/main.c | 17 ++++ .../MAX32655/Hello_World-riscv/main_riscv.c | 17 ++++ Examples/MAX32655/Hello_World/Makefile | 21 ++++- Examples/MAX32655/Hello_World/main.c | 17 ++++ Examples/MAX32655/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32655/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32655/I2C/Makefile | 21 ++++- Examples/MAX32655/I2C/main.c | 17 ++++ Examples/MAX32655/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/I2C_MNGR/Makefile | 21 ++++- .../MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32655/I2C_MNGR/main.c | 17 ++++ Examples/MAX32655/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32655/I2C_SCAN/main.c | 17 ++++ Examples/MAX32655/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32655/I2C_Sensor/main.c | 17 ++++ Examples/MAX32655/I2S/Makefile | 21 ++++- Examples/MAX32655/I2S/main.c | 17 ++++ Examples/MAX32655/I2S_Playback/Makefile | 21 ++++- Examples/MAX32655/I2S_Playback/main.c | 17 ++++ Examples/MAX32655/I2S_Playback/max9867.c | 17 ++++ Examples/MAX32655/I2S_Playback/max9867.h | 17 ++++ Examples/MAX32655/ICC/Makefile | 21 ++++- Examples/MAX32655/ICC/main.c | 17 ++++ Examples/MAX32655/LP/Makefile | 21 ++++- Examples/MAX32655/LP/main.c | 17 ++++ Examples/MAX32655/LPCMP/Makefile | 21 ++++- Examples/MAX32655/LPCMP/main.c | 17 ++++ Examples/MAX32655/Library_Generate/Makefile | 21 ++++- Examples/MAX32655/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32655/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32655/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32655/Library_Use/main.c | 17 ++++ Examples/MAX32655/Pulse_Train/Makefile | 21 ++++- Examples/MAX32655/Pulse_Train/main.c | 17 ++++ Examples/MAX32655/RF_Test/FreeRTOSConfig.h | 17 ++++ Examples/MAX32655/RF_Test/Makefile | 21 ++++- Examples/MAX32655/RF_Test/freertos_tickless.c | 17 ++++ Examples/MAX32655/RTC/Makefile | 21 ++++- Examples/MAX32655/RTC/main.c | 17 ++++ Examples/MAX32655/RTC_Backup/Makefile | 21 ++++- Examples/MAX32655/RTC_Backup/main.c | 17 ++++ Examples/MAX32655/RV_ARM_Loader/Makefile | 21 ++++- Examples/MAX32655/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX32655/SPI/Makefile | 21 ++++- Examples/MAX32655/SPI/main.c | 17 ++++ Examples/MAX32655/TFT_Demo/Makefile | 21 ++++- Examples/MAX32655/TFT_Demo/include/keypad.h | 17 ++++ Examples/MAX32655/TFT_Demo/include/state.h | 17 ++++ Examples/MAX32655/TFT_Demo/include/utils.h | 17 ++++ Examples/MAX32655/TFT_Demo/main.c | 17 ++++ .../MAX32655/TFT_Demo/resources/all_imgs.c | 17 ++++ Examples/MAX32655/TFT_Demo/resources/bitmap.h | 17 ++++ .../TFT_Demo/resources/tft_fthr/bmp/bmp2c.py | 21 ++++- .../resources/tft_fthr/bmp/template.txt | 17 ++++ .../resources/tft_fthr/image_pattern_rgb565.c | 17 ++++ .../resources/tft_fthr/img_1_rgb565.c | 17 ++++ .../resources/tft_fthr/img_2_rgb565.c | 17 ++++ .../resources/tft_fthr/img_3_rgb565.c | 17 ++++ .../resources/tft_fthr/img_4_rgb565.c | 17 ++++ Examples/MAX32655/TFT_Demo/src/state.c | 17 ++++ Examples/MAX32655/TFT_Demo/src/state_home.c | 17 ++++ Examples/MAX32655/TFT_Demo/src/state_info.c | 17 ++++ Examples/MAX32655/TFT_Demo/src/state_keypad.c | 17 ++++ Examples/MAX32655/TFT_Demo/src/utils.c | 17 ++++ Examples/MAX32655/TMR/Makefile | 21 ++++- Examples/MAX32655/TMR/main.c | 17 ++++ Examples/MAX32655/TRNG/Makefile | 21 ++++- Examples/MAX32655/TRNG/main.c | 17 ++++ Examples/MAX32655/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32655/Temp_Monitor/main.c | 17 ++++ Examples/MAX32655/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32655/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32655/UART/Makefile | 21 ++++- Examples/MAX32655/UART/main.c | 17 ++++ Examples/MAX32655/UCL/Makefile | 21 ++++- Examples/MAX32655/WUT/Makefile | 21 ++++- Examples/MAX32655/WUT/main.c | 17 ++++ Examples/MAX32655/Watchdog/Makefile | 21 ++++- Examples/MAX32655/Watchdog/main.c | 17 ++++ Examples/MAX32655/WearLeveling/Makefile | 21 ++++- Examples/MAX32655/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32655/WearLeveling/include/file.h | 17 ++++ .../MAX32655/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32655/WearLeveling/include/main.h | 17 ++++ Examples/MAX32655/WearLeveling/main.c | 17 ++++ Examples/MAX32655/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32655/WearLeveling/src/file.c | 17 ++++ Examples/MAX32655/WearLeveling/src/flash.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32660/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32660/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32660/Bootloader_Host/Makefile | 21 ++++- .../Bootloader_Host/bootloader/bootloader.c | 17 ++++ .../Bootloader_Host/bootloader/bootloader.h | 17 ++++ .../bootloader/bootloader_cmd.h | 17 ++++ .../Bootloader_Host/include/platform.h | 17 ++++ .../Bootloader_Host/include/terminal.h | 17 ++++ .../Bootloader_Host/src/bootloader_menu.c | 17 ++++ Examples/MAX32660/Bootloader_Host/src/main.c | 17 ++++ .../Bootloader_Host/src/platform_max32660.c | 17 ++++ .../MAX32660/Bootloader_Host/src/terminal.c | 17 ++++ .../devkey_MAX32660_blinkled_fast_P0_13.c | 17 ++++ .../devkey_MAX32660_blinkled_slow_P0_13.c | 17 ++++ .../nonsecure_MAX32660_blinkled_fast_P0_13.c | 17 ++++ .../nonsecure_MAX32660_blinkled_slow_P0_13.c | 17 ++++ .../MAX32670/devkey_MAX32670_blinkled_P0_22.c | 17 ++++ .../MAX32670/devkey_MAX32670_blinkled_P0_23.c | 17 ++++ .../Bootloader_Host/test_images/test_images.h | 17 ++++ Examples/MAX32660/Coremark/Makefile | 21 ++++- Examples/MAX32660/DMA/Makefile | 21 ++++- Examples/MAX32660/DMA/main.c | 17 ++++ Examples/MAX32660/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32660/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32660/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32660/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32660/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32660/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32660/Flash/Makefile | 21 ++++- Examples/MAX32660/Flash/main.c | 17 ++++ Examples/MAX32660/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32660/Flash_CLI/Makefile | 21 ++++- Examples/MAX32660/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32660/Flash_CLI/main.c | 17 ++++ .../MAX32660/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32660/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32660/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32660/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32660/GPIO/Makefile | 21 ++++- Examples/MAX32660/GPIO/main.c | 17 ++++ Examples/MAX32660/Hello_World/Makefile | 21 ++++- Examples/MAX32660/Hello_World/main.c | 17 ++++ Examples/MAX32660/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32660/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32660/I2C/Makefile | 21 ++++- Examples/MAX32660/I2C/main.c | 17 ++++ Examples/MAX32660/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32660/I2C_MNGR/Makefile | 21 ++++- .../MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32660/I2C_MNGR/main.c | 17 ++++ Examples/MAX32660/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32660/I2C_SCAN/main.c | 17 ++++ Examples/MAX32660/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32660/I2C_Sensor/main.c | 17 ++++ Examples/MAX32660/I2S/Makefile | 21 ++++- Examples/MAX32660/I2S/main.c | 17 ++++ Examples/MAX32660/ICC/Makefile | 21 ++++- Examples/MAX32660/ICC/main.c | 17 ++++ Examples/MAX32660/Info_Block_Usecase/Makefile | 21 ++++- Examples/MAX32660/Info_Block_Usecase/main.c | 17 ++++ Examples/MAX32660/LP/Makefile | 21 ++++- Examples/MAX32660/LP/lp.ld | 17 ++++ Examples/MAX32660/LP/main.c | 17 ++++ Examples/MAX32660/Library_Generate/Makefile | 21 ++++- Examples/MAX32660/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32660/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32660/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32660/Library_Use/main.c | 17 ++++ Examples/MAX32660/RTC/Makefile | 21 ++++- Examples/MAX32660/RTC/main.c | 17 ++++ Examples/MAX32660/RTC_Backup/Makefile | 21 ++++- Examples/MAX32660/RTC_Backup/main.c | 17 ++++ Examples/MAX32660/SPI/Makefile | 21 ++++- Examples/MAX32660/SPI/main.c | 17 ++++ Examples/MAX32660/SPIMSS/Makefile | 21 ++++- Examples/MAX32660/SPIMSS/main.c | 17 ++++ Examples/MAX32660/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32660/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX32660/SecureROM_BL_Host/Makefile | 21 ++++- .../SecureROM_BL_Host/bootloader/bootloader.c | 17 ++++ .../SecureROM_BL_Host/bootloader/bootloader.h | 17 ++++ .../SecureROM_BL_Host/include/platform.h | 17 ++++ .../SecureROM_BL_Host/include/terminal.h | 17 ++++ .../script/scp_to_c_array.py | 21 ++++- .../MAX32660/SecureROM_BL_Host/src/main.c | 17 ++++ .../SecureROM_BL_Host/src/platform_max32660.c | 17 ++++ .../MAX32660/SecureROM_BL_Host/src/terminal.c | 17 ++++ .../test_images/MAX32520-KIT/blinkled_P1_6.c | 17 ++++ .../test_images/MAX32520-KIT/blinkled_P1_7.c | 17 ++++ .../MAX32651-EVKIT/blinkled_P2_25.c | 17 ++++ .../test_images/test_images.h | 17 ++++ Examples/MAX32660/TMR/Makefile | 21 ++++- Examples/MAX32660/TMR/main.c | 17 ++++ Examples/MAX32660/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32660/Temp_Monitor/main.c | 17 ++++ Examples/MAX32660/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32660/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32660/UART/Makefile | 21 ++++- Examples/MAX32660/UART/main.c | 17 ++++ Examples/MAX32660/UART_Wakeup/Makefile | 21 ++++- Examples/MAX32660/UART_Wakeup/main.c | 17 ++++ Examples/MAX32660/Watchdog/Makefile | 21 ++++- Examples/MAX32660/Watchdog/main.c | 17 ++++ Examples/MAX32660/WearLeveling/Makefile | 21 ++++- Examples/MAX32660/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32660/WearLeveling/include/file.h | 17 ++++ .../MAX32660/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32660/WearLeveling/include/main.h | 17 ++++ Examples/MAX32660/WearLeveling/main.c | 17 ++++ Examples/MAX32660/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32660/WearLeveling/src/file.c | 17 ++++ Examples/MAX32660/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32662/ADC/Makefile | 21 ++++- Examples/MAX32662/ADC/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32662/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32662/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32662/Bootloader_Host/Makefile | 21 ++++- .../Bootloader_Host/bootloader/bootloader.c | 17 ++++ .../Bootloader_Host/bootloader/bootloader.h | 17 ++++ .../bootloader/bootloader_cmd.h | 17 ++++ .../MAX32662/Bootloader_Host/inc/platform.h | 17 ++++ .../MAX32662/Bootloader_Host/inc/terminal.h | 17 ++++ .../Bootloader_Host/src/bootloader_menu.c | 17 ++++ Examples/MAX32662/Bootloader_Host/src/main.c | 17 ++++ .../Bootloader_Host/src/platform_max32662.c | 17 ++++ .../MAX32662/Bootloader_Host/src/terminal.c | 17 ++++ .../devkey_MAX32662_blinkled_fast_P0_13.c | 17 ++++ .../devkey_MAX32662_blinkled_slow_P0_13.c | 17 ++++ .../nonsecure_MAX32662_blinkled_fast_P0_13.c | 17 ++++ .../nonsecure_MAX32662_blinkled_slow_P0_13.c | 17 ++++ .../Bootloader_Host/test_images/test_images.h | 17 ++++ Examples/MAX32662/CAN/Makefile | 21 ++++- Examples/MAX32662/CAN/main.c | 17 ++++ Examples/MAX32662/Coremark/Makefile | 21 ++++- Examples/MAX32662/DMA/Makefile | 21 ++++- Examples/MAX32662/DMA/main.c | 17 ++++ Examples/MAX32662/Demo/Makefile | 21 ++++- Examples/MAX32662/Demo/main.c | 17 ++++ Examples/MAX32662/Demo/resources/bitmap.h | 17 ++++ .../Demo/resources/tft_demo/bmp/bmp2c.py | 21 ++++- .../resources/tft_demo/bmp/image_rgb565.c | 17 ++++ .../Demo/resources/tft_demo/bmp/template.txt | 17 ++++ .../Demo/resources/tft_demo/logo_rgb565.c | 17 ++++ Examples/MAX32662/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32662/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32662/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32662/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32662/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32662/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32662/Flash/Makefile | 21 ++++- Examples/MAX32662/Flash/main.c | 17 ++++ Examples/MAX32662/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32662/Flash_CLI/Makefile | 21 ++++- Examples/MAX32662/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32662/Flash_CLI/main.c | 17 ++++ Examples/MAX32662/GPIO/Makefile | 21 ++++- Examples/MAX32662/GPIO/main.c | 17 ++++ Examples/MAX32662/Hello_World/Makefile | 21 ++++- Examples/MAX32662/Hello_World/main.c | 17 ++++ Examples/MAX32662/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32662/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32662/I2C/Makefile | 21 ++++- Examples/MAX32662/I2C/main.c | 17 ++++ Examples/MAX32662/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32662/I2C_MNGR/Makefile | 21 ++++- .../MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32662/I2C_MNGR/main.c | 17 ++++ Examples/MAX32662/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32662/I2C_SCAN/main.c | 17 ++++ Examples/MAX32662/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32662/I2C_Sensor/main.c | 17 ++++ Examples/MAX32662/I2S/Makefile | 21 ++++- Examples/MAX32662/I2S/main.c | 17 ++++ Examples/MAX32662/ICC/Makefile | 21 ++++- Examples/MAX32662/ICC/main.c | 17 ++++ Examples/MAX32662/Info_Block_Usecase/Makefile | 21 ++++- Examples/MAX32662/Info_Block_Usecase/main.c | 17 ++++ Examples/MAX32662/LP/Makefile | 21 ++++- Examples/MAX32662/LP/lp-nonsecure.ld | 17 ++++ Examples/MAX32662/LP/lp-sla.ld | 17 ++++ Examples/MAX32662/LP/main.c | 17 ++++ Examples/MAX32662/Library_Generate/Makefile | 21 ++++- Examples/MAX32662/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32662/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32662/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32662/Library_Use/main.c | 17 ++++ Examples/MAX32662/RTC/Makefile | 21 ++++- Examples/MAX32662/RTC/main.c | 17 ++++ Examples/MAX32662/RTC_Backup/Makefile | 21 ++++- Examples/MAX32662/RTC_Backup/main.c | 17 ++++ Examples/MAX32662/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32662/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32662/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32662/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32662/SPI/Makefile | 21 ++++- Examples/MAX32662/SPI/main.c | 17 ++++ Examples/MAX32662/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32662/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX32662/TMR/Makefile | 21 ++++- Examples/MAX32662/TMR/main.c | 17 ++++ Examples/MAX32662/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32662/Temp_Monitor/main.c | 17 ++++ Examples/MAX32662/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32662/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32662/UART/Makefile | 21 ++++- Examples/MAX32662/UART/main.c | 17 ++++ Examples/MAX32662/UART_Wakeup/Makefile | 21 ++++- Examples/MAX32662/UART_Wakeup/main.c | 17 ++++ Examples/MAX32662/UCL/Makefile | 21 ++++- Examples/MAX32662/Watchdog/Makefile | 21 ++++- Examples/MAX32662/Watchdog/main.c | 17 ++++ Examples/MAX32662/WearLeveling/Makefile | 21 ++++- Examples/MAX32662/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32662/WearLeveling/include/file.h | 17 ++++ .../MAX32662/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32662/WearLeveling/include/main.h | 17 ++++ Examples/MAX32662/WearLeveling/main.c | 17 ++++ Examples/MAX32662/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32662/WearLeveling/src/file.c | 17 ++++ Examples/MAX32662/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32665/ADC/Makefile | 21 ++++- Examples/MAX32665/ADC/main.c | 17 ++++ Examples/MAX32665/AES/Makefile | 21 ++++- Examples/MAX32665/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32665/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32665/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32665/BLE4_ctr/Makefile | 21 ++++- Examples/MAX32665/BLE5_ctr/Makefile | 21 ++++- .../MAX32665/BLE_FreeRTOS/FreeRTOSConfig.h | 17 ++++ Examples/MAX32665/BLE_FreeRTOS/Makefile | 21 ++++- .../MAX32665/BLE_FreeRTOS/freertos_tickless.c | 17 ++++ Examples/MAX32665/BLE_FreeRTOS/main.c | 17 ++++ Examples/MAX32665/BLE_LR_Central/Makefile | 21 ++++- Examples/MAX32665/BLE_LR_Central/sdsc_api.h | 17 ++++ Examples/MAX32665/BLE_LR_Central/sdsc_main.c | 17 ++++ Examples/MAX32665/BLE_LR_Peripheral/Makefile | 21 ++++- Examples/MAX32665/BLE_datc/Makefile | 21 ++++- Examples/MAX32665/BLE_datc/sdsc_api.h | 17 ++++ Examples/MAX32665/BLE_datc/sdsc_main.c | 17 ++++ Examples/MAX32665/BLE_dats/Makefile | 21 ++++- Examples/MAX32665/BLE_dats/services/svc_sds.c | 17 ++++ Examples/MAX32665/BLE_dats/services/svc_sds.h | 17 ++++ Examples/MAX32665/BLE_fcc/Makefile | 21 ++++- Examples/MAX32665/BLE_fit/Makefile | 21 ++++- Examples/MAX32665/BLE_mcs/Makefile | 21 ++++- Examples/MAX32665/BLE_otac/Makefile | 21 ++++- Examples/MAX32665/BLE_otas/Makefile | 21 ++++- .../MAX32665/BLE_otas/ota_external_mem.ld | 17 ++++ .../MAX32665/BLE_otas/ota_internal_mem.ld | 17 ++++ Examples/MAX32665/BLE_periph/Makefile | 21 ++++- Examples/MAX32665/Bootloader/Makefile | 21 ++++- Examples/MAX32665/Bootloader/boot_lower.S | 17 ++++ Examples/MAX32665/Bootloader/bootloader.ld | 17 ++++ Examples/MAX32665/Bootloader/main_ext.c | 17 ++++ Examples/MAX32665/Bootloader/main_int.c | 17 ++++ Examples/MAX32665/Bootloader_Host/Makefile | 21 ++++- .../Bootloader_Host/bootloader/bootloader.c | 17 ++++ .../Bootloader_Host/bootloader/bootloader.h | 17 ++++ .../bootloader/bootloader_cmd.h | 17 ++++ .../Bootloader_Host/include/platform.h | 17 ++++ .../Bootloader_Host/include/terminal.h | 17 ++++ .../Bootloader_Host/src/bootloader_menu.c | 17 ++++ Examples/MAX32665/Bootloader_Host/src/main.c | 17 ++++ .../Bootloader_Host/src/platform_max32665.c | 17 ++++ .../MAX32665/Bootloader_Host/src/terminal.c | 17 ++++ .../devkey_MAX32660_blinkled_fast_P0_13.c | 17 ++++ .../devkey_MAX32660_blinkled_slow_P0_13.c | 17 ++++ .../nonsecure_MAX32660_blinkled_fast_P0_13.c | 17 ++++ .../nonsecure_MAX32660_blinkled_slow_P0_13.c | 17 ++++ .../MAX32670/devkey_MAX32670_blinkled_P0_22.c | 17 ++++ .../MAX32670/devkey_MAX32670_blinkled_P0_23.c | 17 ++++ .../Bootloader_Host/test_images/test_images.h | 17 ++++ Examples/MAX32665/CRC/Makefile | 21 ++++- Examples/MAX32665/CRC/main.c | 17 ++++ Examples/MAX32665/Coremark/Makefile | 21 ++++- Examples/MAX32665/DES/Makefile | 21 ++++- Examples/MAX32665/DES/main.c | 17 ++++ Examples/MAX32665/DMA/Makefile | 21 ++++- Examples/MAX32665/DMA/main.c | 17 ++++ Examples/MAX32665/Demo/Makefile | 21 ++++- Examples/MAX32665/Demo/main.c | 17 ++++ .../MAX32665/Demo/resources/adi_logo_alpha1.c | 17 ++++ Examples/MAX32665/Display/Makefile | 21 ++++- Examples/MAX32665/Display/main.c | 17 ++++ .../Display/resources/adi_logo_alpha1.c | 17 ++++ Examples/MAX32665/Display/test_screen.c | 17 ++++ Examples/MAX32665/Display/test_screen.h | 17 ++++ Examples/MAX32665/ECC/Makefile | 21 ++++- Examples/MAX32665/ECC/main.c | 17 ++++ Examples/MAX32665/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32665/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32665/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32665/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32665/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32665/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32665/Flash/Makefile | 21 ++++- Examples/MAX32665/Flash/main.c | 17 ++++ Examples/MAX32665/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32665/Flash_CLI/Makefile | 21 ++++- Examples/MAX32665/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32665/Flash_CLI/main.c | 17 ++++ .../MAX32665/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32665/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32665/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32665/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32665/GPIO/Makefile | 21 ++++- Examples/MAX32665/GPIO/example_config.h | 17 ++++ Examples/MAX32665/GPIO/main.c | 17 ++++ Examples/MAX32665/HTMR/Makefile | 21 ++++- Examples/MAX32665/HTMR/main.c | 17 ++++ Examples/MAX32665/Hash/Makefile | 21 ++++- Examples/MAX32665/Hash/main.c | 17 ++++ Examples/MAX32665/Hello_World/Makefile | 21 ++++- Examples/MAX32665/Hello_World/main.c | 17 ++++ Examples/MAX32665/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32665/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32665/I2C/Makefile | 21 ++++- Examples/MAX32665/I2C/main.c | 17 ++++ Examples/MAX32665/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32665/I2C_MNGR/Makefile | 21 ++++- .../MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32665/I2C_MNGR/main.c | 17 ++++ Examples/MAX32665/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32665/I2C_SCAN/main.c | 17 ++++ Examples/MAX32665/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32665/I2C_Sensor/main.c | 17 ++++ Examples/MAX32665/ICC/Makefile | 21 ++++- Examples/MAX32665/ICC/main.c | 17 ++++ Examples/MAX32665/LP/Makefile | 21 ++++- Examples/MAX32665/LP/lp-nonsecure.ld | 24 ++++-- Examples/MAX32665/LP/lp-sla.ld | 24 ++++-- Examples/MAX32665/LP/main.c | 17 ++++ Examples/MAX32665/Library_Generate/Makefile | 21 ++++- Examples/MAX32665/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32665/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32665/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32665/Library_Use/main.c | 17 ++++ Examples/MAX32665/MAA/Makefile | 21 ++++- Examples/MAX32665/MAA/main.c | 17 ++++ Examples/MAX32665/OTP_Dump/Makefile | 21 ++++- Examples/MAX32665/OWM/Makefile | 21 ++++- Examples/MAX32665/OWM/main.c | 17 ++++ Examples/MAX32665/Pulse_Train/Makefile | 21 ++++- Examples/MAX32665/Pulse_Train/main.c | 17 ++++ Examples/MAX32665/RF_Test/FreeRTOSConfig.h | 17 ++++ Examples/MAX32665/RF_Test/Makefile | 21 ++++- Examples/MAX32665/RF_Test/freertos_tickless.c | 17 ++++ Examples/MAX32665/RPU/Makefile | 21 ++++- Examples/MAX32665/RPU/main.c | 17 ++++ Examples/MAX32665/RTC/Makefile | 21 ++++- Examples/MAX32665/RTC/main.c | 17 ++++ Examples/MAX32665/RTC_Backup/Makefile | 21 ++++- Examples/MAX32665/RTC_Backup/main.c | 17 ++++ Examples/MAX32665/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32665/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32665/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32665/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32665/SDHC_FAT/Makefile | 21 ++++- Examples/MAX32665/SDHC_FAT/main.c | 17 ++++ Examples/MAX32665/SDHC_Raw/Makefile | 21 ++++- Examples/MAX32665/SDHC_Raw/main.c | 17 ++++ Examples/MAX32665/SPI/Makefile | 21 ++++- Examples/MAX32665/SPI/main.c | 17 ++++ Examples/MAX32665/SPIXF/Makefile | 21 ++++- Examples/MAX32665/SPIXF/main.c | 17 ++++ Examples/MAX32665/SPIXF/ramfunc.c | 17 ++++ Examples/MAX32665/SPIXF_SFCC/Makefile | 21 ++++- Examples/MAX32665/SPIXF_SFCC/main.c | 17 ++++ Examples/MAX32665/SPIXR/Makefile | 21 ++++- Examples/MAX32665/SPIXR/main.c | 17 ++++ Examples/MAX32665/SRCC/Makefile | 21 ++++- Examples/MAX32665/SRCC/main.c | 17 ++++ Examples/MAX32665/Semaphore/Makefile | 21 ++++- Examples/MAX32665/Semaphore/main.c | 17 ++++ Examples/MAX32665/TMR/Makefile | 21 ++++- Examples/MAX32665/TMR/main.c | 17 ++++ Examples/MAX32665/TRNG/Makefile | 21 ++++- Examples/MAX32665/TRNG/main.c | 17 ++++ Examples/MAX32665/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32665/Temp_Monitor/main.c | 17 ++++ Examples/MAX32665/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32665/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32665/UART/Makefile | 21 ++++- Examples/MAX32665/UART/main.c | 17 ++++ Examples/MAX32665/UCL/Makefile | 21 ++++- Examples/MAX32665/USB_CDCACM/Makefile | 21 ++++- Examples/MAX32665/USB_CDCACM/descriptors.h | 17 ++++ Examples/MAX32665/USB_CDCACM/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_CDC/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_CDC/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_HID/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/main.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.h | 17 ++++ Examples/MAX32665/USB_HIDKeyboard/Makefile | 21 ++++- .../MAX32665/USB_HIDKeyboard/descriptors.h | 17 ++++ Examples/MAX32665/USB_HIDKeyboard/main.c | 17 ++++ Examples/MAX32665/USB_MassStorage/Makefile | 21 ++++- .../MAX32665/USB_MassStorage/descriptors.h | 17 ++++ Examples/MAX32665/USB_MassStorage/main.c | 17 ++++ Examples/MAX32665/USB_MassStorage/mscmem.c | 17 ++++ Examples/MAX32665/USB_MassStorage/mscmem.h | 17 ++++ Examples/MAX32665/WUT/Makefile | 21 ++++- Examples/MAX32665/WUT/main.c | 17 ++++ Examples/MAX32665/Watchdog/Makefile | 21 ++++- Examples/MAX32665/Watchdog/main.c | 17 ++++ Examples/MAX32665/WearLeveling/Makefile | 21 ++++- Examples/MAX32665/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32665/WearLeveling/include/file.h | 17 ++++ .../MAX32665/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32665/WearLeveling/include/main.h | 17 ++++ Examples/MAX32665/WearLeveling/main.c | 17 ++++ Examples/MAX32665/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32665/WearLeveling/src/file.c | 17 ++++ Examples/MAX32665/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32670/AES/ARM/sct_config.h | 17 ++++ Examples/MAX32670/AES/Makefile | 21 ++++- Examples/MAX32670/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32670/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32670/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32670/CRC/ARM/sct_config.h | 17 ++++ Examples/MAX32670/CRC/Makefile | 21 ++++- Examples/MAX32670/CRC/main.c | 17 ++++ Examples/MAX32670/Coremark/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Coremark/Makefile | 21 ++++- Examples/MAX32670/DMA/ARM/sct_config.h | 17 ++++ Examples/MAX32670/DMA/Makefile | 21 ++++- Examples/MAX32670/DMA/main.c | 17 ++++ .../MAX32670/EEPROM_Emulator/ARM/sct_config.h | 17 ++++ Examples/MAX32670/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32670/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32670/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32670/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32670/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32670/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32670/EXT_CLK/ARM/sct_config.h | 17 ++++ Examples/MAX32670/EXT_CLK/Makefile | 21 ++++- Examples/MAX32670/EXT_CLK/main.c | 17 ++++ Examples/MAX32670/Flash/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Flash/Makefile | 21 ++++- Examples/MAX32670/Flash/main.c | 17 ++++ Examples/MAX32670/Flash_CLI/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32670/Flash_CLI/Makefile | 21 ++++- Examples/MAX32670/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32670/Flash_CLI/main.c | 17 ++++ .../MAX32670/FreeRTOSDemo/ARM/sct_config.h | 17 ++++ .../MAX32670/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32670/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32670/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32670/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32670/GPIO/ARM/sct_config.h | 17 ++++ Examples/MAX32670/GPIO/Makefile | 21 ++++- Examples/MAX32670/GPIO/main.c | 17 ++++ .../MAX32670/Hello_World/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Hello_World/Makefile | 21 ++++- Examples/MAX32670/Hello_World/main.c | 17 ++++ .../MAX32670/Hello_World_Cpp/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32670/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32670/I2C/ARM/sct_config.h | 17 ++++ Examples/MAX32670/I2C/Makefile | 21 ++++- Examples/MAX32670/I2C/main.c | 17 ++++ Examples/MAX32670/I2C_MNGR/ARM/sct_config.h | 17 ++++ Examples/MAX32670/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32670/I2C_MNGR/Makefile | 21 ++++- .../MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32670/I2C_MNGR/main.c | 17 ++++ Examples/MAX32670/I2C_SCAN/ARM/sct_config.h | 17 ++++ Examples/MAX32670/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32670/I2C_SCAN/main.c | 17 ++++ Examples/MAX32670/I2C_Sensor/ARM/sct_config.h | 17 ++++ Examples/MAX32670/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32670/I2C_Sensor/main.c | 17 ++++ Examples/MAX32670/I2S/ARM/sct_config.h | 17 ++++ Examples/MAX32670/I2S/Makefile | 21 ++++- Examples/MAX32670/I2S/main.c | 17 ++++ Examples/MAX32670/ICC/ARM/sct_config.h | 17 ++++ Examples/MAX32670/ICC/Makefile | 21 ++++- Examples/MAX32670/ICC/main.c | 17 ++++ Examples/MAX32670/LP/ARM/sct_config.h | 17 ++++ Examples/MAX32670/LP/Makefile | 21 ++++- Examples/MAX32670/LP/lp.ld | 17 ++++ Examples/MAX32670/LP/main.c | 17 ++++ .../Library_Generate/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Library_Generate/Makefile | 21 ++++- Examples/MAX32670/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32670/Library_Generate/gpiolib.h | 17 ++++ .../MAX32670/Library_Use/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32670/Library_Use/main.c | 17 ++++ Examples/MAX32670/RTC/ARM/sct_config.h | 17 ++++ Examples/MAX32670/RTC/Makefile | 21 ++++- Examples/MAX32670/RTC/main.c | 17 ++++ Examples/MAX32670/RTC_Backup/ARM/sct_config.h | 17 ++++ Examples/MAX32670/RTC_Backup/Makefile | 21 ++++- Examples/MAX32670/RTC_Backup/main.c | 17 ++++ Examples/MAX32670/SPI/ARM/sct_config.h | 17 ++++ Examples/MAX32670/SPI/Makefile | 21 ++++- Examples/MAX32670/SPI/main.c | 17 ++++ .../MAX32670/SPI_MasterSlave/ARM/sct_config.h | 17 ++++ Examples/MAX32670/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32670/SPI_MasterSlave/main.c | 17 ++++ .../MAX32670/SPI_Usecase/ARM/sct_config.h | 17 ++++ Examples/MAX32670/SPI_Usecase/Makefile | 21 ++++- Examples/MAX32670/SPI_Usecase/main.c | 17 ++++ Examples/MAX32670/SPI_Usecase/spi_config.h | 17 ++++ Examples/MAX32670/SPI_Usecase/spi_master.c | 17 ++++ Examples/MAX32670/SPI_Usecase/spi_slave.c | 17 ++++ .../SecureROM_BL_Host/ARM/sct_config.h | 17 ++++ Examples/MAX32670/SecureROM_BL_Host/Makefile | 21 ++++- .../SecureROM_BL_Host/bootloader/bootloader.c | 17 ++++ .../SecureROM_BL_Host/bootloader/bootloader.h | 17 ++++ .../SecureROM_BL_Host/include/platform.h | 17 ++++ .../SecureROM_BL_Host/include/terminal.h | 17 ++++ .../script/scp_to_c_array.py | 21 ++++- .../MAX32670/SecureROM_BL_Host/src/main.c | 17 ++++ .../SecureROM_BL_Host/src/platform_max32670.c | 17 ++++ .../MAX32670/SecureROM_BL_Host/src/terminal.c | 17 ++++ .../test_images/MAX32520-KIT/blinkled_P1_6.c | 17 ++++ .../test_images/MAX32520-KIT/blinkled_P1_7.c | 17 ++++ .../MAX32651-EVKIT/blinkled_P2_25.c | 17 ++++ .../test_images/test_images.h | 17 ++++ Examples/MAX32670/TMR/ARM/sct_config.h | 17 ++++ Examples/MAX32670/TMR/Makefile | 21 ++++- Examples/MAX32670/TMR/main.c | 17 ++++ Examples/MAX32670/TRNG/ARM/sct_config.h | 17 ++++ Examples/MAX32670/TRNG/Makefile | 21 ++++- Examples/MAX32670/TRNG/main.c | 17 ++++ .../MAX32670/Temp_Monitor/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32670/Temp_Monitor/main.c | 17 ++++ Examples/MAX32670/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32670/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32670/UART/ARM/sct_config.h | 17 ++++ Examples/MAX32670/UART/Makefile | 21 ++++- Examples/MAX32670/UART/main.c | 17 ++++ Examples/MAX32670/UCL/ARM/sct_config.h | 17 ++++ Examples/MAX32670/UCL/Makefile | 21 ++++- Examples/MAX32670/Watchdog/ARM/sct_config.h | 17 ++++ Examples/MAX32670/Watchdog/Makefile | 21 ++++- Examples/MAX32670/Watchdog/main.c | 17 ++++ .../MAX32670/WearLeveling/ARM/sct_config.h | 17 ++++ Examples/MAX32670/WearLeveling/Makefile | 21 ++++- Examples/MAX32670/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32670/WearLeveling/include/file.h | 17 ++++ .../MAX32670/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32670/WearLeveling/include/main.h | 17 ++++ Examples/MAX32670/WearLeveling/main.c | 17 ++++ Examples/MAX32670/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32670/WearLeveling/src/file.c | 17 ++++ Examples/MAX32670/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32672/ADC/Makefile | 21 ++++- Examples/MAX32672/ADC/main.c | 17 ++++ Examples/MAX32672/AES/Makefile | 21 ++++- Examples/MAX32672/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32672/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32672/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32672/CRC/Makefile | 21 ++++- Examples/MAX32672/CRC/main.c | 17 ++++ Examples/MAX32672/CTB_AES/Makefile | 21 ++++- Examples/MAX32672/CTB_AES/main.c | 17 ++++ Examples/MAX32672/Comparator/Makefile | 21 ++++- Examples/MAX32672/Comparator/main.c | 17 ++++ Examples/MAX32672/Coremark/Makefile | 21 ++++- Examples/MAX32672/DMA/Makefile | 21 ++++- Examples/MAX32672/DMA/main.c | 17 ++++ Examples/MAX32672/Demo/Makefile | 21 ++++- Examples/MAX32672/Demo/main.c | 17 ++++ Examples/MAX32672/Demo/resources/bitmap.h | 17 ++++ .../Demo/resources/tft_demo/bmp/bmp2c.py | 21 ++++- .../resources/tft_demo/bmp/image_rgb565.c | 17 ++++ .../Demo/resources/tft_demo/bmp/template.txt | 17 ++++ .../Demo/resources/tft_demo/logo_rgb565.c | 17 ++++ Examples/MAX32672/Display/Makefile | 21 ++++- Examples/MAX32672/Display/lv_conf.h | 17 ++++ Examples/MAX32672/Display/main.c | 17 ++++ Examples/MAX32672/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32672/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32672/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32672/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32672/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32672/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32672/Flash/Makefile | 21 ++++- Examples/MAX32672/Flash/main.c | 17 ++++ Examples/MAX32672/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32672/Flash_CLI/Makefile | 21 ++++- Examples/MAX32672/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32672/Flash_CLI/main.c | 17 ++++ .../MAX32672/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32672/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32672/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32672/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32672/GPIO/Makefile | 21 ++++- Examples/MAX32672/GPIO/main.c | 17 ++++ Examples/MAX32672/Hello_World/Makefile | 21 ++++- Examples/MAX32672/Hello_World/main.c | 17 ++++ Examples/MAX32672/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32672/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32672/I2C/Makefile | 21 ++++- Examples/MAX32672/I2C/main.c | 17 ++++ Examples/MAX32672/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32672/I2C_MNGR/Makefile | 21 ++++- .../MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32672/I2C_MNGR/main.c | 17 ++++ Examples/MAX32672/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32672/I2C_SCAN/main.c | 17 ++++ Examples/MAX32672/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32672/I2C_Sensor/main.c | 17 ++++ Examples/MAX32672/I2S/Makefile | 21 ++++- Examples/MAX32672/I2S/main.c | 17 ++++ Examples/MAX32672/ICC/Makefile | 21 ++++- Examples/MAX32672/ICC/main.c | 17 ++++ Examples/MAX32672/LP/Makefile | 21 ++++- Examples/MAX32672/LP/lp-nonsecure.ld | 17 ++++ Examples/MAX32672/LP/lp-sla.ld | 17 ++++ Examples/MAX32672/LP/main.c | 17 ++++ Examples/MAX32672/Library_Generate/Makefile | 21 ++++- Examples/MAX32672/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32672/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32672/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32672/Library_Use/main.c | 17 ++++ Examples/MAX32672/OLED_Demo/Makefile | 21 ++++- Examples/MAX32672/OLED_Demo/main.c | 17 ++++ .../OLED_Demo/resources/adi_logo_alpha1.c | 17 ++++ Examples/MAX32672/QDEC/Makefile | 21 ++++- Examples/MAX32672/QDEC/main.c | 17 ++++ Examples/MAX32672/RTC/Makefile | 21 ++++- Examples/MAX32672/RTC/main.c | 17 ++++ Examples/MAX32672/RTC_Backup/Makefile | 21 ++++- Examples/MAX32672/RTC_Backup/main.c | 17 ++++ Examples/MAX32672/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32672/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32672/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32672/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32672/SPI/Makefile | 21 ++++- Examples/MAX32672/SPI/main.c | 17 ++++ Examples/MAX32672/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX32672/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX32672/TMR/Makefile | 21 ++++- Examples/MAX32672/TMR/main.c | 17 ++++ Examples/MAX32672/TRNG/Makefile | 21 ++++- Examples/MAX32672/TRNG/main.c | 17 ++++ Examples/MAX32672/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32672/Temp_Monitor/main.c | 17 ++++ Examples/MAX32672/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32672/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32672/UART/Makefile | 21 ++++- Examples/MAX32672/UART/main.c | 17 ++++ Examples/MAX32672/UCL/Makefile | 21 ++++- Examples/MAX32672/Watchdog/Makefile | 21 ++++- Examples/MAX32672/Watchdog/main.c | 17 ++++ Examples/MAX32672/WearLeveling/Makefile | 21 ++++- Examples/MAX32672/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32672/WearLeveling/include/file.h | 17 ++++ .../MAX32672/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32672/WearLeveling/include/main.h | 17 ++++ Examples/MAX32672/WearLeveling/main.c | 17 ++++ Examples/MAX32672/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32672/WearLeveling/src/file.c | 17 ++++ Examples/MAX32672/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32675/ADC/Makefile | 21 ++++- Examples/MAX32675/ADC/main.c | 17 ++++ Examples/MAX32675/AES/Makefile | 21 ++++- Examples/MAX32675/AES/main.c | 17 ++++ Examples/MAX32675/AFE_DAC/Makefile | 21 ++++- Examples/MAX32675/AFE_DAC/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32675/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32675/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32675/CRC/Makefile | 21 ++++- Examples/MAX32675/CRC/main.c | 17 ++++ Examples/MAX32675/Coremark/Makefile | 21 ++++- Examples/MAX32675/DMA/Makefile | 21 ++++- Examples/MAX32675/DMA/main.c | 17 ++++ Examples/MAX32675/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32675/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32675/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32675/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32675/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32675/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32675/Flash/Makefile | 21 ++++- Examples/MAX32675/Flash/main.c | 17 ++++ Examples/MAX32675/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32675/Flash_CLI/Makefile | 21 ++++- Examples/MAX32675/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32675/Flash_CLI/main.c | 17 ++++ .../MAX32675/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32675/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32675/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32675/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32675/GPIO/Makefile | 21 ++++- Examples/MAX32675/GPIO/main.c | 17 ++++ Examples/MAX32675/HART_UART/Makefile | 21 ++++- Examples/MAX32675/HART_UART/main.c | 17 ++++ Examples/MAX32675/Hello_World/Makefile | 21 ++++- Examples/MAX32675/Hello_World/main.c | 17 ++++ Examples/MAX32675/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32675/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32675/I2C/Makefile | 21 ++++- Examples/MAX32675/I2C/main.c | 17 ++++ Examples/MAX32675/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32675/I2C_MNGR/Makefile | 21 ++++- .../MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32675/I2C_MNGR/main.c | 17 ++++ Examples/MAX32675/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32675/I2C_SCAN/main.c | 17 ++++ Examples/MAX32675/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32675/I2C_Sensor/main.c | 17 ++++ Examples/MAX32675/I2S/Makefile | 21 ++++- Examples/MAX32675/I2S/main.c | 17 ++++ Examples/MAX32675/ICC/Makefile | 21 ++++- Examples/MAX32675/ICC/main.c | 17 ++++ Examples/MAX32675/LP/Makefile | 21 ++++- Examples/MAX32675/LP/lp.ld | 17 ++++ Examples/MAX32675/LP/main.c | 17 ++++ Examples/MAX32675/Library_Generate/Makefile | 21 ++++- Examples/MAX32675/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32675/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32675/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32675/Library_Use/main.c | 17 ++++ Examples/MAX32675/SPI/Makefile | 21 ++++- Examples/MAX32675/SPI/main.c | 17 ++++ Examples/MAX32675/TMR/Makefile | 21 ++++- Examples/MAX32675/TMR/main.c | 17 ++++ Examples/MAX32675/TRNG/Makefile | 21 ++++- Examples/MAX32675/TRNG/main.c | 17 ++++ Examples/MAX32675/UART/Makefile | 21 ++++- Examples/MAX32675/UART/main.c | 17 ++++ Examples/MAX32675/Watchdog/Makefile | 21 ++++- Examples/MAX32675/Watchdog/main.c | 17 ++++ Examples/MAX32675/WearLeveling/Makefile | 21 ++++- Examples/MAX32675/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32675/WearLeveling/include/file.h | 17 ++++ .../MAX32675/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32675/WearLeveling/include/main.h | 17 ++++ Examples/MAX32675/WearLeveling/main.c | 17 ++++ Examples/MAX32675/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32675/WearLeveling/src/file.c | 17 ++++ Examples/MAX32675/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32680/ADC/Makefile | 21 ++++- Examples/MAX32680/ADC/main.c | 17 ++++ Examples/MAX32680/AES/Makefile | 21 ++++- Examples/MAX32680/AES/main.c | 17 ++++ Examples/MAX32680/AFE_ADC/Makefile | 21 ++++- Examples/MAX32680/AFE_ADC/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32680/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32680/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32680/BLE4_ctr/Makefile | 21 ++++- Examples/MAX32680/BLE_dats/Makefile | 21 ++++- Examples/MAX32680/CRC/Makefile | 21 ++++- Examples/MAX32680/CRC/main.c | 17 ++++ Examples/MAX32680/Coremark/Makefile | 21 ++++- Examples/MAX32680/DMA/Makefile | 21 ++++- Examples/MAX32680/DMA/main.c | 17 ++++ Examples/MAX32680/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32680/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32680/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32680/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32680/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32680/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32680/Flash/Makefile | 21 ++++- Examples/MAX32680/Flash/main.c | 17 ++++ Examples/MAX32680/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32680/Flash_CLI/Makefile | 21 ++++- Examples/MAX32680/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32680/Flash_CLI/main.c | 17 ++++ .../MAX32680/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32680/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32680/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32680/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32680/GPIO/Makefile | 21 ++++- Examples/MAX32680/GPIO/main.c | 17 ++++ Examples/MAX32680/HART_UART/Makefile | 21 ++++- Examples/MAX32680/HART_UART/main.c | 17 ++++ Examples/MAX32680/Hello_World-riscv/Makefile | 21 ++++- .../MAX32680/Hello_World-riscv/Makefile.ARM | 21 ++++- .../MAX32680/Hello_World-riscv/Makefile.RISCV | 21 ++++- Examples/MAX32680/Hello_World-riscv/main.c | 17 ++++ .../MAX32680/Hello_World-riscv/main_riscv.c | 17 ++++ Examples/MAX32680/Hello_World/Makefile | 21 ++++- Examples/MAX32680/Hello_World/main.c | 17 ++++ Examples/MAX32680/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32680/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32680/I2C/Makefile | 21 ++++- Examples/MAX32680/I2C/main.c | 17 ++++ Examples/MAX32680/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32680/I2C_MNGR/Makefile | 21 ++++- .../MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32680/I2C_MNGR/main.c | 17 ++++ Examples/MAX32680/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32680/I2C_SCAN/main.c | 17 ++++ Examples/MAX32680/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32680/I2C_Sensor/main.c | 17 ++++ Examples/MAX32680/I2S/Makefile | 21 ++++- Examples/MAX32680/I2S/main.c | 17 ++++ Examples/MAX32680/ICC/Makefile | 21 ++++- Examples/MAX32680/ICC/main.c | 17 ++++ Examples/MAX32680/LP/Makefile | 21 ++++- Examples/MAX32680/LP/main.c | 17 ++++ Examples/MAX32680/Library_Generate/Makefile | 21 ++++- Examples/MAX32680/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32680/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32680/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32680/Library_Use/main.c | 17 ++++ Examples/MAX32680/Pulse_Train/Makefile | 21 ++++- Examples/MAX32680/Pulse_Train/main.c | 17 ++++ Examples/MAX32680/RV_ARM_Loader/Makefile | 21 ++++- Examples/MAX32680/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX32680/SPI/Makefile | 21 ++++- Examples/MAX32680/SPI/main.c | 17 ++++ Examples/MAX32680/TMR/Makefile | 21 ++++- Examples/MAX32680/TMR/main.c | 17 ++++ Examples/MAX32680/TRNG/Makefile | 21 ++++- Examples/MAX32680/TRNG/main.c | 17 ++++ Examples/MAX32680/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32680/Temp_Monitor/main.c | 17 ++++ Examples/MAX32680/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32680/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32680/UART/Makefile | 21 ++++- Examples/MAX32680/UART/main.c | 17 ++++ Examples/MAX32680/WUT/Makefile | 21 ++++- Examples/MAX32680/WUT/main.c | 17 ++++ Examples/MAX32680/Watchdog/Makefile | 21 ++++- Examples/MAX32680/Watchdog/main.c | 17 ++++ Examples/MAX32680/WearLeveling/Makefile | 21 ++++- Examples/MAX32680/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32680/WearLeveling/include/file.h | 17 ++++ .../MAX32680/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32680/WearLeveling/include/main.h | 17 ++++ Examples/MAX32680/WearLeveling/main.c | 17 ++++ Examples/MAX32680/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32680/WearLeveling/src/file.c | 17 ++++ Examples/MAX32680/WearLeveling/src/flash.c | 17 ++++ Examples/MAX32690/ADC/Makefile | 21 ++++- Examples/MAX32690/ADC/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX32690/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX32690/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX32690/BLE4_ctr/Makefile | 21 ++++- Examples/MAX32690/BLE5_ctr/Makefile | 21 ++++- .../MAX32690/BLE_FreeRTOS/FreeRTOSConfig.h | 17 ++++ Examples/MAX32690/BLE_FreeRTOS/Makefile | 21 ++++- .../MAX32690/BLE_FreeRTOS/freertos_tickless.c | 17 ++++ Examples/MAX32690/BLE_FreeRTOS/main.c | 17 ++++ Examples/MAX32690/BLE_datc/Makefile | 21 ++++- Examples/MAX32690/BLE_datc/sdsc_api.h | 17 ++++ Examples/MAX32690/BLE_datc/sdsc_main.c | 17 ++++ Examples/MAX32690/BLE_dats/Makefile | 21 ++++- Examples/MAX32690/BLE_dats/services/svc_sds.c | 17 ++++ Examples/MAX32690/BLE_dats/services/svc_sds.h | 17 ++++ Examples/MAX32690/BLE_fcc/Makefile | 21 ++++- Examples/MAX32690/BLE_fit/Makefile | 21 ++++- Examples/MAX32690/BLE_mcs/Makefile | 21 ++++- Examples/MAX32690/BLE_otac/Makefile | 21 ++++- Examples/MAX32690/BLE_otas/Makefile | 21 ++++- Examples/MAX32690/BLE_otas/ota.ld | 17 ++++ Examples/MAX32690/BLE_periph/Makefile | 21 ++++- Examples/MAX32690/Bootloader/Makefile | 21 ++++- Examples/MAX32690/Bootloader/boot_lower.S | 17 ++++ Examples/MAX32690/Bootloader/bootloader.ld | 17 ++++ Examples/MAX32690/Bootloader/main.c | 17 ++++ Examples/MAX32690/CAN/Makefile | 21 ++++- Examples/MAX32690/CAN/main.c | 17 ++++ Examples/MAX32690/CRC/Makefile | 21 ++++- Examples/MAX32690/CRC/main.c | 17 ++++ Examples/MAX32690/CTB_AES/Makefile | 21 ++++- Examples/MAX32690/CTB_AES/main.c | 17 ++++ Examples/MAX32690/Coremark/Makefile | 21 ++++- Examples/MAX32690/DMA/Makefile | 21 ++++- Examples/MAX32690/DMA/main.c | 17 ++++ Examples/MAX32690/EEPROM_Emulator/Makefile | 21 ++++- .../MAX32690/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX32690/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX32690/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX32690/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX32690/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX32690/Flash/Makefile | 21 ++++- Examples/MAX32690/Flash/main.c | 17 ++++ Examples/MAX32690/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX32690/Flash_CLI/Makefile | 21 ++++- Examples/MAX32690/Flash_CLI/definitions.h | 17 ++++ Examples/MAX32690/Flash_CLI/main.c | 17 ++++ .../MAX32690/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX32690/FreeRTOSDemo/Makefile | 21 ++++- .../MAX32690/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX32690/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX32690/GPIO/Makefile | 21 ++++- Examples/MAX32690/GPIO/main.c | 17 ++++ Examples/MAX32690/HBMC/Makefile | 21 ++++- Examples/MAX32690/HBMC/main.c | 17 ++++ Examples/MAX32690/HBMC/ramfunc.c | 17 ++++ Examples/MAX32690/Hash/Makefile | 21 ++++- Examples/MAX32690/Hash/main.c | 17 ++++ Examples/MAX32690/Hello_World/Makefile | 21 ++++- Examples/MAX32690/Hello_World/main.c | 17 ++++ Examples/MAX32690/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX32690/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX32690/I2C/Makefile | 21 ++++- Examples/MAX32690/I2C/main.c | 17 ++++ Examples/MAX32690/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX32690/I2C_MNGR/Makefile | 21 ++++- .../MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX32690/I2C_MNGR/main.c | 17 ++++ Examples/MAX32690/I2C_SCAN/Makefile | 21 ++++- Examples/MAX32690/I2C_SCAN/main.c | 17 ++++ Examples/MAX32690/I2C_Sensor/Makefile | 21 ++++- Examples/MAX32690/I2C_Sensor/main.c | 17 ++++ Examples/MAX32690/I2S/Makefile | 21 ++++- Examples/MAX32690/I2S/main.c | 17 ++++ Examples/MAX32690/ICC/Makefile | 21 ++++- Examples/MAX32690/ICC/main.c | 17 ++++ Examples/MAX32690/LP/Makefile | 21 ++++- Examples/MAX32690/LP/lp.ld | 17 ++++ Examples/MAX32690/LP/main.c | 17 ++++ Examples/MAX32690/LPCMP/Makefile | 21 ++++- Examples/MAX32690/LPCMP/main.c | 17 ++++ Examples/MAX32690/Library_Generate/Makefile | 21 ++++- Examples/MAX32690/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX32690/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX32690/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX32690/Library_Use/main.c | 17 ++++ Examples/MAX32690/Pulse_Train/Makefile | 21 ++++- Examples/MAX32690/Pulse_Train/main.c | 17 ++++ Examples/MAX32690/RF_Test/FreeRTOSConfig.h | 17 ++++ Examples/MAX32690/RF_Test/Makefile | 21 ++++- Examples/MAX32690/RF_Test/freertos_tickless.c | 17 ++++ Examples/MAX32690/RTC/Makefile | 21 ++++- Examples/MAX32690/RTC/main.c | 17 ++++ Examples/MAX32690/RTC_Backup/Makefile | 21 ++++- Examples/MAX32690/RTC_Backup/main.c | 17 ++++ Examples/MAX32690/RV_ARM_Loader/Makefile | 21 ++++- Examples/MAX32690/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX32690/SCPA_OTP_Dump/Makefile | 21 ++++- Examples/MAX32690/SCPA_OTP_Dump/main.c | 17 ++++ Examples/MAX32690/SCPA_OTP_Dump/utils.c | 17 ++++ Examples/MAX32690/SCPA_OTP_Dump/utils.h | 17 ++++ Examples/MAX32690/SPI/Makefile | 21 ++++- Examples/MAX32690/SPI/main.c | 17 ++++ Examples/MAX32690/TFT_Demo/Makefile | 21 ++++- Examples/MAX32690/TFT_Demo/main.c | 17 ++++ Examples/MAX32690/TFT_Demo/resources/bitmap.h | 17 ++++ .../TFT_Demo/resources/tft_demo/bmp/bmp2c.py | 21 ++++- .../resources/tft_demo/bmp/image_rgb565.c | 17 ++++ .../resources/tft_demo/bmp/template.txt | 17 ++++ .../TFT_Demo/resources/tft_demo/logo_rgb565.c | 17 ++++ Examples/MAX32690/TMR/Makefile | 21 ++++- Examples/MAX32690/TMR/main.c | 17 ++++ Examples/MAX32690/TRNG/Makefile | 21 ++++- Examples/MAX32690/TRNG/main.c | 17 ++++ Examples/MAX32690/Temp_Monitor/Makefile | 21 ++++- Examples/MAX32690/Temp_Monitor/main.c | 17 ++++ Examples/MAX32690/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX32690/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX32690/UART/Makefile | 21 ++++- Examples/MAX32690/UART/main.c | 17 ++++ Examples/MAX32690/UCL/Makefile | 21 ++++- Examples/MAX32690/USB_CDCACM/Makefile | 21 ++++- Examples/MAX32690/USB_CDCACM/descriptors.h | 17 ++++ Examples/MAX32690/USB_CDCACM/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_CDC/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_CDC/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_HID/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/main.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.h | 17 ++++ Examples/MAX32690/USB_HIDKeyboard/Makefile | 21 ++++- .../MAX32690/USB_HIDKeyboard/descriptors.h | 17 ++++ Examples/MAX32690/USB_HIDKeyboard/main.c | 17 ++++ Examples/MAX32690/USB_MassStorage/Makefile | 21 ++++- .../MAX32690/USB_MassStorage/descriptors.h | 17 ++++ Examples/MAX32690/USB_MassStorage/main.c | 17 ++++ Examples/MAX32690/USB_MassStorage/mscmem.c | 17 ++++ Examples/MAX32690/USB_MassStorage/mscmem.h | 17 ++++ Examples/MAX32690/WUT/Makefile | 21 ++++- Examples/MAX32690/WUT/main.c | 17 ++++ Examples/MAX32690/Watchdog/Makefile | 21 ++++- Examples/MAX32690/Watchdog/main.c | 17 ++++ Examples/MAX32690/WearLeveling/Makefile | 21 ++++- Examples/MAX32690/WearLeveling/include/cli.h | 17 ++++ Examples/MAX32690/WearLeveling/include/file.h | 17 ++++ .../MAX32690/WearLeveling/include/flash.h | 17 ++++ Examples/MAX32690/WearLeveling/include/main.h | 17 ++++ Examples/MAX32690/WearLeveling/main.c | 17 ++++ Examples/MAX32690/WearLeveling/src/cli.c | 17 ++++ Examples/MAX32690/WearLeveling/src/file.c | 17 ++++ Examples/MAX32690/WearLeveling/src/flash.c | 17 ++++ Examples/MAX78000/ADC/Makefile | 17 ++++ Examples/MAX78000/ADC/example_config.h | 17 ++++ Examples/MAX78000/ADC/main.c | 17 ++++ Examples/MAX78000/AES/Makefile | 17 ++++ Examples/MAX78000/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 17 ++++ .../ARM-DSP/arm_class_marks_example/Makefile | 17 ++++ .../ARM-DSP/arm_convolution_example/Makefile | 17 ++++ .../arm_dotproduct_example_f32/Makefile | 17 ++++ .../ARM-DSP/arm_fft_bin_example/Makefile | 17 ++++ .../MAX78000/ARM-DSP/arm_fir_example/Makefile | 17 ++++ .../arm_graphic_equalizer_example/Makefile | 17 ++++ .../arm_linear_interp_example/Makefile | 17 ++++ .../ARM-DSP/arm_matrix_example/Makefile | 17 ++++ .../arm_signal_converge_example/Makefile | 17 ++++ .../ARM-DSP/arm_sin_cos_example/Makefile | 17 ++++ .../MAX78000/ARM-DSP/arm_svm_example/Makefile | 17 ++++ .../ARM-DSP/arm_variance_example/Makefile | 17 ++++ Examples/MAX78000/CNN/UNet-demo/Makefile | 17 ++++ .../CNN/UNet-demo/TFT/evkit/all_imgs.c | 17 ++++ .../MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../CNN/UNet-demo/TFT/fthr/bmp/template.txt | 17 ++++ .../CNN/UNet-demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../CNN/UNet-demo/TFT/fthr/logo_rgb565.c | 17 ++++ .../MAX78000/CNN/UNet-demo/Utility/main.py | 17 ++++ Examples/MAX78000/CNN/UNet-demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/UNet-demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/UNet-demo/main.c | 17 ++++ Examples/MAX78000/CNN/UNet-demo/softmax.c | 17 ++++ .../MAX78000/CNN/UNet-highres-demo/Makefile | 17 ++++ .../UNet-highres-demo/TFT/evkit/all_imgs.c | 17 ++++ .../CNN/UNet-highres-demo/TFT/evkit/bitmap.h | 17 ++++ .../UNet-highres-demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../TFT/fthr/bmp/template.txt | 17 ++++ .../TFT/fthr/img/img_1_rgb565.c | 17 ++++ .../TFT/fthr/img/logo_rgb565.c | 17 ++++ .../CNN/UNet-highres-demo/camera_util.c | 17 ++++ .../CNN/UNet-highres-demo/camera_util.h | 17 ++++ Examples/MAX78000/CNN/UNet-highres-demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/UNet-highres-demo/cnn.h | 17 ++++ .../MAX78000/CNN/UNet-highres-demo/main.c | 17 ++++ .../MAX78000/CNN/UNet-highres-demo/softmax.c | 17 ++++ .../MAX78000/CNN/aisegment_unet-demo/Makefile | 17 ++++ .../aisegment_unet-demo/TFT/evkit/all_imgs.c | 17 ++++ .../aisegment_unet-demo/TFT/evkit/bitmap.h | 17 ++++ .../aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../TFT/fthr/bmp/template.txt | 17 ++++ .../TFT/fthr/img/img_1_rgb565.c | 17 ++++ .../TFT/fthr/img/logo_rgb565.c | 17 ++++ .../CNN/aisegment_unet-demo/camera_util.c | 17 ++++ .../CNN/aisegment_unet-demo/camera_util.h | 17 ++++ .../MAX78000/CNN/aisegment_unet-demo/cnn.c | 17 ++++ .../MAX78000/CNN/aisegment_unet-demo/cnn.h | 17 ++++ .../MAX78000/CNN/aisegment_unet-demo/main.c | 17 ++++ .../CNN/aisegment_unet-demo/softmax.c | 17 ++++ Examples/MAX78000/CNN/aisegment_unet/Makefile | 17 ++++ Examples/MAX78000/CNN/aisegment_unet/cnn.c | 17 ++++ Examples/MAX78000/CNN/aisegment_unet/cnn.h | 17 ++++ Examples/MAX78000/CNN/aisegment_unet/main.c | 17 ++++ .../MAX78000/CNN/aisegment_unet/softmax.c | 17 ++++ Examples/MAX78000/CNN/asl/Makefile | 17 ++++ Examples/MAX78000/CNN/asl/cnn.c | 17 ++++ Examples/MAX78000/CNN/asl/cnn.h | 17 ++++ Examples/MAX78000/CNN/asl/main.c | 17 ++++ Examples/MAX78000/CNN/asl/softmax.c | 17 ++++ Examples/MAX78000/CNN/asl_demo/Makefile | 17 ++++ .../CNN/asl_demo/TFT/evkit/all_imgs.c | 17 ++++ .../MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/asl_demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../CNN/asl_demo/TFT/fthr/bmp/template.txt | 17 ++++ .../CNN/asl_demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../CNN/asl_demo/TFT/fthr/logo_rgb565.c | 17 ++++ Examples/MAX78000/CNN/asl_demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/asl_demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/asl_demo/main.c | 17 ++++ Examples/MAX78000/CNN/asl_demo/softmax.c | 17 ++++ .../CNN/cam01_facedetect_demo/Makefile | 17 ++++ .../MAX78000/CNN/cam01_facedetect_demo/cnn.c | 17 ++++ .../MAX78000/CNN/cam01_facedetect_demo/cnn.h | 17 ++++ .../MAX78000/CNN/cam01_facedetect_demo/main.c | 17 ++++ .../CNN/cam01_facedetect_demo/post_process.c | 17 ++++ .../CNN/cam01_facedetect_demo/post_process.h | 17 ++++ .../CNN/cam01_facedetect_demo/softmax.c | 17 ++++ Examples/MAX78000/CNN/camvid_unet/Makefile | 17 ++++ Examples/MAX78000/CNN/camvid_unet/cnn.c | 17 ++++ Examples/MAX78000/CNN/camvid_unet/cnn.h | 17 ++++ Examples/MAX78000/CNN/camvid_unet/main.c | 17 ++++ Examples/MAX78000/CNN/camvid_unet/softmax.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs/Makefile | 17 ++++ Examples/MAX78000/CNN/cats-dogs/cnn.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs/cnn.h | 17 ++++ Examples/MAX78000/CNN/cats-dogs/main.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs/softmax.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs_demo/Makefile | 17 ++++ .../CNN/cats-dogs_demo/TFT/evkit/all_imgs.c | 17 ++++ .../CNN/cats-dogs_demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../cats-dogs_demo/TFT/fthr/bmp/template.txt | 17 ++++ .../cats-dogs_demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs_demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/cats-dogs_demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/cats-dogs_demo/main.c | 17 ++++ .../MAX78000/CNN/cats-dogs_demo/softmax.c | 17 ++++ .../MAX78000/CNN/cifar-10-auto-test/Makefile | 17 ++++ .../cifar-10-png-loader/main.py | 17 ++++ .../MAX78000/CNN/cifar-10-auto-test/cnn.c | 17 ++++ .../MAX78000/CNN/cifar-10-auto-test/cnn.h | 17 ++++ .../MAX78000/CNN/cifar-10-auto-test/main.c | 17 ++++ .../MAX78000/CNN/cifar-10-auto-test/softmax.c | 17 ++++ Examples/MAX78000/CNN/cifar-10/Makefile | 17 ++++ Examples/MAX78000/CNN/cifar-10/cnn.c | 17 ++++ Examples/MAX78000/CNN/cifar-10/cnn.h | 17 ++++ Examples/MAX78000/CNN/cifar-10/main.c | 17 ++++ Examples/MAX78000/CNN/cifar-10/softmax.c | 17 ++++ .../MAX78000/CNN/cifar-100-mixed/Makefile | 17 ++++ Examples/MAX78000/CNN/cifar-100-mixed/cnn.c | 17 ++++ Examples/MAX78000/CNN/cifar-100-mixed/cnn.h | 17 ++++ Examples/MAX78000/CNN/cifar-100-mixed/main.c | 17 ++++ .../MAX78000/CNN/cifar-100-mixed/softmax.c | 17 ++++ .../MAX78000/CNN/cifar-100-residual/Makefile | 17 ++++ .../MAX78000/CNN/cifar-100-residual/cnn.c | 17 ++++ .../MAX78000/CNN/cifar-100-residual/cnn.h | 17 ++++ .../MAX78000/CNN/cifar-100-residual/main.c | 17 ++++ .../MAX78000/CNN/cifar-100-residual/softmax.c | 17 ++++ .../CNN/cifar-100-simplewide2x-mixed/Makefile | 17 ++++ .../CNN/cifar-100-simplewide2x-mixed/cnn.c | 17 ++++ .../CNN/cifar-100-simplewide2x-mixed/cnn.h | 17 ++++ .../CNN/cifar-100-simplewide2x-mixed/main.c | 17 ++++ .../cifar-100-simplewide2x-mixed/softmax.c | 17 ++++ Examples/MAX78000/CNN/cifar-100/Makefile | 17 ++++ Examples/MAX78000/CNN/cifar-100/cnn.c | 17 ++++ Examples/MAX78000/CNN/cifar-100/cnn.h | 17 ++++ Examples/MAX78000/CNN/cifar-100/main.c | 17 ++++ Examples/MAX78000/CNN/cifar-100/softmax.c | 17 ++++ .../CNN/digit-detection-demo/Makefile | 17 ++++ .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../TFT/evkit/resources/bitmap.h | 17 ++++ .../TFT/fthr/bmp/bmp2c.py | 17 ++++ .../TFT/fthr/bmp/template.txt | 17 ++++ .../TFT/fthr/img/img_1_rgb565.c | 17 ++++ .../TFT/fthr/img/logo_rgb565.c | 17 ++++ .../MAX78000/CNN/digit-detection-demo/cnn.c | 17 ++++ .../MAX78000/CNN/digit-detection-demo/cnn.h | 17 ++++ .../MAX78000/CNN/digit-detection-demo/main.c | 17 ++++ .../CNN/digit-detection-demo/post_process.c | 17 ++++ .../CNN/digit-detection-demo/post_process.h | 17 ++++ .../CNN/digit-detection-demo/tft_utils.c | 17 ++++ .../CNN/digit-detection-demo/tft_utils.h | 17 ++++ Examples/MAX78000/CNN/faceid/Makefile | 17 ++++ Examples/MAX78000/CNN/faceid/cnn.c | 17 ++++ Examples/MAX78000/CNN/faceid/cnn.h | 17 ++++ Examples/MAX78000/CNN/faceid/main.c | 17 ++++ Examples/MAX78000/CNN/faceid/softmax.c | 17 ++++ Examples/MAX78000/CNN/faceid_demo/Makefile | 17 ++++ .../CNN/faceid_demo/demo/ai85_adapter.py | 17 ++++ .../CNN/faceid_demo/demo/cam_thread.py | 17 ++++ .../MAX78000/CNN/faceid_demo/demo/camera.py | 17 ++++ .../CNN/faceid_demo/demo/face_identifier.py | 17 ++++ .../CNN/faceid_demo/demo/image_utils.py | 17 ++++ .../CNN/faceid_demo/demo/mtcnn/mtcnn.py | 17 ++++ .../demo/mtcnn/utils/detect_face.py | 17 ++++ .../MAX78000/CNN/faceid_demo/demo/run_demo.py | 17 ++++ .../MAX78000/CNN/faceid_demo/main_faceid.c | 17 ++++ .../MAX78000/CNN/faceid_evkit-riscv/Makefile | 17 ++++ .../CNN/faceid_evkit-riscv/Makefile.ARM | 17 ++++ .../CNN/faceid_evkit-riscv/Makefile.RISCV | 17 ++++ .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../TFT/evkit/resources/bitmap.h | 17 ++++ .../TFT/fthr/Utility/bmp2c.py | 17 ++++ .../TFT/fthr/Utility/template.txt | 17 ++++ .../faceid_evkit-riscv/TFT/fthr/logo_rgb565.c | 17 ++++ .../db_gen/ai85/AI85FaceIDNetNoBias.py | 17 ++++ .../db_gen/ai85/ai85_adapter.py | 17 ++++ .../db_gen/ai85/ai85_simulator.py | 17 ++++ .../faceid_evkit-riscv/db_gen/ai85/ai8x.py | 17 ++++ .../db_gen/generate_face_db.py | 17 ++++ .../faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py | 17 ++++ .../db_gen/mtcnn/utils/detect_face.py | 17 ++++ .../CNN/faceid_evkit-riscv/db_gen/utils.py | 17 ++++ .../faceid_evkit-riscv/include/MAXCAM_Debug.h | 17 ++++ .../CNN/faceid_evkit-riscv/include/cnn.h | 17 ++++ .../include/embedding_process.h | 17 ++++ .../faceid_evkit-riscv/include/embeddings.h | 17 ++++ .../CNN/faceid_evkit-riscv/include/faceID.h | 17 ++++ .../CNN/faceid_evkit-riscv/include/keypad.h | 17 ++++ .../CNN/faceid_evkit-riscv/include/state.h | 17 ++++ .../CNN/faceid_evkit-riscv/include/utils.h | 17 ++++ .../MAX78000/CNN/faceid_evkit-riscv/main.c | 17 ++++ .../CNN/faceid_evkit-riscv/main_riscv.c | 17 ++++ .../MAX78000/CNN/faceid_evkit-riscv/src/cnn.c | 17 ++++ .../src/embedding_process.c | 17 ++++ .../CNN/faceid_evkit-riscv/src/state.c | 17 ++++ .../CNN/faceid_evkit-riscv/src/state_faceID.c | 17 ++++ .../CNN/faceid_evkit-riscv/src/state_home.c | 17 ++++ .../CNN/faceid_evkit-riscv/src/utils.c | 17 ++++ Examples/MAX78000/CNN/faceid_evkit/Makefile | 17 ++++ .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../faceid_evkit/TFT/evkit/resources/bitmap.h | 17 ++++ .../faceid_evkit/TFT/fthr/Utility/bmp2c.py | 17 ++++ .../TFT/fthr/Utility/template.txt | 17 ++++ .../CNN/faceid_evkit/TFT/fthr/logo_rgb565.c | 17 ++++ .../db_gen/ai85/AI85FaceIDNetNoBias.py | 17 ++++ .../faceid_evkit/db_gen/ai85/ai85_adapter.py | 17 ++++ .../db_gen/ai85/ai85_simulator.py | 17 ++++ .../CNN/faceid_evkit/db_gen/ai85/ai8x.py | 17 ++++ .../CNN/faceid_evkit/db_gen/ai85/devices.py | 17 ++++ .../faceid_evkit/db_gen/generate_face_db.py | 17 ++++ .../CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py | 17 ++++ .../db_gen/mtcnn/utils/detect_face.py | 17 ++++ .../MAX78000/CNN/faceid_evkit/db_gen/utils.py | 17 ++++ .../CNN/faceid_evkit/include/MAXCAM_Debug.h | 17 ++++ .../MAX78000/CNN/faceid_evkit/include/cnn.h | 17 ++++ .../faceid_evkit/include/embedding_process.h | 17 ++++ .../CNN/faceid_evkit/include/embeddings.h | 17 ++++ .../CNN/faceid_evkit/include/faceID.h | 17 ++++ .../CNN/faceid_evkit/include/keypad.h | 17 ++++ .../MAX78000/CNN/faceid_evkit/include/state.h | 17 ++++ .../MAX78000/CNN/faceid_evkit/include/utils.h | 17 ++++ Examples/MAX78000/CNN/faceid_evkit/main.c | 17 ++++ Examples/MAX78000/CNN/faceid_evkit/src/cnn.c | 17 ++++ .../CNN/faceid_evkit/src/embedding_process.c | 17 ++++ .../MAX78000/CNN/faceid_evkit/src/state.c | 17 ++++ .../CNN/faceid_evkit/src/state_faceID.c | 17 ++++ .../CNN/faceid_evkit/src/state_home.c | 17 ++++ .../MAX78000/CNN/faceid_evkit/src/utils.c | 17 ++++ .../MAX78000/CNN/facial_recognition/Makefile | 17 ++++ .../facial_recognition/SDHC_weights/Makefile | 17 ++++ .../facial_recognition/SDHC_weights/main.c | 17 ++++ .../TFT/fthr/Utility/bmp2c.py | 17 ++++ .../TFT/fthr/Utility/template.txt | 17 ++++ .../db_gen/ai85/ai85_adapter.py | 17 ++++ .../db_gen/ai85/ai85_facedet_adapter.py | 17 ++++ .../db_gen/ai85/ai85_facedet_simulator.py | 17 ++++ .../db_gen/ai85/ai85_simulator.py | 17 ++++ .../db_gen/ai85/ai85net_faceid.py | 17 ++++ .../db_gen/ai85/ai85net_tinierssd_face.py | 17 ++++ .../facial_recognition/db_gen/ai85/ai8x.py | 17 ++++ .../facial_recognition/db_gen/ai85/devices.py | 17 ++++ .../db_gen/generate_face_db.py | 17 ++++ .../db_gen/object_detection_utils.py | 17 ++++ .../db_gen/parse_qat_yaml.py | 17 ++++ .../CNN/facial_recognition/db_gen/utils.py | 17 ++++ .../facial_recognition/include/MAXCAM_Debug.h | 17 ++++ .../CNN/facial_recognition/include/cnn_1.h | 17 ++++ .../CNN/facial_recognition/include/cnn_2.h | 17 ++++ .../include/embedding_process.h | 17 ++++ .../CNN/facial_recognition/include/faceID.h | 17 ++++ .../include/facedetection.h | 17 ++++ .../facial_recognition/include/post_process.h | 17 ++++ .../facial_recognition/include/tft_utils.h | 17 ++++ .../CNN/facial_recognition/include/utils.h | 17 ++++ .../MAX78000/CNN/facial_recognition/main.c | 17 ++++ .../CNN/facial_recognition/src/cnn_1.c | 17 ++++ .../CNN/facial_recognition/src/cnn_2.c | 17 ++++ .../src/embedding_process.c | 17 ++++ .../CNN/facial_recognition/src/faceID.c | 17 ++++ .../facial_recognition/src/facedetection.c | 17 ++++ .../CNN/facial_recognition/src/post_process.c | 17 ++++ .../MAX78000/CNN/facial_recognition/src/sd.c | 17 ++++ .../CNN/facial_recognition/src/tft_utils.c | 17 ++++ .../CNN/facial_recognition/src/utils.c | 17 ++++ .../MAX78000/CNN/kws20_demo-riscv/Makefile | 17 ++++ .../CNN/kws20_demo-riscv/Makefile.ARM | 17 ++++ .../CNN/kws20_demo-riscv/Makefile.RISCV | 17 ++++ .../CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c | 17 ++++ .../CNN/kws20_demo-riscv/TFT/evkit/bitmap.h | 17 ++++ .../kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../TFT/fthr/bmp/template.txt | 17 ++++ .../kws20_demo-riscv/TFT/fthr/img_1_rgb565.c | 17 ++++ .../kws20_demo-riscv/TFT/fthr/logo_rgb565.c | 17 ++++ .../kws20_demo-riscv/Utility/RealtimeAudio.py | 17 ++++ .../kws20_demo-riscv/Utility/VoiceRecorder.py | 17 ++++ Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c | 17 ++++ Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h | 17 ++++ Examples/MAX78000/CNN/kws20_demo-riscv/main.c | 17 ++++ .../CNN/kws20_demo-riscv/main_riscv.c | 17 ++++ .../MAX78000/CNN/kws20_demo-riscv/softmax.c | 17 ++++ Examples/MAX78000/CNN/kws20_demo/Makefile | 17 ++++ .../CNN/kws20_demo/TFT/evkit/all_imgs.c | 17 ++++ .../CNN/kws20_demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../CNN/kws20_demo/TFT/fthr/bmp/template.txt | 17 ++++ .../CNN/kws20_demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../CNN/kws20_demo/TFT/fthr/logo_rgb565.c | 17 ++++ .../CNN/kws20_demo/Utility/RealtimeAudio.py | 17 ++++ .../CNN/kws20_demo/Utility/VoiceRecorder.py | 17 ++++ .../CNN/kws20_demo/Utility/bin2wav.py | 17 ++++ .../kws20_demo/Utility/capture_serial_bin.py | 17 ++++ .../kws20_demo/Utility/convert_segment_wav.py | 17 ++++ Examples/MAX78000/CNN/kws20_demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/kws20_demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/kws20_demo/main.c | 17 ++++ Examples/MAX78000/CNN/kws20_demo/sd_util.c | 17 ++++ Examples/MAX78000/CNN/kws20_demo/softmax.c | 17 ++++ Examples/MAX78000/CNN/kws20_v3/Makefile | 17 ++++ Examples/MAX78000/CNN/kws20_v3/cnn.c | 17 ++++ Examples/MAX78000/CNN/kws20_v3/cnn.h | 17 ++++ Examples/MAX78000/CNN/kws20_v3/main.c | 17 ++++ Examples/MAX78000/CNN/kws20_v3/softmax.c | 17 ++++ Examples/MAX78000/CNN/mnist-riscv/Makefile | 17 ++++ .../MAX78000/CNN/mnist-riscv/Makefile.ARM | 17 ++++ .../MAX78000/CNN/mnist-riscv/Makefile.RISCV | 17 ++++ Examples/MAX78000/CNN/mnist-riscv/cnn.c | 17 ++++ Examples/MAX78000/CNN/mnist-riscv/cnn.h | 17 ++++ Examples/MAX78000/CNN/mnist-riscv/main.c | 17 ++++ .../MAX78000/CNN/mnist-riscv/main_riscv.c | 17 ++++ Examples/MAX78000/CNN/mnist-riscv/softmax.c | 17 ++++ Examples/MAX78000/CNN/mnist/Makefile | 17 ++++ Examples/MAX78000/CNN/mnist/cnn.c | 17 ++++ Examples/MAX78000/CNN/mnist/cnn.h | 17 ++++ Examples/MAX78000/CNN/mnist/main.c | 17 ++++ Examples/MAX78000/CNN/mnist/softmax.c | 17 ++++ Examples/MAX78000/CNN/rps-demo/Makefile | 17 ++++ .../CNN/rps-demo/TFT/evkit/all_imgs.c | 17 ++++ .../MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/rps-demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../CNN/rps-demo/TFT/fthr/bmp/template.txt | 17 ++++ .../CNN/rps-demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../CNN/rps-demo/TFT/fthr/logo_rgb565.c | 17 ++++ Examples/MAX78000/CNN/rps-demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/rps-demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/rps-demo/main.c | 17 ++++ Examples/MAX78000/CNN/rps-demo/softmax.c | 17 ++++ Examples/MAX78000/CNN/rps/Makefile | 17 ++++ Examples/MAX78000/CNN/rps/cnn.c | 17 ++++ Examples/MAX78000/CNN/rps/cnn.h | 17 ++++ Examples/MAX78000/CNN/rps/main.c | 17 ++++ Examples/MAX78000/CNN/rps/softmax.c | 17 ++++ .../MAX78000/CNN/snake_game_demo/Makefile | 17 ++++ .../CNN/snake_game_demo/TFT/evkit/all_imgs.c | 17 ++++ .../CNN/snake_game_demo/TFT/evkit/bitmap.h | 17 ++++ .../CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py | 17 ++++ .../snake_game_demo/TFT/fthr/bmp/template.txt | 17 ++++ .../snake_game_demo/TFT/fthr/img_1_rgb565.c | 17 ++++ .../snake_game_demo/TFT/fthr/logo_rgb565.c | 17 ++++ Examples/MAX78000/CNN/snake_game_demo/cnn.c | 17 ++++ Examples/MAX78000/CNN/snake_game_demo/cnn.h | 17 ++++ Examples/MAX78000/CNN/snake_game_demo/main.c | 17 ++++ .../MAX78000/CNN/snake_game_demo/softmax.c | 17 ++++ Examples/MAX78000/CNN/svhn_tinierssd/Makefile | 17 ++++ Examples/MAX78000/CNN/svhn_tinierssd/cnn.c | 17 ++++ Examples/MAX78000/CNN/svhn_tinierssd/cnn.h | 17 ++++ Examples/MAX78000/CNN/svhn_tinierssd/main.c | 17 ++++ .../MAX78000/CNN/svhn_tinierssd/softmax.c | 17 ++++ Examples/MAX78000/CRC/Makefile | 17 ++++ Examples/MAX78000/CRC/main.c | 17 ++++ Examples/MAX78000/CameraIF/Makefile | 17 ++++ Examples/MAX78000/CameraIF/main.c | 17 ++++ Examples/MAX78000/CameraIF/utils.c | 17 ++++ Examples/MAX78000/CameraIF/utils.h | 17 ++++ Examples/MAX78000/CameraIF_Debayer/Makefile | 17 ++++ Examples/MAX78000/CameraIF_Debayer/main.c | 17 ++++ Examples/MAX78000/CameraIF_Debayer/utils.c | 17 ++++ Examples/MAX78000/CameraIF_Debayer/utils.h | 17 ++++ Examples/MAX78000/Coremark/Makefile | 17 ++++ Examples/MAX78000/DMA/Makefile | 17 ++++ Examples/MAX78000/DMA/main.c | 17 ++++ Examples/MAX78000/ECC/Makefile | 17 ++++ Examples/MAX78000/ECC/main.c | 17 ++++ Examples/MAX78000/EEPROM_Emulator/Makefile | 17 ++++ .../MAX78000/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX78000/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX78000/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX78000/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX78000/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX78000/FTHR_I2C/Makefile | 17 ++++ Examples/MAX78000/FTHR_I2C/main.c | 17 ++++ Examples/MAX78000/Flash/Makefile | 17 ++++ Examples/MAX78000/Flash/main.c | 17 ++++ Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX78000/Flash_CLI/Makefile | 17 ++++ Examples/MAX78000/Flash_CLI/definitions.h | 17 ++++ Examples/MAX78000/Flash_CLI/main.c | 17 ++++ .../MAX78000/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX78000/FreeRTOSDemo/Makefile | 17 ++++ .../MAX78000/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX78000/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX78000/GPIO/Makefile | 17 ++++ Examples/MAX78000/GPIO/main.c | 17 ++++ Examples/MAX78000/Hello_World/Makefile | 17 ++++ Examples/MAX78000/Hello_World/main.c | 17 ++++ Examples/MAX78000/Hello_World_Cpp/Makefile | 17 ++++ Examples/MAX78000/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX78000/I2C_ADXL343/Makefile | 17 ++++ Examples/MAX78000/I2C_ADXL343/adxl343.c | 17 ++++ Examples/MAX78000/I2C_ADXL343/adxl343.h | 17 ++++ Examples/MAX78000/I2C_ADXL343/main.c | 17 ++++ Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX78000/I2C_MNGR/Makefile | 17 ++++ .../MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX78000/I2C_MNGR/main.c | 17 ++++ Examples/MAX78000/I2C_SCAN/Makefile | 17 ++++ Examples/MAX78000/I2C_SCAN/main.c | 17 ++++ Examples/MAX78000/I2C_Sensor/Makefile | 17 ++++ Examples/MAX78000/I2C_Sensor/main.c | 17 ++++ Examples/MAX78000/I2S/Makefile | 17 ++++ Examples/MAX78000/I2S/main.c | 17 ++++ Examples/MAX78000/I2S_DMA/Makefile | 17 ++++ Examples/MAX78000/I2S_DMA/main.c | 17 ++++ Examples/MAX78000/I2S_DMA_Target/Makefile | 17 ++++ Examples/MAX78000/I2S_DMA_Target/main.c | 17 ++++ Examples/MAX78000/ICC/Makefile | 17 ++++ Examples/MAX78000/ICC/main.c | 17 ++++ Examples/MAX78000/ImgCapture/Makefile | 17 ++++ .../ImgCapture/include/cnn_memutils.h | 17 ++++ .../MAX78000/ImgCapture/include/console.h | 17 ++++ .../ImgCapture/include/example_config.h | 17 ++++ Examples/MAX78000/ImgCapture/include/sd.h | 17 ++++ Examples/MAX78000/ImgCapture/main.c | 17 ++++ .../MAX78000/ImgCapture/src/console/console.c | 17 ++++ Examples/MAX78000/ImgCapture/src/sd/sd.c | 17 ++++ .../MAX78000/ImgCapture/utils/batchconvert.py | 17 ++++ Examples/MAX78000/ImgCapture/utils/console.py | 17 ++++ .../MAX78000/ImgCapture/utils/imgConverter.py | 17 ++++ Examples/MAX78000/LP/Makefile | 17 ++++ Examples/MAX78000/LP/main.c | 17 ++++ Examples/MAX78000/LPCMP/Makefile | 17 ++++ Examples/MAX78000/LPCMP/main.c | 17 ++++ Examples/MAX78000/Library_Generate/Makefile | 17 ++++ Examples/MAX78000/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX78000/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX78000/Library_Use/Makefile | 17 ++++ .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX78000/Library_Use/main.c | 17 ++++ Examples/MAX78000/Pulse_Train/Makefile | 17 ++++ Examples/MAX78000/Pulse_Train/main.c | 17 ++++ Examples/MAX78000/RTC/Makefile | 17 ++++ Examples/MAX78000/RTC/main.c | 17 ++++ Examples/MAX78000/RTC_Backup/Makefile | 17 ++++ Examples/MAX78000/RTC_Backup/main.c | 17 ++++ Examples/MAX78000/RV_ARM_Loader/Makefile | 17 ++++ Examples/MAX78000/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX78000/SDHC_FTHR/Makefile | 17 ++++ Examples/MAX78000/SDHC_FTHR/include/sdhc.h | 17 ++++ .../MAX78000/SDHC_FTHR/include/user-cli.h | 17 ++++ Examples/MAX78000/SDHC_FTHR/main.c | 17 ++++ Examples/MAX78000/SDHC_FTHR/src/sdhc.c | 17 ++++ Examples/MAX78000/SDHC_FTHR/src/user-cli.c | 17 ++++ Examples/MAX78000/SPI/Makefile | 17 ++++ Examples/MAX78000/SPI/main.c | 17 ++++ Examples/MAX78000/TFT_Demo/Makefile | 17 ++++ Examples/MAX78000/TFT_Demo/example_config.h | 17 ++++ Examples/MAX78000/TFT_Demo/include/keypad.h | 17 ++++ Examples/MAX78000/TFT_Demo/include/state.h | 17 ++++ Examples/MAX78000/TFT_Demo/include/utils.h | 17 ++++ Examples/MAX78000/TFT_Demo/main.c | 17 ++++ Examples/MAX78000/TFT_Demo/resources/bitmap.h | 17 ++++ .../TFT_Demo/resources/tft_evkit/all_imgs.c | 17 ++++ .../TFT_Demo/resources/tft_fthr/bmp/bmp2c.py | 17 ++++ .../resources/tft_fthr/bmp/template.txt | 17 ++++ .../resources/tft_fthr/img_1_rgb565.c | 17 ++++ Examples/MAX78000/TFT_Demo/src/state.c | 17 ++++ Examples/MAX78000/TFT_Demo/src/state_home.c | 17 ++++ Examples/MAX78000/TFT_Demo/src/state_info.c | 17 ++++ Examples/MAX78000/TFT_Demo/src/state_keypad.c | 17 ++++ Examples/MAX78000/TFT_Demo/src/utils.c | 17 ++++ Examples/MAX78000/TMR/Makefile | 17 ++++ Examples/MAX78000/TMR/main.c | 17 ++++ Examples/MAX78000/TRNG/Makefile | 17 ++++ Examples/MAX78000/TRNG/main.c | 17 ++++ Examples/MAX78000/Temp_Monitor/Makefile | 17 ++++ Examples/MAX78000/Temp_Monitor/main.c | 17 ++++ Examples/MAX78000/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX78000/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX78000/UART/Makefile | 17 ++++ Examples/MAX78000/UART/main.c | 17 ++++ Examples/MAX78000/UCL/Makefile | 17 ++++ Examples/MAX78000/WUT/Makefile | 17 ++++ Examples/MAX78000/WUT/main.c | 17 ++++ Examples/MAX78000/Watchdog/Makefile | 17 ++++ Examples/MAX78000/Watchdog/main.c | 17 ++++ Examples/MAX78000/WearLeveling/Makefile | 17 ++++ Examples/MAX78000/WearLeveling/include/cli.h | 17 ++++ Examples/MAX78000/WearLeveling/include/file.h | 17 ++++ .../MAX78000/WearLeveling/include/flash.h | 17 ++++ Examples/MAX78000/WearLeveling/include/main.h | 17 ++++ Examples/MAX78000/WearLeveling/main.c | 17 ++++ Examples/MAX78000/WearLeveling/src/cli.c | 17 ++++ Examples/MAX78000/WearLeveling/src/file.c | 17 ++++ Examples/MAX78000/WearLeveling/src/flash.c | 17 ++++ Examples/MAX78002/ADC/Makefile | 21 ++++- Examples/MAX78002/ADC/main.c | 17 ++++ Examples/MAX78002/AES/Makefile | 21 ++++- Examples/MAX78002/AES/main.c | 17 ++++ .../ARM-DSP/arm_bayes_example/Makefile | 21 ++++- .../ARM-DSP/arm_class_marks_example/Makefile | 21 ++++- .../ARM-DSP/arm_convolution_example/Makefile | 21 ++++- .../arm_dotproduct_example_f32/Makefile | 21 ++++- .../ARM-DSP/arm_fft_bin_example/Makefile | 21 ++++- .../MAX78002/ARM-DSP/arm_fir_example/Makefile | 21 ++++- .../arm_graphic_equalizer_example/Makefile | 21 ++++- .../arm_linear_interp_example/Makefile | 21 ++++- .../ARM-DSP/arm_matrix_example/Makefile | 21 ++++- .../arm_signal_converge_example/Makefile | 21 ++++- .../ARM-DSP/arm_sin_cos_example/Makefile | 21 ++++- .../MAX78002/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- .../MAX78002/CNN/cifar-100-effnet2/Makefile | 21 ++++- Examples/MAX78002/CNN/cifar-100-effnet2/cnn.c | 17 ++++ Examples/MAX78002/CNN/cifar-100-effnet2/cnn.h | 17 ++++ .../MAX78002/CNN/cifar-100-effnet2/main.c | 17 ++++ .../MAX78002/CNN/cifar-100-effnet2/softmax.c | 17 ++++ .../CNN/cifar-100-mobilenet-v2-0.75/Makefile | 21 ++++- .../CNN/cifar-100-mobilenet-v2-0.75/cnn.c | 17 ++++ .../CNN/cifar-100-mobilenet-v2-0.75/cnn.h | 17 ++++ .../CNN/cifar-100-mobilenet-v2-0.75/main.c | 17 ++++ .../CNN/cifar-100-mobilenet-v2-0.75/softmax.c | 17 ++++ Examples/MAX78002/CNN/faceid/Makefile | 21 ++++- Examples/MAX78002/CNN/faceid/cnn.c | 67 ++++++++-------- Examples/MAX78002/CNN/faceid/cnn.h | 40 ++++++++-- Examples/MAX78002/CNN/faceid/main.c | 67 ++++++++-------- Examples/MAX78002/CNN/faceid/softmax.c | 52 +++++++++++- Examples/MAX78002/CNN/faceid_evkit/Makefile | 21 ++++- .../db_gen/ai85/AI85FaceIDNetNoBias.py | 21 ++++- .../faceid_evkit/db_gen/ai85/ai85_adapter.py | 21 ++++- .../db_gen/ai85/ai85_simulator.py | 21 ++++- .../CNN/faceid_evkit/db_gen/ai85/ai8x.py | 42 ++++++++-- .../CNN/faceid_evkit/db_gen/ai85/devices.py | 41 ++++++++-- .../faceid_evkit/db_gen/generate_face_db.py | 21 ++++- .../CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py | 21 ++++- .../db_gen/mtcnn/utils/detect_face.py | 21 ++++- .../MAX78002/CNN/faceid_evkit/db_gen/utils.py | 21 ++++- .../CNN/faceid_evkit/include/MAXCAM_Debug.h | 17 ++++ .../MAX78002/CNN/faceid_evkit/include/cnn.h | 40 ++++++++-- .../faceid_evkit/include/embedding_process.h | 17 ++++ .../CNN/faceid_evkit/include/embeddings.h | 17 ++++ .../CNN/faceid_evkit/include/faceID.h | 17 ++++ .../CNN/faceid_evkit/include/keypad.h | 17 ++++ .../MAX78002/CNN/faceid_evkit/include/state.h | 17 ++++ .../MAX78002/CNN/faceid_evkit/include/utils.h | 17 ++++ Examples/MAX78002/CNN/faceid_evkit/main.c | 17 ++++ Examples/MAX78002/CNN/faceid_evkit/src/cnn.c | 67 ++++++++-------- .../CNN/faceid_evkit/src/embedding_process.c | 17 ++++ .../MAX78002/CNN/faceid_evkit/src/state.c | 17 ++++ .../CNN/faceid_evkit/src/state_faceID.c | 17 ++++ .../CNN/faceid_evkit/src/state_home.c | 17 ++++ .../MAX78002/CNN/faceid_evkit/src/utils.c | 17 ++++ .../CNN/faceid_evkit/tft/bmp/bmp2c.py | 21 ++++- .../CNN/faceid_evkit/tft/bmp/template.txt | 17 ++++ .../CNN/faceid_evkit/tft/img_1_rgb565.c | 17 ++++ Examples/MAX78002/CNN/imagenet-riscv/Makefile | 23 +++++- .../MAX78002/CNN/imagenet-riscv/Makefile.ARM | 23 +++++- .../CNN/imagenet-riscv/Makefile.RISCV | 23 +++++- Examples/MAX78002/CNN/imagenet-riscv/cnn.c | 67 ++++++++-------- Examples/MAX78002/CNN/imagenet-riscv/cnn.h | 40 ++++++++-- Examples/MAX78002/CNN/imagenet-riscv/main.c | 67 ++++++++-------- .../MAX78002/CNN/imagenet-riscv/main_riscv.c | 67 ++++++++-------- .../MAX78002/CNN/imagenet-riscv/softmax.c | 52 +++++++++++- Examples/MAX78002/CNN/imagenet/Makefile | 21 ++++- Examples/MAX78002/CNN/imagenet/cnn.c | 17 ++++ Examples/MAX78002/CNN/imagenet/cnn.h | 17 ++++ Examples/MAX78002/CNN/imagenet/main.c | 17 ++++ Examples/MAX78002/CNN/imagenet/softmax.c | 17 ++++ Examples/MAX78002/CNN/kws20_demo/Makefile | 21 ++++- .../kws20_demo/Utility/capture_serial_bin.py | 21 ++++- .../kws20_demo/Utility/convert_segment_wav.py | 79 +++++++++++-------- Examples/MAX78002/CNN/kws20_demo/softmax.c | 17 ++++ .../MAX78002/CNN/kws20_demo/tft/bmp/bmp2c.py | 21 ++++- .../CNN/kws20_demo/tft/bmp/template.txt | 17 ++++ .../CNN/kws20_demo/tft/img_1_rgb565.c | 17 ++++ .../CNN/pascalvoc-retinanetv7_3/Makefile | 21 ++++- .../CNN/pascalvoc-retinanetv7_3/main.c | 17 ++++ .../src/camera/camera.c | 17 ++++ .../src/camera/camera.h | 17 ++++ .../CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.c | 17 ++++ .../CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.h | 17 ++++ .../pascalvoc-retinanetv7_3/src/cnn/labels.h | 17 ++++ .../CNN/pascalvoc-retinanetv7_3/src/cnn/nms.c | 17 ++++ .../CNN/pascalvoc-retinanetv7_3/src/cnn/nms.h | 17 ++++ .../src/cnn/sampledata.h | 17 ++++ .../pascalvoc-retinanetv7_3/src/cnn/softmax.c | 52 +++++++++++- .../pascalvoc-retinanetv7_3/src/cnn/weights.h | 17 ++++ .../src/sram/aps6404.c | 17 ++++ .../src/sram/aps6404.h | 17 ++++ .../src/sram/fastspi.c | 17 ++++ .../src/sram/fastspi.h | 17 ++++ .../src/sram/fastspi_config.h | 17 ++++ .../src/tft/tft_utils.c | 17 ++++ .../src/tft/tft_utils.h | 17 ++++ .../utils/batchconvert.py | 21 ++++- .../pascalvoc-retinanetv7_3/utils/console.py | 21 ++++- .../utils/imgConverter.py | 21 ++++- Examples/MAX78002/CRC/Makefile | 21 ++++- Examples/MAX78002/CRC/main.c | 17 ++++ Examples/MAX78002/CSI2/Makefile | 21 ++++- Examples/MAX78002/CSI2/console.c | 17 ++++ Examples/MAX78002/CSI2/console.h | 17 ++++ Examples/MAX78002/CSI2/main.c | 17 ++++ Examples/MAX78002/CSI2/src/sram/aps6404.c | 17 ++++ Examples/MAX78002/CSI2/src/sram/aps6404.h | 17 ++++ Examples/MAX78002/CSI2/src/sram/fastspi.c | 17 ++++ Examples/MAX78002/CSI2/src/sram/fastspi.h | 17 ++++ .../MAX78002/CSI2/src/sram/fastspi_config.h | 17 ++++ Examples/MAX78002/CSI2/utils.c | 17 ++++ Examples/MAX78002/CSI2/utils.h | 17 ++++ Examples/MAX78002/CSI2/utils/batchconvert.py | 21 ++++- Examples/MAX78002/CSI2/utils/console.py | 21 ++++- Examples/MAX78002/CSI2/utils/imgConverter.py | 21 ++++- Examples/MAX78002/CameraIF/Makefile | 21 ++++- Examples/MAX78002/CameraIF/main.c | 17 ++++ Examples/MAX78002/CameraIF/utils.c | 17 ++++ Examples/MAX78002/CameraIF/utils.h | 17 ++++ Examples/MAX78002/CameraIF_Debayer/Makefile | 21 ++++- Examples/MAX78002/CameraIF_Debayer/main.c | 17 ++++ Examples/MAX78002/CameraIF_Debayer/utils.c | 17 ++++ Examples/MAX78002/CameraIF_Debayer/utils.h | 17 ++++ Examples/MAX78002/Coremark/Makefile | 21 ++++- Examples/MAX78002/DMA/Makefile | 21 ++++- Examples/MAX78002/DMA/main.c | 17 ++++ Examples/MAX78002/ECC/Makefile | 21 ++++- Examples/MAX78002/ECC/main.c | 17 ++++ Examples/MAX78002/EEPROM_Emulator/Makefile | 21 ++++- .../MAX78002/EEPROM_Emulator/include/cache.h | 17 ++++ .../MAX78002/EEPROM_Emulator/include/eeprom.h | 17 ++++ Examples/MAX78002/EEPROM_Emulator/main.c | 17 ++++ Examples/MAX78002/EEPROM_Emulator/src/cache.c | 17 ++++ .../MAX78002/EEPROM_Emulator/src/eeprom.c | 17 ++++ Examples/MAX78002/Flash/Makefile | 21 ++++- Examples/MAX78002/Flash/main.c | 17 ++++ Examples/MAX78002/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX78002/Flash_CLI/Makefile | 21 ++++- Examples/MAX78002/Flash_CLI/definitions.h | 17 ++++ Examples/MAX78002/Flash_CLI/main.c | 17 ++++ .../MAX78002/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX78002/FreeRTOSDemo/Makefile | 21 ++++- .../MAX78002/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX78002/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX78002/GPIO/Makefile | 21 ++++- Examples/MAX78002/GPIO/main.c | 17 ++++ Examples/MAX78002/Hello_World/Makefile | 21 ++++- Examples/MAX78002/Hello_World/main.c | 17 ++++ Examples/MAX78002/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX78002/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX78002/I2C/Makefile | 21 ++++- Examples/MAX78002/I2C/main.c | 17 ++++ Examples/MAX78002/I2C_MNGR/FreeRTOSConfig.h | 17 ++++ Examples/MAX78002/I2C_MNGR/Makefile | 21 ++++- .../MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.c | 17 ++++ .../MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.h | 17 ++++ Examples/MAX78002/I2C_MNGR/main.c | 17 ++++ Examples/MAX78002/I2C_SCAN/Makefile | 21 ++++- Examples/MAX78002/I2C_SCAN/main.c | 17 ++++ Examples/MAX78002/I2C_Sensor/Makefile | 21 ++++- Examples/MAX78002/I2C_Sensor/main.c | 17 ++++ Examples/MAX78002/I2S/Makefile | 21 ++++- Examples/MAX78002/I2S/main.c | 17 ++++ Examples/MAX78002/I2S_DMA/Makefile | 21 ++++- Examples/MAX78002/I2S_DMA/main.c | 17 ++++ Examples/MAX78002/ICC/Makefile | 21 ++++- Examples/MAX78002/ICC/main.c | 17 ++++ Examples/MAX78002/ImgCapture/Makefile | 21 ++++- .../ImgCapture/include/cnn_memutils.h | 17 ++++ .../MAX78002/ImgCapture/include/console.h | 17 ++++ .../ImgCapture/include/example_config.h | 17 ++++ Examples/MAX78002/ImgCapture/include/sd.h | 17 ++++ Examples/MAX78002/ImgCapture/main.c | 17 ++++ .../MAX78002/ImgCapture/src/console/console.c | 17 ++++ Examples/MAX78002/ImgCapture/src/sd/sd.c | 17 ++++ .../MAX78002/ImgCapture/utils/batchconvert.py | 21 ++++- Examples/MAX78002/ImgCapture/utils/console.py | 21 ++++- .../MAX78002/ImgCapture/utils/imgConverter.py | 21 ++++- Examples/MAX78002/LP/Makefile | 21 ++++- Examples/MAX78002/LP/main.c | 17 ++++ Examples/MAX78002/LPCMP/Makefile | 21 ++++- Examples/MAX78002/LPCMP/main.c | 17 ++++ Examples/MAX78002/Library_Generate/Makefile | 21 ++++- Examples/MAX78002/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX78002/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX78002/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX78002/Library_Use/main.c | 17 ++++ Examples/MAX78002/Pulse_Train/Makefile | 21 ++++- Examples/MAX78002/Pulse_Train/main.c | 17 ++++ Examples/MAX78002/QSPI/Makefile | 21 ++++- Examples/MAX78002/QSPI/aps6404.c | 17 ++++ Examples/MAX78002/QSPI/aps6404.h | 17 ++++ Examples/MAX78002/QSPI/fastspi.c | 17 ++++ Examples/MAX78002/QSPI/fastspi.h | 17 ++++ Examples/MAX78002/QSPI/fastspi_config.h | 17 ++++ Examples/MAX78002/QSPI/main.c | 19 ++++- Examples/MAX78002/RTC/Makefile | 21 ++++- Examples/MAX78002/RTC/main.c | 17 ++++ Examples/MAX78002/RTC_Backup/Makefile | 21 ++++- Examples/MAX78002/RTC_Backup/main.c | 17 ++++ Examples/MAX78002/RV_ARM_Loader/Makefile | 21 ++++- Examples/MAX78002/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX78002/SDHC_FAT/Makefile | 21 ++++- Examples/MAX78002/SDHC_FAT/main.c | 17 ++++ Examples/MAX78002/SDHC_Raw/Makefile | 21 ++++- Examples/MAX78002/SDHC_Raw/main.c | 17 ++++ Examples/MAX78002/SPI/Makefile | 21 ++++- Examples/MAX78002/SPI/main.c | 17 ++++ .../MAX78002/SPI_ControllerTarget/Makefile | 21 ++++- Examples/MAX78002/SPI_ControllerTarget/main.c | 17 ++++ Examples/MAX78002/SPI_MasterSlave/Makefile | 21 ++++- Examples/MAX78002/SPI_MasterSlave/main.c | 17 ++++ Examples/MAX78002/TFT_Demo/Makefile | 21 ++++- Examples/MAX78002/TFT_Demo/main.c | 17 ++++ .../TFT_Demo/resources/tft/bmp/bmp2c.py | 21 ++++- .../TFT_Demo/resources/tft/bmp/template.txt | 17 ++++ .../TFT_Demo/resources/tft/img_1_rgb565.c | 17 ++++ Examples/MAX78002/TMR/Makefile | 21 ++++- Examples/MAX78002/TMR/main.c | 17 ++++ Examples/MAX78002/TRNG/Makefile | 21 ++++- Examples/MAX78002/TRNG/main.c | 17 ++++ Examples/MAX78002/Temp_Monitor/Makefile | 21 ++++- Examples/MAX78002/Temp_Monitor/main.c | 17 ++++ Examples/MAX78002/Temp_Monitor/temp_monitor.c | 17 ++++ Examples/MAX78002/Temp_Monitor/temp_monitor.h | 17 ++++ Examples/MAX78002/UART/Makefile | 21 ++++- Examples/MAX78002/UART/main.c | 17 ++++ Examples/MAX78002/USB_CDCACM/Makefile | 21 ++++- Examples/MAX78002/USB_CDCACM/descriptors.h | 17 ++++ Examples/MAX78002/USB_CDCACM/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_CDC/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_CDC/main.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_CDC/mscmem.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/Makefile | 21 ++++- .../USB_CompositeDevice_MSC_HID/descriptors.h | 17 ++++ .../USB_CompositeDevice_MSC_HID/main.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.c | 17 ++++ .../USB_CompositeDevice_MSC_HID/mscmem.h | 17 ++++ Examples/MAX78002/USB_HIDKeyboard/Makefile | 21 ++++- .../MAX78002/USB_HIDKeyboard/descriptors.h | 17 ++++ Examples/MAX78002/USB_HIDKeyboard/main.c | 17 ++++ Examples/MAX78002/USB_MassStorage/Makefile | 21 ++++- .../MAX78002/USB_MassStorage/descriptors.h | 17 ++++ Examples/MAX78002/USB_MassStorage/main.c | 17 ++++ Examples/MAX78002/USB_MassStorage/mscmem.c | 17 ++++ Examples/MAX78002/USB_MassStorage/mscmem.h | 17 ++++ .../USB_MassStorage_ThroughPut/Makefile | 21 ++++- .../USB_MassStorage_ThroughPut/descriptors.h | 17 ++++ .../USB_MassStorage_ThroughPut/main.c | 17 ++++ .../USB_MassStorage_ThroughPut/mscmem.c | 17 ++++ .../USB_MassStorage_ThroughPut/mscmem.h | 17 ++++ Examples/MAX78002/WUT/Makefile | 21 ++++- Examples/MAX78002/WUT/main.c | 17 ++++ Examples/MAX78002/Watchdog/Makefile | 21 ++++- Examples/MAX78002/Watchdog/main.c | 17 ++++ Examples/MAX78002/WearLeveling/Makefile | 21 ++++- Examples/MAX78002/WearLeveling/include/cli.h | 17 ++++ Examples/MAX78002/WearLeveling/include/file.h | 17 ++++ .../MAX78002/WearLeveling/include/flash.h | 17 ++++ Examples/MAX78002/WearLeveling/include/main.h | 17 ++++ Examples/MAX78002/WearLeveling/main.c | 17 ++++ Examples/MAX78002/WearLeveling/src/cli.c | 17 ++++ Examples/MAX78002/WearLeveling/src/file.c | 17 ++++ Examples/MAX78002/WearLeveling/src/flash.c | 17 ++++ 2270 files changed, 40358 insertions(+), 1731 deletions(-) diff --git a/Examples/MAX32520/AES/Makefile b/Examples/MAX32520/AES/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/AES/Makefile +++ b/Examples/MAX32520/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/AES/main.c b/Examples/MAX32520/AES/main.c index c67ab6df760..c73163eb166 100644 --- a/Examples/MAX32520/AES/main.c +++ b/Examples/MAX32520/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile index 4a90286e549..fcfdffff354 100644 --- a/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/CRC/Makefile b/Examples/MAX32520/CRC/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/CRC/Makefile +++ b/Examples/MAX32520/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/CRC/main.c b/Examples/MAX32520/CRC/main.c index e4e18f1ecda..522229362ad 100644 --- a/Examples/MAX32520/CRC/main.c +++ b/Examples/MAX32520/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Coremark/Makefile b/Examples/MAX32520/Coremark/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Coremark/Makefile +++ b/Examples/MAX32520/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/DMA/Makefile b/Examples/MAX32520/DMA/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/DMA/Makefile +++ b/Examples/MAX32520/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/DMA/main.c b/Examples/MAX32520/DMA/main.c index 4f300796f3f..78b7cb50ec1 100644 --- a/Examples/MAX32520/DMA/main.c +++ b/Examples/MAX32520/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/ECDSA/Makefile b/Examples/MAX32520/ECDSA/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/ECDSA/Makefile +++ b/Examples/MAX32520/ECDSA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ECDSA/main.c b/Examples/MAX32520/ECDSA/main.c index 4c55b622708..b1ad5566967 100644 --- a/Examples/MAX32520/ECDSA/main.c +++ b/Examples/MAX32520/ECDSA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/EEPROM_Emulator/Makefile b/Examples/MAX32520/EEPROM_Emulator/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/EEPROM_Emulator/Makefile +++ b/Examples/MAX32520/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/EEPROM_Emulator/include/cache.h b/Examples/MAX32520/EEPROM_Emulator/include/cache.h index 5812d2d8fac..f867111e004 100644 --- a/Examples/MAX32520/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32520/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32520/EEPROM_Emulator/include/eeprom.h index 90c30df9e75..62983217f3e 100644 --- a/Examples/MAX32520/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32520/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/EEPROM_Emulator/main.c b/Examples/MAX32520/EEPROM_Emulator/main.c index c6a3621f5fc..97b415a3a94 100644 --- a/Examples/MAX32520/EEPROM_Emulator/main.c +++ b/Examples/MAX32520/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/EEPROM_Emulator/src/cache.c b/Examples/MAX32520/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32520/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32520/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32520/EEPROM_Emulator/src/eeprom.c index 56a2d40829d..714a201bb21 100644 --- a/Examples/MAX32520/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32520/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Flash/Makefile b/Examples/MAX32520/Flash/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Flash/Makefile +++ b/Examples/MAX32520/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Flash/main.c b/Examples/MAX32520/Flash/main.c index 583fb8e4d45..62f9d544188 100644 --- a/Examples/MAX32520/Flash/main.c +++ b/Examples/MAX32520/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32520/Flash_CLI/FreeRTOSConfig.h index c330441ec06..b2184e349fb 100644 --- a/Examples/MAX32520/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32520/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Flash_CLI/Makefile b/Examples/MAX32520/Flash_CLI/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Flash_CLI/Makefile +++ b/Examples/MAX32520/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Flash_CLI/definitions.h b/Examples/MAX32520/Flash_CLI/definitions.h index 60ea776ef3c..f5e88978bff 100644 --- a/Examples/MAX32520/Flash_CLI/definitions.h +++ b/Examples/MAX32520/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Flash_CLI/main.c b/Examples/MAX32520/Flash_CLI/main.c index 4333c332603..1a8b00ea7b1 100644 --- a/Examples/MAX32520/Flash_CLI/main.c +++ b/Examples/MAX32520/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32520/FreeRTOSDemo/FreeRTOSConfig.h index c55a9491dd7..03c7ac7c337 100644 --- a/Examples/MAX32520/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32520/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/FreeRTOSDemo/Makefile b/Examples/MAX32520/FreeRTOSDemo/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/FreeRTOSDemo/Makefile +++ b/Examples/MAX32520/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/FreeRTOSDemo/main.c b/Examples/MAX32520/FreeRTOSDemo/main.c index 6c1876474f7..302c1d490b7 100644 --- a/Examples/MAX32520/FreeRTOSDemo/main.c +++ b/Examples/MAX32520/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/GPIO/Makefile b/Examples/MAX32520/GPIO/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/GPIO/Makefile +++ b/Examples/MAX32520/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/GPIO/main.c b/Examples/MAX32520/GPIO/main.c index 61466402025..a7f2b5fd02e 100644 --- a/Examples/MAX32520/GPIO/main.c +++ b/Examples/MAX32520/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Hello_World/Makefile b/Examples/MAX32520/Hello_World/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Hello_World/Makefile +++ b/Examples/MAX32520/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Hello_World/main.c b/Examples/MAX32520/Hello_World/main.c index 74c1e55a35c..cc3276884e0 100644 --- a/Examples/MAX32520/Hello_World/main.c +++ b/Examples/MAX32520/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Hello_World_Cpp/Makefile b/Examples/MAX32520/Hello_World_Cpp/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Hello_World_Cpp/Makefile +++ b/Examples/MAX32520/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Hello_World_Cpp/main.cpp b/Examples/MAX32520/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32520/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32520/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32520/I2C_MNGR/FreeRTOSConfig.h index 7c1d9e03a3c..655e8699c5e 100644 --- a/Examples/MAX32520/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32520/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_MNGR/Makefile b/Examples/MAX32520/I2C_MNGR/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/I2C_MNGR/Makefile +++ b/Examples/MAX32520/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.c index 4f6eb7f96b5..f66e7200035 100644 --- a/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.h index fc04c96397e..51d77b0fd98 100644 --- a/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32520/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_MNGR/main.c b/Examples/MAX32520/I2C_MNGR/main.c index 477b83e96e0..869ef371910 100644 --- a/Examples/MAX32520/I2C_MNGR/main.c +++ b/Examples/MAX32520/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_SCAN/Makefile b/Examples/MAX32520/I2C_SCAN/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/I2C_SCAN/Makefile +++ b/Examples/MAX32520/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/I2C_SCAN/main.c b/Examples/MAX32520/I2C_SCAN/main.c index dba44d3c2bb..9c4596cf41a 100644 --- a/Examples/MAX32520/I2C_SCAN/main.c +++ b/Examples/MAX32520/I2C_SCAN/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/I2C_Sensor/Makefile b/Examples/MAX32520/I2C_Sensor/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/I2C_Sensor/Makefile +++ b/Examples/MAX32520/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/I2C_Sensor/main.c b/Examples/MAX32520/I2C_Sensor/main.c index 054dd52105a..72421d3205d 100644 --- a/Examples/MAX32520/I2C_Sensor/main.c +++ b/Examples/MAX32520/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/ICC/Makefile b/Examples/MAX32520/ICC/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/ICC/Makefile +++ b/Examples/MAX32520/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/ICC/main.c b/Examples/MAX32520/ICC/main.c index 15945f7205f..43d7a92a4fc 100644 --- a/Examples/MAX32520/ICC/main.c +++ b/Examples/MAX32520/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/LP/Makefile b/Examples/MAX32520/LP/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/LP/Makefile +++ b/Examples/MAX32520/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/LP/lp-sla.ld b/Examples/MAX32520/LP/lp-sla.ld index 48f77abe9cd..22c17973918 100644 --- a/Examples/MAX32520/LP/lp-sla.ld +++ b/Examples/MAX32520/LP/lp-sla.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/LP/main.c b/Examples/MAX32520/LP/main.c index e4192710382..5dd98c61119 100644 --- a/Examples/MAX32520/LP/main.c +++ b/Examples/MAX32520/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Library_Generate/Makefile b/Examples/MAX32520/Library_Generate/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Library_Generate/Makefile +++ b/Examples/MAX32520/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Library_Generate/gpiolib.c b/Examples/MAX32520/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32520/Library_Generate/gpiolib.c +++ b/Examples/MAX32520/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Library_Generate/gpiolib.h b/Examples/MAX32520/Library_Generate/gpiolib.h index 2f39aa4885a..3f2df06c753 100644 --- a/Examples/MAX32520/Library_Generate/gpiolib.h +++ b/Examples/MAX32520/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Library_Use/Makefile b/Examples/MAX32520/Library_Use/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Library_Use/Makefile +++ b/Examples/MAX32520/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Library_Use/lib/include/gpiolib.h b/Examples/MAX32520/Library_Use/lib/include/gpiolib.h index 31e4d7614c1..6647b3a9e60 100644 --- a/Examples/MAX32520/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32520/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/Library_Use/main.c b/Examples/MAX32520/Library_Use/main.c index beb652cbdfe..f636fbf6980 100644 --- a/Examples/MAX32520/Library_Use/main.c +++ b/Examples/MAX32520/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/LockDebug/Makefile b/Examples/MAX32520/LockDebug/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/LockDebug/Makefile +++ b/Examples/MAX32520/LockDebug/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/LockDebug/main.c b/Examples/MAX32520/LockDebug/main.c index 1ffd99d4012..a9fd8c299b2 100644 --- a/Examples/MAX32520/LockDebug/main.c +++ b/Examples/MAX32520/LockDebug/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/OTP_Dump/Makefile b/Examples/MAX32520/OTP_Dump/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/OTP_Dump/Makefile +++ b/Examples/MAX32520/OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SCPA_OTP_Dump/Makefile b/Examples/MAX32520/SCPA_OTP_Dump/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32520/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SCPA_OTP_Dump/main.c b/Examples/MAX32520/SCPA_OTP_Dump/main.c index a10203e6440..ee31e28dea6 100644 --- a/Examples/MAX32520/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32520/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SCPA_OTP_Dump/utils.c b/Examples/MAX32520/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32520/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32520/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SCPA_OTP_Dump/utils.h b/Examples/MAX32520/SCPA_OTP_Dump/utils.h index 71b93c6f7f4..0135392489a 100644 --- a/Examples/MAX32520/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32520/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SFE/Makefile b/Examples/MAX32520/SFE/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SFE/Makefile +++ b/Examples/MAX32520/SFE/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SFE/main.c b/Examples/MAX32520/SFE/main.c index fcfe5e34ed2..4cb89c18176 100644 --- a/Examples/MAX32520/SFE/main.c +++ b/Examples/MAX32520/SFE/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SFE_Host/Makefile b/Examples/MAX32520/SFE_Host/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SFE_Host/Makefile +++ b/Examples/MAX32520/SFE_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SFE_Host/main.c b/Examples/MAX32520/SFE_Host/main.c index 455402a1041..9f9152314d9 100644 --- a/Examples/MAX32520/SFE_Host/main.c +++ b/Examples/MAX32520/SFE_Host/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SFE_Host/sfe_host.c b/Examples/MAX32520/SFE_Host/sfe_host.c index 0dbd1807762..26e1eb39843 100644 --- a/Examples/MAX32520/SFE_Host/sfe_host.c +++ b/Examples/MAX32520/SFE_Host/sfe_host.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SFE_Host/sfe_host.h b/Examples/MAX32520/SFE_Host/sfe_host.h index 32e53372ab8..00393c24610 100644 --- a/Examples/MAX32520/SFE_Host/sfe_host.h +++ b/Examples/MAX32520/SFE_Host/sfe_host.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SMON/Makefile b/Examples/MAX32520/SMON/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SMON/Makefile +++ b/Examples/MAX32520/SMON/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SMON/main.c b/Examples/MAX32520/SMON/main.c index ae2c5c3c2f3..6b4a9da2987 100644 --- a/Examples/MAX32520/SMON/main.c +++ b/Examples/MAX32520/SMON/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SPI/Makefile b/Examples/MAX32520/SPI/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SPI/Makefile +++ b/Examples/MAX32520/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SPI/main.c b/Examples/MAX32520/SPI/main.c index f383606084b..cfa42b32080 100644 --- a/Examples/MAX32520/SPI/main.c +++ b/Examples/MAX32520/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/SPI_MasterSlave/Makefile b/Examples/MAX32520/SPI_MasterSlave/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/SPI_MasterSlave/Makefile +++ b/Examples/MAX32520/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/SPI_MasterSlave/main.c b/Examples/MAX32520/SPI_MasterSlave/main.c index f712f555bf9..cd7bd990bb6 100644 --- a/Examples/MAX32520/SPI_MasterSlave/main.c +++ b/Examples/MAX32520/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/TMR/Makefile b/Examples/MAX32520/TMR/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/TMR/Makefile +++ b/Examples/MAX32520/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/TMR/main.c b/Examples/MAX32520/TMR/main.c index cca62118c1c..8a56c5958f1 100644 --- a/Examples/MAX32520/TMR/main.c +++ b/Examples/MAX32520/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/TRNG/Makefile b/Examples/MAX32520/TRNG/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/TRNG/Makefile +++ b/Examples/MAX32520/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/TRNG/main.c b/Examples/MAX32520/TRNG/main.c index 856c376b74c..92b8132a3ae 100644 --- a/Examples/MAX32520/TRNG/main.c +++ b/Examples/MAX32520/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32520/UCL/Makefile b/Examples/MAX32520/UCL/Makefile index 1dfbb5081e6..8828629cc34 100644 --- a/Examples/MAX32520/UCL/Makefile +++ b/Examples/MAX32520/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Watchdog/Makefile b/Examples/MAX32520/Watchdog/Makefile index 39c460599c7..047bd3bf302 100644 --- a/Examples/MAX32520/Watchdog/Makefile +++ b/Examples/MAX32520/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32520/Watchdog/main.c b/Examples/MAX32520/Watchdog/main.c index aa49d6a1a87..1c2fb473a4f 100644 --- a/Examples/MAX32520/Watchdog/main.c +++ b/Examples/MAX32520/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/ADC/Makefile b/Examples/MAX32650/ADC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/ADC/Makefile +++ b/Examples/MAX32650/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ADC/main.c b/Examples/MAX32650/ADC/main.c index 127baf3731f..e74c5ae8c1f 100644 --- a/Examples/MAX32650/ADC/main.c +++ b/Examples/MAX32650/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/ADC_MAX11261/Makefile b/Examples/MAX32650/ADC_MAX11261/Makefile index 4523f278387..5140dc60e51 100644 --- a/Examples/MAX32650/ADC_MAX11261/Makefile +++ b/Examples/MAX32650/ADC_MAX11261/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ADC_MAX11261/main.c b/Examples/MAX32650/ADC_MAX11261/main.c index a8173b39c10..35a0e31329c 100644 --- a/Examples/MAX32650/ADC_MAX11261/main.c +++ b/Examples/MAX32650/ADC_MAX11261/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/AES/Makefile b/Examples/MAX32650/AES/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/AES/Makefile +++ b/Examples/MAX32650/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/AES/main.c b/Examples/MAX32650/AES/main.c index fd90112bdec..d41c3559cf6 100644 --- a/Examples/MAX32650/AES/main.c +++ b/Examples/MAX32650/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile index 8cf71fe218f..ca9e4271c5f 100644 --- a/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/CLCD/Makefile b/Examples/MAX32650/CLCD/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/CLCD/Makefile +++ b/Examples/MAX32650/CLCD/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/CLCD/frame.h b/Examples/MAX32650/CLCD/frame.h index 526ebeb013f..08cea316097 100644 --- a/Examples/MAX32650/CLCD/frame.h +++ b/Examples/MAX32650/CLCD/frame.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/CLCD/main.c b/Examples/MAX32650/CLCD/main.c index a5d3b61bdd2..a62405eba62 100644 --- a/Examples/MAX32650/CLCD/main.c +++ b/Examples/MAX32650/CLCD/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/CRC/Makefile b/Examples/MAX32650/CRC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/CRC/Makefile +++ b/Examples/MAX32650/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/CRC/main.c b/Examples/MAX32650/CRC/main.c index 25e14cd9c61..c46286645e2 100644 --- a/Examples/MAX32650/CRC/main.c +++ b/Examples/MAX32650/CRC/main.c @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Coremark/Makefile b/Examples/MAX32650/Coremark/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Coremark/Makefile +++ b/Examples/MAX32650/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/DES/Makefile b/Examples/MAX32650/DES/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/DES/Makefile +++ b/Examples/MAX32650/DES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/DES/main.c b/Examples/MAX32650/DES/main.c index 5959edcb0ac..fec12bd7eb3 100644 --- a/Examples/MAX32650/DES/main.c +++ b/Examples/MAX32650/DES/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/DMA/Makefile b/Examples/MAX32650/DMA/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/DMA/Makefile +++ b/Examples/MAX32650/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/DMA/main.c b/Examples/MAX32650/DMA/main.c index dcb23e71d2d..d6e30696070 100644 --- a/Examples/MAX32650/DMA/main.c +++ b/Examples/MAX32650/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EEPROM_Emulator/Makefile b/Examples/MAX32650/EEPROM_Emulator/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/EEPROM_Emulator/Makefile +++ b/Examples/MAX32650/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/EEPROM_Emulator/include/cache.h b/Examples/MAX32650/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32650/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32650/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32650/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32650/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32650/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EEPROM_Emulator/main.c b/Examples/MAX32650/EEPROM_Emulator/main.c index 1f233e9a1e0..d8469adc6ea 100644 --- a/Examples/MAX32650/EEPROM_Emulator/main.c +++ b/Examples/MAX32650/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EEPROM_Emulator/src/cache.c b/Examples/MAX32650/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32650/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32650/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32650/EEPROM_Emulator/src/eeprom.c index 924c774a609..6da9045c522 100644 --- a/Examples/MAX32650/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32650/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/EMCC/Makefile b/Examples/MAX32650/EMCC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/EMCC/Makefile +++ b/Examples/MAX32650/EMCC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/EMCC/main.c b/Examples/MAX32650/EMCC/main.c index 33c2a1790a6..b0bd59e7a3c 100644 --- a/Examples/MAX32650/EMCC/main.c +++ b/Examples/MAX32650/EMCC/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Flash/Makefile b/Examples/MAX32650/Flash/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Flash/Makefile +++ b/Examples/MAX32650/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Flash/main.c b/Examples/MAX32650/Flash/main.c index 09c3b0f1c32..629a31fdaa4 100644 --- a/Examples/MAX32650/Flash/main.c +++ b/Examples/MAX32650/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32650/Flash_CLI/FreeRTOSConfig.h index 739d8fc0939..f9c074cde32 100644 --- a/Examples/MAX32650/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32650/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Flash_CLI/Makefile b/Examples/MAX32650/Flash_CLI/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Flash_CLI/Makefile +++ b/Examples/MAX32650/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Flash_CLI/definitions.h b/Examples/MAX32650/Flash_CLI/definitions.h index 89180e5f9f1..f0f93842c6a 100644 --- a/Examples/MAX32650/Flash_CLI/definitions.h +++ b/Examples/MAX32650/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Flash_CLI/main.c b/Examples/MAX32650/Flash_CLI/main.c index 21b3553cf31..bb0641ed2fa 100644 --- a/Examples/MAX32650/Flash_CLI/main.c +++ b/Examples/MAX32650/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32650/FreeRTOSDemo/FreeRTOSConfig.h index 05f052b85af..c017d0c04b1 100644 --- a/Examples/MAX32650/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32650/FreeRTOSDemo/FreeRTOSConfig.h @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/FreeRTOSDemo/Makefile b/Examples/MAX32650/FreeRTOSDemo/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/FreeRTOSDemo/Makefile +++ b/Examples/MAX32650/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32650/FreeRTOSDemo/freertos_tickless.c index f5d7637d60a..e8d8af8ae90 100644 --- a/Examples/MAX32650/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32650/FreeRTOSDemo/freertos_tickless.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/FreeRTOSDemo/main.c b/Examples/MAX32650/FreeRTOSDemo/main.c index 06491a97d5a..96045ab2a15 100644 --- a/Examples/MAX32650/FreeRTOSDemo/main.c +++ b/Examples/MAX32650/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/GPIO/Makefile b/Examples/MAX32650/GPIO/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/GPIO/Makefile +++ b/Examples/MAX32650/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/GPIO/main.c b/Examples/MAX32650/GPIO/main.c index 179f868da18..0d4eff85686 100644 --- a/Examples/MAX32650/GPIO/main.c +++ b/Examples/MAX32650/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/HBMC/Makefile b/Examples/MAX32650/HBMC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/HBMC/Makefile +++ b/Examples/MAX32650/HBMC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/HBMC/main.c b/Examples/MAX32650/HBMC/main.c index f76e7b071ab..4003604b83f 100644 --- a/Examples/MAX32650/HBMC/main.c +++ b/Examples/MAX32650/HBMC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/HBMC/ramfunc.c b/Examples/MAX32650/HBMC/ramfunc.c index 600591daea4..ddd317695d0 100644 --- a/Examples/MAX32650/HBMC/ramfunc.c +++ b/Examples/MAX32650/HBMC/ramfunc.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Hello_World/Makefile b/Examples/MAX32650/Hello_World/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Hello_World/Makefile +++ b/Examples/MAX32650/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Hello_World/main.c b/Examples/MAX32650/Hello_World/main.c index c9a142be8b7..c789d4539d8 100644 --- a/Examples/MAX32650/Hello_World/main.c +++ b/Examples/MAX32650/Hello_World/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Hello_World_Cpp/Makefile b/Examples/MAX32650/Hello_World_Cpp/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Hello_World_Cpp/Makefile +++ b/Examples/MAX32650/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Hello_World_Cpp/main.cpp b/Examples/MAX32650/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32650/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32650/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C/Makefile b/Examples/MAX32650/I2C/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/I2C/Makefile +++ b/Examples/MAX32650/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/I2C/main.c b/Examples/MAX32650/I2C/main.c index 5fdfef5c642..963edb322ca 100644 --- a/Examples/MAX32650/I2C/main.c +++ b/Examples/MAX32650/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32650/I2C_MNGR/FreeRTOSConfig.h index a9874c6ef2d..828b5db044b 100644 --- a/Examples/MAX32650/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32650/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_MNGR/Makefile b/Examples/MAX32650/I2C_MNGR/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/I2C_MNGR/Makefile +++ b/Examples/MAX32650/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.c index 393523ba9bf..78e90c18372 100644 --- a/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.h index ec7d97625d7..d790bcf6a78 100644 --- a/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32650/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_MNGR/main.c b/Examples/MAX32650/I2C_MNGR/main.c index bae0f1234e3..e7eefe6b9e9 100644 --- a/Examples/MAX32650/I2C_MNGR/main.c +++ b/Examples/MAX32650/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_SCAN/Makefile b/Examples/MAX32650/I2C_SCAN/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/I2C_SCAN/Makefile +++ b/Examples/MAX32650/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/I2C_SCAN/main.c b/Examples/MAX32650/I2C_SCAN/main.c index c96571a535a..bd0c315cb99 100644 --- a/Examples/MAX32650/I2C_SCAN/main.c +++ b/Examples/MAX32650/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2C_Sensor/Makefile b/Examples/MAX32650/I2C_Sensor/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/I2C_Sensor/Makefile +++ b/Examples/MAX32650/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/I2C_Sensor/main.c b/Examples/MAX32650/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32650/I2C_Sensor/main.c +++ b/Examples/MAX32650/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/I2S/Makefile b/Examples/MAX32650/I2S/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/I2S/Makefile +++ b/Examples/MAX32650/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/I2S/main.c b/Examples/MAX32650/I2S/main.c index 604d6f1be99..c22e6411dc7 100644 --- a/Examples/MAX32650/I2S/main.c +++ b/Examples/MAX32650/I2S/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/ICC/Makefile b/Examples/MAX32650/ICC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/ICC/Makefile +++ b/Examples/MAX32650/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/ICC/main.c b/Examples/MAX32650/ICC/main.c index dc7d00c8dbf..0033202589f 100644 --- a/Examples/MAX32650/ICC/main.c +++ b/Examples/MAX32650/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/LP/Makefile b/Examples/MAX32650/LP/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/LP/Makefile +++ b/Examples/MAX32650/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/LP/lp-nonsecure.ld b/Examples/MAX32650/LP/lp-nonsecure.ld index 166926543ec..91027bc6263 100644 --- a/Examples/MAX32650/LP/lp-nonsecure.ld +++ b/Examples/MAX32650/LP/lp-nonsecure.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/LP/lp-sla.ld b/Examples/MAX32650/LP/lp-sla.ld index a4476c215e1..a70161ab25f 100644 --- a/Examples/MAX32650/LP/lp-sla.ld +++ b/Examples/MAX32650/LP/lp-sla.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/LP/main.c b/Examples/MAX32650/LP/main.c index 905cdb2f6dd..830390a604c 100644 --- a/Examples/MAX32650/LP/main.c +++ b/Examples/MAX32650/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Library_Generate/Makefile b/Examples/MAX32650/Library_Generate/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Library_Generate/Makefile +++ b/Examples/MAX32650/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Library_Generate/gpiolib.c b/Examples/MAX32650/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32650/Library_Generate/gpiolib.c +++ b/Examples/MAX32650/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Library_Generate/gpiolib.h b/Examples/MAX32650/Library_Generate/gpiolib.h index 2c77d1b836e..2954f09640b 100644 --- a/Examples/MAX32650/Library_Generate/gpiolib.h +++ b/Examples/MAX32650/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Library_Use/Makefile b/Examples/MAX32650/Library_Use/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Library_Use/Makefile +++ b/Examples/MAX32650/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Library_Use/lib/include/gpiolib.h b/Examples/MAX32650/Library_Use/lib/include/gpiolib.h index 85c4b6416c1..7df7d6a44a1 100644 --- a/Examples/MAX32650/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32650/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Library_Use/main.c b/Examples/MAX32650/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32650/Library_Use/main.c +++ b/Examples/MAX32650/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/MAA/Makefile b/Examples/MAX32650/MAA/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/MAA/Makefile +++ b/Examples/MAX32650/MAA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/MAA/main.c b/Examples/MAX32650/MAA/main.c index e658acfd976..c7c1441642f 100644 --- a/Examples/MAX32650/MAA/main.c +++ b/Examples/MAX32650/MAA/main.c @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/OTP_Dump/Makefile b/Examples/MAX32650/OTP_Dump/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/OTP_Dump/Makefile +++ b/Examples/MAX32650/OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/OWM/Makefile b/Examples/MAX32650/OWM/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/OWM/Makefile +++ b/Examples/MAX32650/OWM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/OWM/main.c b/Examples/MAX32650/OWM/main.c index ca426dcc8e8..04e89c987dd 100644 --- a/Examples/MAX32650/OWM/main.c +++ b/Examples/MAX32650/OWM/main.c @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Pulse_Train/Makefile b/Examples/MAX32650/Pulse_Train/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Pulse_Train/Makefile +++ b/Examples/MAX32650/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Pulse_Train/main.c b/Examples/MAX32650/Pulse_Train/main.c index df9df7dd431..b0841c15eae 100644 --- a/Examples/MAX32650/Pulse_Train/main.c +++ b/Examples/MAX32650/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/RTC/Makefile b/Examples/MAX32650/RTC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/RTC/Makefile +++ b/Examples/MAX32650/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/RTC/main.c b/Examples/MAX32650/RTC/main.c index 16d8f568e51..38f7a38435d 100644 --- a/Examples/MAX32650/RTC/main.c +++ b/Examples/MAX32650/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/RTC_Backup/Makefile b/Examples/MAX32650/RTC_Backup/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/RTC_Backup/Makefile +++ b/Examples/MAX32650/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/RTC_Backup/main.c b/Examples/MAX32650/RTC_Backup/main.c index 6c43791c31c..47a979ee5b3 100644 --- a/Examples/MAX32650/RTC_Backup/main.c +++ b/Examples/MAX32650/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SCPA_OTP_Dump/Makefile b/Examples/MAX32650/SCPA_OTP_Dump/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32650/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SCPA_OTP_Dump/main.c b/Examples/MAX32650/SCPA_OTP_Dump/main.c index a42a5c2983d..0c6a87e1997 100644 --- a/Examples/MAX32650/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32650/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SCPA_OTP_Dump/utils.c b/Examples/MAX32650/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32650/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32650/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SCPA_OTP_Dump/utils.h b/Examples/MAX32650/SCPA_OTP_Dump/utils.h index 55252c5c608..d93f0323740 100644 --- a/Examples/MAX32650/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32650/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SDHC_FAT/Makefile b/Examples/MAX32650/SDHC_FAT/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SDHC_FAT/Makefile +++ b/Examples/MAX32650/SDHC_FAT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SDHC_FAT/main.c b/Examples/MAX32650/SDHC_FAT/main.c index 02a748f9384..82b6941223a 100644 --- a/Examples/MAX32650/SDHC_FAT/main.c +++ b/Examples/MAX32650/SDHC_FAT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SDHC_Raw/Makefile b/Examples/MAX32650/SDHC_Raw/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SDHC_Raw/Makefile +++ b/Examples/MAX32650/SDHC_Raw/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SDHC_Raw/main.c b/Examples/MAX32650/SDHC_Raw/main.c index 14bdfca0f5f..1db8088a313 100644 --- a/Examples/MAX32650/SDHC_Raw/main.c +++ b/Examples/MAX32650/SDHC_Raw/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPI/Makefile b/Examples/MAX32650/SPI/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPI/Makefile +++ b/Examples/MAX32650/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPI/main.c b/Examples/MAX32650/SPI/main.c index 10b2695e8fc..c5066d249e3 100644 --- a/Examples/MAX32650/SPI/main.c +++ b/Examples/MAX32650/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPIMSS/Makefile b/Examples/MAX32650/SPIMSS/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPIMSS/Makefile +++ b/Examples/MAX32650/SPIMSS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPIMSS/main.c b/Examples/MAX32650/SPIMSS/main.c index c801ee4f15b..99cddacee43 100644 --- a/Examples/MAX32650/SPIMSS/main.c +++ b/Examples/MAX32650/SPIMSS/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPIXF/Makefile b/Examples/MAX32650/SPIXF/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPIXF/Makefile +++ b/Examples/MAX32650/SPIXF/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPIXF/main.c b/Examples/MAX32650/SPIXF/main.c index 93eb3a7c6e1..7e3d65b0712 100644 --- a/Examples/MAX32650/SPIXF/main.c +++ b/Examples/MAX32650/SPIXF/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPIXF/ramfunc.c b/Examples/MAX32650/SPIXF/ramfunc.c index 909b13120e6..07a391fc4db 100644 --- a/Examples/MAX32650/SPIXF/ramfunc.c +++ b/Examples/MAX32650/SPIXF/ramfunc.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPIXF_ICC/Makefile b/Examples/MAX32650/SPIXF_ICC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPIXF_ICC/Makefile +++ b/Examples/MAX32650/SPIXF_ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPIXF_ICC/main.c b/Examples/MAX32650/SPIXF_ICC/main.c index 6ab42a5e953..de32bc2e662 100644 --- a/Examples/MAX32650/SPIXF_ICC/main.c +++ b/Examples/MAX32650/SPIXF_ICC/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPIXR/Makefile b/Examples/MAX32650/SPIXR/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPIXR/Makefile +++ b/Examples/MAX32650/SPIXR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPIXR/main.c b/Examples/MAX32650/SPIXR/main.c index b4bd971b892..d031fc59cc5 100644 --- a/Examples/MAX32650/SPIXR/main.c +++ b/Examples/MAX32650/SPIXR/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SPI_MasterSlave/Makefile b/Examples/MAX32650/SPI_MasterSlave/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SPI_MasterSlave/Makefile +++ b/Examples/MAX32650/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SPI_MasterSlave/main.c b/Examples/MAX32650/SPI_MasterSlave/main.c index 5f488ac0348..d90d4072924 100644 --- a/Examples/MAX32650/SPI_MasterSlave/main.c +++ b/Examples/MAX32650/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Semaphore/Makefile b/Examples/MAX32650/Semaphore/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Semaphore/Makefile +++ b/Examples/MAX32650/Semaphore/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Semaphore/main.c b/Examples/MAX32650/Semaphore/main.c index 1d8d797ec0a..752aabd16d2 100644 --- a/Examples/MAX32650/Semaphore/main.c +++ b/Examples/MAX32650/Semaphore/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/SysTick/Makefile b/Examples/MAX32650/SysTick/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/SysTick/Makefile +++ b/Examples/MAX32650/SysTick/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/SysTick/main.c b/Examples/MAX32650/SysTick/main.c index e4920ef641e..8a728fa2017 100644 --- a/Examples/MAX32650/SysTick/main.c +++ b/Examples/MAX32650/SysTick/main.c @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/TMR/Makefile b/Examples/MAX32650/TMR/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/TMR/Makefile +++ b/Examples/MAX32650/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/TMR/main.c b/Examples/MAX32650/TMR/main.c index 2d2534ed63f..68525beee2e 100644 --- a/Examples/MAX32650/TMR/main.c +++ b/Examples/MAX32650/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/TRNG/Makefile b/Examples/MAX32650/TRNG/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/TRNG/Makefile +++ b/Examples/MAX32650/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/TRNG/main.c b/Examples/MAX32650/TRNG/main.c index 910b84d8029..bd406ebc7bd 100644 --- a/Examples/MAX32650/TRNG/main.c +++ b/Examples/MAX32650/TRNG/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Temp_Monitor/Makefile b/Examples/MAX32650/Temp_Monitor/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Temp_Monitor/Makefile +++ b/Examples/MAX32650/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Temp_Monitor/main.c b/Examples/MAX32650/Temp_Monitor/main.c index 5d7843bec78..4c966042b66 100644 --- a/Examples/MAX32650/Temp_Monitor/main.c +++ b/Examples/MAX32650/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Temp_Monitor/temp_monitor.c b/Examples/MAX32650/Temp_Monitor/temp_monitor.c index 545ee070888..1a7d8356b77 100644 --- a/Examples/MAX32650/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32650/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Temp_Monitor/temp_monitor.h b/Examples/MAX32650/Temp_Monitor/temp_monitor.h index 2149334e706..3f343f5d249 100644 --- a/Examples/MAX32650/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32650/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/UART/Makefile b/Examples/MAX32650/UART/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/UART/Makefile +++ b/Examples/MAX32650/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/UART/main.c b/Examples/MAX32650/UART/main.c index 15fc5386e5f..83c681729f0 100644 --- a/Examples/MAX32650/UART/main.c +++ b/Examples/MAX32650/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/UCL/Makefile b/Examples/MAX32650/UCL/Makefile index b8fa9b7b7d3..90f5967ed8d 100644 --- a/Examples/MAX32650/UCL/Makefile +++ b/Examples/MAX32650/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_CDCACM/Makefile b/Examples/MAX32650/USB_CDCACM/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/USB_CDCACM/Makefile +++ b/Examples/MAX32650/USB_CDCACM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_CDCACM/descriptors.h b/Examples/MAX32650/USB_CDCACM/descriptors.h index 2b76c5c7995..a1a70447575 100644 --- a/Examples/MAX32650/USB_CDCACM/descriptors.h +++ b/Examples/MAX32650/USB_CDCACM/descriptors.h @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CDCACM/main.c b/Examples/MAX32650/USB_CDCACM/main.c index 806af67e644..dc04d899873 100644 --- a/Examples/MAX32650/USB_CDCACM/main.c +++ b/Examples/MAX32650/USB_CDCACM/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/descriptors.h b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/descriptors.h index a4b61477616..6f7f3a68129 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/descriptors.h +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/main.c b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/main.c index 5c3611ac535..bbdaaa9bc0e 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/main.c +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.c b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.c index f125ab250aa..6c76a49092d 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.c +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.h b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.h index 5927c1c8c40..ba797901618 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.h +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_CDC/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/descriptors.h b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/descriptors.h index 03a51f73a9d..aa61598ba99 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/descriptors.h +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/main.c b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/main.c index 008542db96d..878be534b0b 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/main.c +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.c b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.c index 91df2a28a3f..239ff9be44e 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.c +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.h b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.h index 24015581749..e4f6c8ad746 100644 --- a/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.h +++ b/Examples/MAX32650/USB_CompositeDevice_MSC_HID/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_HIDKeyboard/Makefile b/Examples/MAX32650/USB_HIDKeyboard/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32650/USB_HIDKeyboard/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_HIDKeyboard/descriptors.h b/Examples/MAX32650/USB_HIDKeyboard/descriptors.h index c0e95465b3e..70dbba5a4cc 100644 --- a/Examples/MAX32650/USB_HIDKeyboard/descriptors.h +++ b/Examples/MAX32650/USB_HIDKeyboard/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_HIDKeyboard/main.c b/Examples/MAX32650/USB_HIDKeyboard/main.c index e595a4bb8c5..19aa2ef30d2 100644 --- a/Examples/MAX32650/USB_HIDKeyboard/main.c +++ b/Examples/MAX32650/USB_HIDKeyboard/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_MassStorage/Makefile b/Examples/MAX32650/USB_MassStorage/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/USB_MassStorage/Makefile +++ b/Examples/MAX32650/USB_MassStorage/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/USB_MassStorage/descriptors.h b/Examples/MAX32650/USB_MassStorage/descriptors.h index dde2e312032..c2523997863 100644 --- a/Examples/MAX32650/USB_MassStorage/descriptors.h +++ b/Examples/MAX32650/USB_MassStorage/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_MassStorage/main.c b/Examples/MAX32650/USB_MassStorage/main.c index 1ed169df519..3d325fe6010 100644 --- a/Examples/MAX32650/USB_MassStorage/main.c +++ b/Examples/MAX32650/USB_MassStorage/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_MassStorage/mscmem.c b/Examples/MAX32650/USB_MassStorage/mscmem.c index f125ab250aa..6c76a49092d 100644 --- a/Examples/MAX32650/USB_MassStorage/mscmem.c +++ b/Examples/MAX32650/USB_MassStorage/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/USB_MassStorage/mscmem.h b/Examples/MAX32650/USB_MassStorage/mscmem.h index ddea50c8c2d..749e0d34c5c 100644 --- a/Examples/MAX32650/USB_MassStorage/mscmem.h +++ b/Examples/MAX32650/USB_MassStorage/mscmem.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/Watchdog/Makefile b/Examples/MAX32650/Watchdog/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/Watchdog/Makefile +++ b/Examples/MAX32650/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/Watchdog/main.c b/Examples/MAX32650/Watchdog/main.c index 96fcc169a9d..ebd7f85ac61 100644 --- a/Examples/MAX32650/Watchdog/main.c +++ b/Examples/MAX32650/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/Makefile b/Examples/MAX32650/WearLeveling/Makefile index 0603f592cf3..67398c84ccf 100644 --- a/Examples/MAX32650/WearLeveling/Makefile +++ b/Examples/MAX32650/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32650/WearLeveling/include/cli.h b/Examples/MAX32650/WearLeveling/include/cli.h index 87ca992547c..fdcb17567d9 100644 --- a/Examples/MAX32650/WearLeveling/include/cli.h +++ b/Examples/MAX32650/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/include/file.h b/Examples/MAX32650/WearLeveling/include/file.h index 66d7542f926..24005e45ef2 100644 --- a/Examples/MAX32650/WearLeveling/include/file.h +++ b/Examples/MAX32650/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/include/flash.h b/Examples/MAX32650/WearLeveling/include/flash.h index 2bacbe268c4..a9ba4205bb0 100644 --- a/Examples/MAX32650/WearLeveling/include/flash.h +++ b/Examples/MAX32650/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/include/main.h b/Examples/MAX32650/WearLeveling/include/main.h index a0012d0ad39..e4deb418364 100644 --- a/Examples/MAX32650/WearLeveling/include/main.h +++ b/Examples/MAX32650/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/main.c b/Examples/MAX32650/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32650/WearLeveling/main.c +++ b/Examples/MAX32650/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/src/cli.c b/Examples/MAX32650/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32650/WearLeveling/src/cli.c +++ b/Examples/MAX32650/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/src/file.c b/Examples/MAX32650/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32650/WearLeveling/src/file.c +++ b/Examples/MAX32650/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32650/WearLeveling/src/flash.c b/Examples/MAX32650/WearLeveling/src/flash.c index 7925deed0d8..73604eceda1 100644 --- a/Examples/MAX32650/WearLeveling/src/flash.c +++ b/Examples/MAX32650/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/ADC/Makefile b/Examples/MAX32655/ADC/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/ADC/Makefile +++ b/Examples/MAX32655/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ADC/main.c b/Examples/MAX32655/ADC/main.c index 1666ac8c4db..1e08fcd8920 100644 --- a/Examples/MAX32655/ADC/main.c +++ b/Examples/MAX32655/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/AES/Makefile b/Examples/MAX32655/AES/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/AES/Makefile +++ b/Examples/MAX32655/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/AES/main.c b/Examples/MAX32655/AES/main.c index eb32dd040ca..aa9f4acfab0 100644 --- a/Examples/MAX32655/AES/main.c +++ b/Examples/MAX32655/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE4_ctr/Makefile b/Examples/MAX32655/BLE4_ctr/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE4_ctr/Makefile +++ b/Examples/MAX32655/BLE4_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE5_ctr/Makefile b/Examples/MAX32655/BLE5_ctr/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE5_ctr/Makefile +++ b/Examples/MAX32655/BLE5_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_FreeRTOS/FreeRTOSConfig.h b/Examples/MAX32655/BLE_FreeRTOS/FreeRTOSConfig.h index 54f0ac13ed7..1b58a4a8e5f 100644 --- a/Examples/MAX32655/BLE_FreeRTOS/FreeRTOSConfig.h +++ b/Examples/MAX32655/BLE_FreeRTOS/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_FreeRTOS/Makefile b/Examples/MAX32655/BLE_FreeRTOS/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32655/BLE_FreeRTOS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_FreeRTOS/freertos_tickless.c b/Examples/MAX32655/BLE_FreeRTOS/freertos_tickless.c index 6d497e85ba4..25931c42522 100644 --- a/Examples/MAX32655/BLE_FreeRTOS/freertos_tickless.c +++ b/Examples/MAX32655/BLE_FreeRTOS/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_FreeRTOS/main.c b/Examples/MAX32655/BLE_FreeRTOS/main.c index e20969e66e5..c7271e648dc 100644 --- a/Examples/MAX32655/BLE_FreeRTOS/main.c +++ b/Examples/MAX32655/BLE_FreeRTOS/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_datc/Makefile b/Examples/MAX32655/BLE_datc/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_datc/Makefile +++ b/Examples/MAX32655/BLE_datc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_datc/sdsc_api.h b/Examples/MAX32655/BLE_datc/sdsc_api.h index 6c0492abec1..35f778612b2 100644 --- a/Examples/MAX32655/BLE_datc/sdsc_api.h +++ b/Examples/MAX32655/BLE_datc/sdsc_api.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_datc/sdsc_main.c b/Examples/MAX32655/BLE_datc/sdsc_main.c index b20cdced9cd..c5a7e3e250a 100644 --- a/Examples/MAX32655/BLE_datc/sdsc_main.c +++ b/Examples/MAX32655/BLE_datc/sdsc_main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_dats/Makefile b/Examples/MAX32655/BLE_dats/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_dats/Makefile +++ b/Examples/MAX32655/BLE_dats/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_dats/services/svc_sds.c b/Examples/MAX32655/BLE_dats/services/svc_sds.c index 1b5127215b0..c9a1eefa123 100644 --- a/Examples/MAX32655/BLE_dats/services/svc_sds.c +++ b/Examples/MAX32655/BLE_dats/services/svc_sds.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_dats/services/svc_sds.h b/Examples/MAX32655/BLE_dats/services/svc_sds.h index 5ac232d8254..2d597f9a893 100644 --- a/Examples/MAX32655/BLE_dats/services/svc_sds.h +++ b/Examples/MAX32655/BLE_dats/services/svc_sds.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_fcc/Makefile b/Examples/MAX32655/BLE_fcc/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_fcc/Makefile +++ b/Examples/MAX32655/BLE_fcc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_fit/Makefile b/Examples/MAX32655/BLE_fit/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_fit/Makefile +++ b/Examples/MAX32655/BLE_fit/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_fit_FreeRTOS/FreeRTOSConfig.h b/Examples/MAX32655/BLE_fit_FreeRTOS/FreeRTOSConfig.h index 8318dd60297..7807a71a164 100644 --- a/Examples/MAX32655/BLE_fit_FreeRTOS/FreeRTOSConfig.h +++ b/Examples/MAX32655/BLE_fit_FreeRTOS/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_fit_FreeRTOS/Makefile b/Examples/MAX32655/BLE_fit_FreeRTOS/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_fit_FreeRTOS/Makefile +++ b/Examples/MAX32655/BLE_fit_FreeRTOS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_fit_FreeRTOS/freertos_tickless.c b/Examples/MAX32655/BLE_fit_FreeRTOS/freertos_tickless.c index 6d497e85ba4..25931c42522 100644 --- a/Examples/MAX32655/BLE_fit_FreeRTOS/freertos_tickless.c +++ b/Examples/MAX32655/BLE_fit_FreeRTOS/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_fit_FreeRTOS/main.c b/Examples/MAX32655/BLE_fit_FreeRTOS/main.c index b9dc09d1152..be90f9d894a 100644 --- a/Examples/MAX32655/BLE_fit_FreeRTOS/main.c +++ b/Examples/MAX32655/BLE_fit_FreeRTOS/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_mcs/Makefile b/Examples/MAX32655/BLE_mcs/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_mcs/Makefile +++ b/Examples/MAX32655/BLE_mcs/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_otac/Makefile b/Examples/MAX32655/BLE_otac/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_otac/Makefile +++ b/Examples/MAX32655/BLE_otac/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_otas/Makefile b/Examples/MAX32655/BLE_otas/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_otas/Makefile +++ b/Examples/MAX32655/BLE_otas/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/BLE_otas/ota_external_mem.ld b/Examples/MAX32655/BLE_otas/ota_external_mem.ld index 8d9344dd7f7..9bde236552d 100644 --- a/Examples/MAX32655/BLE_otas/ota_external_mem.ld +++ b/Examples/MAX32655/BLE_otas/ota_external_mem.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_otas/ota_internal_mem.ld b/Examples/MAX32655/BLE_otas/ota_internal_mem.ld index bc7b43dc7a7..aabe476dfa5 100644 --- a/Examples/MAX32655/BLE_otas/ota_internal_mem.ld +++ b/Examples/MAX32655/BLE_otas/ota_internal_mem.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/BLE_periph/Makefile b/Examples/MAX32655/BLE_periph/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/BLE_periph/Makefile +++ b/Examples/MAX32655/BLE_periph/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Bootloader/Makefile b/Examples/MAX32655/Bootloader/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Bootloader/Makefile +++ b/Examples/MAX32655/Bootloader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Bootloader/boot_lower.S b/Examples/MAX32655/Bootloader/boot_lower.S index 64f067e73d6..60cb8fa49b9 100644 --- a/Examples/MAX32655/Bootloader/boot_lower.S +++ b/Examples/MAX32655/Bootloader/boot_lower.S @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Bootloader/bootloader.ld b/Examples/MAX32655/Bootloader/bootloader.ld index ffaee837805..0c1f00443a8 100644 --- a/Examples/MAX32655/Bootloader/bootloader.ld +++ b/Examples/MAX32655/Bootloader/bootloader.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Bootloader/main_ext.c b/Examples/MAX32655/Bootloader/main_ext.c index 365494e8332..1302741cb13 100644 --- a/Examples/MAX32655/Bootloader/main_ext.c +++ b/Examples/MAX32655/Bootloader/main_ext.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Bootloader/main_int.c b/Examples/MAX32655/Bootloader/main_int.c index 431e64ca843..9e142090e5b 100644 --- a/Examples/MAX32655/Bootloader/main_int.c +++ b/Examples/MAX32655/Bootloader/main_int.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/CRC/Makefile b/Examples/MAX32655/CRC/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/CRC/Makefile +++ b/Examples/MAX32655/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/CRC/main.c b/Examples/MAX32655/CRC/main.c index 0954beeaec8..fba6cbdb80c 100644 --- a/Examples/MAX32655/CRC/main.c +++ b/Examples/MAX32655/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Coremark/Makefile b/Examples/MAX32655/Coremark/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Coremark/Makefile +++ b/Examples/MAX32655/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/DMA/Makefile b/Examples/MAX32655/DMA/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/DMA/Makefile +++ b/Examples/MAX32655/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/DMA/main.c b/Examples/MAX32655/DMA/main.c index 830bde4c743..5653fcc3147 100644 --- a/Examples/MAX32655/DMA/main.c +++ b/Examples/MAX32655/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/main.c b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/main.c index 14fa1af07e7..fdb77712cda 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/main.c +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile index 61627dc2553..9b9a89507b8 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/main.c b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/main.c index f24220907e3..a4c5877d7b1 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/main.c +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/EEPROM_Emulator/Makefile b/Examples/MAX32655/EEPROM_Emulator/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/EEPROM_Emulator/Makefile +++ b/Examples/MAX32655/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/EEPROM_Emulator/include/cache.h b/Examples/MAX32655/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32655/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32655/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32655/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32655/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32655/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/EEPROM_Emulator/main.c b/Examples/MAX32655/EEPROM_Emulator/main.c index 528dd5d3049..1e8dcb60273 100644 --- a/Examples/MAX32655/EEPROM_Emulator/main.c +++ b/Examples/MAX32655/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/EEPROM_Emulator/src/cache.c b/Examples/MAX32655/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32655/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32655/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32655/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32655/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32655/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/External_Flash/Makefile b/Examples/MAX32655/External_Flash/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/External_Flash/Makefile +++ b/Examples/MAX32655/External_Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/External_Flash/main.c b/Examples/MAX32655/External_Flash/main.c index 88eb5b48a43..6df751e39dc 100644 --- a/Examples/MAX32655/External_Flash/main.c +++ b/Examples/MAX32655/External_Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/FTHR_I2C/Makefile b/Examples/MAX32655/FTHR_I2C/Makefile index 22428411dd8..30874025e5b 100644 --- a/Examples/MAX32655/FTHR_I2C/Makefile +++ b/Examples/MAX32655/FTHR_I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/FTHR_I2C/main.c b/Examples/MAX32655/FTHR_I2C/main.c index 7b50312742d..db6096e7e91 100644 --- a/Examples/MAX32655/FTHR_I2C/main.c +++ b/Examples/MAX32655/FTHR_I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Flash/Makefile b/Examples/MAX32655/Flash/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Flash/Makefile +++ b/Examples/MAX32655/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Flash/main.c b/Examples/MAX32655/Flash/main.c index a5a7230e32e..dec257f4dd4 100644 --- a/Examples/MAX32655/Flash/main.c +++ b/Examples/MAX32655/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32655/Flash_CLI/FreeRTOSConfig.h index 4c0e00f90b4..ee8eb216c4f 100644 --- a/Examples/MAX32655/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32655/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Flash_CLI/Makefile b/Examples/MAX32655/Flash_CLI/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Flash_CLI/Makefile +++ b/Examples/MAX32655/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Flash_CLI/definitions.h b/Examples/MAX32655/Flash_CLI/definitions.h index 4598e35f1f7..2f00cb04014 100644 --- a/Examples/MAX32655/Flash_CLI/definitions.h +++ b/Examples/MAX32655/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Flash_CLI/main.c b/Examples/MAX32655/Flash_CLI/main.c index 844c22cb2f3..190c744544b 100644 --- a/Examples/MAX32655/Flash_CLI/main.c +++ b/Examples/MAX32655/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32655/FreeRTOSDemo/FreeRTOSConfig.h index 79652803c04..127ac8b1eec 100644 --- a/Examples/MAX32655/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32655/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/FreeRTOSDemo/Makefile b/Examples/MAX32655/FreeRTOSDemo/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/FreeRTOSDemo/Makefile +++ b/Examples/MAX32655/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32655/FreeRTOSDemo/freertos_tickless.c index ed98fe7606f..1e4530669ce 100644 --- a/Examples/MAX32655/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32655/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/FreeRTOSDemo/main.c b/Examples/MAX32655/FreeRTOSDemo/main.c index 0a7362dea4e..6da09a86440 100644 --- a/Examples/MAX32655/FreeRTOSDemo/main.c +++ b/Examples/MAX32655/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/GPIO/Makefile b/Examples/MAX32655/GPIO/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/GPIO/Makefile +++ b/Examples/MAX32655/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/GPIO/main.c b/Examples/MAX32655/GPIO/main.c index 3fc4f348a99..b3ddb43e201 100644 --- a/Examples/MAX32655/GPIO/main.c +++ b/Examples/MAX32655/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Hello_World-riscv/Makefile b/Examples/MAX32655/Hello_World-riscv/Makefile index 803a47276ae..147afdc8d93 100644 --- a/Examples/MAX32655/Hello_World-riscv/Makefile +++ b/Examples/MAX32655/Hello_World-riscv/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## ifeq "$(PROJECT)" "" PROJECT=max32655 diff --git a/Examples/MAX32655/Hello_World-riscv/Makefile.ARM b/Examples/MAX32655/Hello_World-riscv/Makefile.ARM index 3379358e485..a8302631f7a 100644 --- a/Examples/MAX32655/Hello_World-riscv/Makefile.ARM +++ b/Examples/MAX32655/Hello_World-riscv/Makefile.ARM @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX32655/Hello_World-riscv/Makefile.RISCV b/Examples/MAX32655/Hello_World-riscv/Makefile.RISCV index 2b1b7bc17a8..5c0a71b6038 100644 --- a/Examples/MAX32655/Hello_World-riscv/Makefile.RISCV +++ b/Examples/MAX32655/Hello_World-riscv/Makefile.RISCV @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX32655/Hello_World-riscv/main.c b/Examples/MAX32655/Hello_World-riscv/main.c index ad68fc68cdc..05c24a035fe 100644 --- a/Examples/MAX32655/Hello_World-riscv/main.c +++ b/Examples/MAX32655/Hello_World-riscv/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Hello_World-riscv/main_riscv.c b/Examples/MAX32655/Hello_World-riscv/main_riscv.c index d44565df65a..4b0bd2ddff6 100644 --- a/Examples/MAX32655/Hello_World-riscv/main_riscv.c +++ b/Examples/MAX32655/Hello_World-riscv/main_riscv.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Hello_World/Makefile b/Examples/MAX32655/Hello_World/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Hello_World/Makefile +++ b/Examples/MAX32655/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Hello_World/main.c b/Examples/MAX32655/Hello_World/main.c index 90fa908fac8..26c909b56ac 100644 --- a/Examples/MAX32655/Hello_World/main.c +++ b/Examples/MAX32655/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Hello_World_Cpp/Makefile b/Examples/MAX32655/Hello_World_Cpp/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Hello_World_Cpp/Makefile +++ b/Examples/MAX32655/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Hello_World_Cpp/main.cpp b/Examples/MAX32655/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32655/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32655/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C/Makefile b/Examples/MAX32655/I2C/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2C/Makefile +++ b/Examples/MAX32655/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2C/main.c b/Examples/MAX32655/I2C/main.c index 12225190d40..b35919acb7d 100644 --- a/Examples/MAX32655/I2C/main.c +++ b/Examples/MAX32655/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32655/I2C_MNGR/FreeRTOSConfig.h index b49d31b4fe4..2cc893f9cac 100644 --- a/Examples/MAX32655/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32655/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_MNGR/Makefile b/Examples/MAX32655/I2C_MNGR/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2C_MNGR/Makefile +++ b/Examples/MAX32655/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.h index 25d75582f22..cc6ab3a0bc0 100644 --- a/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32655/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_MNGR/main.c b/Examples/MAX32655/I2C_MNGR/main.c index 3643a2a9578..b5906e259f0 100644 --- a/Examples/MAX32655/I2C_MNGR/main.c +++ b/Examples/MAX32655/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_SCAN/Makefile b/Examples/MAX32655/I2C_SCAN/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2C_SCAN/Makefile +++ b/Examples/MAX32655/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2C_SCAN/main.c b/Examples/MAX32655/I2C_SCAN/main.c index 1d74df1c9c5..3a1c33e73fd 100644 --- a/Examples/MAX32655/I2C_SCAN/main.c +++ b/Examples/MAX32655/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2C_Sensor/Makefile b/Examples/MAX32655/I2C_Sensor/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2C_Sensor/Makefile +++ b/Examples/MAX32655/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2C_Sensor/main.c b/Examples/MAX32655/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32655/I2C_Sensor/main.c +++ b/Examples/MAX32655/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2S/Makefile b/Examples/MAX32655/I2S/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2S/Makefile +++ b/Examples/MAX32655/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2S/main.c b/Examples/MAX32655/I2S/main.c index af5c6b46ea4..cfdede45b71 100644 --- a/Examples/MAX32655/I2S/main.c +++ b/Examples/MAX32655/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2S_Playback/Makefile b/Examples/MAX32655/I2S_Playback/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/I2S_Playback/Makefile +++ b/Examples/MAX32655/I2S_Playback/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/I2S_Playback/main.c b/Examples/MAX32655/I2S_Playback/main.c index 774228b4450..84e775344df 100644 --- a/Examples/MAX32655/I2S_Playback/main.c +++ b/Examples/MAX32655/I2S_Playback/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2S_Playback/max9867.c b/Examples/MAX32655/I2S_Playback/max9867.c index 4f6aeeac1e9..f55cf49b227 100644 --- a/Examples/MAX32655/I2S_Playback/max9867.c +++ b/Examples/MAX32655/I2S_Playback/max9867.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/I2S_Playback/max9867.h b/Examples/MAX32655/I2S_Playback/max9867.h index f6a02dfdf55..08078b5d9b5 100644 --- a/Examples/MAX32655/I2S_Playback/max9867.h +++ b/Examples/MAX32655/I2S_Playback/max9867.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/ICC/Makefile b/Examples/MAX32655/ICC/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/ICC/Makefile +++ b/Examples/MAX32655/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/ICC/main.c b/Examples/MAX32655/ICC/main.c index f927e15f847..8284829e592 100644 --- a/Examples/MAX32655/ICC/main.c +++ b/Examples/MAX32655/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/LP/Makefile b/Examples/MAX32655/LP/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/LP/Makefile +++ b/Examples/MAX32655/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/LP/main.c b/Examples/MAX32655/LP/main.c index 0a31a9f080f..b2b28624cc8 100644 --- a/Examples/MAX32655/LP/main.c +++ b/Examples/MAX32655/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/LPCMP/Makefile b/Examples/MAX32655/LPCMP/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/LPCMP/Makefile +++ b/Examples/MAX32655/LPCMP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/LPCMP/main.c b/Examples/MAX32655/LPCMP/main.c index dde32ac24e5..a90be035f99 100644 --- a/Examples/MAX32655/LPCMP/main.c +++ b/Examples/MAX32655/LPCMP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Library_Generate/Makefile b/Examples/MAX32655/Library_Generate/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Library_Generate/Makefile +++ b/Examples/MAX32655/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Library_Generate/gpiolib.c b/Examples/MAX32655/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32655/Library_Generate/gpiolib.c +++ b/Examples/MAX32655/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Library_Generate/gpiolib.h b/Examples/MAX32655/Library_Generate/gpiolib.h index 7cbd63b5122..72ce33a60af 100644 --- a/Examples/MAX32655/Library_Generate/gpiolib.h +++ b/Examples/MAX32655/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Library_Use/Makefile b/Examples/MAX32655/Library_Use/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Library_Use/Makefile +++ b/Examples/MAX32655/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Library_Use/lib/include/gpiolib.h b/Examples/MAX32655/Library_Use/lib/include/gpiolib.h index 9025b12a931..76aa1aa4baf 100644 --- a/Examples/MAX32655/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32655/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Library_Use/main.c b/Examples/MAX32655/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32655/Library_Use/main.c +++ b/Examples/MAX32655/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Pulse_Train/Makefile b/Examples/MAX32655/Pulse_Train/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Pulse_Train/Makefile +++ b/Examples/MAX32655/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Pulse_Train/main.c b/Examples/MAX32655/Pulse_Train/main.c index f7dc8b4a0b4..ddf55ead057 100644 --- a/Examples/MAX32655/Pulse_Train/main.c +++ b/Examples/MAX32655/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/RF_Test/FreeRTOSConfig.h b/Examples/MAX32655/RF_Test/FreeRTOSConfig.h index a58db8baa4a..f0d96cfdc6f 100644 --- a/Examples/MAX32655/RF_Test/FreeRTOSConfig.h +++ b/Examples/MAX32655/RF_Test/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/RF_Test/Makefile b/Examples/MAX32655/RF_Test/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/RF_Test/Makefile +++ b/Examples/MAX32655/RF_Test/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/RF_Test/freertos_tickless.c b/Examples/MAX32655/RF_Test/freertos_tickless.c index ed98fe7606f..1e4530669ce 100644 --- a/Examples/MAX32655/RF_Test/freertos_tickless.c +++ b/Examples/MAX32655/RF_Test/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/RTC/Makefile b/Examples/MAX32655/RTC/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/RTC/Makefile +++ b/Examples/MAX32655/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/RTC/main.c b/Examples/MAX32655/RTC/main.c index 3a80d6f1863..bd30a3f1d89 100644 --- a/Examples/MAX32655/RTC/main.c +++ b/Examples/MAX32655/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/RTC_Backup/Makefile b/Examples/MAX32655/RTC_Backup/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/RTC_Backup/Makefile +++ b/Examples/MAX32655/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/RTC_Backup/main.c b/Examples/MAX32655/RTC_Backup/main.c index bbc8d51f049..c0c8e6dcf6e 100644 --- a/Examples/MAX32655/RTC_Backup/main.c +++ b/Examples/MAX32655/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/RV_ARM_Loader/Makefile b/Examples/MAX32655/RV_ARM_Loader/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/RV_ARM_Loader/Makefile +++ b/Examples/MAX32655/RV_ARM_Loader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/RV_ARM_Loader/main.c b/Examples/MAX32655/RV_ARM_Loader/main.c index c6ba02a877b..001b5990c95 100644 --- a/Examples/MAX32655/RV_ARM_Loader/main.c +++ b/Examples/MAX32655/RV_ARM_Loader/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/SPI/Makefile b/Examples/MAX32655/SPI/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/SPI/Makefile +++ b/Examples/MAX32655/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/SPI/main.c b/Examples/MAX32655/SPI/main.c index 2929bfe8d19..ffe161961ca 100644 --- a/Examples/MAX32655/SPI/main.c +++ b/Examples/MAX32655/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/Makefile b/Examples/MAX32655/TFT_Demo/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/TFT_Demo/Makefile +++ b/Examples/MAX32655/TFT_Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/TFT_Demo/include/keypad.h b/Examples/MAX32655/TFT_Demo/include/keypad.h index baac1df081a..b70421878d0 100644 --- a/Examples/MAX32655/TFT_Demo/include/keypad.h +++ b/Examples/MAX32655/TFT_Demo/include/keypad.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/include/state.h b/Examples/MAX32655/TFT_Demo/include/state.h index ae464576c28..dfa587fd1a9 100644 --- a/Examples/MAX32655/TFT_Demo/include/state.h +++ b/Examples/MAX32655/TFT_Demo/include/state.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/include/utils.h b/Examples/MAX32655/TFT_Demo/include/utils.h index 3e770878986..09f74f141ab 100644 --- a/Examples/MAX32655/TFT_Demo/include/utils.h +++ b/Examples/MAX32655/TFT_Demo/include/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/main.c b/Examples/MAX32655/TFT_Demo/main.c index 4e03137e1d0..02839b48ef1 100644 --- a/Examples/MAX32655/TFT_Demo/main.c +++ b/Examples/MAX32655/TFT_Demo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/all_imgs.c b/Examples/MAX32655/TFT_Demo/resources/all_imgs.c index b8e4d9f75c0..b911c6f45ad 100644 --- a/Examples/MAX32655/TFT_Demo/resources/all_imgs.c +++ b/Examples/MAX32655/TFT_Demo/resources/all_imgs.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/bitmap.h b/Examples/MAX32655/TFT_Demo/resources/bitmap.h index ef6daa68725..e9810a9b364 100644 --- a/Examples/MAX32655/TFT_Demo/resources/bitmap.h +++ b/Examples/MAX32655/TFT_Demo/resources/bitmap.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py index a3e70210081..a3972b3edcd 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/template.txt b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/template.txt index 05b576d0692..c50bad8c15f 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/template.txt +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/image_pattern_rgb565.c b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/image_pattern_rgb565.c index 330d67ae543..97eded69008 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/image_pattern_rgb565.c +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/image_pattern_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_1_rgb565.c b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_1_rgb565.c index 93b65ccf6da..f9e10b5ac56 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_1_rgb565.c +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_1_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_2_rgb565.c b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_2_rgb565.c index 71f4b64b54b..938726ff229 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_2_rgb565.c +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_2_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_3_rgb565.c b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_3_rgb565.c index eece516dac1..ffad2f5716c 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_3_rgb565.c +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_3_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_4_rgb565.c b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_4_rgb565.c index e479d619831..14d40c09f6f 100644 --- a/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_4_rgb565.c +++ b/Examples/MAX32655/TFT_Demo/resources/tft_fthr/img_4_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/src/state.c b/Examples/MAX32655/TFT_Demo/src/state.c index ea1eb7701cf..34911af8fa4 100644 --- a/Examples/MAX32655/TFT_Demo/src/state.c +++ b/Examples/MAX32655/TFT_Demo/src/state.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/src/state_home.c b/Examples/MAX32655/TFT_Demo/src/state_home.c index 9460fb2c4d4..9b2c09f0b22 100644 --- a/Examples/MAX32655/TFT_Demo/src/state_home.c +++ b/Examples/MAX32655/TFT_Demo/src/state_home.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/src/state_info.c b/Examples/MAX32655/TFT_Demo/src/state_info.c index 65bb1a822c2..05be294e711 100644 --- a/Examples/MAX32655/TFT_Demo/src/state_info.c +++ b/Examples/MAX32655/TFT_Demo/src/state_info.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/src/state_keypad.c b/Examples/MAX32655/TFT_Demo/src/state_keypad.c index 3fff56a877f..28dad0215ec 100644 --- a/Examples/MAX32655/TFT_Demo/src/state_keypad.c +++ b/Examples/MAX32655/TFT_Demo/src/state_keypad.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TFT_Demo/src/utils.c b/Examples/MAX32655/TFT_Demo/src/utils.c index 15fe54b23ea..61a5fca7971 100644 --- a/Examples/MAX32655/TFT_Demo/src/utils.c +++ b/Examples/MAX32655/TFT_Demo/src/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TMR/Makefile b/Examples/MAX32655/TMR/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/TMR/Makefile +++ b/Examples/MAX32655/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/TMR/main.c b/Examples/MAX32655/TMR/main.c index 4d8786100e0..f529b49750f 100644 --- a/Examples/MAX32655/TMR/main.c +++ b/Examples/MAX32655/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/TRNG/Makefile b/Examples/MAX32655/TRNG/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/TRNG/Makefile +++ b/Examples/MAX32655/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/TRNG/main.c b/Examples/MAX32655/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX32655/TRNG/main.c +++ b/Examples/MAX32655/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Temp_Monitor/Makefile b/Examples/MAX32655/Temp_Monitor/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Temp_Monitor/Makefile +++ b/Examples/MAX32655/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Temp_Monitor/main.c b/Examples/MAX32655/Temp_Monitor/main.c index 7b239540860..385e0fd2c6f 100644 --- a/Examples/MAX32655/Temp_Monitor/main.c +++ b/Examples/MAX32655/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Temp_Monitor/temp_monitor.c b/Examples/MAX32655/Temp_Monitor/temp_monitor.c index d55555ed6a1..be5b3335149 100644 --- a/Examples/MAX32655/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32655/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Temp_Monitor/temp_monitor.h b/Examples/MAX32655/Temp_Monitor/temp_monitor.h index e546a7eb015..c47855aea2e 100644 --- a/Examples/MAX32655/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32655/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/UART/Makefile b/Examples/MAX32655/UART/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/UART/Makefile +++ b/Examples/MAX32655/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/UART/main.c b/Examples/MAX32655/UART/main.c index 2461a2de00c..e265f6bc963 100644 --- a/Examples/MAX32655/UART/main.c +++ b/Examples/MAX32655/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/UCL/Makefile b/Examples/MAX32655/UCL/Makefile index 45e43459b74..f4239427a18 100644 --- a/Examples/MAX32655/UCL/Makefile +++ b/Examples/MAX32655/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/WUT/Makefile b/Examples/MAX32655/WUT/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/WUT/Makefile +++ b/Examples/MAX32655/WUT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/WUT/main.c b/Examples/MAX32655/WUT/main.c index db44950c922..1a65693420c 100644 --- a/Examples/MAX32655/WUT/main.c +++ b/Examples/MAX32655/WUT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/Watchdog/Makefile b/Examples/MAX32655/Watchdog/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/Watchdog/Makefile +++ b/Examples/MAX32655/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/Watchdog/main.c b/Examples/MAX32655/Watchdog/main.c index 3310ce1050e..f50d69f3186 100644 --- a/Examples/MAX32655/Watchdog/main.c +++ b/Examples/MAX32655/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/Makefile b/Examples/MAX32655/WearLeveling/Makefile index a780185d5f8..a547aed06a3 100644 --- a/Examples/MAX32655/WearLeveling/Makefile +++ b/Examples/MAX32655/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32655/WearLeveling/include/cli.h b/Examples/MAX32655/WearLeveling/include/cli.h index 3efceb04b2a..e6411b9942a 100644 --- a/Examples/MAX32655/WearLeveling/include/cli.h +++ b/Examples/MAX32655/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/include/file.h b/Examples/MAX32655/WearLeveling/include/file.h index 6a246c3426b..47a1f7372e4 100644 --- a/Examples/MAX32655/WearLeveling/include/file.h +++ b/Examples/MAX32655/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/include/flash.h b/Examples/MAX32655/WearLeveling/include/flash.h index 0ff81fd2bf3..a71b110e895 100644 --- a/Examples/MAX32655/WearLeveling/include/flash.h +++ b/Examples/MAX32655/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/include/main.h b/Examples/MAX32655/WearLeveling/include/main.h index b752a40ad88..9128c7cd723 100644 --- a/Examples/MAX32655/WearLeveling/include/main.h +++ b/Examples/MAX32655/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/main.c b/Examples/MAX32655/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32655/WearLeveling/main.c +++ b/Examples/MAX32655/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/src/cli.c b/Examples/MAX32655/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32655/WearLeveling/src/cli.c +++ b/Examples/MAX32655/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/src/file.c b/Examples/MAX32655/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32655/WearLeveling/src/file.c +++ b/Examples/MAX32655/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32655/WearLeveling/src/flash.c b/Examples/MAX32655/WearLeveling/src/flash.c index e48065cec60..fa903f1966b 100644 --- a/Examples/MAX32655/WearLeveling/src/flash.c +++ b/Examples/MAX32655/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile index ee383c25469..caaa21a7d3c 100644 --- a/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Bootloader_Host/Makefile b/Examples/MAX32660/Bootloader_Host/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Bootloader_Host/Makefile +++ b/Examples/MAX32660/Bootloader_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.c b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.c index 4ba209aed39..38738e5c6a1 100644 --- a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.c +++ b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.h b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.h index db814398cff..975c97fbe3f 100644 --- a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.h +++ b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader_cmd.h b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader_cmd.h index 69975babafa..81b2da82a44 100644 --- a/Examples/MAX32660/Bootloader_Host/bootloader/bootloader_cmd.h +++ b/Examples/MAX32660/Bootloader_Host/bootloader/bootloader_cmd.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/include/platform.h b/Examples/MAX32660/Bootloader_Host/include/platform.h index 125a9fae744..5aefb5a44aa 100644 --- a/Examples/MAX32660/Bootloader_Host/include/platform.h +++ b/Examples/MAX32660/Bootloader_Host/include/platform.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/include/terminal.h b/Examples/MAX32660/Bootloader_Host/include/terminal.h index 699617d9724..39cacb02741 100644 --- a/Examples/MAX32660/Bootloader_Host/include/terminal.h +++ b/Examples/MAX32660/Bootloader_Host/include/terminal.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/src/bootloader_menu.c b/Examples/MAX32660/Bootloader_Host/src/bootloader_menu.c index d38ac802165..00bc0cf4770 100644 --- a/Examples/MAX32660/Bootloader_Host/src/bootloader_menu.c +++ b/Examples/MAX32660/Bootloader_Host/src/bootloader_menu.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/src/main.c b/Examples/MAX32660/Bootloader_Host/src/main.c index c598ceb34b8..44ad6a8af04 100644 --- a/Examples/MAX32660/Bootloader_Host/src/main.c +++ b/Examples/MAX32660/Bootloader_Host/src/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/src/platform_max32660.c b/Examples/MAX32660/Bootloader_Host/src/platform_max32660.c index 01979dc4e39..9c28d488334 100644 --- a/Examples/MAX32660/Bootloader_Host/src/platform_max32660.c +++ b/Examples/MAX32660/Bootloader_Host/src/platform_max32660.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/src/terminal.c b/Examples/MAX32660/Bootloader_Host/src/terminal.c index 066ba01e40a..31501186665 100644 --- a/Examples/MAX32660/Bootloader_Host/src/terminal.c +++ b/Examples/MAX32660/Bootloader_Host/src/terminal.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c index cdf3c2492ef..9cd206e9a61 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c index 0dcca9149cf..69a8372d2af 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c index fa7aadab548..1d95b00459b 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c index e07a11aede2..140193824cd 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c index c51f8edc6a5..833a67278ba 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c b/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c index e524c063fb2..2a540f70cb3 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c +++ b/Examples/MAX32660/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Bootloader_Host/test_images/test_images.h b/Examples/MAX32660/Bootloader_Host/test_images/test_images.h index e4dcdb492b1..c701c51aeee 100644 --- a/Examples/MAX32660/Bootloader_Host/test_images/test_images.h +++ b/Examples/MAX32660/Bootloader_Host/test_images/test_images.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Coremark/Makefile b/Examples/MAX32660/Coremark/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Coremark/Makefile +++ b/Examples/MAX32660/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/DMA/Makefile b/Examples/MAX32660/DMA/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/DMA/Makefile +++ b/Examples/MAX32660/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/DMA/main.c b/Examples/MAX32660/DMA/main.c index 67c5ad0dff7..b703c679f3b 100644 --- a/Examples/MAX32660/DMA/main.c +++ b/Examples/MAX32660/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/EEPROM_Emulator/Makefile b/Examples/MAX32660/EEPROM_Emulator/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/EEPROM_Emulator/Makefile +++ b/Examples/MAX32660/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/EEPROM_Emulator/include/cache.h b/Examples/MAX32660/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32660/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32660/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32660/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32660/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32660/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/EEPROM_Emulator/main.c b/Examples/MAX32660/EEPROM_Emulator/main.c index d1f2a76cf09..7b168d8c0fc 100644 --- a/Examples/MAX32660/EEPROM_Emulator/main.c +++ b/Examples/MAX32660/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/EEPROM_Emulator/src/cache.c b/Examples/MAX32660/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32660/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32660/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32660/EEPROM_Emulator/src/eeprom.c index c56f9349971..e0f37992b5b 100644 --- a/Examples/MAX32660/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32660/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Flash/Makefile b/Examples/MAX32660/Flash/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Flash/Makefile +++ b/Examples/MAX32660/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Flash/main.c b/Examples/MAX32660/Flash/main.c index 09c3b0f1c32..629a31fdaa4 100644 --- a/Examples/MAX32660/Flash/main.c +++ b/Examples/MAX32660/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32660/Flash_CLI/FreeRTOSConfig.h index 37cb47d23e5..91a48677fc4 100644 --- a/Examples/MAX32660/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32660/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Flash_CLI/Makefile b/Examples/MAX32660/Flash_CLI/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Flash_CLI/Makefile +++ b/Examples/MAX32660/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Flash_CLI/definitions.h b/Examples/MAX32660/Flash_CLI/definitions.h index d35dbb9d384..73f19555d6f 100644 --- a/Examples/MAX32660/Flash_CLI/definitions.h +++ b/Examples/MAX32660/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Flash_CLI/main.c b/Examples/MAX32660/Flash_CLI/main.c index ea3f8308966..5766180e0bf 100644 --- a/Examples/MAX32660/Flash_CLI/main.c +++ b/Examples/MAX32660/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32660/FreeRTOSDemo/FreeRTOSConfig.h index 14699e845ff..8efee1e7867 100644 --- a/Examples/MAX32660/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32660/FreeRTOSDemo/FreeRTOSConfig.h @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/FreeRTOSDemo/Makefile b/Examples/MAX32660/FreeRTOSDemo/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/FreeRTOSDemo/Makefile +++ b/Examples/MAX32660/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32660/FreeRTOSDemo/freertos_tickless.c index 00b0e75310f..420a7d34c5a 100644 --- a/Examples/MAX32660/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32660/FreeRTOSDemo/freertos_tickless.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/FreeRTOSDemo/main.c b/Examples/MAX32660/FreeRTOSDemo/main.c index e5ee49dbc2d..768304d4df7 100644 --- a/Examples/MAX32660/FreeRTOSDemo/main.c +++ b/Examples/MAX32660/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/GPIO/Makefile b/Examples/MAX32660/GPIO/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/GPIO/Makefile +++ b/Examples/MAX32660/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/GPIO/main.c b/Examples/MAX32660/GPIO/main.c index 16afc684e42..8a0237af876 100644 --- a/Examples/MAX32660/GPIO/main.c +++ b/Examples/MAX32660/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Hello_World/Makefile b/Examples/MAX32660/Hello_World/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Hello_World/Makefile +++ b/Examples/MAX32660/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Hello_World/main.c b/Examples/MAX32660/Hello_World/main.c index 9e07784672f..99205b1ac04 100644 --- a/Examples/MAX32660/Hello_World/main.c +++ b/Examples/MAX32660/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Hello_World_Cpp/Makefile b/Examples/MAX32660/Hello_World_Cpp/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Hello_World_Cpp/Makefile +++ b/Examples/MAX32660/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Hello_World_Cpp/main.cpp b/Examples/MAX32660/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32660/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32660/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C/Makefile b/Examples/MAX32660/I2C/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/I2C/Makefile +++ b/Examples/MAX32660/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/I2C/main.c b/Examples/MAX32660/I2C/main.c index 1700b564e62..c3a45235eb3 100644 --- a/Examples/MAX32660/I2C/main.c +++ b/Examples/MAX32660/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32660/I2C_MNGR/FreeRTOSConfig.h index 160ca2188ea..766695337bf 100644 --- a/Examples/MAX32660/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32660/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_MNGR/Makefile b/Examples/MAX32660/I2C_MNGR/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/I2C_MNGR/Makefile +++ b/Examples/MAX32660/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.c index 393523ba9bf..78e90c18372 100644 --- a/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.h index 5303e6c9968..4ed3d642866 100644 --- a/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32660/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_MNGR/main.c b/Examples/MAX32660/I2C_MNGR/main.c index 2e7eec8aeb5..80a86db0756 100644 --- a/Examples/MAX32660/I2C_MNGR/main.c +++ b/Examples/MAX32660/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_SCAN/Makefile b/Examples/MAX32660/I2C_SCAN/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/I2C_SCAN/Makefile +++ b/Examples/MAX32660/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/I2C_SCAN/main.c b/Examples/MAX32660/I2C_SCAN/main.c index 9c35a3ddc9b..856c5fa570c 100644 --- a/Examples/MAX32660/I2C_SCAN/main.c +++ b/Examples/MAX32660/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2C_Sensor/Makefile b/Examples/MAX32660/I2C_Sensor/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/I2C_Sensor/Makefile +++ b/Examples/MAX32660/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/I2C_Sensor/main.c b/Examples/MAX32660/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32660/I2C_Sensor/main.c +++ b/Examples/MAX32660/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/I2S/Makefile b/Examples/MAX32660/I2S/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/I2S/Makefile +++ b/Examples/MAX32660/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/I2S/main.c b/Examples/MAX32660/I2S/main.c index dcb6ea9a0df..7a2398f166d 100644 --- a/Examples/MAX32660/I2S/main.c +++ b/Examples/MAX32660/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/ICC/Makefile b/Examples/MAX32660/ICC/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/ICC/Makefile +++ b/Examples/MAX32660/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/ICC/main.c b/Examples/MAX32660/ICC/main.c index 1eced7a6e0c..a941db8f65c 100644 --- a/Examples/MAX32660/ICC/main.c +++ b/Examples/MAX32660/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Info_Block_Usecase/Makefile b/Examples/MAX32660/Info_Block_Usecase/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Info_Block_Usecase/Makefile +++ b/Examples/MAX32660/Info_Block_Usecase/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Info_Block_Usecase/main.c b/Examples/MAX32660/Info_Block_Usecase/main.c index 45ef5b633b9..871ef3f4090 100644 --- a/Examples/MAX32660/Info_Block_Usecase/main.c +++ b/Examples/MAX32660/Info_Block_Usecase/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/LP/Makefile b/Examples/MAX32660/LP/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/LP/Makefile +++ b/Examples/MAX32660/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/LP/lp.ld b/Examples/MAX32660/LP/lp.ld index b1400af921d..1b5584d2871 100644 --- a/Examples/MAX32660/LP/lp.ld +++ b/Examples/MAX32660/LP/lp.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/LP/main.c b/Examples/MAX32660/LP/main.c index 3f05f24e316..2e2b958609a 100644 --- a/Examples/MAX32660/LP/main.c +++ b/Examples/MAX32660/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Library_Generate/Makefile b/Examples/MAX32660/Library_Generate/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Library_Generate/Makefile +++ b/Examples/MAX32660/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Library_Generate/gpiolib.c b/Examples/MAX32660/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32660/Library_Generate/gpiolib.c +++ b/Examples/MAX32660/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Library_Generate/gpiolib.h b/Examples/MAX32660/Library_Generate/gpiolib.h index 54740011ca2..62dad61fb56 100644 --- a/Examples/MAX32660/Library_Generate/gpiolib.h +++ b/Examples/MAX32660/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Library_Use/Makefile b/Examples/MAX32660/Library_Use/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Library_Use/Makefile +++ b/Examples/MAX32660/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Library_Use/lib/include/gpiolib.h b/Examples/MAX32660/Library_Use/lib/include/gpiolib.h index 27d72b1cefa..481c930a272 100644 --- a/Examples/MAX32660/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32660/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Library_Use/main.c b/Examples/MAX32660/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32660/Library_Use/main.c +++ b/Examples/MAX32660/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/RTC/Makefile b/Examples/MAX32660/RTC/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/RTC/Makefile +++ b/Examples/MAX32660/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/RTC/main.c b/Examples/MAX32660/RTC/main.c index 0729fe9a12c..698a5e28e5f 100644 --- a/Examples/MAX32660/RTC/main.c +++ b/Examples/MAX32660/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/RTC_Backup/Makefile b/Examples/MAX32660/RTC_Backup/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/RTC_Backup/Makefile +++ b/Examples/MAX32660/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/RTC_Backup/main.c b/Examples/MAX32660/RTC_Backup/main.c index 12b0f2738b6..12a691a01c9 100644 --- a/Examples/MAX32660/RTC_Backup/main.c +++ b/Examples/MAX32660/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SPI/Makefile b/Examples/MAX32660/SPI/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/SPI/Makefile +++ b/Examples/MAX32660/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/SPI/main.c b/Examples/MAX32660/SPI/main.c index 6f6b2142d05..9eed322fe51 100644 --- a/Examples/MAX32660/SPI/main.c +++ b/Examples/MAX32660/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SPIMSS/Makefile b/Examples/MAX32660/SPIMSS/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/SPIMSS/Makefile +++ b/Examples/MAX32660/SPIMSS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/SPIMSS/main.c b/Examples/MAX32660/SPIMSS/main.c index 16266b399d1..5eb0e326086 100644 --- a/Examples/MAX32660/SPIMSS/main.c +++ b/Examples/MAX32660/SPIMSS/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SPI_MasterSlave/Makefile b/Examples/MAX32660/SPI_MasterSlave/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/SPI_MasterSlave/Makefile +++ b/Examples/MAX32660/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/SPI_MasterSlave/main.c b/Examples/MAX32660/SPI_MasterSlave/main.c index c0bdd140aa2..2df6d3da314 100644 --- a/Examples/MAX32660/SPI_MasterSlave/main.c +++ b/Examples/MAX32660/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/Makefile b/Examples/MAX32660/SecureROM_BL_Host/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/Makefile +++ b/Examples/MAX32660/SecureROM_BL_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.c b/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.c index 443f35c3875..bdff6bc058c 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.c +++ b/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.h b/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.h index e8d7a72a4a7..0a45ee99917 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.h +++ b/Examples/MAX32660/SecureROM_BL_Host/bootloader/bootloader.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/include/platform.h b/Examples/MAX32660/SecureROM_BL_Host/include/platform.h index 40ef66c2d12..9ab99f7cc14 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/include/platform.h +++ b/Examples/MAX32660/SecureROM_BL_Host/include/platform.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/include/terminal.h b/Examples/MAX32660/SecureROM_BL_Host/include/terminal.h index 076ce19967b..f81568e943c 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/include/terminal.h +++ b/Examples/MAX32660/SecureROM_BL_Host/include/terminal.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/script/scp_to_c_array.py b/Examples/MAX32660/SecureROM_BL_Host/script/scp_to_c_array.py index 71cb456aadb..58098bf8b88 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/script/scp_to_c_array.py +++ b/Examples/MAX32660/SecureROM_BL_Host/script/scp_to_c_array.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## copy_right='''/****************************************************************************** diff --git a/Examples/MAX32660/SecureROM_BL_Host/src/main.c b/Examples/MAX32660/SecureROM_BL_Host/src/main.c index 9f88db8b218..0e145d3d11d 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/src/main.c +++ b/Examples/MAX32660/SecureROM_BL_Host/src/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/src/platform_max32660.c b/Examples/MAX32660/SecureROM_BL_Host/src/platform_max32660.c index ca60d3a9d09..3196dd6c5fb 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/src/platform_max32660.c +++ b/Examples/MAX32660/SecureROM_BL_Host/src/platform_max32660.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/src/terminal.c b/Examples/MAX32660/SecureROM_BL_Host/src/terminal.c index 53bdbccd4b3..5c09978b171 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/src/terminal.c +++ b/Examples/MAX32660/SecureROM_BL_Host/src/terminal.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c index 1c2adcc6d69..931223533f3 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c +++ b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c index 46b7b5f48d8..9fff07588cd 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c +++ b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c index b7f327f76d8..cfade17dd0a 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c +++ b/Examples/MAX32660/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/SecureROM_BL_Host/test_images/test_images.h b/Examples/MAX32660/SecureROM_BL_Host/test_images/test_images.h index 2fd72497d71..79a7b1ad781 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/test_images/test_images.h +++ b/Examples/MAX32660/SecureROM_BL_Host/test_images/test_images.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/TMR/Makefile b/Examples/MAX32660/TMR/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/TMR/Makefile +++ b/Examples/MAX32660/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/TMR/main.c b/Examples/MAX32660/TMR/main.c index 64baab06d27..50f2baa1570 100644 --- a/Examples/MAX32660/TMR/main.c +++ b/Examples/MAX32660/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Temp_Monitor/Makefile b/Examples/MAX32660/Temp_Monitor/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Temp_Monitor/Makefile +++ b/Examples/MAX32660/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Temp_Monitor/main.c b/Examples/MAX32660/Temp_Monitor/main.c index 7752be8713b..7680701634d 100644 --- a/Examples/MAX32660/Temp_Monitor/main.c +++ b/Examples/MAX32660/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Temp_Monitor/temp_monitor.c b/Examples/MAX32660/Temp_Monitor/temp_monitor.c index fd4e27ef1e2..987dbbc269d 100644 --- a/Examples/MAX32660/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32660/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Temp_Monitor/temp_monitor.h b/Examples/MAX32660/Temp_Monitor/temp_monitor.h index 7b722fcdd86..6a8fed4f2ae 100644 --- a/Examples/MAX32660/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32660/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/UART/Makefile b/Examples/MAX32660/UART/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/UART/Makefile +++ b/Examples/MAX32660/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/UART/main.c b/Examples/MAX32660/UART/main.c index 1a926b1c2cc..85850988d8e 100644 --- a/Examples/MAX32660/UART/main.c +++ b/Examples/MAX32660/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/UART_Wakeup/Makefile b/Examples/MAX32660/UART_Wakeup/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/UART_Wakeup/Makefile +++ b/Examples/MAX32660/UART_Wakeup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/UART_Wakeup/main.c b/Examples/MAX32660/UART_Wakeup/main.c index 30a66c7f7c7..cff47780877 100644 --- a/Examples/MAX32660/UART_Wakeup/main.c +++ b/Examples/MAX32660/UART_Wakeup/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/Watchdog/Makefile b/Examples/MAX32660/Watchdog/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/Watchdog/Makefile +++ b/Examples/MAX32660/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/Watchdog/main.c b/Examples/MAX32660/Watchdog/main.c index 633d9a8fc88..a9b5b830e9a 100644 --- a/Examples/MAX32660/Watchdog/main.c +++ b/Examples/MAX32660/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/Makefile b/Examples/MAX32660/WearLeveling/Makefile index 471990c4402..e743a819d8a 100644 --- a/Examples/MAX32660/WearLeveling/Makefile +++ b/Examples/MAX32660/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32660/WearLeveling/include/cli.h b/Examples/MAX32660/WearLeveling/include/cli.h index 9a209ce6652..0e2bb88a28e 100644 --- a/Examples/MAX32660/WearLeveling/include/cli.h +++ b/Examples/MAX32660/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/include/file.h b/Examples/MAX32660/WearLeveling/include/file.h index 63ed687a2d8..2dd8aec240b 100644 --- a/Examples/MAX32660/WearLeveling/include/file.h +++ b/Examples/MAX32660/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/include/flash.h b/Examples/MAX32660/WearLeveling/include/flash.h index 254039dfd60..fbdd301a1b7 100644 --- a/Examples/MAX32660/WearLeveling/include/flash.h +++ b/Examples/MAX32660/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/include/main.h b/Examples/MAX32660/WearLeveling/include/main.h index 406ed327785..a5e43d9f462 100644 --- a/Examples/MAX32660/WearLeveling/include/main.h +++ b/Examples/MAX32660/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/main.c b/Examples/MAX32660/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32660/WearLeveling/main.c +++ b/Examples/MAX32660/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/src/cli.c b/Examples/MAX32660/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32660/WearLeveling/src/cli.c +++ b/Examples/MAX32660/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/src/file.c b/Examples/MAX32660/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32660/WearLeveling/src/file.c +++ b/Examples/MAX32660/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32660/WearLeveling/src/flash.c b/Examples/MAX32660/WearLeveling/src/flash.c index 0798620793a..f91d5e74b68 100644 --- a/Examples/MAX32660/WearLeveling/src/flash.c +++ b/Examples/MAX32660/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/ADC/Makefile b/Examples/MAX32662/ADC/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/ADC/Makefile +++ b/Examples/MAX32662/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ADC/main.c b/Examples/MAX32662/ADC/main.c index de5f5979c1d..b4e810a3061 100644 --- a/Examples/MAX32662/ADC/main.c +++ b/Examples/MAX32662/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile index 0cafaa33855..a17f5ba5099 100644 --- a/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Bootloader_Host/Makefile b/Examples/MAX32662/Bootloader_Host/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Bootloader_Host/Makefile +++ b/Examples/MAX32662/Bootloader_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.c b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.c index 9fb50f44ac0..bfa06ad7bd6 100644 --- a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.c +++ b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.h b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.h index d0259a6a666..65e41a69ffc 100644 --- a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.h +++ b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader_cmd.h b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader_cmd.h index f3e506ddebf..185bc6bce60 100644 --- a/Examples/MAX32662/Bootloader_Host/bootloader/bootloader_cmd.h +++ b/Examples/MAX32662/Bootloader_Host/bootloader/bootloader_cmd.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/inc/platform.h b/Examples/MAX32662/Bootloader_Host/inc/platform.h index a71d58a4eec..8ce1ca40a3a 100644 --- a/Examples/MAX32662/Bootloader_Host/inc/platform.h +++ b/Examples/MAX32662/Bootloader_Host/inc/platform.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/inc/terminal.h b/Examples/MAX32662/Bootloader_Host/inc/terminal.h index 4155c99f04c..6b489e78edf 100644 --- a/Examples/MAX32662/Bootloader_Host/inc/terminal.h +++ b/Examples/MAX32662/Bootloader_Host/inc/terminal.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/src/bootloader_menu.c b/Examples/MAX32662/Bootloader_Host/src/bootloader_menu.c index d38ac802165..00bc0cf4770 100644 --- a/Examples/MAX32662/Bootloader_Host/src/bootloader_menu.c +++ b/Examples/MAX32662/Bootloader_Host/src/bootloader_menu.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/src/main.c b/Examples/MAX32662/Bootloader_Host/src/main.c index eab0e1e35e0..c42d03ee6c3 100644 --- a/Examples/MAX32662/Bootloader_Host/src/main.c +++ b/Examples/MAX32662/Bootloader_Host/src/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/src/platform_max32662.c b/Examples/MAX32662/Bootloader_Host/src/platform_max32662.c index 0dc41e97d79..642c3462eba 100644 --- a/Examples/MAX32662/Bootloader_Host/src/platform_max32662.c +++ b/Examples/MAX32662/Bootloader_Host/src/platform_max32662.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/src/terminal.c b/Examples/MAX32662/Bootloader_Host/src/terminal.c index 561873159ee..99f4093695a 100644 --- a/Examples/MAX32662/Bootloader_Host/src/terminal.c +++ b/Examples/MAX32662/Bootloader_Host/src/terminal.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_fast_P0_13.c b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_fast_P0_13.c index 9ed605ec621..09dd57dc13b 100644 --- a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_fast_P0_13.c +++ b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_slow_P0_13.c b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_slow_P0_13.c index 702087f6e9c..07af62371ca 100644 --- a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_slow_P0_13.c +++ b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/devkey_MAX32662_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_fast_P0_13.c b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_fast_P0_13.c index e2e547e7a68..1f91152966a 100644 --- a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_fast_P0_13.c +++ b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_slow_P0_13.c b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_slow_P0_13.c index c2568a36802..b78924454c0 100644 --- a/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_slow_P0_13.c +++ b/Examples/MAX32662/Bootloader_Host/test_images/MAX32662/nonsecure_MAX32662_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Bootloader_Host/test_images/test_images.h b/Examples/MAX32662/Bootloader_Host/test_images/test_images.h index ab59eab59c3..7fd30e4eac9 100644 --- a/Examples/MAX32662/Bootloader_Host/test_images/test_images.h +++ b/Examples/MAX32662/Bootloader_Host/test_images/test_images.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/CAN/Makefile b/Examples/MAX32662/CAN/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/CAN/Makefile +++ b/Examples/MAX32662/CAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/CAN/main.c b/Examples/MAX32662/CAN/main.c index 2b231fd1279..884b7b514d7 100644 --- a/Examples/MAX32662/CAN/main.c +++ b/Examples/MAX32662/CAN/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Coremark/Makefile b/Examples/MAX32662/Coremark/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Coremark/Makefile +++ b/Examples/MAX32662/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/DMA/Makefile b/Examples/MAX32662/DMA/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/DMA/Makefile +++ b/Examples/MAX32662/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/DMA/main.c b/Examples/MAX32662/DMA/main.c index 67c5ad0dff7..b703c679f3b 100644 --- a/Examples/MAX32662/DMA/main.c +++ b/Examples/MAX32662/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Demo/Makefile b/Examples/MAX32662/Demo/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Demo/Makefile +++ b/Examples/MAX32662/Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Demo/main.c b/Examples/MAX32662/Demo/main.c index 022a05cf8da..6132ff7c29f 100644 --- a/Examples/MAX32662/Demo/main.c +++ b/Examples/MAX32662/Demo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Demo/resources/bitmap.h b/Examples/MAX32662/Demo/resources/bitmap.h index 213dd5da1c4..3e4422662b1 100644 --- a/Examples/MAX32662/Demo/resources/bitmap.h +++ b/Examples/MAX32662/Demo/resources/bitmap.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Demo/resources/tft_demo/bmp/bmp2c.py b/Examples/MAX32662/Demo/resources/tft_demo/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX32662/Demo/resources/tft_demo/bmp/bmp2c.py +++ b/Examples/MAX32662/Demo/resources/tft_demo/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX32662/Demo/resources/tft_demo/bmp/image_rgb565.c b/Examples/MAX32662/Demo/resources/tft_demo/bmp/image_rgb565.c index 250d80a0e26..ea90c49926c 100644 --- a/Examples/MAX32662/Demo/resources/tft_demo/bmp/image_rgb565.c +++ b/Examples/MAX32662/Demo/resources/tft_demo/bmp/image_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Demo/resources/tft_demo/bmp/template.txt b/Examples/MAX32662/Demo/resources/tft_demo/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX32662/Demo/resources/tft_demo/bmp/template.txt +++ b/Examples/MAX32662/Demo/resources/tft_demo/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Demo/resources/tft_demo/logo_rgb565.c b/Examples/MAX32662/Demo/resources/tft_demo/logo_rgb565.c index 8aeb67ba8fd..c84cb274ca6 100644 --- a/Examples/MAX32662/Demo/resources/tft_demo/logo_rgb565.c +++ b/Examples/MAX32662/Demo/resources/tft_demo/logo_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/EEPROM_Emulator/Makefile b/Examples/MAX32662/EEPROM_Emulator/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/EEPROM_Emulator/Makefile +++ b/Examples/MAX32662/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/EEPROM_Emulator/include/cache.h b/Examples/MAX32662/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32662/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32662/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32662/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32662/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32662/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/EEPROM_Emulator/main.c b/Examples/MAX32662/EEPROM_Emulator/main.c index 96bf9796ac4..0abcc53d6d6 100644 --- a/Examples/MAX32662/EEPROM_Emulator/main.c +++ b/Examples/MAX32662/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/EEPROM_Emulator/src/cache.c b/Examples/MAX32662/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32662/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32662/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32662/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32662/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32662/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Flash/Makefile b/Examples/MAX32662/Flash/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Flash/Makefile +++ b/Examples/MAX32662/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Flash/main.c b/Examples/MAX32662/Flash/main.c index a96b264f0f9..31543a30ea3 100644 --- a/Examples/MAX32662/Flash/main.c +++ b/Examples/MAX32662/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32662/Flash_CLI/FreeRTOSConfig.h index 12618c759d2..5dd0d232b00 100644 --- a/Examples/MAX32662/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32662/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Flash_CLI/Makefile b/Examples/MAX32662/Flash_CLI/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Flash_CLI/Makefile +++ b/Examples/MAX32662/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Flash_CLI/definitions.h b/Examples/MAX32662/Flash_CLI/definitions.h index 0095f482cd4..c7c3cea9e35 100644 --- a/Examples/MAX32662/Flash_CLI/definitions.h +++ b/Examples/MAX32662/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Flash_CLI/main.c b/Examples/MAX32662/Flash_CLI/main.c index c29016b0c5f..52ab2d7d6cc 100644 --- a/Examples/MAX32662/Flash_CLI/main.c +++ b/Examples/MAX32662/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/GPIO/Makefile b/Examples/MAX32662/GPIO/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/GPIO/Makefile +++ b/Examples/MAX32662/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/GPIO/main.c b/Examples/MAX32662/GPIO/main.c index 349c0281131..af731559531 100644 --- a/Examples/MAX32662/GPIO/main.c +++ b/Examples/MAX32662/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Hello_World/Makefile b/Examples/MAX32662/Hello_World/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Hello_World/Makefile +++ b/Examples/MAX32662/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Hello_World/main.c b/Examples/MAX32662/Hello_World/main.c index 279f50ab504..2ea41a7a32c 100644 --- a/Examples/MAX32662/Hello_World/main.c +++ b/Examples/MAX32662/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Hello_World_Cpp/Makefile b/Examples/MAX32662/Hello_World_Cpp/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Hello_World_Cpp/Makefile +++ b/Examples/MAX32662/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Hello_World_Cpp/main.cpp b/Examples/MAX32662/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32662/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32662/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C/Makefile b/Examples/MAX32662/I2C/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/I2C/Makefile +++ b/Examples/MAX32662/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/I2C/main.c b/Examples/MAX32662/I2C/main.c index fae45a3f729..41c0cc7f337 100644 --- a/Examples/MAX32662/I2C/main.c +++ b/Examples/MAX32662/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32662/I2C_MNGR/FreeRTOSConfig.h index e2451b78fb5..1b54984b578 100644 --- a/Examples/MAX32662/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32662/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_MNGR/Makefile b/Examples/MAX32662/I2C_MNGR/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/I2C_MNGR/Makefile +++ b/Examples/MAX32662/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.c index 393523ba9bf..78e90c18372 100644 --- a/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.h index f0afc3976cd..726351ba7b9 100644 --- a/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32662/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_MNGR/main.c b/Examples/MAX32662/I2C_MNGR/main.c index 5fb5de3f1d7..d0f945fea1e 100644 --- a/Examples/MAX32662/I2C_MNGR/main.c +++ b/Examples/MAX32662/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_SCAN/Makefile b/Examples/MAX32662/I2C_SCAN/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/I2C_SCAN/Makefile +++ b/Examples/MAX32662/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/I2C_SCAN/main.c b/Examples/MAX32662/I2C_SCAN/main.c index f94827194d9..40494222f98 100644 --- a/Examples/MAX32662/I2C_SCAN/main.c +++ b/Examples/MAX32662/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2C_Sensor/Makefile b/Examples/MAX32662/I2C_Sensor/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/I2C_Sensor/Makefile +++ b/Examples/MAX32662/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/I2C_Sensor/main.c b/Examples/MAX32662/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32662/I2C_Sensor/main.c +++ b/Examples/MAX32662/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/I2S/Makefile b/Examples/MAX32662/I2S/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/I2S/Makefile +++ b/Examples/MAX32662/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/I2S/main.c b/Examples/MAX32662/I2S/main.c index bb07097923a..31b273e2a71 100644 --- a/Examples/MAX32662/I2S/main.c +++ b/Examples/MAX32662/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/ICC/Makefile b/Examples/MAX32662/ICC/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/ICC/Makefile +++ b/Examples/MAX32662/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/ICC/main.c b/Examples/MAX32662/ICC/main.c index 1eced7a6e0c..a941db8f65c 100644 --- a/Examples/MAX32662/ICC/main.c +++ b/Examples/MAX32662/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Info_Block_Usecase/Makefile b/Examples/MAX32662/Info_Block_Usecase/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Info_Block_Usecase/Makefile +++ b/Examples/MAX32662/Info_Block_Usecase/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Info_Block_Usecase/main.c b/Examples/MAX32662/Info_Block_Usecase/main.c index 259e5eacf98..9c8a2bc32c2 100644 --- a/Examples/MAX32662/Info_Block_Usecase/main.c +++ b/Examples/MAX32662/Info_Block_Usecase/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/LP/Makefile b/Examples/MAX32662/LP/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/LP/Makefile +++ b/Examples/MAX32662/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/LP/lp-nonsecure.ld b/Examples/MAX32662/LP/lp-nonsecure.ld index 0323131e0e8..d8f7dd23254 100644 --- a/Examples/MAX32662/LP/lp-nonsecure.ld +++ b/Examples/MAX32662/LP/lp-nonsecure.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/LP/lp-sla.ld b/Examples/MAX32662/LP/lp-sla.ld index 92095cfe6be..54fbe051644 100644 --- a/Examples/MAX32662/LP/lp-sla.ld +++ b/Examples/MAX32662/LP/lp-sla.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/LP/main.c b/Examples/MAX32662/LP/main.c index cfdcc106c23..1794f6423a0 100644 --- a/Examples/MAX32662/LP/main.c +++ b/Examples/MAX32662/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Library_Generate/Makefile b/Examples/MAX32662/Library_Generate/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Library_Generate/Makefile +++ b/Examples/MAX32662/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Library_Generate/gpiolib.c b/Examples/MAX32662/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32662/Library_Generate/gpiolib.c +++ b/Examples/MAX32662/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Library_Generate/gpiolib.h b/Examples/MAX32662/Library_Generate/gpiolib.h index e850f650367..681877753c1 100644 --- a/Examples/MAX32662/Library_Generate/gpiolib.h +++ b/Examples/MAX32662/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Library_Use/Makefile b/Examples/MAX32662/Library_Use/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Library_Use/Makefile +++ b/Examples/MAX32662/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Library_Use/lib/include/gpiolib.h b/Examples/MAX32662/Library_Use/lib/include/gpiolib.h index 57bab19016c..5b7dd478090 100644 --- a/Examples/MAX32662/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32662/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Library_Use/main.c b/Examples/MAX32662/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32662/Library_Use/main.c +++ b/Examples/MAX32662/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/RTC/Makefile b/Examples/MAX32662/RTC/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/RTC/Makefile +++ b/Examples/MAX32662/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/RTC/main.c b/Examples/MAX32662/RTC/main.c index 629428752dc..4a0f50e0e4e 100644 --- a/Examples/MAX32662/RTC/main.c +++ b/Examples/MAX32662/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/RTC_Backup/Makefile b/Examples/MAX32662/RTC_Backup/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/RTC_Backup/Makefile +++ b/Examples/MAX32662/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/RTC_Backup/main.c b/Examples/MAX32662/RTC_Backup/main.c index e3e67fb4a4b..7fa9bbf8d42 100644 --- a/Examples/MAX32662/RTC_Backup/main.c +++ b/Examples/MAX32662/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/SCPA_OTP_Dump/Makefile b/Examples/MAX32662/SCPA_OTP_Dump/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32662/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/SCPA_OTP_Dump/main.c b/Examples/MAX32662/SCPA_OTP_Dump/main.c index 1161d658512..8e6f91c33f4 100644 --- a/Examples/MAX32662/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32662/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/SCPA_OTP_Dump/utils.c b/Examples/MAX32662/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32662/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32662/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/SCPA_OTP_Dump/utils.h b/Examples/MAX32662/SCPA_OTP_Dump/utils.h index 1a3d9ecd715..f36754a7488 100644 --- a/Examples/MAX32662/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32662/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/SPI/Makefile b/Examples/MAX32662/SPI/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/SPI/Makefile +++ b/Examples/MAX32662/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/SPI/main.c b/Examples/MAX32662/SPI/main.c index 71b16d4c5d1..68e40d798fa 100644 --- a/Examples/MAX32662/SPI/main.c +++ b/Examples/MAX32662/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/SPI_MasterSlave/Makefile b/Examples/MAX32662/SPI_MasterSlave/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/SPI_MasterSlave/Makefile +++ b/Examples/MAX32662/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/SPI_MasterSlave/main.c b/Examples/MAX32662/SPI_MasterSlave/main.c index ed3b01cc5d3..d3d3cc92ce5 100644 --- a/Examples/MAX32662/SPI_MasterSlave/main.c +++ b/Examples/MAX32662/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/TMR/Makefile b/Examples/MAX32662/TMR/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/TMR/Makefile +++ b/Examples/MAX32662/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/TMR/main.c b/Examples/MAX32662/TMR/main.c index 9b17463fd43..5e4088a889f 100644 --- a/Examples/MAX32662/TMR/main.c +++ b/Examples/MAX32662/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Temp_Monitor/Makefile b/Examples/MAX32662/Temp_Monitor/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Temp_Monitor/Makefile +++ b/Examples/MAX32662/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Temp_Monitor/main.c b/Examples/MAX32662/Temp_Monitor/main.c index b94e99868bc..065033e4eb7 100644 --- a/Examples/MAX32662/Temp_Monitor/main.c +++ b/Examples/MAX32662/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Temp_Monitor/temp_monitor.c b/Examples/MAX32662/Temp_Monitor/temp_monitor.c index fd4e27ef1e2..987dbbc269d 100644 --- a/Examples/MAX32662/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32662/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/Temp_Monitor/temp_monitor.h b/Examples/MAX32662/Temp_Monitor/temp_monitor.h index 55b9951b8cd..aaba9871a62 100644 --- a/Examples/MAX32662/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32662/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/UART/Makefile b/Examples/MAX32662/UART/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/UART/Makefile +++ b/Examples/MAX32662/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/UART/main.c b/Examples/MAX32662/UART/main.c index e6b84b3eaa2..3615ab48e91 100644 --- a/Examples/MAX32662/UART/main.c +++ b/Examples/MAX32662/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/UART_Wakeup/Makefile b/Examples/MAX32662/UART_Wakeup/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/UART_Wakeup/Makefile +++ b/Examples/MAX32662/UART_Wakeup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/UART_Wakeup/main.c b/Examples/MAX32662/UART_Wakeup/main.c index 253dadbe0fc..2e4066603d9 100644 --- a/Examples/MAX32662/UART_Wakeup/main.c +++ b/Examples/MAX32662/UART_Wakeup/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/UCL/Makefile b/Examples/MAX32662/UCL/Makefile index 43604672123..b869314c53b 100644 --- a/Examples/MAX32662/UCL/Makefile +++ b/Examples/MAX32662/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Watchdog/Makefile b/Examples/MAX32662/Watchdog/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/Watchdog/Makefile +++ b/Examples/MAX32662/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/Watchdog/main.c b/Examples/MAX32662/Watchdog/main.c index 98e28b49c85..a3c534cd8e1 100644 --- a/Examples/MAX32662/Watchdog/main.c +++ b/Examples/MAX32662/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/Makefile b/Examples/MAX32662/WearLeveling/Makefile index 1a63ad0bcb5..8cb741787bd 100644 --- a/Examples/MAX32662/WearLeveling/Makefile +++ b/Examples/MAX32662/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32662/WearLeveling/include/cli.h b/Examples/MAX32662/WearLeveling/include/cli.h index 62b7c2a5904..4a35be54e4d 100644 --- a/Examples/MAX32662/WearLeveling/include/cli.h +++ b/Examples/MAX32662/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/include/file.h b/Examples/MAX32662/WearLeveling/include/file.h index 7c9d13a4c4f..1f7450a1fac 100644 --- a/Examples/MAX32662/WearLeveling/include/file.h +++ b/Examples/MAX32662/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/include/flash.h b/Examples/MAX32662/WearLeveling/include/flash.h index 4ec9cf058c0..dfade6a2cbc 100644 --- a/Examples/MAX32662/WearLeveling/include/flash.h +++ b/Examples/MAX32662/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/include/main.h b/Examples/MAX32662/WearLeveling/include/main.h index 3368770e84c..0549a7dd34b 100644 --- a/Examples/MAX32662/WearLeveling/include/main.h +++ b/Examples/MAX32662/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/main.c b/Examples/MAX32662/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32662/WearLeveling/main.c +++ b/Examples/MAX32662/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/src/cli.c b/Examples/MAX32662/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32662/WearLeveling/src/cli.c +++ b/Examples/MAX32662/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/src/file.c b/Examples/MAX32662/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32662/WearLeveling/src/file.c +++ b/Examples/MAX32662/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32662/WearLeveling/src/flash.c b/Examples/MAX32662/WearLeveling/src/flash.c index 0798620793a..f91d5e74b68 100644 --- a/Examples/MAX32662/WearLeveling/src/flash.c +++ b/Examples/MAX32662/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/ADC/Makefile b/Examples/MAX32665/ADC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/ADC/Makefile +++ b/Examples/MAX32665/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ADC/main.c b/Examples/MAX32665/ADC/main.c index a6886a87381..e4ba3df7465 100644 --- a/Examples/MAX32665/ADC/main.c +++ b/Examples/MAX32665/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/AES/Makefile b/Examples/MAX32665/AES/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/AES/Makefile +++ b/Examples/MAX32665/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/AES/main.c b/Examples/MAX32665/AES/main.c index baf8457048a..3a8a36a80e8 100644 --- a/Examples/MAX32665/AES/main.c +++ b/Examples/MAX32665/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile index 4def6dfdf1a..1e359ad8c07 100644 --- a/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE4_ctr/Makefile b/Examples/MAX32665/BLE4_ctr/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE4_ctr/Makefile +++ b/Examples/MAX32665/BLE4_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE5_ctr/Makefile b/Examples/MAX32665/BLE5_ctr/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE5_ctr/Makefile +++ b/Examples/MAX32665/BLE5_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_FreeRTOS/FreeRTOSConfig.h b/Examples/MAX32665/BLE_FreeRTOS/FreeRTOSConfig.h index b38d8ef704b..575c8baf119 100644 --- a/Examples/MAX32665/BLE_FreeRTOS/FreeRTOSConfig.h +++ b/Examples/MAX32665/BLE_FreeRTOS/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_FreeRTOS/Makefile b/Examples/MAX32665/BLE_FreeRTOS/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32665/BLE_FreeRTOS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_FreeRTOS/freertos_tickless.c b/Examples/MAX32665/BLE_FreeRTOS/freertos_tickless.c index c5b18f06113..a00fc6e815c 100644 --- a/Examples/MAX32665/BLE_FreeRTOS/freertos_tickless.c +++ b/Examples/MAX32665/BLE_FreeRTOS/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_FreeRTOS/main.c b/Examples/MAX32665/BLE_FreeRTOS/main.c index 87323edf563..89c3b650a9e 100644 --- a/Examples/MAX32665/BLE_FreeRTOS/main.c +++ b/Examples/MAX32665/BLE_FreeRTOS/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_LR_Central/Makefile b/Examples/MAX32665/BLE_LR_Central/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_LR_Central/Makefile +++ b/Examples/MAX32665/BLE_LR_Central/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_LR_Central/sdsc_api.h b/Examples/MAX32665/BLE_LR_Central/sdsc_api.h index 2fd5c1b2208..918486ac90c 100644 --- a/Examples/MAX32665/BLE_LR_Central/sdsc_api.h +++ b/Examples/MAX32665/BLE_LR_Central/sdsc_api.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_LR_Central/sdsc_main.c b/Examples/MAX32665/BLE_LR_Central/sdsc_main.c index b20cdced9cd..c5a7e3e250a 100644 --- a/Examples/MAX32665/BLE_LR_Central/sdsc_main.c +++ b/Examples/MAX32665/BLE_LR_Central/sdsc_main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_LR_Peripheral/Makefile b/Examples/MAX32665/BLE_LR_Peripheral/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_LR_Peripheral/Makefile +++ b/Examples/MAX32665/BLE_LR_Peripheral/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_datc/Makefile b/Examples/MAX32665/BLE_datc/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_datc/Makefile +++ b/Examples/MAX32665/BLE_datc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_datc/sdsc_api.h b/Examples/MAX32665/BLE_datc/sdsc_api.h index 913101c8900..2662474e25e 100644 --- a/Examples/MAX32665/BLE_datc/sdsc_api.h +++ b/Examples/MAX32665/BLE_datc/sdsc_api.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_datc/sdsc_main.c b/Examples/MAX32665/BLE_datc/sdsc_main.c index b20cdced9cd..c5a7e3e250a 100644 --- a/Examples/MAX32665/BLE_datc/sdsc_main.c +++ b/Examples/MAX32665/BLE_datc/sdsc_main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_dats/Makefile b/Examples/MAX32665/BLE_dats/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_dats/Makefile +++ b/Examples/MAX32665/BLE_dats/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_dats/services/svc_sds.c b/Examples/MAX32665/BLE_dats/services/svc_sds.c index 1b5127215b0..c9a1eefa123 100644 --- a/Examples/MAX32665/BLE_dats/services/svc_sds.c +++ b/Examples/MAX32665/BLE_dats/services/svc_sds.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_dats/services/svc_sds.h b/Examples/MAX32665/BLE_dats/services/svc_sds.h index b1ab4008a93..21f25a83fe1 100644 --- a/Examples/MAX32665/BLE_dats/services/svc_sds.h +++ b/Examples/MAX32665/BLE_dats/services/svc_sds.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_fcc/Makefile b/Examples/MAX32665/BLE_fcc/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_fcc/Makefile +++ b/Examples/MAX32665/BLE_fcc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_fit/Makefile b/Examples/MAX32665/BLE_fit/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_fit/Makefile +++ b/Examples/MAX32665/BLE_fit/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_mcs/Makefile b/Examples/MAX32665/BLE_mcs/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_mcs/Makefile +++ b/Examples/MAX32665/BLE_mcs/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_otac/Makefile b/Examples/MAX32665/BLE_otac/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_otac/Makefile +++ b/Examples/MAX32665/BLE_otac/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_otas/Makefile b/Examples/MAX32665/BLE_otas/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_otas/Makefile +++ b/Examples/MAX32665/BLE_otas/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/BLE_otas/ota_external_mem.ld b/Examples/MAX32665/BLE_otas/ota_external_mem.ld index 5317d9bd69a..7f1fa7b2e64 100644 --- a/Examples/MAX32665/BLE_otas/ota_external_mem.ld +++ b/Examples/MAX32665/BLE_otas/ota_external_mem.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_otas/ota_internal_mem.ld b/Examples/MAX32665/BLE_otas/ota_internal_mem.ld index 332a0f7ab62..ce07ba0b09f 100644 --- a/Examples/MAX32665/BLE_otas/ota_internal_mem.ld +++ b/Examples/MAX32665/BLE_otas/ota_internal_mem.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/BLE_periph/Makefile b/Examples/MAX32665/BLE_periph/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/BLE_periph/Makefile +++ b/Examples/MAX32665/BLE_periph/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Bootloader/Makefile b/Examples/MAX32665/Bootloader/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Bootloader/Makefile +++ b/Examples/MAX32665/Bootloader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Bootloader/boot_lower.S b/Examples/MAX32665/Bootloader/boot_lower.S index 401c381f915..1277c73699d 100644 --- a/Examples/MAX32665/Bootloader/boot_lower.S +++ b/Examples/MAX32665/Bootloader/boot_lower.S @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader/bootloader.ld b/Examples/MAX32665/Bootloader/bootloader.ld index 2a37c60cb37..d2f11fa6fb0 100644 --- a/Examples/MAX32665/Bootloader/bootloader.ld +++ b/Examples/MAX32665/Bootloader/bootloader.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader/main_ext.c b/Examples/MAX32665/Bootloader/main_ext.c index b2544fd432c..73211e3575a 100644 --- a/Examples/MAX32665/Bootloader/main_ext.c +++ b/Examples/MAX32665/Bootloader/main_ext.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader/main_int.c b/Examples/MAX32665/Bootloader/main_int.c index e057405df38..572bc1d3b2c 100644 --- a/Examples/MAX32665/Bootloader/main_int.c +++ b/Examples/MAX32665/Bootloader/main_int.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/Makefile b/Examples/MAX32665/Bootloader_Host/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Bootloader_Host/Makefile +++ b/Examples/MAX32665/Bootloader_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.c b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.c index db69d2124e1..50afb712e18 100644 --- a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.c +++ b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.h b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.h index 0f440af0055..ef698a7cfd6 100644 --- a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.h +++ b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader_cmd.h b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader_cmd.h index b6617a8cabf..eb1dda62b8f 100644 --- a/Examples/MAX32665/Bootloader_Host/bootloader/bootloader_cmd.h +++ b/Examples/MAX32665/Bootloader_Host/bootloader/bootloader_cmd.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/include/platform.h b/Examples/MAX32665/Bootloader_Host/include/platform.h index 40d74a352af..0a719fa2fc1 100644 --- a/Examples/MAX32665/Bootloader_Host/include/platform.h +++ b/Examples/MAX32665/Bootloader_Host/include/platform.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/include/terminal.h b/Examples/MAX32665/Bootloader_Host/include/terminal.h index 18a042bfd34..24fd5e9c88b 100644 --- a/Examples/MAX32665/Bootloader_Host/include/terminal.h +++ b/Examples/MAX32665/Bootloader_Host/include/terminal.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/src/bootloader_menu.c b/Examples/MAX32665/Bootloader_Host/src/bootloader_menu.c index d38ac802165..00bc0cf4770 100644 --- a/Examples/MAX32665/Bootloader_Host/src/bootloader_menu.c +++ b/Examples/MAX32665/Bootloader_Host/src/bootloader_menu.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/src/main.c b/Examples/MAX32665/Bootloader_Host/src/main.c index 21e300fc88b..56cfc58b847 100644 --- a/Examples/MAX32665/Bootloader_Host/src/main.c +++ b/Examples/MAX32665/Bootloader_Host/src/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/src/platform_max32665.c b/Examples/MAX32665/Bootloader_Host/src/platform_max32665.c index ad2a683ca8b..95a9ae397d5 100644 --- a/Examples/MAX32665/Bootloader_Host/src/platform_max32665.c +++ b/Examples/MAX32665/Bootloader_Host/src/platform_max32665.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/src/terminal.c b/Examples/MAX32665/Bootloader_Host/src/terminal.c index ef1f6ca97ba..65f2813ebd5 100644 --- a/Examples/MAX32665/Bootloader_Host/src/terminal.c +++ b/Examples/MAX32665/Bootloader_Host/src/terminal.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c index cdf3c2492ef..9cd206e9a61 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c index 0dcca9149cf..69a8372d2af 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/devkey_MAX32660_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c index fa7aadab548..1d95b00459b 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_fast_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c index e07a11aede2..140193824cd 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32660/nonsecure_MAX32660_blinkled_slow_P0_13.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c index c51f8edc6a5..833a67278ba 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_22.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c b/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c index e524c063fb2..2a540f70cb3 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c +++ b/Examples/MAX32665/Bootloader_Host/test_images/MAX32670/devkey_MAX32670_blinkled_P0_23.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Bootloader_Host/test_images/test_images.h b/Examples/MAX32665/Bootloader_Host/test_images/test_images.h index c69ff422396..9392e156b6e 100644 --- a/Examples/MAX32665/Bootloader_Host/test_images/test_images.h +++ b/Examples/MAX32665/Bootloader_Host/test_images/test_images.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/CRC/Makefile b/Examples/MAX32665/CRC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/CRC/Makefile +++ b/Examples/MAX32665/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/CRC/main.c b/Examples/MAX32665/CRC/main.c index 9fa5c763cdd..4fc84b8e985 100644 --- a/Examples/MAX32665/CRC/main.c +++ b/Examples/MAX32665/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Coremark/Makefile b/Examples/MAX32665/Coremark/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Coremark/Makefile +++ b/Examples/MAX32665/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/DES/Makefile b/Examples/MAX32665/DES/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/DES/Makefile +++ b/Examples/MAX32665/DES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/DES/main.c b/Examples/MAX32665/DES/main.c index f89c40f0a72..93c2c013e52 100644 --- a/Examples/MAX32665/DES/main.c +++ b/Examples/MAX32665/DES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/DMA/Makefile b/Examples/MAX32665/DMA/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/DMA/Makefile +++ b/Examples/MAX32665/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/DMA/main.c b/Examples/MAX32665/DMA/main.c index 51e8ecfcd74..f234dae1883 100644 --- a/Examples/MAX32665/DMA/main.c +++ b/Examples/MAX32665/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Demo/Makefile b/Examples/MAX32665/Demo/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Demo/Makefile +++ b/Examples/MAX32665/Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Demo/main.c b/Examples/MAX32665/Demo/main.c index d801cc17fbd..812c4627eaa 100644 --- a/Examples/MAX32665/Demo/main.c +++ b/Examples/MAX32665/Demo/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Demo/resources/adi_logo_alpha1.c b/Examples/MAX32665/Demo/resources/adi_logo_alpha1.c index 2acc6aaac9b..fcb67260bca 100644 --- a/Examples/MAX32665/Demo/resources/adi_logo_alpha1.c +++ b/Examples/MAX32665/Demo/resources/adi_logo_alpha1.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Display/Makefile b/Examples/MAX32665/Display/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Display/Makefile +++ b/Examples/MAX32665/Display/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Display/main.c b/Examples/MAX32665/Display/main.c index d4c98bb74c1..7beb4a3e92c 100644 --- a/Examples/MAX32665/Display/main.c +++ b/Examples/MAX32665/Display/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Display/resources/adi_logo_alpha1.c b/Examples/MAX32665/Display/resources/adi_logo_alpha1.c index 2acc6aaac9b..fcb67260bca 100644 --- a/Examples/MAX32665/Display/resources/adi_logo_alpha1.c +++ b/Examples/MAX32665/Display/resources/adi_logo_alpha1.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Display/test_screen.c b/Examples/MAX32665/Display/test_screen.c index ab402bae1a0..a90bcbcd72f 100644 --- a/Examples/MAX32665/Display/test_screen.c +++ b/Examples/MAX32665/Display/test_screen.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Display/test_screen.h b/Examples/MAX32665/Display/test_screen.h index d395ede2966..cd6d17de94d 100644 --- a/Examples/MAX32665/Display/test_screen.h +++ b/Examples/MAX32665/Display/test_screen.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/ECC/Makefile b/Examples/MAX32665/ECC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/ECC/Makefile +++ b/Examples/MAX32665/ECC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ECC/main.c b/Examples/MAX32665/ECC/main.c index a7c248b0233..c2c9aac965e 100644 --- a/Examples/MAX32665/ECC/main.c +++ b/Examples/MAX32665/ECC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/EEPROM_Emulator/Makefile b/Examples/MAX32665/EEPROM_Emulator/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/EEPROM_Emulator/Makefile +++ b/Examples/MAX32665/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/EEPROM_Emulator/include/cache.h b/Examples/MAX32665/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32665/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32665/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32665/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32665/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32665/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/EEPROM_Emulator/main.c b/Examples/MAX32665/EEPROM_Emulator/main.c index b63dda2665a..31538256794 100644 --- a/Examples/MAX32665/EEPROM_Emulator/main.c +++ b/Examples/MAX32665/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/EEPROM_Emulator/src/cache.c b/Examples/MAX32665/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32665/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32665/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32665/EEPROM_Emulator/src/eeprom.c index 14e2dff007b..548d400df74 100644 --- a/Examples/MAX32665/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32665/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Flash/Makefile b/Examples/MAX32665/Flash/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Flash/Makefile +++ b/Examples/MAX32665/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Flash/main.c b/Examples/MAX32665/Flash/main.c index 065111614ec..b48f5784ed3 100644 --- a/Examples/MAX32665/Flash/main.c +++ b/Examples/MAX32665/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32665/Flash_CLI/FreeRTOSConfig.h index d844758f547..28724b086be 100644 --- a/Examples/MAX32665/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32665/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Flash_CLI/Makefile b/Examples/MAX32665/Flash_CLI/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Flash_CLI/Makefile +++ b/Examples/MAX32665/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Flash_CLI/definitions.h b/Examples/MAX32665/Flash_CLI/definitions.h index 0303af85d09..d4795521323 100644 --- a/Examples/MAX32665/Flash_CLI/definitions.h +++ b/Examples/MAX32665/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Flash_CLI/main.c b/Examples/MAX32665/Flash_CLI/main.c index 58b249dae43..edeb49a3fb7 100644 --- a/Examples/MAX32665/Flash_CLI/main.c +++ b/Examples/MAX32665/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32665/FreeRTOSDemo/FreeRTOSConfig.h index 076b2cc859d..d7f325439b1 100644 --- a/Examples/MAX32665/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32665/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/FreeRTOSDemo/Makefile b/Examples/MAX32665/FreeRTOSDemo/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/FreeRTOSDemo/Makefile +++ b/Examples/MAX32665/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32665/FreeRTOSDemo/freertos_tickless.c index abf1110658e..f58c5aa8185 100644 --- a/Examples/MAX32665/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32665/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/FreeRTOSDemo/main.c b/Examples/MAX32665/FreeRTOSDemo/main.c index 960ecb0ea68..46d05cc84b3 100644 --- a/Examples/MAX32665/FreeRTOSDemo/main.c +++ b/Examples/MAX32665/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/GPIO/Makefile b/Examples/MAX32665/GPIO/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/GPIO/Makefile +++ b/Examples/MAX32665/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/GPIO/example_config.h b/Examples/MAX32665/GPIO/example_config.h index 2e9bfed9411..6d985b96545 100644 --- a/Examples/MAX32665/GPIO/example_config.h +++ b/Examples/MAX32665/GPIO/example_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/GPIO/main.c b/Examples/MAX32665/GPIO/main.c index 39b47509f56..059b846eeed 100644 --- a/Examples/MAX32665/GPIO/main.c +++ b/Examples/MAX32665/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/HTMR/Makefile b/Examples/MAX32665/HTMR/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/HTMR/Makefile +++ b/Examples/MAX32665/HTMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/HTMR/main.c b/Examples/MAX32665/HTMR/main.c index b3e216f46e8..7d33a72bf67 100644 --- a/Examples/MAX32665/HTMR/main.c +++ b/Examples/MAX32665/HTMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Hash/Makefile b/Examples/MAX32665/Hash/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Hash/Makefile +++ b/Examples/MAX32665/Hash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Hash/main.c b/Examples/MAX32665/Hash/main.c index bb90b7b0199..1566b580278 100644 --- a/Examples/MAX32665/Hash/main.c +++ b/Examples/MAX32665/Hash/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Hello_World/Makefile b/Examples/MAX32665/Hello_World/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Hello_World/Makefile +++ b/Examples/MAX32665/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Hello_World/main.c b/Examples/MAX32665/Hello_World/main.c index 279f50ab504..2ea41a7a32c 100644 --- a/Examples/MAX32665/Hello_World/main.c +++ b/Examples/MAX32665/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Hello_World_Cpp/Makefile b/Examples/MAX32665/Hello_World_Cpp/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Hello_World_Cpp/Makefile +++ b/Examples/MAX32665/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Hello_World_Cpp/main.cpp b/Examples/MAX32665/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32665/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32665/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C/Makefile b/Examples/MAX32665/I2C/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/I2C/Makefile +++ b/Examples/MAX32665/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/I2C/main.c b/Examples/MAX32665/I2C/main.c index 37191c86975..3362a6c1c0e 100644 --- a/Examples/MAX32665/I2C/main.c +++ b/Examples/MAX32665/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32665/I2C_MNGR/FreeRTOSConfig.h index bdaff365e9c..2eb8cd02323 100644 --- a/Examples/MAX32665/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32665/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_MNGR/Makefile b/Examples/MAX32665/I2C_MNGR/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/I2C_MNGR/Makefile +++ b/Examples/MAX32665/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.c index 8f5876f4d94..080af041091 100644 --- a/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.h index a12c5835a5e..c1ca26d480f 100644 --- a/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32665/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_MNGR/main.c b/Examples/MAX32665/I2C_MNGR/main.c index 6f7d7ef9f4a..f7015b496d0 100644 --- a/Examples/MAX32665/I2C_MNGR/main.c +++ b/Examples/MAX32665/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_SCAN/Makefile b/Examples/MAX32665/I2C_SCAN/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/I2C_SCAN/Makefile +++ b/Examples/MAX32665/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/I2C_SCAN/main.c b/Examples/MAX32665/I2C_SCAN/main.c index f4152726db2..70f14324b9a 100644 --- a/Examples/MAX32665/I2C_SCAN/main.c +++ b/Examples/MAX32665/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/I2C_Sensor/Makefile b/Examples/MAX32665/I2C_Sensor/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/I2C_Sensor/Makefile +++ b/Examples/MAX32665/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/I2C_Sensor/main.c b/Examples/MAX32665/I2C_Sensor/main.c index 1be221715fa..6eee2270476 100644 --- a/Examples/MAX32665/I2C_Sensor/main.c +++ b/Examples/MAX32665/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/ICC/Makefile b/Examples/MAX32665/ICC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/ICC/Makefile +++ b/Examples/MAX32665/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/ICC/main.c b/Examples/MAX32665/ICC/main.c index 1dfb4344a0b..9d43c239386 100644 --- a/Examples/MAX32665/ICC/main.c +++ b/Examples/MAX32665/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/LP/Makefile b/Examples/MAX32665/LP/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/LP/Makefile +++ b/Examples/MAX32665/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/LP/lp-nonsecure.ld b/Examples/MAX32665/LP/lp-nonsecure.ld index 4c3bb2b5da6..ff6f711043e 100644 --- a/Examples/MAX32665/LP/lp-nonsecure.ld +++ b/Examples/MAX32665/LP/lp-nonsecure.ld @@ -1,5 +1,22 @@ -/******************************************************************************* - * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * + * 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) 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"), @@ -29,9 +46,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2019-11-25 16:16:00 -0600 (Mon, 25 Nov 2019) $ - * $Revision: 49208 $ - * ******************************************************************************/ /* Make room for PAL_NVM_DB */ diff --git a/Examples/MAX32665/LP/lp-sla.ld b/Examples/MAX32665/LP/lp-sla.ld index b5914038196..c243da83cf7 100644 --- a/Examples/MAX32665/LP/lp-sla.ld +++ b/Examples/MAX32665/LP/lp-sla.ld @@ -1,5 +1,22 @@ -/******************************************************************************* - * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * + * 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) 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"), @@ -29,9 +46,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2019-11-25 16:16:00 -0600 (Mon, 25 Nov 2019) $ - * $Revision: 49208 $ - * ******************************************************************************/ /* Make room for PAL_NVM_DB */ diff --git a/Examples/MAX32665/LP/main.c b/Examples/MAX32665/LP/main.c index a7e4530c262..3856b16425f 100644 --- a/Examples/MAX32665/LP/main.c +++ b/Examples/MAX32665/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Library_Generate/Makefile b/Examples/MAX32665/Library_Generate/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Library_Generate/Makefile +++ b/Examples/MAX32665/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Library_Generate/gpiolib.c b/Examples/MAX32665/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32665/Library_Generate/gpiolib.c +++ b/Examples/MAX32665/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Library_Generate/gpiolib.h b/Examples/MAX32665/Library_Generate/gpiolib.h index a43236f5dd4..a1b4445461d 100644 --- a/Examples/MAX32665/Library_Generate/gpiolib.h +++ b/Examples/MAX32665/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Library_Use/Makefile b/Examples/MAX32665/Library_Use/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Library_Use/Makefile +++ b/Examples/MAX32665/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Library_Use/lib/include/gpiolib.h b/Examples/MAX32665/Library_Use/lib/include/gpiolib.h index afbbb6ecd71..8039f00d5fc 100644 --- a/Examples/MAX32665/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32665/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Library_Use/main.c b/Examples/MAX32665/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32665/Library_Use/main.c +++ b/Examples/MAX32665/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/MAA/Makefile b/Examples/MAX32665/MAA/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/MAA/Makefile +++ b/Examples/MAX32665/MAA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/MAA/main.c b/Examples/MAX32665/MAA/main.c index 02476b63148..72400fc44c5 100644 --- a/Examples/MAX32665/MAA/main.c +++ b/Examples/MAX32665/MAA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/OTP_Dump/Makefile b/Examples/MAX32665/OTP_Dump/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/OTP_Dump/Makefile +++ b/Examples/MAX32665/OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/OWM/Makefile b/Examples/MAX32665/OWM/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/OWM/Makefile +++ b/Examples/MAX32665/OWM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/OWM/main.c b/Examples/MAX32665/OWM/main.c index f3fdb533bee..7eabb2d08af 100644 --- a/Examples/MAX32665/OWM/main.c +++ b/Examples/MAX32665/OWM/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Pulse_Train/Makefile b/Examples/MAX32665/Pulse_Train/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Pulse_Train/Makefile +++ b/Examples/MAX32665/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Pulse_Train/main.c b/Examples/MAX32665/Pulse_Train/main.c index 569e03fb049..dddf5e3cbd4 100644 --- a/Examples/MAX32665/Pulse_Train/main.c +++ b/Examples/MAX32665/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/RF_Test/FreeRTOSConfig.h b/Examples/MAX32665/RF_Test/FreeRTOSConfig.h index e7e4261d9b8..b46cc9ad7d1 100644 --- a/Examples/MAX32665/RF_Test/FreeRTOSConfig.h +++ b/Examples/MAX32665/RF_Test/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/RF_Test/Makefile b/Examples/MAX32665/RF_Test/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/RF_Test/Makefile +++ b/Examples/MAX32665/RF_Test/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/RF_Test/freertos_tickless.c b/Examples/MAX32665/RF_Test/freertos_tickless.c index c5b18f06113..a00fc6e815c 100644 --- a/Examples/MAX32665/RF_Test/freertos_tickless.c +++ b/Examples/MAX32665/RF_Test/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/RPU/Makefile b/Examples/MAX32665/RPU/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/RPU/Makefile +++ b/Examples/MAX32665/RPU/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/RPU/main.c b/Examples/MAX32665/RPU/main.c index cab97352551..f1d0c11f360 100644 --- a/Examples/MAX32665/RPU/main.c +++ b/Examples/MAX32665/RPU/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/RTC/Makefile b/Examples/MAX32665/RTC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/RTC/Makefile +++ b/Examples/MAX32665/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/RTC/main.c b/Examples/MAX32665/RTC/main.c index 434f5ae5af9..96c65a4f878 100644 --- a/Examples/MAX32665/RTC/main.c +++ b/Examples/MAX32665/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/RTC_Backup/Makefile b/Examples/MAX32665/RTC_Backup/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/RTC_Backup/Makefile +++ b/Examples/MAX32665/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/RTC_Backup/main.c b/Examples/MAX32665/RTC_Backup/main.c index 2b658967c8f..f60367ca802 100644 --- a/Examples/MAX32665/RTC_Backup/main.c +++ b/Examples/MAX32665/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SCPA_OTP_Dump/Makefile b/Examples/MAX32665/SCPA_OTP_Dump/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32665/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SCPA_OTP_Dump/main.c b/Examples/MAX32665/SCPA_OTP_Dump/main.c index c0b15107995..b2f87196471 100644 --- a/Examples/MAX32665/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32665/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SCPA_OTP_Dump/utils.c b/Examples/MAX32665/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32665/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32665/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SCPA_OTP_Dump/utils.h b/Examples/MAX32665/SCPA_OTP_Dump/utils.h index d6cc3bbe04b..a06430972a7 100644 --- a/Examples/MAX32665/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32665/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SDHC_FAT/Makefile b/Examples/MAX32665/SDHC_FAT/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SDHC_FAT/Makefile +++ b/Examples/MAX32665/SDHC_FAT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SDHC_FAT/main.c b/Examples/MAX32665/SDHC_FAT/main.c index 5ff1b98056e..27594729233 100644 --- a/Examples/MAX32665/SDHC_FAT/main.c +++ b/Examples/MAX32665/SDHC_FAT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SDHC_Raw/Makefile b/Examples/MAX32665/SDHC_Raw/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SDHC_Raw/Makefile +++ b/Examples/MAX32665/SDHC_Raw/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SDHC_Raw/main.c b/Examples/MAX32665/SDHC_Raw/main.c index 3b69e7171c7..f6e6bb63cd7 100644 --- a/Examples/MAX32665/SDHC_Raw/main.c +++ b/Examples/MAX32665/SDHC_Raw/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SPI/Makefile b/Examples/MAX32665/SPI/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SPI/Makefile +++ b/Examples/MAX32665/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SPI/main.c b/Examples/MAX32665/SPI/main.c index 6ba1e6b2fe8..c4451f129be 100644 --- a/Examples/MAX32665/SPI/main.c +++ b/Examples/MAX32665/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SPIXF/Makefile b/Examples/MAX32665/SPIXF/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SPIXF/Makefile +++ b/Examples/MAX32665/SPIXF/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SPIXF/main.c b/Examples/MAX32665/SPIXF/main.c index 0a9db8b3aa1..9b35b16f72f 100644 --- a/Examples/MAX32665/SPIXF/main.c +++ b/Examples/MAX32665/SPIXF/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SPIXF/ramfunc.c b/Examples/MAX32665/SPIXF/ramfunc.c index 52cc44d10e4..72d3e27fa79 100644 --- a/Examples/MAX32665/SPIXF/ramfunc.c +++ b/Examples/MAX32665/SPIXF/ramfunc.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SPIXF_SFCC/Makefile b/Examples/MAX32665/SPIXF_SFCC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SPIXF_SFCC/Makefile +++ b/Examples/MAX32665/SPIXF_SFCC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SPIXF_SFCC/main.c b/Examples/MAX32665/SPIXF_SFCC/main.c index 285930374b7..67a54925272 100644 --- a/Examples/MAX32665/SPIXF_SFCC/main.c +++ b/Examples/MAX32665/SPIXF_SFCC/main.c @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SPIXR/Makefile b/Examples/MAX32665/SPIXR/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SPIXR/Makefile +++ b/Examples/MAX32665/SPIXR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SPIXR/main.c b/Examples/MAX32665/SPIXR/main.c index aa5c643a5ab..962a7c8d44e 100644 --- a/Examples/MAX32665/SPIXR/main.c +++ b/Examples/MAX32665/SPIXR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/SRCC/Makefile b/Examples/MAX32665/SRCC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/SRCC/Makefile +++ b/Examples/MAX32665/SRCC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/SRCC/main.c b/Examples/MAX32665/SRCC/main.c index e1e2465c11c..0246ff07707 100644 --- a/Examples/MAX32665/SRCC/main.c +++ b/Examples/MAX32665/SRCC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Semaphore/Makefile b/Examples/MAX32665/Semaphore/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Semaphore/Makefile +++ b/Examples/MAX32665/Semaphore/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Semaphore/main.c b/Examples/MAX32665/Semaphore/main.c index 0954c992495..42e6232026e 100644 --- a/Examples/MAX32665/Semaphore/main.c +++ b/Examples/MAX32665/Semaphore/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/TMR/Makefile b/Examples/MAX32665/TMR/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/TMR/Makefile +++ b/Examples/MAX32665/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/TMR/main.c b/Examples/MAX32665/TMR/main.c index 61c41b69618..6d9ebdec518 100644 --- a/Examples/MAX32665/TMR/main.c +++ b/Examples/MAX32665/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/TRNG/Makefile b/Examples/MAX32665/TRNG/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/TRNG/Makefile +++ b/Examples/MAX32665/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/TRNG/main.c b/Examples/MAX32665/TRNG/main.c index 8f9932756ce..17338161663 100644 --- a/Examples/MAX32665/TRNG/main.c +++ b/Examples/MAX32665/TRNG/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Temp_Monitor/Makefile b/Examples/MAX32665/Temp_Monitor/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Temp_Monitor/Makefile +++ b/Examples/MAX32665/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Temp_Monitor/main.c b/Examples/MAX32665/Temp_Monitor/main.c index 2ea35c5624e..8eb30d8d31e 100644 --- a/Examples/MAX32665/Temp_Monitor/main.c +++ b/Examples/MAX32665/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Temp_Monitor/temp_monitor.c b/Examples/MAX32665/Temp_Monitor/temp_monitor.c index d36f70817c2..37569d7f1dc 100644 --- a/Examples/MAX32665/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32665/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Temp_Monitor/temp_monitor.h b/Examples/MAX32665/Temp_Monitor/temp_monitor.h index 3c4e806acd9..416a000df5a 100644 --- a/Examples/MAX32665/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32665/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/UART/Makefile b/Examples/MAX32665/UART/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/UART/Makefile +++ b/Examples/MAX32665/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/UART/main.c b/Examples/MAX32665/UART/main.c index f12166b7e6b..55d59febba1 100644 --- a/Examples/MAX32665/UART/main.c +++ b/Examples/MAX32665/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/UCL/Makefile b/Examples/MAX32665/UCL/Makefile index 1ee5c754322..59f7ecf1bb3 100644 --- a/Examples/MAX32665/UCL/Makefile +++ b/Examples/MAX32665/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_CDCACM/Makefile b/Examples/MAX32665/USB_CDCACM/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/USB_CDCACM/Makefile +++ b/Examples/MAX32665/USB_CDCACM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_CDCACM/descriptors.h b/Examples/MAX32665/USB_CDCACM/descriptors.h index df3806160c2..27a1773203b 100644 --- a/Examples/MAX32665/USB_CDCACM/descriptors.h +++ b/Examples/MAX32665/USB_CDCACM/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CDCACM/main.c b/Examples/MAX32665/USB_CDCACM/main.c index 283392076c2..aa70aa542aa 100644 --- a/Examples/MAX32665/USB_CDCACM/main.c +++ b/Examples/MAX32665/USB_CDCACM/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/descriptors.h b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/descriptors.h index f33df7a7c26..6cfea0e5114 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/descriptors.h +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/main.c b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/main.c index c19458e978e..22ba0676d80 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/main.c +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.c b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.c index f125ab250aa..6c76a49092d 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.c +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.h b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.h index 50e00272dbe..675afa6aab5 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.h +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_CDC/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/descriptors.h b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/descriptors.h index c3bea218e23..d244926d510 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/descriptors.h +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/main.c b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/main.c index 96259681223..92af99a2a3c 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/main.c +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.c b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.c index f125ab250aa..6c76a49092d 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.c +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.h b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.h index 8a09838727f..5aedf2e1197 100644 --- a/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.h +++ b/Examples/MAX32665/USB_CompositeDevice_MSC_HID/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_HIDKeyboard/Makefile b/Examples/MAX32665/USB_HIDKeyboard/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32665/USB_HIDKeyboard/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_HIDKeyboard/descriptors.h b/Examples/MAX32665/USB_HIDKeyboard/descriptors.h index 51cc62c346d..c2f923c2c94 100644 --- a/Examples/MAX32665/USB_HIDKeyboard/descriptors.h +++ b/Examples/MAX32665/USB_HIDKeyboard/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_HIDKeyboard/main.c b/Examples/MAX32665/USB_HIDKeyboard/main.c index 8b92b69d5a8..a489e905515 100644 --- a/Examples/MAX32665/USB_HIDKeyboard/main.c +++ b/Examples/MAX32665/USB_HIDKeyboard/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_MassStorage/Makefile b/Examples/MAX32665/USB_MassStorage/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/USB_MassStorage/Makefile +++ b/Examples/MAX32665/USB_MassStorage/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/USB_MassStorage/descriptors.h b/Examples/MAX32665/USB_MassStorage/descriptors.h index d428b738d26..b1306cbf503 100644 --- a/Examples/MAX32665/USB_MassStorage/descriptors.h +++ b/Examples/MAX32665/USB_MassStorage/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_MassStorage/main.c b/Examples/MAX32665/USB_MassStorage/main.c index fcc04b9a2bd..dea939b774f 100644 --- a/Examples/MAX32665/USB_MassStorage/main.c +++ b/Examples/MAX32665/USB_MassStorage/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_MassStorage/mscmem.c b/Examples/MAX32665/USB_MassStorage/mscmem.c index f125ab250aa..6c76a49092d 100644 --- a/Examples/MAX32665/USB_MassStorage/mscmem.c +++ b/Examples/MAX32665/USB_MassStorage/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/USB_MassStorage/mscmem.h b/Examples/MAX32665/USB_MassStorage/mscmem.h index 2216a3b6b6c..6498932823e 100644 --- a/Examples/MAX32665/USB_MassStorage/mscmem.h +++ b/Examples/MAX32665/USB_MassStorage/mscmem.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WUT/Makefile b/Examples/MAX32665/WUT/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/WUT/Makefile +++ b/Examples/MAX32665/WUT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/WUT/main.c b/Examples/MAX32665/WUT/main.c index d52efbcabf8..8166f8b5762 100644 --- a/Examples/MAX32665/WUT/main.c +++ b/Examples/MAX32665/WUT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/Watchdog/Makefile b/Examples/MAX32665/Watchdog/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/Watchdog/Makefile +++ b/Examples/MAX32665/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/Watchdog/main.c b/Examples/MAX32665/Watchdog/main.c index 01778e59dd9..0872b262baf 100644 --- a/Examples/MAX32665/Watchdog/main.c +++ b/Examples/MAX32665/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/Makefile b/Examples/MAX32665/WearLeveling/Makefile index ba87cf69828..4f4b08b4f44 100644 --- a/Examples/MAX32665/WearLeveling/Makefile +++ b/Examples/MAX32665/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32665/WearLeveling/include/cli.h b/Examples/MAX32665/WearLeveling/include/cli.h index 2ddabee4930..9e86c66adf2 100644 --- a/Examples/MAX32665/WearLeveling/include/cli.h +++ b/Examples/MAX32665/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/include/file.h b/Examples/MAX32665/WearLeveling/include/file.h index 762d3d4501c..ba9ee938831 100644 --- a/Examples/MAX32665/WearLeveling/include/file.h +++ b/Examples/MAX32665/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/include/flash.h b/Examples/MAX32665/WearLeveling/include/flash.h index 1ac0d73bf26..bc4b5590aa2 100644 --- a/Examples/MAX32665/WearLeveling/include/flash.h +++ b/Examples/MAX32665/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/include/main.h b/Examples/MAX32665/WearLeveling/include/main.h index fe39eb55387..bbc0ab15557 100644 --- a/Examples/MAX32665/WearLeveling/include/main.h +++ b/Examples/MAX32665/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/main.c b/Examples/MAX32665/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32665/WearLeveling/main.c +++ b/Examples/MAX32665/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/src/cli.c b/Examples/MAX32665/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32665/WearLeveling/src/cli.c +++ b/Examples/MAX32665/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/src/file.c b/Examples/MAX32665/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32665/WearLeveling/src/file.c +++ b/Examples/MAX32665/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32665/WearLeveling/src/flash.c b/Examples/MAX32665/WearLeveling/src/flash.c index d4fa767301a..00baf0eb154 100644 --- a/Examples/MAX32665/WearLeveling/src/flash.c +++ b/Examples/MAX32665/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/AES/ARM/sct_config.h b/Examples/MAX32670/AES/ARM/sct_config.h index 30647b8c845..26e45dab5e5 100644 --- a/Examples/MAX32670/AES/ARM/sct_config.h +++ b/Examples/MAX32670/AES/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/AES/Makefile b/Examples/MAX32670/AES/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/AES/Makefile +++ b/Examples/MAX32670/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/AES/main.c b/Examples/MAX32670/AES/main.c index f24f8385065..a689acdd8e1 100644 --- a/Examples/MAX32670/AES/main.c +++ b/Examples/MAX32670/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile index 1875ea9b93e..d45cb85a7c2 100644 --- a/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/CRC/ARM/sct_config.h b/Examples/MAX32670/CRC/ARM/sct_config.h index 44c8eee95ce..178d50abf64 100644 --- a/Examples/MAX32670/CRC/ARM/sct_config.h +++ b/Examples/MAX32670/CRC/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/CRC/Makefile b/Examples/MAX32670/CRC/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/CRC/Makefile +++ b/Examples/MAX32670/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/CRC/main.c b/Examples/MAX32670/CRC/main.c index d0dbfa5a664..7c7fcd2f0ce 100644 --- a/Examples/MAX32670/CRC/main.c +++ b/Examples/MAX32670/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Coremark/ARM/sct_config.h b/Examples/MAX32670/Coremark/ARM/sct_config.h index fb59c514cd1..aa7efb5258d 100644 --- a/Examples/MAX32670/Coremark/ARM/sct_config.h +++ b/Examples/MAX32670/Coremark/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Coremark/Makefile b/Examples/MAX32670/Coremark/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Coremark/Makefile +++ b/Examples/MAX32670/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/DMA/ARM/sct_config.h b/Examples/MAX32670/DMA/ARM/sct_config.h index 232a61d4ff7..1fcccb8143f 100644 --- a/Examples/MAX32670/DMA/ARM/sct_config.h +++ b/Examples/MAX32670/DMA/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/DMA/Makefile b/Examples/MAX32670/DMA/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/DMA/Makefile +++ b/Examples/MAX32670/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/DMA/main.c b/Examples/MAX32670/DMA/main.c index 9f027f3cfa3..482328b7d39 100644 --- a/Examples/MAX32670/DMA/main.c +++ b/Examples/MAX32670/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/ARM/sct_config.h b/Examples/MAX32670/EEPROM_Emulator/ARM/sct_config.h index 99dcff0f83f..616287a8a19 100644 --- a/Examples/MAX32670/EEPROM_Emulator/ARM/sct_config.h +++ b/Examples/MAX32670/EEPROM_Emulator/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/Makefile b/Examples/MAX32670/EEPROM_Emulator/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/EEPROM_Emulator/Makefile +++ b/Examples/MAX32670/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/EEPROM_Emulator/include/cache.h b/Examples/MAX32670/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32670/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32670/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32670/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32670/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32670/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/main.c b/Examples/MAX32670/EEPROM_Emulator/main.c index 3e4006d01d0..b44a9e909b0 100644 --- a/Examples/MAX32670/EEPROM_Emulator/main.c +++ b/Examples/MAX32670/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/src/cache.c b/Examples/MAX32670/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32670/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32670/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32670/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32670/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32670/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EXT_CLK/ARM/sct_config.h b/Examples/MAX32670/EXT_CLK/ARM/sct_config.h index b71394bbd58..0cb25416ce1 100644 --- a/Examples/MAX32670/EXT_CLK/ARM/sct_config.h +++ b/Examples/MAX32670/EXT_CLK/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/EXT_CLK/Makefile b/Examples/MAX32670/EXT_CLK/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/EXT_CLK/Makefile +++ b/Examples/MAX32670/EXT_CLK/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/EXT_CLK/main.c b/Examples/MAX32670/EXT_CLK/main.c index 59e7bf80831..c4f7b9bdfbc 100644 --- a/Examples/MAX32670/EXT_CLK/main.c +++ b/Examples/MAX32670/EXT_CLK/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash/ARM/sct_config.h b/Examples/MAX32670/Flash/ARM/sct_config.h index 483d536a135..0218eb7ebb4 100644 --- a/Examples/MAX32670/Flash/ARM/sct_config.h +++ b/Examples/MAX32670/Flash/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash/Makefile b/Examples/MAX32670/Flash/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Flash/Makefile +++ b/Examples/MAX32670/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Flash/main.c b/Examples/MAX32670/Flash/main.c index 18debb9fac2..bcf01edb11e 100644 --- a/Examples/MAX32670/Flash/main.c +++ b/Examples/MAX32670/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash_CLI/ARM/sct_config.h b/Examples/MAX32670/Flash_CLI/ARM/sct_config.h index f107c2d4479..755441628b4 100644 --- a/Examples/MAX32670/Flash_CLI/ARM/sct_config.h +++ b/Examples/MAX32670/Flash_CLI/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32670/Flash_CLI/FreeRTOSConfig.h index 26b1c4d2dc8..b9c4da49d76 100644 --- a/Examples/MAX32670/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32670/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash_CLI/Makefile b/Examples/MAX32670/Flash_CLI/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Flash_CLI/Makefile +++ b/Examples/MAX32670/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Flash_CLI/definitions.h b/Examples/MAX32670/Flash_CLI/definitions.h index 0b0ed99e9b0..446b57f2f79 100644 --- a/Examples/MAX32670/Flash_CLI/definitions.h +++ b/Examples/MAX32670/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Flash_CLI/main.c b/Examples/MAX32670/Flash_CLI/main.c index b8932ebabb7..39dab1b75d1 100644 --- a/Examples/MAX32670/Flash_CLI/main.c +++ b/Examples/MAX32670/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/FreeRTOSDemo/ARM/sct_config.h b/Examples/MAX32670/FreeRTOSDemo/ARM/sct_config.h index 360b8a83bdc..2e1ff4d3c26 100644 --- a/Examples/MAX32670/FreeRTOSDemo/ARM/sct_config.h +++ b/Examples/MAX32670/FreeRTOSDemo/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32670/FreeRTOSDemo/FreeRTOSConfig.h index cf85a39cc70..d29bd5647ed 100644 --- a/Examples/MAX32670/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32670/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/FreeRTOSDemo/Makefile b/Examples/MAX32670/FreeRTOSDemo/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/FreeRTOSDemo/Makefile +++ b/Examples/MAX32670/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32670/FreeRTOSDemo/freertos_tickless.c index 077cb86d6f6..cfdd41397b0 100644 --- a/Examples/MAX32670/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32670/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/FreeRTOSDemo/main.c b/Examples/MAX32670/FreeRTOSDemo/main.c index 53a67ae7d0a..a33cd97b24c 100644 --- a/Examples/MAX32670/FreeRTOSDemo/main.c +++ b/Examples/MAX32670/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/GPIO/ARM/sct_config.h b/Examples/MAX32670/GPIO/ARM/sct_config.h index a554cc775e4..e9eb27cacf4 100644 --- a/Examples/MAX32670/GPIO/ARM/sct_config.h +++ b/Examples/MAX32670/GPIO/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/GPIO/Makefile b/Examples/MAX32670/GPIO/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/GPIO/Makefile +++ b/Examples/MAX32670/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/GPIO/main.c b/Examples/MAX32670/GPIO/main.c index 2865139aba0..7c45502d217 100644 --- a/Examples/MAX32670/GPIO/main.c +++ b/Examples/MAX32670/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Hello_World/ARM/sct_config.h b/Examples/MAX32670/Hello_World/ARM/sct_config.h index 5d0219a564a..ca5680261c0 100644 --- a/Examples/MAX32670/Hello_World/ARM/sct_config.h +++ b/Examples/MAX32670/Hello_World/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Hello_World/Makefile b/Examples/MAX32670/Hello_World/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Hello_World/Makefile +++ b/Examples/MAX32670/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Hello_World/main.c b/Examples/MAX32670/Hello_World/main.c index 279f50ab504..2ea41a7a32c 100644 --- a/Examples/MAX32670/Hello_World/main.c +++ b/Examples/MAX32670/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Hello_World_Cpp/ARM/sct_config.h b/Examples/MAX32670/Hello_World_Cpp/ARM/sct_config.h index 3106f08fee8..fe68228e874 100644 --- a/Examples/MAX32670/Hello_World_Cpp/ARM/sct_config.h +++ b/Examples/MAX32670/Hello_World_Cpp/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Hello_World_Cpp/Makefile b/Examples/MAX32670/Hello_World_Cpp/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Hello_World_Cpp/Makefile +++ b/Examples/MAX32670/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Hello_World_Cpp/main.cpp b/Examples/MAX32670/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32670/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32670/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C/ARM/sct_config.h b/Examples/MAX32670/I2C/ARM/sct_config.h index f4237a60bbb..f1c07aafa54 100644 --- a/Examples/MAX32670/I2C/ARM/sct_config.h +++ b/Examples/MAX32670/I2C/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C/Makefile b/Examples/MAX32670/I2C/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/I2C/Makefile +++ b/Examples/MAX32670/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/I2C/main.c b/Examples/MAX32670/I2C/main.c index 688e50cd39d..b92d576c1cc 100644 --- a/Examples/MAX32670/I2C/main.c +++ b/Examples/MAX32670/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_MNGR/ARM/sct_config.h b/Examples/MAX32670/I2C_MNGR/ARM/sct_config.h index 44b5fd2cfe8..2a490d126b2 100644 --- a/Examples/MAX32670/I2C_MNGR/ARM/sct_config.h +++ b/Examples/MAX32670/I2C_MNGR/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32670/I2C_MNGR/FreeRTOSConfig.h index c7a5acfc039..1d74e3a4a21 100644 --- a/Examples/MAX32670/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32670/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_MNGR/Makefile b/Examples/MAX32670/I2C_MNGR/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/I2C_MNGR/Makefile +++ b/Examples/MAX32670/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.h index 981d31c7e74..2bc031d7d76 100644 --- a/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32670/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_MNGR/main.c b/Examples/MAX32670/I2C_MNGR/main.c index 3d0b355d713..aeee86b2c87 100644 --- a/Examples/MAX32670/I2C_MNGR/main.c +++ b/Examples/MAX32670/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_SCAN/ARM/sct_config.h b/Examples/MAX32670/I2C_SCAN/ARM/sct_config.h index 7e7de3b68e5..618d5245c71 100644 --- a/Examples/MAX32670/I2C_SCAN/ARM/sct_config.h +++ b/Examples/MAX32670/I2C_SCAN/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_SCAN/Makefile b/Examples/MAX32670/I2C_SCAN/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/I2C_SCAN/Makefile +++ b/Examples/MAX32670/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/I2C_SCAN/main.c b/Examples/MAX32670/I2C_SCAN/main.c index c75823c7f9c..2329ad6a5bf 100644 --- a/Examples/MAX32670/I2C_SCAN/main.c +++ b/Examples/MAX32670/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_Sensor/ARM/sct_config.h b/Examples/MAX32670/I2C_Sensor/ARM/sct_config.h index 27dd592b37a..b8b8ea3a25d 100644 --- a/Examples/MAX32670/I2C_Sensor/ARM/sct_config.h +++ b/Examples/MAX32670/I2C_Sensor/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2C_Sensor/Makefile b/Examples/MAX32670/I2C_Sensor/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/I2C_Sensor/Makefile +++ b/Examples/MAX32670/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/I2C_Sensor/main.c b/Examples/MAX32670/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32670/I2C_Sensor/main.c +++ b/Examples/MAX32670/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2S/ARM/sct_config.h b/Examples/MAX32670/I2S/ARM/sct_config.h index b2b393fa33c..36f2154049a 100644 --- a/Examples/MAX32670/I2S/ARM/sct_config.h +++ b/Examples/MAX32670/I2S/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/I2S/Makefile b/Examples/MAX32670/I2S/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/I2S/Makefile +++ b/Examples/MAX32670/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/I2S/main.c b/Examples/MAX32670/I2S/main.c index f1767b275de..b758274c005 100644 --- a/Examples/MAX32670/I2S/main.c +++ b/Examples/MAX32670/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/ICC/ARM/sct_config.h b/Examples/MAX32670/ICC/ARM/sct_config.h index ca7f9d325b3..d00a2d29797 100644 --- a/Examples/MAX32670/ICC/ARM/sct_config.h +++ b/Examples/MAX32670/ICC/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/ICC/Makefile b/Examples/MAX32670/ICC/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/ICC/Makefile +++ b/Examples/MAX32670/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/ICC/main.c b/Examples/MAX32670/ICC/main.c index d4809db1e08..6143e45218c 100644 --- a/Examples/MAX32670/ICC/main.c +++ b/Examples/MAX32670/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/LP/ARM/sct_config.h b/Examples/MAX32670/LP/ARM/sct_config.h index 1548e0fd580..7ba064ca35c 100644 --- a/Examples/MAX32670/LP/ARM/sct_config.h +++ b/Examples/MAX32670/LP/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/LP/Makefile b/Examples/MAX32670/LP/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/LP/Makefile +++ b/Examples/MAX32670/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/LP/lp.ld b/Examples/MAX32670/LP/lp.ld index 79c270b2af7..e47452aa1a1 100644 --- a/Examples/MAX32670/LP/lp.ld +++ b/Examples/MAX32670/LP/lp.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/LP/main.c b/Examples/MAX32670/LP/main.c index 08d16d95068..9bf5513ff39 100644 --- a/Examples/MAX32670/LP/main.c +++ b/Examples/MAX32670/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Generate/ARM/sct_config.h b/Examples/MAX32670/Library_Generate/ARM/sct_config.h index 5b6461ab33f..0a0702b628e 100644 --- a/Examples/MAX32670/Library_Generate/ARM/sct_config.h +++ b/Examples/MAX32670/Library_Generate/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Generate/Makefile b/Examples/MAX32670/Library_Generate/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Library_Generate/Makefile +++ b/Examples/MAX32670/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Library_Generate/gpiolib.c b/Examples/MAX32670/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32670/Library_Generate/gpiolib.c +++ b/Examples/MAX32670/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Generate/gpiolib.h b/Examples/MAX32670/Library_Generate/gpiolib.h index a8aa5830c24..6406d523d4d 100644 --- a/Examples/MAX32670/Library_Generate/gpiolib.h +++ b/Examples/MAX32670/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Use/ARM/sct_config.h b/Examples/MAX32670/Library_Use/ARM/sct_config.h index 9d5a1d5bb33..fd59cf6523a 100644 --- a/Examples/MAX32670/Library_Use/ARM/sct_config.h +++ b/Examples/MAX32670/Library_Use/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Use/Makefile b/Examples/MAX32670/Library_Use/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Library_Use/Makefile +++ b/Examples/MAX32670/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Library_Use/lib/include/gpiolib.h b/Examples/MAX32670/Library_Use/lib/include/gpiolib.h index 3f5af7a2e2f..794953bd6bf 100644 --- a/Examples/MAX32670/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32670/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Library_Use/main.c b/Examples/MAX32670/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32670/Library_Use/main.c +++ b/Examples/MAX32670/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/RTC/ARM/sct_config.h b/Examples/MAX32670/RTC/ARM/sct_config.h index c503c03c018..198ec86873d 100644 --- a/Examples/MAX32670/RTC/ARM/sct_config.h +++ b/Examples/MAX32670/RTC/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/RTC/Makefile b/Examples/MAX32670/RTC/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/RTC/Makefile +++ b/Examples/MAX32670/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/RTC/main.c b/Examples/MAX32670/RTC/main.c index 316f130bb82..5dc8bd00a6f 100644 --- a/Examples/MAX32670/RTC/main.c +++ b/Examples/MAX32670/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/RTC_Backup/ARM/sct_config.h b/Examples/MAX32670/RTC_Backup/ARM/sct_config.h index 6404895fb54..5944b8f2c82 100644 --- a/Examples/MAX32670/RTC_Backup/ARM/sct_config.h +++ b/Examples/MAX32670/RTC_Backup/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/RTC_Backup/Makefile b/Examples/MAX32670/RTC_Backup/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/RTC_Backup/Makefile +++ b/Examples/MAX32670/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/RTC_Backup/main.c b/Examples/MAX32670/RTC_Backup/main.c index e3e67fb4a4b..7fa9bbf8d42 100644 --- a/Examples/MAX32670/RTC_Backup/main.c +++ b/Examples/MAX32670/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI/ARM/sct_config.h b/Examples/MAX32670/SPI/ARM/sct_config.h index e054f7ae68f..c51edf1e55c 100644 --- a/Examples/MAX32670/SPI/ARM/sct_config.h +++ b/Examples/MAX32670/SPI/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI/Makefile b/Examples/MAX32670/SPI/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/SPI/Makefile +++ b/Examples/MAX32670/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/SPI/main.c b/Examples/MAX32670/SPI/main.c index c6c8966d39e..464796c8efb 100644 --- a/Examples/MAX32670/SPI/main.c +++ b/Examples/MAX32670/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_MasterSlave/ARM/sct_config.h b/Examples/MAX32670/SPI_MasterSlave/ARM/sct_config.h index 62d6151a7e5..851a394da67 100644 --- a/Examples/MAX32670/SPI_MasterSlave/ARM/sct_config.h +++ b/Examples/MAX32670/SPI_MasterSlave/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_MasterSlave/Makefile b/Examples/MAX32670/SPI_MasterSlave/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/SPI_MasterSlave/Makefile +++ b/Examples/MAX32670/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/SPI_MasterSlave/main.c b/Examples/MAX32670/SPI_MasterSlave/main.c index 32749cd2be6..edb4320a4c3 100644 --- a/Examples/MAX32670/SPI_MasterSlave/main.c +++ b/Examples/MAX32670/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_Usecase/ARM/sct_config.h b/Examples/MAX32670/SPI_Usecase/ARM/sct_config.h index fddecef9b78..a3c6b001879 100644 --- a/Examples/MAX32670/SPI_Usecase/ARM/sct_config.h +++ b/Examples/MAX32670/SPI_Usecase/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_Usecase/Makefile b/Examples/MAX32670/SPI_Usecase/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/SPI_Usecase/Makefile +++ b/Examples/MAX32670/SPI_Usecase/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/SPI_Usecase/main.c b/Examples/MAX32670/SPI_Usecase/main.c index 54cef6fed91..98ebfa34a57 100644 --- a/Examples/MAX32670/SPI_Usecase/main.c +++ b/Examples/MAX32670/SPI_Usecase/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_Usecase/spi_config.h b/Examples/MAX32670/SPI_Usecase/spi_config.h index 4a6de7cb42c..c7d85b26409 100644 --- a/Examples/MAX32670/SPI_Usecase/spi_config.h +++ b/Examples/MAX32670/SPI_Usecase/spi_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_Usecase/spi_master.c b/Examples/MAX32670/SPI_Usecase/spi_master.c index 080f01da7eb..a7d8c85dfba 100644 --- a/Examples/MAX32670/SPI_Usecase/spi_master.c +++ b/Examples/MAX32670/SPI_Usecase/spi_master.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SPI_Usecase/spi_slave.c b/Examples/MAX32670/SPI_Usecase/spi_slave.c index b833ea4c27a..f947840143b 100644 --- a/Examples/MAX32670/SPI_Usecase/spi_slave.c +++ b/Examples/MAX32670/SPI_Usecase/spi_slave.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/ARM/sct_config.h b/Examples/MAX32670/SecureROM_BL_Host/ARM/sct_config.h index 8cdfabfdd4b..5da0f0309ab 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/ARM/sct_config.h +++ b/Examples/MAX32670/SecureROM_BL_Host/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/Makefile b/Examples/MAX32670/SecureROM_BL_Host/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/Makefile +++ b/Examples/MAX32670/SecureROM_BL_Host/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.c b/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.c index 443f35c3875..bdff6bc058c 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.c +++ b/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.h b/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.h index 1d08899a93a..9fecee8f3fd 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.h +++ b/Examples/MAX32670/SecureROM_BL_Host/bootloader/bootloader.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/include/platform.h b/Examples/MAX32670/SecureROM_BL_Host/include/platform.h index 83c6fe34f99..2de3d2767b4 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/include/platform.h +++ b/Examples/MAX32670/SecureROM_BL_Host/include/platform.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/include/terminal.h b/Examples/MAX32670/SecureROM_BL_Host/include/terminal.h index 66b84865149..803485abbae 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/include/terminal.h +++ b/Examples/MAX32670/SecureROM_BL_Host/include/terminal.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/script/scp_to_c_array.py b/Examples/MAX32670/SecureROM_BL_Host/script/scp_to_c_array.py index 71cb456aadb..58098bf8b88 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/script/scp_to_c_array.py +++ b/Examples/MAX32670/SecureROM_BL_Host/script/scp_to_c_array.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## copy_right='''/****************************************************************************** diff --git a/Examples/MAX32670/SecureROM_BL_Host/src/main.c b/Examples/MAX32670/SecureROM_BL_Host/src/main.c index 1ef7c69f2d0..30378a42b18 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/src/main.c +++ b/Examples/MAX32670/SecureROM_BL_Host/src/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/src/platform_max32670.c b/Examples/MAX32670/SecureROM_BL_Host/src/platform_max32670.c index 5001e1ee0b3..aef4f2df4b6 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/src/platform_max32670.c +++ b/Examples/MAX32670/SecureROM_BL_Host/src/platform_max32670.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/src/terminal.c b/Examples/MAX32670/SecureROM_BL_Host/src/terminal.c index 150fb8d0b20..0b31ab6cded 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/src/terminal.c +++ b/Examples/MAX32670/SecureROM_BL_Host/src/terminal.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c index 1c2adcc6d69..931223533f3 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c +++ b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_6.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c index 46b7b5f48d8..9fff07588cd 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c +++ b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32520-KIT/blinkled_P1_7.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c index b7f327f76d8..cfade17dd0a 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c +++ b/Examples/MAX32670/SecureROM_BL_Host/test_images/MAX32651-EVKIT/blinkled_P2_25.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/SecureROM_BL_Host/test_images/test_images.h b/Examples/MAX32670/SecureROM_BL_Host/test_images/test_images.h index ad539cbed77..bcc5ec4c751 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/test_images/test_images.h +++ b/Examples/MAX32670/SecureROM_BL_Host/test_images/test_images.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/TMR/ARM/sct_config.h b/Examples/MAX32670/TMR/ARM/sct_config.h index fdd2dd21058..8b5e057e2fd 100644 --- a/Examples/MAX32670/TMR/ARM/sct_config.h +++ b/Examples/MAX32670/TMR/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/TMR/Makefile b/Examples/MAX32670/TMR/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/TMR/Makefile +++ b/Examples/MAX32670/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/TMR/main.c b/Examples/MAX32670/TMR/main.c index d1d42f93e00..9dc485182dc 100644 --- a/Examples/MAX32670/TMR/main.c +++ b/Examples/MAX32670/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/TRNG/ARM/sct_config.h b/Examples/MAX32670/TRNG/ARM/sct_config.h index e4b2b4c2e44..75a69b0b030 100644 --- a/Examples/MAX32670/TRNG/ARM/sct_config.h +++ b/Examples/MAX32670/TRNG/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/TRNG/Makefile b/Examples/MAX32670/TRNG/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/TRNG/Makefile +++ b/Examples/MAX32670/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/TRNG/main.c b/Examples/MAX32670/TRNG/main.c index afbf3a5056a..ca29153d694 100644 --- a/Examples/MAX32670/TRNG/main.c +++ b/Examples/MAX32670/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Temp_Monitor/ARM/sct_config.h b/Examples/MAX32670/Temp_Monitor/ARM/sct_config.h index 2c7e58553c4..9067b6a5ee0 100644 --- a/Examples/MAX32670/Temp_Monitor/ARM/sct_config.h +++ b/Examples/MAX32670/Temp_Monitor/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Temp_Monitor/Makefile b/Examples/MAX32670/Temp_Monitor/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Temp_Monitor/Makefile +++ b/Examples/MAX32670/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Temp_Monitor/main.c b/Examples/MAX32670/Temp_Monitor/main.c index 815d6aa4a49..eea8a396edc 100644 --- a/Examples/MAX32670/Temp_Monitor/main.c +++ b/Examples/MAX32670/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Temp_Monitor/temp_monitor.c b/Examples/MAX32670/Temp_Monitor/temp_monitor.c index 545ee070888..1a7d8356b77 100644 --- a/Examples/MAX32670/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32670/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Temp_Monitor/temp_monitor.h b/Examples/MAX32670/Temp_Monitor/temp_monitor.h index ffb3aa37f9a..2586f47b801 100644 --- a/Examples/MAX32670/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32670/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/UART/ARM/sct_config.h b/Examples/MAX32670/UART/ARM/sct_config.h index 5ca73920f9c..d5e1cd8d27e 100644 --- a/Examples/MAX32670/UART/ARM/sct_config.h +++ b/Examples/MAX32670/UART/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/UART/Makefile b/Examples/MAX32670/UART/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/UART/Makefile +++ b/Examples/MAX32670/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/UART/main.c b/Examples/MAX32670/UART/main.c index 953cfdc1fe9..1b1e161de3e 100644 --- a/Examples/MAX32670/UART/main.c +++ b/Examples/MAX32670/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/UCL/ARM/sct_config.h b/Examples/MAX32670/UCL/ARM/sct_config.h index 8f64d6de6e5..30b88d6d9a5 100644 --- a/Examples/MAX32670/UCL/ARM/sct_config.h +++ b/Examples/MAX32670/UCL/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/UCL/Makefile b/Examples/MAX32670/UCL/Makefile index 02f7454cebe..756ce0b6d94 100644 --- a/Examples/MAX32670/UCL/Makefile +++ b/Examples/MAX32670/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Watchdog/ARM/sct_config.h b/Examples/MAX32670/Watchdog/ARM/sct_config.h index 3932e08a64e..240d2b6dd4d 100644 --- a/Examples/MAX32670/Watchdog/ARM/sct_config.h +++ b/Examples/MAX32670/Watchdog/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/Watchdog/Makefile b/Examples/MAX32670/Watchdog/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/Watchdog/Makefile +++ b/Examples/MAX32670/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/Watchdog/main.c b/Examples/MAX32670/Watchdog/main.c index 99e1a6ed5a9..73d29532844 100644 --- a/Examples/MAX32670/Watchdog/main.c +++ b/Examples/MAX32670/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/ARM/sct_config.h b/Examples/MAX32670/WearLeveling/ARM/sct_config.h index df152b6f1c0..4cdc472551d 100644 --- a/Examples/MAX32670/WearLeveling/ARM/sct_config.h +++ b/Examples/MAX32670/WearLeveling/ARM/sct_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/Makefile b/Examples/MAX32670/WearLeveling/Makefile index ee119213e4b..a7526d5b340 100644 --- a/Examples/MAX32670/WearLeveling/Makefile +++ b/Examples/MAX32670/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32670/WearLeveling/include/cli.h b/Examples/MAX32670/WearLeveling/include/cli.h index 27b08e20398..998ee281b8b 100644 --- a/Examples/MAX32670/WearLeveling/include/cli.h +++ b/Examples/MAX32670/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/include/file.h b/Examples/MAX32670/WearLeveling/include/file.h index 1f6ab853130..8ba9e2b250f 100644 --- a/Examples/MAX32670/WearLeveling/include/file.h +++ b/Examples/MAX32670/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/include/flash.h b/Examples/MAX32670/WearLeveling/include/flash.h index 6a7f9fd1349..6b83f9bba37 100644 --- a/Examples/MAX32670/WearLeveling/include/flash.h +++ b/Examples/MAX32670/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/include/main.h b/Examples/MAX32670/WearLeveling/include/main.h index 7e85286168a..ad007c103ae 100644 --- a/Examples/MAX32670/WearLeveling/include/main.h +++ b/Examples/MAX32670/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/main.c b/Examples/MAX32670/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32670/WearLeveling/main.c +++ b/Examples/MAX32670/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/src/cli.c b/Examples/MAX32670/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32670/WearLeveling/src/cli.c +++ b/Examples/MAX32670/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/src/file.c b/Examples/MAX32670/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32670/WearLeveling/src/file.c +++ b/Examples/MAX32670/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32670/WearLeveling/src/flash.c b/Examples/MAX32670/WearLeveling/src/flash.c index d4fa767301a..00baf0eb154 100644 --- a/Examples/MAX32670/WearLeveling/src/flash.c +++ b/Examples/MAX32670/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/ADC/Makefile b/Examples/MAX32672/ADC/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/ADC/Makefile +++ b/Examples/MAX32672/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ADC/main.c b/Examples/MAX32672/ADC/main.c index 1917667df21..8f016144101 100644 --- a/Examples/MAX32672/ADC/main.c +++ b/Examples/MAX32672/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/AES/Makefile b/Examples/MAX32672/AES/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/AES/Makefile +++ b/Examples/MAX32672/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/AES/main.c b/Examples/MAX32672/AES/main.c index bb3f4f2f7d7..d940d0ba773 100644 --- a/Examples/MAX32672/AES/main.c +++ b/Examples/MAX32672/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile index 03db96c7de3..a2cfdb13e95 100644 --- a/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/CRC/Makefile b/Examples/MAX32672/CRC/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/CRC/Makefile +++ b/Examples/MAX32672/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/CRC/main.c b/Examples/MAX32672/CRC/main.c index 466f6e41542..30d8bfe5974 100644 --- a/Examples/MAX32672/CRC/main.c +++ b/Examples/MAX32672/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/CTB_AES/Makefile b/Examples/MAX32672/CTB_AES/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/CTB_AES/Makefile +++ b/Examples/MAX32672/CTB_AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/CTB_AES/main.c b/Examples/MAX32672/CTB_AES/main.c index 50e1a2f7221..b2239f6701d 100644 --- a/Examples/MAX32672/CTB_AES/main.c +++ b/Examples/MAX32672/CTB_AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Comparator/Makefile b/Examples/MAX32672/Comparator/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Comparator/Makefile +++ b/Examples/MAX32672/Comparator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Comparator/main.c b/Examples/MAX32672/Comparator/main.c index 82de960c10e..21c38a2e47f 100644 --- a/Examples/MAX32672/Comparator/main.c +++ b/Examples/MAX32672/Comparator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Coremark/Makefile b/Examples/MAX32672/Coremark/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Coremark/Makefile +++ b/Examples/MAX32672/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/DMA/Makefile b/Examples/MAX32672/DMA/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/DMA/Makefile +++ b/Examples/MAX32672/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/DMA/main.c b/Examples/MAX32672/DMA/main.c index b1ee4c7f963..c19a22ed7db 100644 --- a/Examples/MAX32672/DMA/main.c +++ b/Examples/MAX32672/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Demo/Makefile b/Examples/MAX32672/Demo/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Demo/Makefile +++ b/Examples/MAX32672/Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Demo/main.c b/Examples/MAX32672/Demo/main.c index 7bb84ad490d..a9ad22c9c19 100644 --- a/Examples/MAX32672/Demo/main.c +++ b/Examples/MAX32672/Demo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Demo/resources/bitmap.h b/Examples/MAX32672/Demo/resources/bitmap.h index 59eaab21cfd..7e7e7b7e333 100644 --- a/Examples/MAX32672/Demo/resources/bitmap.h +++ b/Examples/MAX32672/Demo/resources/bitmap.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Demo/resources/tft_demo/bmp/bmp2c.py b/Examples/MAX32672/Demo/resources/tft_demo/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX32672/Demo/resources/tft_demo/bmp/bmp2c.py +++ b/Examples/MAX32672/Demo/resources/tft_demo/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX32672/Demo/resources/tft_demo/bmp/image_rgb565.c b/Examples/MAX32672/Demo/resources/tft_demo/bmp/image_rgb565.c index 250d80a0e26..ea90c49926c 100644 --- a/Examples/MAX32672/Demo/resources/tft_demo/bmp/image_rgb565.c +++ b/Examples/MAX32672/Demo/resources/tft_demo/bmp/image_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Demo/resources/tft_demo/bmp/template.txt b/Examples/MAX32672/Demo/resources/tft_demo/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX32672/Demo/resources/tft_demo/bmp/template.txt +++ b/Examples/MAX32672/Demo/resources/tft_demo/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Demo/resources/tft_demo/logo_rgb565.c b/Examples/MAX32672/Demo/resources/tft_demo/logo_rgb565.c index 8aeb67ba8fd..c84cb274ca6 100644 --- a/Examples/MAX32672/Demo/resources/tft_demo/logo_rgb565.c +++ b/Examples/MAX32672/Demo/resources/tft_demo/logo_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Display/Makefile b/Examples/MAX32672/Display/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Display/Makefile +++ b/Examples/MAX32672/Display/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Display/lv_conf.h b/Examples/MAX32672/Display/lv_conf.h index c58af1ac2cd..caebdf1d5e2 100644 --- a/Examples/MAX32672/Display/lv_conf.h +++ b/Examples/MAX32672/Display/lv_conf.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Display/main.c b/Examples/MAX32672/Display/main.c index 068e6e65abf..74c3f524bc3 100644 --- a/Examples/MAX32672/Display/main.c +++ b/Examples/MAX32672/Display/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/EEPROM_Emulator/Makefile b/Examples/MAX32672/EEPROM_Emulator/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/EEPROM_Emulator/Makefile +++ b/Examples/MAX32672/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/EEPROM_Emulator/include/cache.h b/Examples/MAX32672/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32672/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32672/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32672/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32672/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32672/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/EEPROM_Emulator/main.c b/Examples/MAX32672/EEPROM_Emulator/main.c index 85059bdb41b..e476d2a9e9e 100644 --- a/Examples/MAX32672/EEPROM_Emulator/main.c +++ b/Examples/MAX32672/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/EEPROM_Emulator/src/cache.c b/Examples/MAX32672/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32672/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32672/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32672/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32672/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32672/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Flash/Makefile b/Examples/MAX32672/Flash/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Flash/Makefile +++ b/Examples/MAX32672/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Flash/main.c b/Examples/MAX32672/Flash/main.c index 973f2800673..f940ce191b8 100644 --- a/Examples/MAX32672/Flash/main.c +++ b/Examples/MAX32672/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32672/Flash_CLI/FreeRTOSConfig.h index fb09278a03b..c6847e001e9 100644 --- a/Examples/MAX32672/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32672/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Flash_CLI/Makefile b/Examples/MAX32672/Flash_CLI/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Flash_CLI/Makefile +++ b/Examples/MAX32672/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Flash_CLI/definitions.h b/Examples/MAX32672/Flash_CLI/definitions.h index d941b0c2a7f..db8b6488f83 100644 --- a/Examples/MAX32672/Flash_CLI/definitions.h +++ b/Examples/MAX32672/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Flash_CLI/main.c b/Examples/MAX32672/Flash_CLI/main.c index e256c36f897..a00af1ce6cc 100644 --- a/Examples/MAX32672/Flash_CLI/main.c +++ b/Examples/MAX32672/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32672/FreeRTOSDemo/FreeRTOSConfig.h index 119a334ba47..a33d100059b 100644 --- a/Examples/MAX32672/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32672/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/FreeRTOSDemo/Makefile b/Examples/MAX32672/FreeRTOSDemo/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/FreeRTOSDemo/Makefile +++ b/Examples/MAX32672/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32672/FreeRTOSDemo/freertos_tickless.c index 077cb86d6f6..cfdd41397b0 100644 --- a/Examples/MAX32672/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32672/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/FreeRTOSDemo/main.c b/Examples/MAX32672/FreeRTOSDemo/main.c index 29d64b0bce8..5794b3c7469 100644 --- a/Examples/MAX32672/FreeRTOSDemo/main.c +++ b/Examples/MAX32672/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/GPIO/Makefile b/Examples/MAX32672/GPIO/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/GPIO/Makefile +++ b/Examples/MAX32672/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/GPIO/main.c b/Examples/MAX32672/GPIO/main.c index 08babec88ed..b08c5bcb57c 100644 --- a/Examples/MAX32672/GPIO/main.c +++ b/Examples/MAX32672/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Hello_World/Makefile b/Examples/MAX32672/Hello_World/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Hello_World/Makefile +++ b/Examples/MAX32672/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Hello_World/main.c b/Examples/MAX32672/Hello_World/main.c index 1a0fdc9f1eb..d15145fd352 100644 --- a/Examples/MAX32672/Hello_World/main.c +++ b/Examples/MAX32672/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Hello_World_Cpp/Makefile b/Examples/MAX32672/Hello_World_Cpp/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Hello_World_Cpp/Makefile +++ b/Examples/MAX32672/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Hello_World_Cpp/main.cpp b/Examples/MAX32672/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32672/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32672/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C/Makefile b/Examples/MAX32672/I2C/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/I2C/Makefile +++ b/Examples/MAX32672/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/I2C/main.c b/Examples/MAX32672/I2C/main.c index bd756309957..fcb94c0c411 100644 --- a/Examples/MAX32672/I2C/main.c +++ b/Examples/MAX32672/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32672/I2C_MNGR/FreeRTOSConfig.h index 6500ebf6d05..c4a17acc001 100644 --- a/Examples/MAX32672/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32672/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_MNGR/Makefile b/Examples/MAX32672/I2C_MNGR/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/I2C_MNGR/Makefile +++ b/Examples/MAX32672/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.h index c55c96cc90f..10225de5081 100644 --- a/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32672/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_MNGR/main.c b/Examples/MAX32672/I2C_MNGR/main.c index 787ebe2e5a4..ed4fd2b9cd6 100644 --- a/Examples/MAX32672/I2C_MNGR/main.c +++ b/Examples/MAX32672/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_SCAN/Makefile b/Examples/MAX32672/I2C_SCAN/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/I2C_SCAN/Makefile +++ b/Examples/MAX32672/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/I2C_SCAN/main.c b/Examples/MAX32672/I2C_SCAN/main.c index 27677964021..b100d728175 100644 --- a/Examples/MAX32672/I2C_SCAN/main.c +++ b/Examples/MAX32672/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2C_Sensor/Makefile b/Examples/MAX32672/I2C_Sensor/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/I2C_Sensor/Makefile +++ b/Examples/MAX32672/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/I2C_Sensor/main.c b/Examples/MAX32672/I2C_Sensor/main.c index 718add32f3d..0f687864d19 100644 --- a/Examples/MAX32672/I2C_Sensor/main.c +++ b/Examples/MAX32672/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/I2S/Makefile b/Examples/MAX32672/I2S/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/I2S/Makefile +++ b/Examples/MAX32672/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/I2S/main.c b/Examples/MAX32672/I2S/main.c index 5811524b3ee..3ae96aa914e 100644 --- a/Examples/MAX32672/I2S/main.c +++ b/Examples/MAX32672/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/ICC/Makefile b/Examples/MAX32672/ICC/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/ICC/Makefile +++ b/Examples/MAX32672/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/ICC/main.c b/Examples/MAX32672/ICC/main.c index 679697ac527..c69ff039646 100644 --- a/Examples/MAX32672/ICC/main.c +++ b/Examples/MAX32672/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/LP/Makefile b/Examples/MAX32672/LP/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/LP/Makefile +++ b/Examples/MAX32672/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/LP/lp-nonsecure.ld b/Examples/MAX32672/LP/lp-nonsecure.ld index f811f29c904..fd2293eccfc 100644 --- a/Examples/MAX32672/LP/lp-nonsecure.ld +++ b/Examples/MAX32672/LP/lp-nonsecure.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/LP/lp-sla.ld b/Examples/MAX32672/LP/lp-sla.ld index 35f295c41b6..977ca5aab5a 100644 --- a/Examples/MAX32672/LP/lp-sla.ld +++ b/Examples/MAX32672/LP/lp-sla.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/LP/main.c b/Examples/MAX32672/LP/main.c index d22c950afe0..63638e31117 100644 --- a/Examples/MAX32672/LP/main.c +++ b/Examples/MAX32672/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Library_Generate/Makefile b/Examples/MAX32672/Library_Generate/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Library_Generate/Makefile +++ b/Examples/MAX32672/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Library_Generate/gpiolib.c b/Examples/MAX32672/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32672/Library_Generate/gpiolib.c +++ b/Examples/MAX32672/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Library_Generate/gpiolib.h b/Examples/MAX32672/Library_Generate/gpiolib.h index 36e60aea08a..75ee0fa148b 100644 --- a/Examples/MAX32672/Library_Generate/gpiolib.h +++ b/Examples/MAX32672/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Library_Use/Makefile b/Examples/MAX32672/Library_Use/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Library_Use/Makefile +++ b/Examples/MAX32672/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Library_Use/lib/include/gpiolib.h b/Examples/MAX32672/Library_Use/lib/include/gpiolib.h index 4e0f30b44c0..db64316bea5 100644 --- a/Examples/MAX32672/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32672/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Library_Use/main.c b/Examples/MAX32672/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32672/Library_Use/main.c +++ b/Examples/MAX32672/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/OLED_Demo/Makefile b/Examples/MAX32672/OLED_Demo/Makefile index 2639e0003ce..6d055a93231 100644 --- a/Examples/MAX32672/OLED_Demo/Makefile +++ b/Examples/MAX32672/OLED_Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/OLED_Demo/main.c b/Examples/MAX32672/OLED_Demo/main.c index 879c0e5bcb8..47113742dd8 100644 --- a/Examples/MAX32672/OLED_Demo/main.c +++ b/Examples/MAX32672/OLED_Demo/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/OLED_Demo/resources/adi_logo_alpha1.c b/Examples/MAX32672/OLED_Demo/resources/adi_logo_alpha1.c index 2acc6aaac9b..fcb67260bca 100644 --- a/Examples/MAX32672/OLED_Demo/resources/adi_logo_alpha1.c +++ b/Examples/MAX32672/OLED_Demo/resources/adi_logo_alpha1.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/QDEC/Makefile b/Examples/MAX32672/QDEC/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/QDEC/Makefile +++ b/Examples/MAX32672/QDEC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/QDEC/main.c b/Examples/MAX32672/QDEC/main.c index 979095206c8..3e8de56025a 100644 --- a/Examples/MAX32672/QDEC/main.c +++ b/Examples/MAX32672/QDEC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/RTC/Makefile b/Examples/MAX32672/RTC/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/RTC/Makefile +++ b/Examples/MAX32672/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/RTC/main.c b/Examples/MAX32672/RTC/main.c index c2f31b908cc..7f2ceb19ffc 100644 --- a/Examples/MAX32672/RTC/main.c +++ b/Examples/MAX32672/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/RTC_Backup/Makefile b/Examples/MAX32672/RTC_Backup/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/RTC_Backup/Makefile +++ b/Examples/MAX32672/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/RTC_Backup/main.c b/Examples/MAX32672/RTC_Backup/main.c index ffd4ae7af3f..466b7a979e0 100644 --- a/Examples/MAX32672/RTC_Backup/main.c +++ b/Examples/MAX32672/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/SCPA_OTP_Dump/Makefile b/Examples/MAX32672/SCPA_OTP_Dump/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32672/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/SCPA_OTP_Dump/main.c b/Examples/MAX32672/SCPA_OTP_Dump/main.c index 1161d658512..8e6f91c33f4 100644 --- a/Examples/MAX32672/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32672/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/SCPA_OTP_Dump/utils.c b/Examples/MAX32672/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32672/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32672/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/SCPA_OTP_Dump/utils.h b/Examples/MAX32672/SCPA_OTP_Dump/utils.h index 932e0e0fa1e..23878b956e1 100644 --- a/Examples/MAX32672/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32672/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/SPI/Makefile b/Examples/MAX32672/SPI/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/SPI/Makefile +++ b/Examples/MAX32672/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/SPI/main.c b/Examples/MAX32672/SPI/main.c index e393e697c2d..a3f2ce34db6 100644 --- a/Examples/MAX32672/SPI/main.c +++ b/Examples/MAX32672/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/SPI_MasterSlave/Makefile b/Examples/MAX32672/SPI_MasterSlave/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/SPI_MasterSlave/Makefile +++ b/Examples/MAX32672/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/SPI_MasterSlave/main.c b/Examples/MAX32672/SPI_MasterSlave/main.c index bdf40b9fb94..40ef75f3179 100644 --- a/Examples/MAX32672/SPI_MasterSlave/main.c +++ b/Examples/MAX32672/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/TMR/Makefile b/Examples/MAX32672/TMR/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/TMR/Makefile +++ b/Examples/MAX32672/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/TMR/main.c b/Examples/MAX32672/TMR/main.c index 06477823d45..927c9c0d581 100644 --- a/Examples/MAX32672/TMR/main.c +++ b/Examples/MAX32672/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/TRNG/Makefile b/Examples/MAX32672/TRNG/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/TRNG/Makefile +++ b/Examples/MAX32672/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/TRNG/main.c b/Examples/MAX32672/TRNG/main.c index 1621fdca404..ee0c4d7a844 100644 --- a/Examples/MAX32672/TRNG/main.c +++ b/Examples/MAX32672/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Temp_Monitor/Makefile b/Examples/MAX32672/Temp_Monitor/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Temp_Monitor/Makefile +++ b/Examples/MAX32672/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Temp_Monitor/main.c b/Examples/MAX32672/Temp_Monitor/main.c index 7c74c616607..ac7d74dbf00 100644 --- a/Examples/MAX32672/Temp_Monitor/main.c +++ b/Examples/MAX32672/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Temp_Monitor/temp_monitor.c b/Examples/MAX32672/Temp_Monitor/temp_monitor.c index 28abc158e6a..3c3be3c64f2 100644 --- a/Examples/MAX32672/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32672/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/Temp_Monitor/temp_monitor.h b/Examples/MAX32672/Temp_Monitor/temp_monitor.h index 5eddc8f60a5..e1910354b9b 100644 --- a/Examples/MAX32672/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32672/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/UART/Makefile b/Examples/MAX32672/UART/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/UART/Makefile +++ b/Examples/MAX32672/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/UART/main.c b/Examples/MAX32672/UART/main.c index 4a1da080be2..9cb3419c2f1 100644 --- a/Examples/MAX32672/UART/main.c +++ b/Examples/MAX32672/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/UCL/Makefile b/Examples/MAX32672/UCL/Makefile index 3f9b9092566..27eacf463cc 100644 --- a/Examples/MAX32672/UCL/Makefile +++ b/Examples/MAX32672/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Watchdog/Makefile b/Examples/MAX32672/Watchdog/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/Watchdog/Makefile +++ b/Examples/MAX32672/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/Watchdog/main.c b/Examples/MAX32672/Watchdog/main.c index ef792500f29..59e49b309ca 100644 --- a/Examples/MAX32672/Watchdog/main.c +++ b/Examples/MAX32672/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/Makefile b/Examples/MAX32672/WearLeveling/Makefile index bc85587f4b0..ba4aff80764 100644 --- a/Examples/MAX32672/WearLeveling/Makefile +++ b/Examples/MAX32672/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32672/WearLeveling/include/cli.h b/Examples/MAX32672/WearLeveling/include/cli.h index e0f9c920f17..ad9bd7be170 100644 --- a/Examples/MAX32672/WearLeveling/include/cli.h +++ b/Examples/MAX32672/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/include/file.h b/Examples/MAX32672/WearLeveling/include/file.h index 4236c2a5d38..09ac335ee28 100644 --- a/Examples/MAX32672/WearLeveling/include/file.h +++ b/Examples/MAX32672/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/include/flash.h b/Examples/MAX32672/WearLeveling/include/flash.h index 80dfa750310..f5753bf1ab6 100644 --- a/Examples/MAX32672/WearLeveling/include/flash.h +++ b/Examples/MAX32672/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/include/main.h b/Examples/MAX32672/WearLeveling/include/main.h index 7355fb963fc..90ae8233027 100644 --- a/Examples/MAX32672/WearLeveling/include/main.h +++ b/Examples/MAX32672/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/main.c b/Examples/MAX32672/WearLeveling/main.c index 805d5380e74..81c02e5b44d 100644 --- a/Examples/MAX32672/WearLeveling/main.c +++ b/Examples/MAX32672/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/src/cli.c b/Examples/MAX32672/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32672/WearLeveling/src/cli.c +++ b/Examples/MAX32672/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/src/file.c b/Examples/MAX32672/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32672/WearLeveling/src/file.c +++ b/Examples/MAX32672/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32672/WearLeveling/src/flash.c b/Examples/MAX32672/WearLeveling/src/flash.c index 582eedc34fc..bee627bcfb2 100644 --- a/Examples/MAX32672/WearLeveling/src/flash.c +++ b/Examples/MAX32672/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/ADC/Makefile b/Examples/MAX32675/ADC/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/ADC/Makefile +++ b/Examples/MAX32675/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ADC/main.c b/Examples/MAX32675/ADC/main.c index 91c27f1075a..0c2aeab6b6f 100644 --- a/Examples/MAX32675/ADC/main.c +++ b/Examples/MAX32675/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/AES/Makefile b/Examples/MAX32675/AES/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/AES/Makefile +++ b/Examples/MAX32675/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/AES/main.c b/Examples/MAX32675/AES/main.c index 906d4139da7..ae7ed7bd054 100644 --- a/Examples/MAX32675/AES/main.c +++ b/Examples/MAX32675/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/AFE_DAC/Makefile b/Examples/MAX32675/AFE_DAC/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/AFE_DAC/Makefile +++ b/Examples/MAX32675/AFE_DAC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/AFE_DAC/main.c b/Examples/MAX32675/AFE_DAC/main.c index b82ee8540e5..72536b863bf 100644 --- a/Examples/MAX32675/AFE_DAC/main.c +++ b/Examples/MAX32675/AFE_DAC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile index fa678bb4394..e7e4f23aa61 100644 --- a/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/CRC/Makefile b/Examples/MAX32675/CRC/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/CRC/Makefile +++ b/Examples/MAX32675/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/CRC/main.c b/Examples/MAX32675/CRC/main.c index 884b8d5a9f1..0d80e34eee3 100644 --- a/Examples/MAX32675/CRC/main.c +++ b/Examples/MAX32675/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Coremark/Makefile b/Examples/MAX32675/Coremark/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Coremark/Makefile +++ b/Examples/MAX32675/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/DMA/Makefile b/Examples/MAX32675/DMA/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/DMA/Makefile +++ b/Examples/MAX32675/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/DMA/main.c b/Examples/MAX32675/DMA/main.c index 1462358b9fa..66434a7899d 100644 --- a/Examples/MAX32675/DMA/main.c +++ b/Examples/MAX32675/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/EEPROM_Emulator/Makefile b/Examples/MAX32675/EEPROM_Emulator/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/EEPROM_Emulator/Makefile +++ b/Examples/MAX32675/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/EEPROM_Emulator/include/cache.h b/Examples/MAX32675/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32675/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32675/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32675/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32675/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32675/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/EEPROM_Emulator/main.c b/Examples/MAX32675/EEPROM_Emulator/main.c index 3e4006d01d0..b44a9e909b0 100644 --- a/Examples/MAX32675/EEPROM_Emulator/main.c +++ b/Examples/MAX32675/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/EEPROM_Emulator/src/cache.c b/Examples/MAX32675/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32675/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32675/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32675/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32675/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32675/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Flash/Makefile b/Examples/MAX32675/Flash/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Flash/Makefile +++ b/Examples/MAX32675/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Flash/main.c b/Examples/MAX32675/Flash/main.c index 985a299d60c..09e95a072af 100644 --- a/Examples/MAX32675/Flash/main.c +++ b/Examples/MAX32675/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32675/Flash_CLI/FreeRTOSConfig.h index 83640837de9..6aaaa08b689 100644 --- a/Examples/MAX32675/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32675/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Flash_CLI/Makefile b/Examples/MAX32675/Flash_CLI/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Flash_CLI/Makefile +++ b/Examples/MAX32675/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Flash_CLI/definitions.h b/Examples/MAX32675/Flash_CLI/definitions.h index 7cd98aa4162..94ce181a752 100644 --- a/Examples/MAX32675/Flash_CLI/definitions.h +++ b/Examples/MAX32675/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Flash_CLI/main.c b/Examples/MAX32675/Flash_CLI/main.c index a70489bce51..2dc6046a87e 100644 --- a/Examples/MAX32675/Flash_CLI/main.c +++ b/Examples/MAX32675/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32675/FreeRTOSDemo/FreeRTOSConfig.h index ff933db122e..f575ebbee91 100644 --- a/Examples/MAX32675/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32675/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/FreeRTOSDemo/Makefile b/Examples/MAX32675/FreeRTOSDemo/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/FreeRTOSDemo/Makefile +++ b/Examples/MAX32675/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32675/FreeRTOSDemo/freertos_tickless.c index 077cb86d6f6..cfdd41397b0 100644 --- a/Examples/MAX32675/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32675/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/FreeRTOSDemo/main.c b/Examples/MAX32675/FreeRTOSDemo/main.c index 89b470f5ee5..fc63d6d1f43 100644 --- a/Examples/MAX32675/FreeRTOSDemo/main.c +++ b/Examples/MAX32675/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/GPIO/Makefile b/Examples/MAX32675/GPIO/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/GPIO/Makefile +++ b/Examples/MAX32675/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/GPIO/main.c b/Examples/MAX32675/GPIO/main.c index 03da5f92cf5..50c5d5ca6dd 100644 --- a/Examples/MAX32675/GPIO/main.c +++ b/Examples/MAX32675/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/HART_UART/Makefile b/Examples/MAX32675/HART_UART/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/HART_UART/Makefile +++ b/Examples/MAX32675/HART_UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/HART_UART/main.c b/Examples/MAX32675/HART_UART/main.c index 9982d1f174b..2fa157c7d46 100644 --- a/Examples/MAX32675/HART_UART/main.c +++ b/Examples/MAX32675/HART_UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Hello_World/Makefile b/Examples/MAX32675/Hello_World/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Hello_World/Makefile +++ b/Examples/MAX32675/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Hello_World/main.c b/Examples/MAX32675/Hello_World/main.c index 279f50ab504..2ea41a7a32c 100644 --- a/Examples/MAX32675/Hello_World/main.c +++ b/Examples/MAX32675/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Hello_World_Cpp/Makefile b/Examples/MAX32675/Hello_World_Cpp/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Hello_World_Cpp/Makefile +++ b/Examples/MAX32675/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Hello_World_Cpp/main.cpp b/Examples/MAX32675/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32675/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32675/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C/Makefile b/Examples/MAX32675/I2C/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/I2C/Makefile +++ b/Examples/MAX32675/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/I2C/main.c b/Examples/MAX32675/I2C/main.c index 0d84ece7ecb..2e616ad6228 100644 --- a/Examples/MAX32675/I2C/main.c +++ b/Examples/MAX32675/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32675/I2C_MNGR/FreeRTOSConfig.h index 9f38f25f95d..8e0ffd1170e 100644 --- a/Examples/MAX32675/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32675/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_MNGR/Makefile b/Examples/MAX32675/I2C_MNGR/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/I2C_MNGR/Makefile +++ b/Examples/MAX32675/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.h index 1496ef1b557..6be5d52300d 100644 --- a/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32675/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_MNGR/main.c b/Examples/MAX32675/I2C_MNGR/main.c index 3d0b355d713..aeee86b2c87 100644 --- a/Examples/MAX32675/I2C_MNGR/main.c +++ b/Examples/MAX32675/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_SCAN/Makefile b/Examples/MAX32675/I2C_SCAN/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/I2C_SCAN/Makefile +++ b/Examples/MAX32675/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/I2C_SCAN/main.c b/Examples/MAX32675/I2C_SCAN/main.c index c5e9cec6a13..5d3335ce7f1 100644 --- a/Examples/MAX32675/I2C_SCAN/main.c +++ b/Examples/MAX32675/I2C_SCAN/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2C_Sensor/Makefile b/Examples/MAX32675/I2C_Sensor/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/I2C_Sensor/Makefile +++ b/Examples/MAX32675/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/I2C_Sensor/main.c b/Examples/MAX32675/I2C_Sensor/main.c index 054dd52105a..72421d3205d 100644 --- a/Examples/MAX32675/I2C_Sensor/main.c +++ b/Examples/MAX32675/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/I2S/Makefile b/Examples/MAX32675/I2S/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/I2S/Makefile +++ b/Examples/MAX32675/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/I2S/main.c b/Examples/MAX32675/I2S/main.c index 89b42b01354..93009c282a9 100644 --- a/Examples/MAX32675/I2S/main.c +++ b/Examples/MAX32675/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/ICC/Makefile b/Examples/MAX32675/ICC/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/ICC/Makefile +++ b/Examples/MAX32675/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/ICC/main.c b/Examples/MAX32675/ICC/main.c index d4809db1e08..6143e45218c 100644 --- a/Examples/MAX32675/ICC/main.c +++ b/Examples/MAX32675/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/LP/Makefile b/Examples/MAX32675/LP/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/LP/Makefile +++ b/Examples/MAX32675/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/LP/lp.ld b/Examples/MAX32675/LP/lp.ld index 012fb72f1be..87802676dc9 100644 --- a/Examples/MAX32675/LP/lp.ld +++ b/Examples/MAX32675/LP/lp.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/LP/main.c b/Examples/MAX32675/LP/main.c index a4815bb3d65..97121f9139a 100644 --- a/Examples/MAX32675/LP/main.c +++ b/Examples/MAX32675/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Library_Generate/Makefile b/Examples/MAX32675/Library_Generate/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Library_Generate/Makefile +++ b/Examples/MAX32675/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Library_Generate/gpiolib.c b/Examples/MAX32675/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32675/Library_Generate/gpiolib.c +++ b/Examples/MAX32675/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Library_Generate/gpiolib.h b/Examples/MAX32675/Library_Generate/gpiolib.h index e63403cbc22..53df2a152fe 100644 --- a/Examples/MAX32675/Library_Generate/gpiolib.h +++ b/Examples/MAX32675/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Library_Use/Makefile b/Examples/MAX32675/Library_Use/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Library_Use/Makefile +++ b/Examples/MAX32675/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Library_Use/lib/include/gpiolib.h b/Examples/MAX32675/Library_Use/lib/include/gpiolib.h index 398a006f608..4c3cee83013 100644 --- a/Examples/MAX32675/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32675/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Library_Use/main.c b/Examples/MAX32675/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32675/Library_Use/main.c +++ b/Examples/MAX32675/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/SPI/Makefile b/Examples/MAX32675/SPI/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/SPI/Makefile +++ b/Examples/MAX32675/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/SPI/main.c b/Examples/MAX32675/SPI/main.c index f1636a5633a..1fe21afc672 100644 --- a/Examples/MAX32675/SPI/main.c +++ b/Examples/MAX32675/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/TMR/Makefile b/Examples/MAX32675/TMR/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/TMR/Makefile +++ b/Examples/MAX32675/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/TMR/main.c b/Examples/MAX32675/TMR/main.c index 62c23b903fa..b3d37e6f33a 100644 --- a/Examples/MAX32675/TMR/main.c +++ b/Examples/MAX32675/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/TRNG/Makefile b/Examples/MAX32675/TRNG/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/TRNG/Makefile +++ b/Examples/MAX32675/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/TRNG/main.c b/Examples/MAX32675/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX32675/TRNG/main.c +++ b/Examples/MAX32675/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/UART/Makefile b/Examples/MAX32675/UART/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/UART/Makefile +++ b/Examples/MAX32675/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/UART/main.c b/Examples/MAX32675/UART/main.c index f8efb494b74..e676f90c13e 100644 --- a/Examples/MAX32675/UART/main.c +++ b/Examples/MAX32675/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/Watchdog/Makefile b/Examples/MAX32675/Watchdog/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/Watchdog/Makefile +++ b/Examples/MAX32675/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/Watchdog/main.c b/Examples/MAX32675/Watchdog/main.c index e7c3cfae54d..de3a10f70c3 100644 --- a/Examples/MAX32675/Watchdog/main.c +++ b/Examples/MAX32675/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/Makefile b/Examples/MAX32675/WearLeveling/Makefile index 31998c037ea..1520c0906ad 100644 --- a/Examples/MAX32675/WearLeveling/Makefile +++ b/Examples/MAX32675/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32675/WearLeveling/include/cli.h b/Examples/MAX32675/WearLeveling/include/cli.h index 9e1e5c8c52e..0d831d0371d 100644 --- a/Examples/MAX32675/WearLeveling/include/cli.h +++ b/Examples/MAX32675/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/include/file.h b/Examples/MAX32675/WearLeveling/include/file.h index 6218ac28aed..4fde7ff5d87 100644 --- a/Examples/MAX32675/WearLeveling/include/file.h +++ b/Examples/MAX32675/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/include/flash.h b/Examples/MAX32675/WearLeveling/include/flash.h index 70fe4906af0..da25dd407c9 100644 --- a/Examples/MAX32675/WearLeveling/include/flash.h +++ b/Examples/MAX32675/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/include/main.h b/Examples/MAX32675/WearLeveling/include/main.h index 3466596abb8..2dea8536f87 100644 --- a/Examples/MAX32675/WearLeveling/include/main.h +++ b/Examples/MAX32675/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/main.c b/Examples/MAX32675/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32675/WearLeveling/main.c +++ b/Examples/MAX32675/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/src/cli.c b/Examples/MAX32675/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32675/WearLeveling/src/cli.c +++ b/Examples/MAX32675/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/src/file.c b/Examples/MAX32675/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32675/WearLeveling/src/file.c +++ b/Examples/MAX32675/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32675/WearLeveling/src/flash.c b/Examples/MAX32675/WearLeveling/src/flash.c index d4fa767301a..00baf0eb154 100644 --- a/Examples/MAX32675/WearLeveling/src/flash.c +++ b/Examples/MAX32675/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/ADC/Makefile b/Examples/MAX32680/ADC/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/ADC/Makefile +++ b/Examples/MAX32680/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ADC/main.c b/Examples/MAX32680/ADC/main.c index aa20d4aada6..003ddcae7eb 100644 --- a/Examples/MAX32680/ADC/main.c +++ b/Examples/MAX32680/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/AES/Makefile b/Examples/MAX32680/AES/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/AES/Makefile +++ b/Examples/MAX32680/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/AES/main.c b/Examples/MAX32680/AES/main.c index 9e67f5acd79..1eb1b53c28f 100644 --- a/Examples/MAX32680/AES/main.c +++ b/Examples/MAX32680/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/AFE_ADC/Makefile b/Examples/MAX32680/AFE_ADC/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/AFE_ADC/Makefile +++ b/Examples/MAX32680/AFE_ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/AFE_ADC/main.c b/Examples/MAX32680/AFE_ADC/main.c index 53bcef63808..2df7ccc3d8b 100644 --- a/Examples/MAX32680/AFE_ADC/main.c +++ b/Examples/MAX32680/AFE_ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile index 237e9e484b5..a6975b7dcf5 100644 --- a/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/BLE4_ctr/Makefile b/Examples/MAX32680/BLE4_ctr/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/BLE4_ctr/Makefile +++ b/Examples/MAX32680/BLE4_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/BLE_dats/Makefile b/Examples/MAX32680/BLE_dats/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/BLE_dats/Makefile +++ b/Examples/MAX32680/BLE_dats/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/CRC/Makefile b/Examples/MAX32680/CRC/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/CRC/Makefile +++ b/Examples/MAX32680/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/CRC/main.c b/Examples/MAX32680/CRC/main.c index 7b232ee437d..cc89caa535e 100644 --- a/Examples/MAX32680/CRC/main.c +++ b/Examples/MAX32680/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Coremark/Makefile b/Examples/MAX32680/Coremark/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Coremark/Makefile +++ b/Examples/MAX32680/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/DMA/Makefile b/Examples/MAX32680/DMA/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/DMA/Makefile +++ b/Examples/MAX32680/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/DMA/main.c b/Examples/MAX32680/DMA/main.c index 830bde4c743..5653fcc3147 100644 --- a/Examples/MAX32680/DMA/main.c +++ b/Examples/MAX32680/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/EEPROM_Emulator/Makefile b/Examples/MAX32680/EEPROM_Emulator/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/EEPROM_Emulator/Makefile +++ b/Examples/MAX32680/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/EEPROM_Emulator/include/cache.h b/Examples/MAX32680/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32680/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32680/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32680/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX32680/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32680/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/EEPROM_Emulator/main.c b/Examples/MAX32680/EEPROM_Emulator/main.c index 9d116f314d4..8e0171b2b28 100644 --- a/Examples/MAX32680/EEPROM_Emulator/main.c +++ b/Examples/MAX32680/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/EEPROM_Emulator/src/cache.c b/Examples/MAX32680/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX32680/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32680/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32680/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32680/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32680/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Flash/Makefile b/Examples/MAX32680/Flash/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Flash/Makefile +++ b/Examples/MAX32680/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Flash/main.c b/Examples/MAX32680/Flash/main.c index 171b0083e3d..465a36e3a1b 100644 --- a/Examples/MAX32680/Flash/main.c +++ b/Examples/MAX32680/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32680/Flash_CLI/FreeRTOSConfig.h index ac3bcc36d4b..d673a276fd7 100644 --- a/Examples/MAX32680/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32680/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Flash_CLI/Makefile b/Examples/MAX32680/Flash_CLI/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Flash_CLI/Makefile +++ b/Examples/MAX32680/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Flash_CLI/definitions.h b/Examples/MAX32680/Flash_CLI/definitions.h index 5eb090f31bb..1695fc37188 100644 --- a/Examples/MAX32680/Flash_CLI/definitions.h +++ b/Examples/MAX32680/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Flash_CLI/main.c b/Examples/MAX32680/Flash_CLI/main.c index 844c22cb2f3..190c744544b 100644 --- a/Examples/MAX32680/Flash_CLI/main.c +++ b/Examples/MAX32680/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32680/FreeRTOSDemo/FreeRTOSConfig.h index b4f08c0bc94..0acdbab066c 100644 --- a/Examples/MAX32680/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32680/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/FreeRTOSDemo/Makefile b/Examples/MAX32680/FreeRTOSDemo/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/FreeRTOSDemo/Makefile +++ b/Examples/MAX32680/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32680/FreeRTOSDemo/freertos_tickless.c index 13c54c0d800..7fc8421ec53 100644 --- a/Examples/MAX32680/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32680/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/FreeRTOSDemo/main.c b/Examples/MAX32680/FreeRTOSDemo/main.c index a4771d25b8b..4427503a119 100644 --- a/Examples/MAX32680/FreeRTOSDemo/main.c +++ b/Examples/MAX32680/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/GPIO/Makefile b/Examples/MAX32680/GPIO/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/GPIO/Makefile +++ b/Examples/MAX32680/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/GPIO/main.c b/Examples/MAX32680/GPIO/main.c index adc2d0b50d9..36c1dd1a072 100644 --- a/Examples/MAX32680/GPIO/main.c +++ b/Examples/MAX32680/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/HART_UART/Makefile b/Examples/MAX32680/HART_UART/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/HART_UART/Makefile +++ b/Examples/MAX32680/HART_UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/HART_UART/main.c b/Examples/MAX32680/HART_UART/main.c index 9982d1f174b..2fa157c7d46 100644 --- a/Examples/MAX32680/HART_UART/main.c +++ b/Examples/MAX32680/HART_UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Hello_World-riscv/Makefile b/Examples/MAX32680/Hello_World-riscv/Makefile index 0eeb8fba465..6f99dda6bd3 100644 --- a/Examples/MAX32680/Hello_World-riscv/Makefile +++ b/Examples/MAX32680/Hello_World-riscv/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## ifeq "$(PROJECT)" "" PROJECT=max32680 diff --git a/Examples/MAX32680/Hello_World-riscv/Makefile.ARM b/Examples/MAX32680/Hello_World-riscv/Makefile.ARM index b9d49ea89e8..84e3af201e6 100644 --- a/Examples/MAX32680/Hello_World-riscv/Makefile.ARM +++ b/Examples/MAX32680/Hello_World-riscv/Makefile.ARM @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX32680/Hello_World-riscv/Makefile.RISCV b/Examples/MAX32680/Hello_World-riscv/Makefile.RISCV index 749f351a37a..e75267f82e6 100644 --- a/Examples/MAX32680/Hello_World-riscv/Makefile.RISCV +++ b/Examples/MAX32680/Hello_World-riscv/Makefile.RISCV @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX32680/Hello_World-riscv/main.c b/Examples/MAX32680/Hello_World-riscv/main.c index ad68fc68cdc..05c24a035fe 100644 --- a/Examples/MAX32680/Hello_World-riscv/main.c +++ b/Examples/MAX32680/Hello_World-riscv/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Hello_World-riscv/main_riscv.c b/Examples/MAX32680/Hello_World-riscv/main_riscv.c index d44565df65a..4b0bd2ddff6 100644 --- a/Examples/MAX32680/Hello_World-riscv/main_riscv.c +++ b/Examples/MAX32680/Hello_World-riscv/main_riscv.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Hello_World/Makefile b/Examples/MAX32680/Hello_World/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Hello_World/Makefile +++ b/Examples/MAX32680/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Hello_World/main.c b/Examples/MAX32680/Hello_World/main.c index 90fa908fac8..26c909b56ac 100644 --- a/Examples/MAX32680/Hello_World/main.c +++ b/Examples/MAX32680/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Hello_World_Cpp/Makefile b/Examples/MAX32680/Hello_World_Cpp/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Hello_World_Cpp/Makefile +++ b/Examples/MAX32680/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Hello_World_Cpp/main.cpp b/Examples/MAX32680/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32680/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32680/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C/Makefile b/Examples/MAX32680/I2C/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/I2C/Makefile +++ b/Examples/MAX32680/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/I2C/main.c b/Examples/MAX32680/I2C/main.c index a442856629a..aff722e3b6b 100644 --- a/Examples/MAX32680/I2C/main.c +++ b/Examples/MAX32680/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32680/I2C_MNGR/FreeRTOSConfig.h index ac2926c353a..ad564924af8 100644 --- a/Examples/MAX32680/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32680/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_MNGR/Makefile b/Examples/MAX32680/I2C_MNGR/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/I2C_MNGR/Makefile +++ b/Examples/MAX32680/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.h index 5bbd1550939..7dff5067077 100644 --- a/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32680/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_MNGR/main.c b/Examples/MAX32680/I2C_MNGR/main.c index eade5da754b..46fd23c690d 100644 --- a/Examples/MAX32680/I2C_MNGR/main.c +++ b/Examples/MAX32680/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_SCAN/Makefile b/Examples/MAX32680/I2C_SCAN/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/I2C_SCAN/Makefile +++ b/Examples/MAX32680/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/I2C_SCAN/main.c b/Examples/MAX32680/I2C_SCAN/main.c index 11e2e952e52..03fb1272db5 100644 --- a/Examples/MAX32680/I2C_SCAN/main.c +++ b/Examples/MAX32680/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2C_Sensor/Makefile b/Examples/MAX32680/I2C_Sensor/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/I2C_Sensor/Makefile +++ b/Examples/MAX32680/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/I2C_Sensor/main.c b/Examples/MAX32680/I2C_Sensor/main.c index bd51b3af76a..719ffd6bf11 100644 --- a/Examples/MAX32680/I2C_Sensor/main.c +++ b/Examples/MAX32680/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/I2S/Makefile b/Examples/MAX32680/I2S/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/I2S/Makefile +++ b/Examples/MAX32680/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/I2S/main.c b/Examples/MAX32680/I2S/main.c index 7ffb7697b87..38c48331aef 100644 --- a/Examples/MAX32680/I2S/main.c +++ b/Examples/MAX32680/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/ICC/Makefile b/Examples/MAX32680/ICC/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/ICC/Makefile +++ b/Examples/MAX32680/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/ICC/main.c b/Examples/MAX32680/ICC/main.c index f927e15f847..8284829e592 100644 --- a/Examples/MAX32680/ICC/main.c +++ b/Examples/MAX32680/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/LP/Makefile b/Examples/MAX32680/LP/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/LP/Makefile +++ b/Examples/MAX32680/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/LP/main.c b/Examples/MAX32680/LP/main.c index cfccd86ff26..b7cd81e32e4 100644 --- a/Examples/MAX32680/LP/main.c +++ b/Examples/MAX32680/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Library_Generate/Makefile b/Examples/MAX32680/Library_Generate/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Library_Generate/Makefile +++ b/Examples/MAX32680/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Library_Generate/gpiolib.c b/Examples/MAX32680/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32680/Library_Generate/gpiolib.c +++ b/Examples/MAX32680/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Library_Generate/gpiolib.h b/Examples/MAX32680/Library_Generate/gpiolib.h index 932ea994dad..288a22c720b 100644 --- a/Examples/MAX32680/Library_Generate/gpiolib.h +++ b/Examples/MAX32680/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Library_Use/Makefile b/Examples/MAX32680/Library_Use/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Library_Use/Makefile +++ b/Examples/MAX32680/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Library_Use/lib/include/gpiolib.h b/Examples/MAX32680/Library_Use/lib/include/gpiolib.h index f92dae5e649..8fa38a8d7f1 100644 --- a/Examples/MAX32680/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32680/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Library_Use/main.c b/Examples/MAX32680/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32680/Library_Use/main.c +++ b/Examples/MAX32680/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Pulse_Train/Makefile b/Examples/MAX32680/Pulse_Train/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Pulse_Train/Makefile +++ b/Examples/MAX32680/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Pulse_Train/main.c b/Examples/MAX32680/Pulse_Train/main.c index 08956b8555a..ff57b6f198c 100644 --- a/Examples/MAX32680/Pulse_Train/main.c +++ b/Examples/MAX32680/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/RV_ARM_Loader/Makefile b/Examples/MAX32680/RV_ARM_Loader/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/RV_ARM_Loader/Makefile +++ b/Examples/MAX32680/RV_ARM_Loader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/RV_ARM_Loader/main.c b/Examples/MAX32680/RV_ARM_Loader/main.c index ea70af931df..2ff41d5d1e1 100644 --- a/Examples/MAX32680/RV_ARM_Loader/main.c +++ b/Examples/MAX32680/RV_ARM_Loader/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/SPI/Makefile b/Examples/MAX32680/SPI/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/SPI/Makefile +++ b/Examples/MAX32680/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/SPI/main.c b/Examples/MAX32680/SPI/main.c index 1a6c43cd13c..8872c02a945 100644 --- a/Examples/MAX32680/SPI/main.c +++ b/Examples/MAX32680/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/TMR/Makefile b/Examples/MAX32680/TMR/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/TMR/Makefile +++ b/Examples/MAX32680/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/TMR/main.c b/Examples/MAX32680/TMR/main.c index bc9c676f62c..0f339f6df92 100644 --- a/Examples/MAX32680/TMR/main.c +++ b/Examples/MAX32680/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/TRNG/Makefile b/Examples/MAX32680/TRNG/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/TRNG/Makefile +++ b/Examples/MAX32680/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/TRNG/main.c b/Examples/MAX32680/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX32680/TRNG/main.c +++ b/Examples/MAX32680/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Temp_Monitor/Makefile b/Examples/MAX32680/Temp_Monitor/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Temp_Monitor/Makefile +++ b/Examples/MAX32680/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Temp_Monitor/main.c b/Examples/MAX32680/Temp_Monitor/main.c index e1aef078c43..8d0189993d6 100644 --- a/Examples/MAX32680/Temp_Monitor/main.c +++ b/Examples/MAX32680/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Temp_Monitor/temp_monitor.c b/Examples/MAX32680/Temp_Monitor/temp_monitor.c index 0d25a875572..b36557030a4 100644 --- a/Examples/MAX32680/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32680/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Temp_Monitor/temp_monitor.h b/Examples/MAX32680/Temp_Monitor/temp_monitor.h index ead32964039..c498b3edb76 100644 --- a/Examples/MAX32680/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32680/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/UART/Makefile b/Examples/MAX32680/UART/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/UART/Makefile +++ b/Examples/MAX32680/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/UART/main.c b/Examples/MAX32680/UART/main.c index 2461a2de00c..e265f6bc963 100644 --- a/Examples/MAX32680/UART/main.c +++ b/Examples/MAX32680/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WUT/Makefile b/Examples/MAX32680/WUT/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/WUT/Makefile +++ b/Examples/MAX32680/WUT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/WUT/main.c b/Examples/MAX32680/WUT/main.c index 61f4393f11b..92c4131f44c 100644 --- a/Examples/MAX32680/WUT/main.c +++ b/Examples/MAX32680/WUT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/Watchdog/Makefile b/Examples/MAX32680/Watchdog/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/Watchdog/Makefile +++ b/Examples/MAX32680/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/Watchdog/main.c b/Examples/MAX32680/Watchdog/main.c index 1e126c2f46c..32a03bc6e32 100644 --- a/Examples/MAX32680/Watchdog/main.c +++ b/Examples/MAX32680/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/Makefile b/Examples/MAX32680/WearLeveling/Makefile index ed22e913bc6..8d47a017cd5 100644 --- a/Examples/MAX32680/WearLeveling/Makefile +++ b/Examples/MAX32680/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32680/WearLeveling/include/cli.h b/Examples/MAX32680/WearLeveling/include/cli.h index b90929cbe22..bc36135dfe2 100644 --- a/Examples/MAX32680/WearLeveling/include/cli.h +++ b/Examples/MAX32680/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/include/file.h b/Examples/MAX32680/WearLeveling/include/file.h index 4f51aca0624..a866787fcbb 100644 --- a/Examples/MAX32680/WearLeveling/include/file.h +++ b/Examples/MAX32680/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/include/flash.h b/Examples/MAX32680/WearLeveling/include/flash.h index 0213427396d..944e313c04e 100644 --- a/Examples/MAX32680/WearLeveling/include/flash.h +++ b/Examples/MAX32680/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/include/main.h b/Examples/MAX32680/WearLeveling/include/main.h index ec438a40e23..dd09f2dcd2c 100644 --- a/Examples/MAX32680/WearLeveling/include/main.h +++ b/Examples/MAX32680/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/main.c b/Examples/MAX32680/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32680/WearLeveling/main.c +++ b/Examples/MAX32680/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/src/cli.c b/Examples/MAX32680/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32680/WearLeveling/src/cli.c +++ b/Examples/MAX32680/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/src/file.c b/Examples/MAX32680/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32680/WearLeveling/src/file.c +++ b/Examples/MAX32680/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32680/WearLeveling/src/flash.c b/Examples/MAX32680/WearLeveling/src/flash.c index e48065cec60..fa903f1966b 100644 --- a/Examples/MAX32680/WearLeveling/src/flash.c +++ b/Examples/MAX32680/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/ADC/Makefile b/Examples/MAX32690/ADC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/ADC/Makefile +++ b/Examples/MAX32690/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ADC/main.c b/Examples/MAX32690/ADC/main.c index d5d7f6006b2..286c4e9e044 100644 --- a/Examples/MAX32690/ADC/main.c +++ b/Examples/MAX32690/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile index ddfc7b2bf21..d1c9af071a5 100644 --- a/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE4_ctr/Makefile b/Examples/MAX32690/BLE4_ctr/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE4_ctr/Makefile +++ b/Examples/MAX32690/BLE4_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE5_ctr/Makefile b/Examples/MAX32690/BLE5_ctr/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE5_ctr/Makefile +++ b/Examples/MAX32690/BLE5_ctr/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_FreeRTOS/FreeRTOSConfig.h b/Examples/MAX32690/BLE_FreeRTOS/FreeRTOSConfig.h index d4c01bdef74..df8065e6914 100644 --- a/Examples/MAX32690/BLE_FreeRTOS/FreeRTOSConfig.h +++ b/Examples/MAX32690/BLE_FreeRTOS/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_FreeRTOS/Makefile b/Examples/MAX32690/BLE_FreeRTOS/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32690/BLE_FreeRTOS/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_FreeRTOS/freertos_tickless.c b/Examples/MAX32690/BLE_FreeRTOS/freertos_tickless.c index b67cc987782..d669b73fefc 100644 --- a/Examples/MAX32690/BLE_FreeRTOS/freertos_tickless.c +++ b/Examples/MAX32690/BLE_FreeRTOS/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_FreeRTOS/main.c b/Examples/MAX32690/BLE_FreeRTOS/main.c index 85e20df1576..799866ff054 100644 --- a/Examples/MAX32690/BLE_FreeRTOS/main.c +++ b/Examples/MAX32690/BLE_FreeRTOS/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_datc/Makefile b/Examples/MAX32690/BLE_datc/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_datc/Makefile +++ b/Examples/MAX32690/BLE_datc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_datc/sdsc_api.h b/Examples/MAX32690/BLE_datc/sdsc_api.h index 58502dee8e3..524cbf3d1eb 100644 --- a/Examples/MAX32690/BLE_datc/sdsc_api.h +++ b/Examples/MAX32690/BLE_datc/sdsc_api.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_datc/sdsc_main.c b/Examples/MAX32690/BLE_datc/sdsc_main.c index b20cdced9cd..c5a7e3e250a 100644 --- a/Examples/MAX32690/BLE_datc/sdsc_main.c +++ b/Examples/MAX32690/BLE_datc/sdsc_main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_dats/Makefile b/Examples/MAX32690/BLE_dats/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_dats/Makefile +++ b/Examples/MAX32690/BLE_dats/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_dats/services/svc_sds.c b/Examples/MAX32690/BLE_dats/services/svc_sds.c index 1b5127215b0..c9a1eefa123 100644 --- a/Examples/MAX32690/BLE_dats/services/svc_sds.c +++ b/Examples/MAX32690/BLE_dats/services/svc_sds.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_dats/services/svc_sds.h b/Examples/MAX32690/BLE_dats/services/svc_sds.h index 051e7d8da1a..928d22d6438 100644 --- a/Examples/MAX32690/BLE_dats/services/svc_sds.h +++ b/Examples/MAX32690/BLE_dats/services/svc_sds.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_fcc/Makefile b/Examples/MAX32690/BLE_fcc/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_fcc/Makefile +++ b/Examples/MAX32690/BLE_fcc/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_fit/Makefile b/Examples/MAX32690/BLE_fit/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_fit/Makefile +++ b/Examples/MAX32690/BLE_fit/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_mcs/Makefile b/Examples/MAX32690/BLE_mcs/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_mcs/Makefile +++ b/Examples/MAX32690/BLE_mcs/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_otac/Makefile b/Examples/MAX32690/BLE_otac/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_otac/Makefile +++ b/Examples/MAX32690/BLE_otac/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_otas/Makefile b/Examples/MAX32690/BLE_otas/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_otas/Makefile +++ b/Examples/MAX32690/BLE_otas/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/BLE_otas/ota.ld b/Examples/MAX32690/BLE_otas/ota.ld index 1cc52413d40..dfd030fad60 100644 --- a/Examples/MAX32690/BLE_otas/ota.ld +++ b/Examples/MAX32690/BLE_otas/ota.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/BLE_periph/Makefile b/Examples/MAX32690/BLE_periph/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/BLE_periph/Makefile +++ b/Examples/MAX32690/BLE_periph/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Bootloader/Makefile b/Examples/MAX32690/Bootloader/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Bootloader/Makefile +++ b/Examples/MAX32690/Bootloader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Bootloader/boot_lower.S b/Examples/MAX32690/Bootloader/boot_lower.S index 401c381f915..1277c73699d 100644 --- a/Examples/MAX32690/Bootloader/boot_lower.S +++ b/Examples/MAX32690/Bootloader/boot_lower.S @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Bootloader/bootloader.ld b/Examples/MAX32690/Bootloader/bootloader.ld index 797ecbe1353..1f363dd313c 100644 --- a/Examples/MAX32690/Bootloader/bootloader.ld +++ b/Examples/MAX32690/Bootloader/bootloader.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Bootloader/main.c b/Examples/MAX32690/Bootloader/main.c index e057405df38..572bc1d3b2c 100644 --- a/Examples/MAX32690/Bootloader/main.c +++ b/Examples/MAX32690/Bootloader/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/CAN/Makefile b/Examples/MAX32690/CAN/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/CAN/Makefile +++ b/Examples/MAX32690/CAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/CAN/main.c b/Examples/MAX32690/CAN/main.c index 686eb777b3e..a32f748dc04 100644 --- a/Examples/MAX32690/CAN/main.c +++ b/Examples/MAX32690/CAN/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/CRC/Makefile b/Examples/MAX32690/CRC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/CRC/Makefile +++ b/Examples/MAX32690/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/CRC/main.c b/Examples/MAX32690/CRC/main.c index 7195c4ce65c..a60a2d22fc0 100644 --- a/Examples/MAX32690/CRC/main.c +++ b/Examples/MAX32690/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/CTB_AES/Makefile b/Examples/MAX32690/CTB_AES/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/CTB_AES/Makefile +++ b/Examples/MAX32690/CTB_AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/CTB_AES/main.c b/Examples/MAX32690/CTB_AES/main.c index 223fbdce770..f900d2eec34 100644 --- a/Examples/MAX32690/CTB_AES/main.c +++ b/Examples/MAX32690/CTB_AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Coremark/Makefile b/Examples/MAX32690/Coremark/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Coremark/Makefile +++ b/Examples/MAX32690/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/DMA/Makefile b/Examples/MAX32690/DMA/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/DMA/Makefile +++ b/Examples/MAX32690/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/DMA/main.c b/Examples/MAX32690/DMA/main.c index 830bde4c743..5653fcc3147 100644 --- a/Examples/MAX32690/DMA/main.c +++ b/Examples/MAX32690/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/EEPROM_Emulator/Makefile b/Examples/MAX32690/EEPROM_Emulator/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/EEPROM_Emulator/Makefile +++ b/Examples/MAX32690/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/EEPROM_Emulator/include/cache.h b/Examples/MAX32690/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX32690/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX32690/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/EEPROM_Emulator/include/eeprom.h b/Examples/MAX32690/EEPROM_Emulator/include/eeprom.h index aac9b08ff9b..124198dc671 100644 --- a/Examples/MAX32690/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX32690/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/EEPROM_Emulator/main.c b/Examples/MAX32690/EEPROM_Emulator/main.c index abdce676bf3..43fb256e4de 100644 --- a/Examples/MAX32690/EEPROM_Emulator/main.c +++ b/Examples/MAX32690/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/EEPROM_Emulator/src/cache.c b/Examples/MAX32690/EEPROM_Emulator/src/cache.c index 8fcebd42841..87a0b5540f9 100644 --- a/Examples/MAX32690/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX32690/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/EEPROM_Emulator/src/eeprom.c b/Examples/MAX32690/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX32690/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX32690/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Flash/Makefile b/Examples/MAX32690/Flash/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Flash/Makefile +++ b/Examples/MAX32690/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Flash/main.c b/Examples/MAX32690/Flash/main.c index 8d69a211000..ce0e5b2a057 100644 --- a/Examples/MAX32690/Flash/main.c +++ b/Examples/MAX32690/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX32690/Flash_CLI/FreeRTOSConfig.h index 37af39fb0a5..726c4bf94bf 100644 --- a/Examples/MAX32690/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX32690/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Flash_CLI/Makefile b/Examples/MAX32690/Flash_CLI/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Flash_CLI/Makefile +++ b/Examples/MAX32690/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Flash_CLI/definitions.h b/Examples/MAX32690/Flash_CLI/definitions.h index 9c62f01bfb6..ad22d62ef5a 100644 --- a/Examples/MAX32690/Flash_CLI/definitions.h +++ b/Examples/MAX32690/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Flash_CLI/main.c b/Examples/MAX32690/Flash_CLI/main.c index 10dc047af2a..19a30aa9d7a 100644 --- a/Examples/MAX32690/Flash_CLI/main.c +++ b/Examples/MAX32690/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX32690/FreeRTOSDemo/FreeRTOSConfig.h index a8aba4795ef..4c88b28910e 100644 --- a/Examples/MAX32690/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX32690/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/FreeRTOSDemo/Makefile b/Examples/MAX32690/FreeRTOSDemo/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/FreeRTOSDemo/Makefile +++ b/Examples/MAX32690/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX32690/FreeRTOSDemo/freertos_tickless.c index a8c3a5c508d..8f0495c673a 100644 --- a/Examples/MAX32690/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX32690/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/FreeRTOSDemo/main.c b/Examples/MAX32690/FreeRTOSDemo/main.c index 5a95c9f4609..2b255a03c39 100644 --- a/Examples/MAX32690/FreeRTOSDemo/main.c +++ b/Examples/MAX32690/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/GPIO/Makefile b/Examples/MAX32690/GPIO/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/GPIO/Makefile +++ b/Examples/MAX32690/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/GPIO/main.c b/Examples/MAX32690/GPIO/main.c index 28396a60f2e..6510a6a29cf 100644 --- a/Examples/MAX32690/GPIO/main.c +++ b/Examples/MAX32690/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/HBMC/Makefile b/Examples/MAX32690/HBMC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/HBMC/Makefile +++ b/Examples/MAX32690/HBMC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/HBMC/main.c b/Examples/MAX32690/HBMC/main.c index a3e2555b694..02211b02f32 100644 --- a/Examples/MAX32690/HBMC/main.c +++ b/Examples/MAX32690/HBMC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/HBMC/ramfunc.c b/Examples/MAX32690/HBMC/ramfunc.c index 4f22dc2eb2c..189eaaa767d 100644 --- a/Examples/MAX32690/HBMC/ramfunc.c +++ b/Examples/MAX32690/HBMC/ramfunc.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Hash/Makefile b/Examples/MAX32690/Hash/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Hash/Makefile +++ b/Examples/MAX32690/Hash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Hash/main.c b/Examples/MAX32690/Hash/main.c index aec0e4e9d42..92d0be383c2 100644 --- a/Examples/MAX32690/Hash/main.c +++ b/Examples/MAX32690/Hash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Hello_World/Makefile b/Examples/MAX32690/Hello_World/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Hello_World/Makefile +++ b/Examples/MAX32690/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Hello_World/main.c b/Examples/MAX32690/Hello_World/main.c index 90fa908fac8..26c909b56ac 100644 --- a/Examples/MAX32690/Hello_World/main.c +++ b/Examples/MAX32690/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Hello_World_Cpp/Makefile b/Examples/MAX32690/Hello_World_Cpp/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Hello_World_Cpp/Makefile +++ b/Examples/MAX32690/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Hello_World_Cpp/main.cpp b/Examples/MAX32690/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX32690/Hello_World_Cpp/main.cpp +++ b/Examples/MAX32690/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C/Makefile b/Examples/MAX32690/I2C/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/I2C/Makefile +++ b/Examples/MAX32690/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/I2C/main.c b/Examples/MAX32690/I2C/main.c index f2db68c9437..1f93c1e6619 100644 --- a/Examples/MAX32690/I2C/main.c +++ b/Examples/MAX32690/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX32690/I2C_MNGR/FreeRTOSConfig.h index a31cbf1db76..145d7acead9 100644 --- a/Examples/MAX32690/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX32690/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_MNGR/Makefile b/Examples/MAX32690/I2C_MNGR/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/I2C_MNGR/Makefile +++ b/Examples/MAX32690/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.h index e89015ef5fd..ed42bed8fab 100644 --- a/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX32690/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_MNGR/main.c b/Examples/MAX32690/I2C_MNGR/main.c index 333a6951f10..4e4e71a1aa2 100644 --- a/Examples/MAX32690/I2C_MNGR/main.c +++ b/Examples/MAX32690/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_SCAN/Makefile b/Examples/MAX32690/I2C_SCAN/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/I2C_SCAN/Makefile +++ b/Examples/MAX32690/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/I2C_SCAN/main.c b/Examples/MAX32690/I2C_SCAN/main.c index 3957c6cb05d..4e6aa306041 100644 --- a/Examples/MAX32690/I2C_SCAN/main.c +++ b/Examples/MAX32690/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2C_Sensor/Makefile b/Examples/MAX32690/I2C_Sensor/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/I2C_Sensor/Makefile +++ b/Examples/MAX32690/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/I2C_Sensor/main.c b/Examples/MAX32690/I2C_Sensor/main.c index 054dd52105a..72421d3205d 100644 --- a/Examples/MAX32690/I2C_Sensor/main.c +++ b/Examples/MAX32690/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/I2S/Makefile b/Examples/MAX32690/I2S/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/I2S/Makefile +++ b/Examples/MAX32690/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/I2S/main.c b/Examples/MAX32690/I2S/main.c index 46a6a378d75..f981667f168 100644 --- a/Examples/MAX32690/I2S/main.c +++ b/Examples/MAX32690/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/ICC/Makefile b/Examples/MAX32690/ICC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/ICC/Makefile +++ b/Examples/MAX32690/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/ICC/main.c b/Examples/MAX32690/ICC/main.c index f927e15f847..8284829e592 100644 --- a/Examples/MAX32690/ICC/main.c +++ b/Examples/MAX32690/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/LP/Makefile b/Examples/MAX32690/LP/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/LP/Makefile +++ b/Examples/MAX32690/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/LP/lp.ld b/Examples/MAX32690/LP/lp.ld index dc5956f62e0..d23e33b7d26 100644 --- a/Examples/MAX32690/LP/lp.ld +++ b/Examples/MAX32690/LP/lp.ld @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/LP/main.c b/Examples/MAX32690/LP/main.c index b3f530c6713..fe512546ffd 100644 --- a/Examples/MAX32690/LP/main.c +++ b/Examples/MAX32690/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/LPCMP/Makefile b/Examples/MAX32690/LPCMP/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/LPCMP/Makefile +++ b/Examples/MAX32690/LPCMP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/LPCMP/main.c b/Examples/MAX32690/LPCMP/main.c index 3e22f723ef9..bdee3bd4c01 100644 --- a/Examples/MAX32690/LPCMP/main.c +++ b/Examples/MAX32690/LPCMP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Library_Generate/Makefile b/Examples/MAX32690/Library_Generate/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Library_Generate/Makefile +++ b/Examples/MAX32690/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Library_Generate/gpiolib.c b/Examples/MAX32690/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX32690/Library_Generate/gpiolib.c +++ b/Examples/MAX32690/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Library_Generate/gpiolib.h b/Examples/MAX32690/Library_Generate/gpiolib.h index 8763aa24725..0835946a679 100644 --- a/Examples/MAX32690/Library_Generate/gpiolib.h +++ b/Examples/MAX32690/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Library_Use/Makefile b/Examples/MAX32690/Library_Use/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Library_Use/Makefile +++ b/Examples/MAX32690/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Library_Use/lib/include/gpiolib.h b/Examples/MAX32690/Library_Use/lib/include/gpiolib.h index 7333d11d9f7..d06e69ea379 100644 --- a/Examples/MAX32690/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX32690/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Library_Use/main.c b/Examples/MAX32690/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX32690/Library_Use/main.c +++ b/Examples/MAX32690/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Pulse_Train/Makefile b/Examples/MAX32690/Pulse_Train/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Pulse_Train/Makefile +++ b/Examples/MAX32690/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Pulse_Train/main.c b/Examples/MAX32690/Pulse_Train/main.c index fb2505c5d11..83169a81bb1 100644 --- a/Examples/MAX32690/Pulse_Train/main.c +++ b/Examples/MAX32690/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/RF_Test/FreeRTOSConfig.h b/Examples/MAX32690/RF_Test/FreeRTOSConfig.h index f927e494476..7b85574ae99 100644 --- a/Examples/MAX32690/RF_Test/FreeRTOSConfig.h +++ b/Examples/MAX32690/RF_Test/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/RF_Test/Makefile b/Examples/MAX32690/RF_Test/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/RF_Test/Makefile +++ b/Examples/MAX32690/RF_Test/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/RF_Test/freertos_tickless.c b/Examples/MAX32690/RF_Test/freertos_tickless.c index b67cc987782..d669b73fefc 100644 --- a/Examples/MAX32690/RF_Test/freertos_tickless.c +++ b/Examples/MAX32690/RF_Test/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/RTC/Makefile b/Examples/MAX32690/RTC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/RTC/Makefile +++ b/Examples/MAX32690/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/RTC/main.c b/Examples/MAX32690/RTC/main.c index ce53949891f..31bc21041dd 100644 --- a/Examples/MAX32690/RTC/main.c +++ b/Examples/MAX32690/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/RTC_Backup/Makefile b/Examples/MAX32690/RTC_Backup/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/RTC_Backup/Makefile +++ b/Examples/MAX32690/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/RTC_Backup/main.c b/Examples/MAX32690/RTC_Backup/main.c index bce40754a96..f48d4a57ca1 100644 --- a/Examples/MAX32690/RTC_Backup/main.c +++ b/Examples/MAX32690/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/RV_ARM_Loader/Makefile b/Examples/MAX32690/RV_ARM_Loader/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/RV_ARM_Loader/Makefile +++ b/Examples/MAX32690/RV_ARM_Loader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/RV_ARM_Loader/main.c b/Examples/MAX32690/RV_ARM_Loader/main.c index c6ba02a877b..001b5990c95 100644 --- a/Examples/MAX32690/RV_ARM_Loader/main.c +++ b/Examples/MAX32690/RV_ARM_Loader/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/SCPA_OTP_Dump/Makefile b/Examples/MAX32690/SCPA_OTP_Dump/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32690/SCPA_OTP_Dump/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/SCPA_OTP_Dump/main.c b/Examples/MAX32690/SCPA_OTP_Dump/main.c index c0b15107995..b2f87196471 100644 --- a/Examples/MAX32690/SCPA_OTP_Dump/main.c +++ b/Examples/MAX32690/SCPA_OTP_Dump/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/SCPA_OTP_Dump/utils.c b/Examples/MAX32690/SCPA_OTP_Dump/utils.c index 3a84ee68f25..f3df5364eb6 100644 --- a/Examples/MAX32690/SCPA_OTP_Dump/utils.c +++ b/Examples/MAX32690/SCPA_OTP_Dump/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/SCPA_OTP_Dump/utils.h b/Examples/MAX32690/SCPA_OTP_Dump/utils.h index 94742822f2e..7e08b2bd304 100644 --- a/Examples/MAX32690/SCPA_OTP_Dump/utils.h +++ b/Examples/MAX32690/SCPA_OTP_Dump/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/SPI/Makefile b/Examples/MAX32690/SPI/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/SPI/Makefile +++ b/Examples/MAX32690/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/SPI/main.c b/Examples/MAX32690/SPI/main.c index d6b047afce5..ebd348fe423 100644 --- a/Examples/MAX32690/SPI/main.c +++ b/Examples/MAX32690/SPI/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TFT_Demo/Makefile b/Examples/MAX32690/TFT_Demo/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/TFT_Demo/Makefile +++ b/Examples/MAX32690/TFT_Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/TFT_Demo/main.c b/Examples/MAX32690/TFT_Demo/main.c index 03fecd4b820..bce0bb70954 100644 --- a/Examples/MAX32690/TFT_Demo/main.c +++ b/Examples/MAX32690/TFT_Demo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TFT_Demo/resources/bitmap.h b/Examples/MAX32690/TFT_Demo/resources/bitmap.h index d385d7cae8b..eb4a1705cbd 100644 --- a/Examples/MAX32690/TFT_Demo/resources/bitmap.h +++ b/Examples/MAX32690/TFT_Demo/resources/bitmap.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/bmp2c.py b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/bmp2c.py +++ b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/image_rgb565.c b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/image_rgb565.c index 250d80a0e26..ea90c49926c 100644 --- a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/image_rgb565.c +++ b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/image_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/template.txt b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/template.txt +++ b/Examples/MAX32690/TFT_Demo/resources/tft_demo/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TFT_Demo/resources/tft_demo/logo_rgb565.c b/Examples/MAX32690/TFT_Demo/resources/tft_demo/logo_rgb565.c index 8aeb67ba8fd..c84cb274ca6 100644 --- a/Examples/MAX32690/TFT_Demo/resources/tft_demo/logo_rgb565.c +++ b/Examples/MAX32690/TFT_Demo/resources/tft_demo/logo_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TMR/Makefile b/Examples/MAX32690/TMR/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/TMR/Makefile +++ b/Examples/MAX32690/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/TMR/main.c b/Examples/MAX32690/TMR/main.c index 32f8a43a2a0..c99efca5ed7 100644 --- a/Examples/MAX32690/TMR/main.c +++ b/Examples/MAX32690/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/TRNG/Makefile b/Examples/MAX32690/TRNG/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/TRNG/Makefile +++ b/Examples/MAX32690/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/TRNG/main.c b/Examples/MAX32690/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX32690/TRNG/main.c +++ b/Examples/MAX32690/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Temp_Monitor/Makefile b/Examples/MAX32690/Temp_Monitor/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Temp_Monitor/Makefile +++ b/Examples/MAX32690/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Temp_Monitor/main.c b/Examples/MAX32690/Temp_Monitor/main.c index d715b944f67..562b21a7d73 100644 --- a/Examples/MAX32690/Temp_Monitor/main.c +++ b/Examples/MAX32690/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Temp_Monitor/temp_monitor.c b/Examples/MAX32690/Temp_Monitor/temp_monitor.c index 2b167c709e4..0cbd326c7bb 100644 --- a/Examples/MAX32690/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX32690/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Temp_Monitor/temp_monitor.h b/Examples/MAX32690/Temp_Monitor/temp_monitor.h index 6c795b5f1de..caa9a5b18a5 100644 --- a/Examples/MAX32690/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX32690/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/UART/Makefile b/Examples/MAX32690/UART/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/UART/Makefile +++ b/Examples/MAX32690/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/UART/main.c b/Examples/MAX32690/UART/main.c index 2db8339e65c..9d03ab46fea 100644 --- a/Examples/MAX32690/UART/main.c +++ b/Examples/MAX32690/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/UCL/Makefile b/Examples/MAX32690/UCL/Makefile index 09922e13b5e..96f2d40fc48 100644 --- a/Examples/MAX32690/UCL/Makefile +++ b/Examples/MAX32690/UCL/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_CDCACM/Makefile b/Examples/MAX32690/USB_CDCACM/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/USB_CDCACM/Makefile +++ b/Examples/MAX32690/USB_CDCACM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_CDCACM/descriptors.h b/Examples/MAX32690/USB_CDCACM/descriptors.h index b3790e01fba..5e3091e7d4d 100644 --- a/Examples/MAX32690/USB_CDCACM/descriptors.h +++ b/Examples/MAX32690/USB_CDCACM/descriptors.h @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CDCACM/main.c b/Examples/MAX32690/USB_CDCACM/main.c index a81687805fc..9fd12cddc8e 100644 --- a/Examples/MAX32690/USB_CDCACM/main.c +++ b/Examples/MAX32690/USB_CDCACM/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/descriptors.h b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/descriptors.h index c846adb3e0a..d4cac3dc830 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/descriptors.h +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/main.c b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/main.c index 345d4d6ca28..ba6d6983f0a 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/main.c +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.c b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.c index 3359ce15efa..4c315474917 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.c +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.h b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.h index 41b738071e6..183ac57b05e 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.h +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_CDC/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/descriptors.h b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/descriptors.h index eb3bdfd6a10..35210cbf21d 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/descriptors.h +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/main.c b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/main.c index b506a70e1b5..5c7792b2125 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/main.c +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.c b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.c index 3359ce15efa..4c315474917 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.c +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.h b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.h index eb2640fedd1..6599e37c782 100644 --- a/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.h +++ b/Examples/MAX32690/USB_CompositeDevice_MSC_HID/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_HIDKeyboard/Makefile b/Examples/MAX32690/USB_HIDKeyboard/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32690/USB_HIDKeyboard/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_HIDKeyboard/descriptors.h b/Examples/MAX32690/USB_HIDKeyboard/descriptors.h index 3a1f0db3f50..f4da7d5ad34 100644 --- a/Examples/MAX32690/USB_HIDKeyboard/descriptors.h +++ b/Examples/MAX32690/USB_HIDKeyboard/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_HIDKeyboard/main.c b/Examples/MAX32690/USB_HIDKeyboard/main.c index 8b82e7651db..432548906e7 100644 --- a/Examples/MAX32690/USB_HIDKeyboard/main.c +++ b/Examples/MAX32690/USB_HIDKeyboard/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_MassStorage/Makefile b/Examples/MAX32690/USB_MassStorage/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/USB_MassStorage/Makefile +++ b/Examples/MAX32690/USB_MassStorage/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/USB_MassStorage/descriptors.h b/Examples/MAX32690/USB_MassStorage/descriptors.h index ab49dc1bbde..a6145f5027d 100644 --- a/Examples/MAX32690/USB_MassStorage/descriptors.h +++ b/Examples/MAX32690/USB_MassStorage/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_MassStorage/main.c b/Examples/MAX32690/USB_MassStorage/main.c index a8285caa9a7..941365080ea 100644 --- a/Examples/MAX32690/USB_MassStorage/main.c +++ b/Examples/MAX32690/USB_MassStorage/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_MassStorage/mscmem.c b/Examples/MAX32690/USB_MassStorage/mscmem.c index 60a0c98700c..b50494a3d5f 100644 --- a/Examples/MAX32690/USB_MassStorage/mscmem.c +++ b/Examples/MAX32690/USB_MassStorage/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/USB_MassStorage/mscmem.h b/Examples/MAX32690/USB_MassStorage/mscmem.h index 020c37d3306..945049f80a0 100644 --- a/Examples/MAX32690/USB_MassStorage/mscmem.h +++ b/Examples/MAX32690/USB_MassStorage/mscmem.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WUT/Makefile b/Examples/MAX32690/WUT/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/WUT/Makefile +++ b/Examples/MAX32690/WUT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/WUT/main.c b/Examples/MAX32690/WUT/main.c index 8a2889e6830..4cc690008e9 100644 --- a/Examples/MAX32690/WUT/main.c +++ b/Examples/MAX32690/WUT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/Watchdog/Makefile b/Examples/MAX32690/Watchdog/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/Watchdog/Makefile +++ b/Examples/MAX32690/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/Watchdog/main.c b/Examples/MAX32690/Watchdog/main.c index 2807805b4c1..c2f41d29405 100644 --- a/Examples/MAX32690/Watchdog/main.c +++ b/Examples/MAX32690/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/Makefile b/Examples/MAX32690/WearLeveling/Makefile index 6a02bf53c6c..14fd4448186 100644 --- a/Examples/MAX32690/WearLeveling/Makefile +++ b/Examples/MAX32690/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX32690/WearLeveling/include/cli.h b/Examples/MAX32690/WearLeveling/include/cli.h index 719eef372fc..2cd8e9ae3dc 100644 --- a/Examples/MAX32690/WearLeveling/include/cli.h +++ b/Examples/MAX32690/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/include/file.h b/Examples/MAX32690/WearLeveling/include/file.h index 9bd7f2ff96b..1e0e6fcf922 100644 --- a/Examples/MAX32690/WearLeveling/include/file.h +++ b/Examples/MAX32690/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/include/flash.h b/Examples/MAX32690/WearLeveling/include/flash.h index 65a723b42f9..b2230d88253 100644 --- a/Examples/MAX32690/WearLeveling/include/flash.h +++ b/Examples/MAX32690/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/include/main.h b/Examples/MAX32690/WearLeveling/include/main.h index f3f5f958399..9dd16f1b244 100644 --- a/Examples/MAX32690/WearLeveling/include/main.h +++ b/Examples/MAX32690/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/main.c b/Examples/MAX32690/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX32690/WearLeveling/main.c +++ b/Examples/MAX32690/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/src/cli.c b/Examples/MAX32690/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX32690/WearLeveling/src/cli.c +++ b/Examples/MAX32690/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/src/file.c b/Examples/MAX32690/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX32690/WearLeveling/src/file.c +++ b/Examples/MAX32690/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX32690/WearLeveling/src/flash.c b/Examples/MAX32690/WearLeveling/src/flash.c index ca62267cfc3..5013cc5e6e4 100644 --- a/Examples/MAX32690/WearLeveling/src/flash.c +++ b/Examples/MAX32690/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78000/ADC/Makefile b/Examples/MAX78000/ADC/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/ADC/Makefile +++ b/Examples/MAX78000/ADC/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ADC/example_config.h b/Examples/MAX78000/ADC/example_config.h index d869bdbf586..3ce45afebfa 100644 --- a/Examples/MAX78000/ADC/example_config.h +++ b/Examples/MAX78000/ADC/example_config.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ADC/main.c b/Examples/MAX78000/ADC/main.c index c7895ce5219..5eb960cfd0e 100644 --- a/Examples/MAX78000/ADC/main.c +++ b/Examples/MAX78000/ADC/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/AES/Makefile b/Examples/MAX78000/AES/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/AES/Makefile +++ b/Examples/MAX78000/AES/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/AES/main.c b/Examples/MAX78000/AES/main.c index bd40c6c7cb1..d7f0a14e49f 100644 --- a/Examples/MAX78000/AES/main.c +++ b/Examples/MAX78000/AES/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/Makefile b/Examples/MAX78000/CNN/UNet-demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/UNet-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/Utility/main.py b/Examples/MAX78000/CNN/UNet-demo/Utility/main.py index 4aa88d4d8ac..4572da686ac 100644 --- a/Examples/MAX78000/CNN/UNet-demo/Utility/main.py +++ b/Examples/MAX78000/CNN/UNet-demo/Utility/main.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/cnn.c b/Examples/MAX78000/CNN/UNet-demo/cnn.c index 41b03251416..b9ca662b523 100644 --- a/Examples/MAX78000/CNN/UNet-demo/cnn.c +++ b/Examples/MAX78000/CNN/UNet-demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/cnn.h b/Examples/MAX78000/CNN/UNet-demo/cnn.h index 2da9679e5df..d18436afc20 100644 --- a/Examples/MAX78000/CNN/UNet-demo/cnn.h +++ b/Examples/MAX78000/CNN/UNet-demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/main.c b/Examples/MAX78000/CNN/UNet-demo/main.c index ee014de5d2a..5262aaa2a0e 100644 --- a/Examples/MAX78000/CNN/UNet-demo/main.c +++ b/Examples/MAX78000/CNN/UNet-demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-demo/softmax.c b/Examples/MAX78000/CNN/UNet-demo/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/UNet-demo/softmax.c +++ b/Examples/MAX78000/CNN/UNet-demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/Makefile b/Examples/MAX78000/CNN/UNet-highres-demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-highres-demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c index b001a198800..ca645c11f3c 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h index 2d9808df657..da2c2963242 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/img_1_rgb565.c b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c index ee7ebbfd350..5a0f8fe3fc6 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h index d2996fa493e..8cb63184ed6 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c index 5a050462c4f..0194d50990c 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h index d5ffa84a203..c2b0697937f 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/main.c b/Examples/MAX78000/CNN/UNet-highres-demo/main.c index bce0049b185..5e44aab6ac0 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/main.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c b/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c index cbfefdd6f02..d5383206cac 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile b/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c index ec642a9404d..77589234146 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h index 2d9808df657..da2c2963242 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/img_1_rgb565.c b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c index 4eb579633e6..d3c55510ed5 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h index d2996fa493e..8cb63184ed6 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c index 1fe401d7023..d6be66fe317 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h index bd89c95aa4d..440bfad0d91 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/main.c b/Examples/MAX78000/CNN/aisegment_unet-demo/main.c index e187f9506df..c56a71d7f7b 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/main.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c b/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c index cbfefdd6f02..d5383206cac 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet/Makefile b/Examples/MAX78000/CNN/aisegment_unet/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet/cnn.c b/Examples/MAX78000/CNN/aisegment_unet/cnn.c index b1cd8872a5d..b56071f1b91 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/cnn.c +++ b/Examples/MAX78000/CNN/aisegment_unet/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet/cnn.h b/Examples/MAX78000/CNN/aisegment_unet/cnn.h index a6eb7f426f2..81baf205849 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/cnn.h +++ b/Examples/MAX78000/CNN/aisegment_unet/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet/main.c b/Examples/MAX78000/CNN/aisegment_unet/main.c index 9097384a5c1..b56abbbae5a 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/main.c +++ b/Examples/MAX78000/CNN/aisegment_unet/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/aisegment_unet/softmax.c b/Examples/MAX78000/CNN/aisegment_unet/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/softmax.c +++ b/Examples/MAX78000/CNN/aisegment_unet/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl/Makefile b/Examples/MAX78000/CNN/asl/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/asl/Makefile +++ b/Examples/MAX78000/CNN/asl/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl/cnn.c b/Examples/MAX78000/CNN/asl/cnn.c index 2d1aef0e014..7ddc583ce91 100644 --- a/Examples/MAX78000/CNN/asl/cnn.c +++ b/Examples/MAX78000/CNN/asl/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl/cnn.h b/Examples/MAX78000/CNN/asl/cnn.h index 4e79c24b224..571286b47a1 100644 --- a/Examples/MAX78000/CNN/asl/cnn.h +++ b/Examples/MAX78000/CNN/asl/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl/main.c b/Examples/MAX78000/CNN/asl/main.c index 6f6cf90724a..eed351f890b 100644 --- a/Examples/MAX78000/CNN/asl/main.c +++ b/Examples/MAX78000/CNN/asl/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl/softmax.c b/Examples/MAX78000/CNN/asl/softmax.c index 1deef119ed3..3c23f3d9a52 100644 --- a/Examples/MAX78000/CNN/asl/softmax.c +++ b/Examples/MAX78000/CNN/asl/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/Makefile b/Examples/MAX78000/CNN/asl_demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/asl_demo/Makefile +++ b/Examples/MAX78000/CNN/asl_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c index c5871707657..23df693aa5f 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h index cf10717e7c5..e299649a21e 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c index 2d2e3bf1b55..ba8ebd00c28 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c index 6697711673a..6d0ce9d51ac 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/cnn.c b/Examples/MAX78000/CNN/asl_demo/cnn.c index 5d0a8a7a549..03332c82a23 100644 --- a/Examples/MAX78000/CNN/asl_demo/cnn.c +++ b/Examples/MAX78000/CNN/asl_demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/cnn.h b/Examples/MAX78000/CNN/asl_demo/cnn.h index 4e79c24b224..571286b47a1 100644 --- a/Examples/MAX78000/CNN/asl_demo/cnn.h +++ b/Examples/MAX78000/CNN/asl_demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/main.c b/Examples/MAX78000/CNN/asl_demo/main.c index 4b3e7200187..5202f95c768 100644 --- a/Examples/MAX78000/CNN/asl_demo/main.c +++ b/Examples/MAX78000/CNN/asl_demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/asl_demo/softmax.c b/Examples/MAX78000/CNN/asl_demo/softmax.c index cbfefdd6f02..d5383206cac 100644 --- a/Examples/MAX78000/CNN/asl_demo/softmax.c +++ b/Examples/MAX78000/CNN/asl_demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile b/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile index 758badc3d45..d0ea7075e9c 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c index 9a911b687d6..990b4c1d0ab 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h index b8630c9726a..829d3809f49 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c index e6a8909216d..0dd16c662a4 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c index 9d5b1f8102b..8d0bb0a9437 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h index 9603456bc4c..af844415da8 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c index e321e9da015..77a85993986 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/camvid_unet/Makefile b/Examples/MAX78000/CNN/camvid_unet/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/camvid_unet/Makefile +++ b/Examples/MAX78000/CNN/camvid_unet/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/camvid_unet/cnn.c b/Examples/MAX78000/CNN/camvid_unet/cnn.c index 31ea5fca1b5..134fbe70bb8 100644 --- a/Examples/MAX78000/CNN/camvid_unet/cnn.c +++ b/Examples/MAX78000/CNN/camvid_unet/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/camvid_unet/cnn.h b/Examples/MAX78000/CNN/camvid_unet/cnn.h index 1ed77700401..d0df63b2d26 100644 --- a/Examples/MAX78000/CNN/camvid_unet/cnn.h +++ b/Examples/MAX78000/CNN/camvid_unet/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/camvid_unet/main.c b/Examples/MAX78000/CNN/camvid_unet/main.c index c4e9c0a629f..e50dd8e2db7 100644 --- a/Examples/MAX78000/CNN/camvid_unet/main.c +++ b/Examples/MAX78000/CNN/camvid_unet/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/camvid_unet/softmax.c b/Examples/MAX78000/CNN/camvid_unet/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/camvid_unet/softmax.c +++ b/Examples/MAX78000/CNN/camvid_unet/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs/Makefile b/Examples/MAX78000/CNN/cats-dogs/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cats-dogs/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs/cnn.c b/Examples/MAX78000/CNN/cats-dogs/cnn.c index bbdcaf7cb14..7ad6f073dfe 100644 --- a/Examples/MAX78000/CNN/cats-dogs/cnn.c +++ b/Examples/MAX78000/CNN/cats-dogs/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs/cnn.h b/Examples/MAX78000/CNN/cats-dogs/cnn.h index 10b7035cb9e..ceb82e71607 100644 --- a/Examples/MAX78000/CNN/cats-dogs/cnn.h +++ b/Examples/MAX78000/CNN/cats-dogs/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs/main.c b/Examples/MAX78000/CNN/cats-dogs/main.c index 1dc86451382..8d139368582 100644 --- a/Examples/MAX78000/CNN/cats-dogs/main.c +++ b/Examples/MAX78000/CNN/cats-dogs/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs/softmax.c b/Examples/MAX78000/CNN/cats-dogs/softmax.c index e321e9da015..77a85993986 100644 --- a/Examples/MAX78000/CNN/cats-dogs/softmax.c +++ b/Examples/MAX78000/CNN/cats-dogs/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/Makefile b/Examples/MAX78000/CNN/cats-dogs_demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c index bbdcaf7cb14..7ad6f073dfe 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h index 10b7035cb9e..ceb82e71607 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h +++ b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/main.c b/Examples/MAX78000/CNN/cats-dogs_demo/main.c index b5c7beb31a7..53c179f83a0 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/main.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c b/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile b/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/cifar-10-png-loader/main.py b/Examples/MAX78000/CNN/cifar-10-auto-test/cifar-10-png-loader/main.py index 9d204c41bf2..55ebcaf1aa8 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/cifar-10-png-loader/main.py +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/cifar-10-png-loader/main.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c index f713c5ac024..51656b7c4b0 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h index a9a283c8754..0c3e864d2b7 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/main.c b/Examples/MAX78000/CNN/cifar-10-auto-test/main.c index 38cf390904b..f0fee491d41 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/main.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c b/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10/Makefile b/Examples/MAX78000/CNN/cifar-10/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-10/Makefile +++ b/Examples/MAX78000/CNN/cifar-10/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10/cnn.c b/Examples/MAX78000/CNN/cifar-10/cnn.c index fc1af2882f2..4b654b77c77 100644 --- a/Examples/MAX78000/CNN/cifar-10/cnn.c +++ b/Examples/MAX78000/CNN/cifar-10/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10/cnn.h b/Examples/MAX78000/CNN/cifar-10/cnn.h index f9808e3bec6..b7d27c62a30 100644 --- a/Examples/MAX78000/CNN/cifar-10/cnn.h +++ b/Examples/MAX78000/CNN/cifar-10/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10/main.c b/Examples/MAX78000/CNN/cifar-10/main.c index a3af0556f8d..2c550f854a3 100644 --- a/Examples/MAX78000/CNN/cifar-10/main.c +++ b/Examples/MAX78000/CNN/cifar-10/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-10/softmax.c b/Examples/MAX78000/CNN/cifar-10/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-10/softmax.c +++ b/Examples/MAX78000/CNN/cifar-10/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c index 08ce6351bbe..504d519c9af 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h index 1de204f42ac..2780becc389 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/main.c b/Examples/MAX78000/CNN/cifar-100-mixed/main.c index d83a623246d..1a59710befd 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/main.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c b/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-residual/Makefile b/Examples/MAX78000/CNN/cifar-100-residual/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-residual/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-residual/cnn.c b/Examples/MAX78000/CNN/cifar-100-residual/cnn.c index f302152b6f5..829b2438afb 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-residual/cnn.h b/Examples/MAX78000/CNN/cifar-100-residual/cnn.h index e2f33a9d0c7..256f760e09f 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-residual/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-residual/main.c b/Examples/MAX78000/CNN/cifar-100-residual/main.c index df09db9e60a..7f88fd8dc2b 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/main.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-residual/softmax.c b/Examples/MAX78000/CNN/cifar-100-residual/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c index 214a4ced291..37468ceb86d 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h index 4a3a049231f..f7f17193634 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c index 11c83cb45aa..8b35bea5f91 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100/Makefile b/Examples/MAX78000/CNN/cifar-100/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/cifar-100/Makefile +++ b/Examples/MAX78000/CNN/cifar-100/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100/cnn.c b/Examples/MAX78000/CNN/cifar-100/cnn.c index 72712e37085..4db3d9f4ef5 100644 --- a/Examples/MAX78000/CNN/cifar-100/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100/cnn.h b/Examples/MAX78000/CNN/cifar-100/cnn.h index 9e5e1994e83..175b1ca6afb 100644 --- a/Examples/MAX78000/CNN/cifar-100/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100/main.c b/Examples/MAX78000/CNN/cifar-100/main.c index 73979e8170e..af719f037e6 100644 --- a/Examples/MAX78000/CNN/cifar-100/main.c +++ b/Examples/MAX78000/CNN/cifar-100/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/cifar-100/softmax.c b/Examples/MAX78000/CNN/cifar-100/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/cifar-100/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/Makefile b/Examples/MAX78000/CNN/digit-detection-demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/Makefile +++ b/Examples/MAX78000/CNN/digit-detection-demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/all_imgs.c b/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/all_imgs.c index 9825cf221c3..b777d2637bb 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/all_imgs.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h index 2d9808df657..da2c2963242 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/img_1_rgb565.c b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/cnn.c b/Examples/MAX78000/CNN/digit-detection-demo/cnn.c index d9dfe70a684..8b337a8daac 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/cnn.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/cnn.h b/Examples/MAX78000/CNN/digit-detection-demo/cnn.h index b3f3e981253..c90bcb9f522 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/cnn.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/main.c b/Examples/MAX78000/CNN/digit-detection-demo/main.c index bd3360b035c..efebffbe878 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/main.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/post_process.c b/Examples/MAX78000/CNN/digit-detection-demo/post_process.c index 072463cc816..ba0421a2d8f 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/post_process.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/post_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/post_process.h b/Examples/MAX78000/CNN/digit-detection-demo/post_process.h index e1a8126393b..90c160b079e 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/post_process.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/post_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c index 41b07654f3b..abff53bec4d 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h index b9b88df17b5..e6609420a73 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid/Makefile b/Examples/MAX78000/CNN/faceid/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/faceid/Makefile +++ b/Examples/MAX78000/CNN/faceid/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid/cnn.c b/Examples/MAX78000/CNN/faceid/cnn.c index 4f2d5b5dc17..b440fefe415 100644 --- a/Examples/MAX78000/CNN/faceid/cnn.c +++ b/Examples/MAX78000/CNN/faceid/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid/cnn.h b/Examples/MAX78000/CNN/faceid/cnn.h index 43ab3fce9d1..94d7ee5514e 100644 --- a/Examples/MAX78000/CNN/faceid/cnn.h +++ b/Examples/MAX78000/CNN/faceid/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid/main.c b/Examples/MAX78000/CNN/faceid/main.c index 4b6f790c209..a53cd078350 100644 --- a/Examples/MAX78000/CNN/faceid/main.c +++ b/Examples/MAX78000/CNN/faceid/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid/softmax.c b/Examples/MAX78000/CNN/faceid/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/faceid/softmax.c +++ b/Examples/MAX78000/CNN/faceid/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/Makefile b/Examples/MAX78000/CNN/faceid_demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/faceid_demo/Makefile +++ b/Examples/MAX78000/CNN/faceid_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py b/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py index 206f4145c02..d8b5b5093e4 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py b/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py index c2ecacba2f1..e142c7dbbbf 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/camera.py b/Examples/MAX78000/CNN/faceid_demo/demo/camera.py index fe796ffbca8..cf67abff0ef 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/camera.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/camera.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py b/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py index 750de21627a..e17b440b4ba 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py b/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py index 3d530f3c85f..1965dde640d 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py index 509260366d5..3b57ada0941 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py index 12b449dbe27..fb69dddd49b 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py b/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py index c1dabd3404d..110cc22648c 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_demo/main_faceid.c b/Examples/MAX78000/CNN/faceid_demo/main_faceid.c index 07871c8a104..ba50f7afdec 100644 --- a/Examples/MAX78000/CNN/faceid_demo/main_faceid.c +++ b/Examples/MAX78000/CNN/faceid_demo/main_faceid.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile index 18e1b6cc640..3e5cf26473d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM index 93d7ba23075..62b6df6554f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV index af2af9f056f..532f493e7af 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/all_imgs.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/all_imgs.c index 2e5d8753fd9..3b5bcfd17fa 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/all_imgs.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h index 86c124e7762..468a7e0445d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c index 6697711673a..6d0ce9d51ac 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py index 00d67b02f31..657ab70bcd3 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_adapter.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_adapter.py index 4f5831507d2..885a88a9cdb 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_adapter.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_adapter.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_simulator.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_simulator.py index 3f98faa274d..1aee18c9548 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_simulator.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai85_simulator.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py index d7945eac315..3f544b7d351 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/generate_face_db.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/generate_face_db.py index 615e21f44ac..ac806d58994 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/generate_face_db.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/generate_face_db.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py index 509260366d5..3b57ada0941 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/utils/detect_face.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/utils/detect_face.py index 12b449dbe27..fb69dddd49b 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/utils/detect_face.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/utils/detect_face.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py index debc1258321..ba8235b7b59 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h index 3d0c163753d..b3da84fefb0 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h index 18011b486dd..cb2c3c3820a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h index 08d498764ff..f949e94af34 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h index 92f00f54da4..7d6ecdcc550 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h index 8b9bf50a451..b5ce13d35f7 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h index c78e06b31b3..efd73bfdde5 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h index 0b1a690a884..85f2a88b0d1 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h index 15aba6e0d45..7cd5453dcdb 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c index 53c8d14e625..26461126f7c 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c index d6b207974e0..5b9b393bf0d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c index 4947b297b4a..069295d6e1f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c index d7c5c6492cd..83e8d0e982b 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c index 34911af8fa4..88240c3b62b 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c index 0ab231e92ac..ed97fc207b3 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c index 9269d88f64c..12e00b9bd5c 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c index 63fbcb16848..c5432bb5e3e 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/Makefile b/Examples/MAX78000/CNN/faceid_evkit/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/Makefile +++ b/Examples/MAX78000/CNN/faceid_evkit/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c index 2e5d8753fd9..3b5bcfd17fa 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h index 86c124e7762..468a7e0445d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c index 6697711673a..6d0ce9d51ac 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py index 0ca8e862235..cc58debdc4a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py index 4f5831507d2..885a88a9cdb 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py index b428a20df70..333dc5ef01c 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py index 93782d9d453..33f7dacefca 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py index bff3e68b5d9..a804ce91e94 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/generate_face_db.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/generate_face_db.py index 44d95a09726..d3e7b978791 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/generate_face_db.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/generate_face_db.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py index 509260366d5..3b57ada0941 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py index a65a5e3c0e1..29e4cb9c61f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py index 427a261e7e1..9b5cf5d55e9 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h index 3d0c163753d..b3da84fefb0 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h b/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h index 18011b486dd..cb2c3c3820a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h b/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h index 08d498764ff..f949e94af34 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h b/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h index 92f00f54da4..7d6ecdcc550 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h b/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h index 7c7b17e1875..df39f13b0c1 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h b/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h index c78e06b31b3..efd73bfdde5 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/state.h b/Examples/MAX78000/CNN/faceid_evkit/include/state.h index 0b1a690a884..85f2a88b0d1 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/state.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/state.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/include/utils.h b/Examples/MAX78000/CNN/faceid_evkit/include/utils.h index 15aba6e0d45..7cd5453dcdb 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/utils.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/main.c b/Examples/MAX78000/CNN/faceid_evkit/main.c index 5c359556b3d..98d973373f5 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/main.c +++ b/Examples/MAX78000/CNN/faceid_evkit/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c b/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c index 5478fe31186..29459fa2f3f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c b/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c index d7c5c6492cd..83e8d0e982b 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/state.c b/Examples/MAX78000/CNN/faceid_evkit/src/state.c index 34911af8fa4..88240c3b62b 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/state.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c b/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c index 67ac4a3662c..aeb25440841 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c b/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c index ef67c47156e..b8162d6d6c6 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/faceid_evkit/src/utils.c b/Examples/MAX78000/CNN/faceid_evkit/src/utils.c index 7891f83bf25..c6d4c3c66a8 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/utils.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/Makefile b/Examples/MAX78000/CNN/facial_recognition/Makefile index 9263c22a7d4..f5deb9ef009 100644 --- a/Examples/MAX78000/CNN/facial_recognition/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile index 7812d417b23..f53006315ef 100644 --- a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c index 4cff0f9f5e6..d9b50cd7b1d 100644 --- a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c +++ b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py +++ b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt +++ b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py index 580fe6a3a88..e987132fbc1 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_adapter.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_adapter.py index d6d6a1b90b5..9102fe92030 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_adapter.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_adapter.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_simulator.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_simulator.py index 118ae59e5ed..3538615da70 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_simulator.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_facedet_simulator.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_simulator.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_simulator.py index a45a6aeb968..23673bd1139 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_simulator.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_simulator.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_faceid.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_faceid.py index 318e8253651..4ffc7ee1f6a 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_faceid.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_faceid.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_tinierssd_face.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_tinierssd_face.py index 9676992e5ff..fd9ead98663 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_tinierssd_face.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85net_tinierssd_face.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py index 0a1a68aae60..85661e8d045 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py index bff3e68b5d9..a804ce91e94 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/generate_face_db.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/generate_face_db.py index fb69bd9ad1f..fe3bdf469fb 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/generate_face_db.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/generate_face_db.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/object_detection_utils.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/object_detection_utils.py index 877c58291df..d5642434f0b 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/object_detection_utils.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/object_detection_utils.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/parse_qat_yaml.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/parse_qat_yaml.py index bb2164574c7..6d520a3d636 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/parse_qat_yaml.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/parse_qat_yaml.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py index 536402a182f..db45361281b 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h index 3d0c163753d..b3da84fefb0 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h b/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h index 4e977ac04c5..1b1615210da 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h b/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h index e62adff8fc2..f04c3652ea5 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h b/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h index f78bcb091e2..ac8b633104e 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/faceID.h b/Examples/MAX78000/CNN/facial_recognition/include/faceID.h index 5fd488c5963..7b92990acac 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/faceID.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/faceID.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h b/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h index b6100aa7902..dfb546dc45d 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/post_process.h b/Examples/MAX78000/CNN/facial_recognition/include/post_process.h index adf3a525e83..4243d76550b 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/post_process.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/post_process.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h b/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h index a961442ded4..7f0cfb90a78 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/utils.h b/Examples/MAX78000/CNN/facial_recognition/include/utils.h index 15aba6e0d45..7cd5453dcdb 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/utils.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/main.c b/Examples/MAX78000/CNN/facial_recognition/main.c index c9738249b09..67e547f1ac0 100644 --- a/Examples/MAX78000/CNN/facial_recognition/main.c +++ b/Examples/MAX78000/CNN/facial_recognition/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c b/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c index b9faf951c39..3c94d4b3f51 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c b/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c index 978d0c6f6b6..49878b688ed 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c b/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c index f1feb3bbf5b..824c80d9b51 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/faceID.c b/Examples/MAX78000/CNN/facial_recognition/src/faceID.c index 6b0e5298ca0..0d823662a53 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/faceID.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/faceID.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c b/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c index 020d52c64ba..b3c03585770 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/post_process.c b/Examples/MAX78000/CNN/facial_recognition/src/post_process.c index 0c329b7aae3..e0bf84601ed 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/post_process.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/post_process.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/sd.c b/Examples/MAX78000/CNN/facial_recognition/src/sd.c index 864b650d912..b3f9d7d5921 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/sd.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/sd.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c b/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c index aecdb4301df..8b79903cefe 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/facial_recognition/src/utils.c b/Examples/MAX78000/CNN/facial_recognition/src/utils.c index 63fbcb16848..c5432bb5e3e 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/utils.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile index 18e1b6cc640..3e5cf26473d 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM index 46b69f5e118..f6e10396a7b 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV index c927b224e25..5cf916389ec 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py index 5c558bc28b7..4cbb3a31e13 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py index ed30c37a41c..ed3d2a2e18d 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c index 0e3948a3b28..d70ce50faf8 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h index 2843fa42022..68434ed10cd 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/main.c b/Examples/MAX78000/CNN/kws20_demo-riscv/main.c index b97c859b869..26da78c32f5 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/main.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c b/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c index a685b5d3657..cb3378ae527 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c b/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Makefile b/Examples/MAX78000/CNN/kws20_demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Makefile +++ b/Examples/MAX78000/CNN/kws20_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py b/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py index 5c558bc28b7..4cbb3a31e13 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 ################################################################################################### +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py b/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py index ed30c37a41c..ed3d2a2e18d 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py b/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py index 2bb0068c1da..741d5b3477d 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py b/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py index 31698f00cf2..7383989a3ed 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py b/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py index 78278c947f2..178f71a1ba5 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/cnn.c b/Examples/MAX78000/CNN/kws20_demo/cnn.c index 7f8b82cefac..ff967ad4619 100644 --- a/Examples/MAX78000/CNN/kws20_demo/cnn.c +++ b/Examples/MAX78000/CNN/kws20_demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/cnn.h b/Examples/MAX78000/CNN/kws20_demo/cnn.h index 44e3129c060..e9975ee7379 100644 --- a/Examples/MAX78000/CNN/kws20_demo/cnn.h +++ b/Examples/MAX78000/CNN/kws20_demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/main.c b/Examples/MAX78000/CNN/kws20_demo/main.c index f6f7c3f60e5..97e537a0766 100644 --- a/Examples/MAX78000/CNN/kws20_demo/main.c +++ b/Examples/MAX78000/CNN/kws20_demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/sd_util.c b/Examples/MAX78000/CNN/kws20_demo/sd_util.c index 98f5bb1c08f..7626c14ce25 100644 --- a/Examples/MAX78000/CNN/kws20_demo/sd_util.c +++ b/Examples/MAX78000/CNN/kws20_demo/sd_util.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_demo/softmax.c b/Examples/MAX78000/CNN/kws20_demo/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/kws20_demo/softmax.c +++ b/Examples/MAX78000/CNN/kws20_demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_v3/Makefile b/Examples/MAX78000/CNN/kws20_v3/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/kws20_v3/Makefile +++ b/Examples/MAX78000/CNN/kws20_v3/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_v3/cnn.c b/Examples/MAX78000/CNN/kws20_v3/cnn.c index 7f8b82cefac..ff967ad4619 100644 --- a/Examples/MAX78000/CNN/kws20_v3/cnn.c +++ b/Examples/MAX78000/CNN/kws20_v3/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_v3/cnn.h b/Examples/MAX78000/CNN/kws20_v3/cnn.h index 44e3129c060..e9975ee7379 100644 --- a/Examples/MAX78000/CNN/kws20_v3/cnn.h +++ b/Examples/MAX78000/CNN/kws20_v3/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_v3/main.c b/Examples/MAX78000/CNN/kws20_v3/main.c index 48da65ad22e..66ef3c7c485 100644 --- a/Examples/MAX78000/CNN/kws20_v3/main.c +++ b/Examples/MAX78000/CNN/kws20_v3/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/kws20_v3/softmax.c b/Examples/MAX78000/CNN/kws20_v3/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/kws20_v3/softmax.c +++ b/Examples/MAX78000/CNN/kws20_v3/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/Makefile b/Examples/MAX78000/CNN/mnist-riscv/Makefile index 1daf22a222b..cbf1084bcee 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile +++ b/Examples/MAX78000/CNN/mnist-riscv/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM b/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM index 2433cfe7ea2..f42c1a94d3e 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV index 6eda9679d3a..65a500a736d 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/cnn.c b/Examples/MAX78000/CNN/mnist-riscv/cnn.c index e9e41278ac4..8ecb32595a4 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/cnn.c +++ b/Examples/MAX78000/CNN/mnist-riscv/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/cnn.h b/Examples/MAX78000/CNN/mnist-riscv/cnn.h index a62a68b6faf..c84b3518e7b 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/cnn.h +++ b/Examples/MAX78000/CNN/mnist-riscv/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/main.c b/Examples/MAX78000/CNN/mnist-riscv/main.c index 00a2a7bdda3..c194c476b85 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/main.c +++ b/Examples/MAX78000/CNN/mnist-riscv/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c b/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c index 05702b93cb9..54bc84d451c 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist-riscv/softmax.c b/Examples/MAX78000/CNN/mnist-riscv/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/softmax.c +++ b/Examples/MAX78000/CNN/mnist-riscv/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist/Makefile b/Examples/MAX78000/CNN/mnist/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/mnist/Makefile +++ b/Examples/MAX78000/CNN/mnist/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist/cnn.c b/Examples/MAX78000/CNN/mnist/cnn.c index fb638a54755..d3844e7dd3c 100644 --- a/Examples/MAX78000/CNN/mnist/cnn.c +++ b/Examples/MAX78000/CNN/mnist/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist/cnn.h b/Examples/MAX78000/CNN/mnist/cnn.h index 1b4de3ebbb3..246e798f1d7 100644 --- a/Examples/MAX78000/CNN/mnist/cnn.h +++ b/Examples/MAX78000/CNN/mnist/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist/main.c b/Examples/MAX78000/CNN/mnist/main.c index a36cfbf290c..21c4569e05d 100644 --- a/Examples/MAX78000/CNN/mnist/main.c +++ b/Examples/MAX78000/CNN/mnist/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/mnist/softmax.c b/Examples/MAX78000/CNN/mnist/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/mnist/softmax.c +++ b/Examples/MAX78000/CNN/mnist/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/Makefile b/Examples/MAX78000/CNN/rps-demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/rps-demo/Makefile +++ b/Examples/MAX78000/CNN/rps-demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/cnn.c b/Examples/MAX78000/CNN/rps-demo/cnn.c index ac04c5ab0b3..8269cd56318 100644 --- a/Examples/MAX78000/CNN/rps-demo/cnn.c +++ b/Examples/MAX78000/CNN/rps-demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/cnn.h b/Examples/MAX78000/CNN/rps-demo/cnn.h index 2bd989bfdac..9cb511e3b7c 100644 --- a/Examples/MAX78000/CNN/rps-demo/cnn.h +++ b/Examples/MAX78000/CNN/rps-demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/main.c b/Examples/MAX78000/CNN/rps-demo/main.c index e878d26a406..4c4bce70003 100644 --- a/Examples/MAX78000/CNN/rps-demo/main.c +++ b/Examples/MAX78000/CNN/rps-demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps-demo/softmax.c b/Examples/MAX78000/CNN/rps-demo/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/rps-demo/softmax.c +++ b/Examples/MAX78000/CNN/rps-demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps/Makefile b/Examples/MAX78000/CNN/rps/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/rps/Makefile +++ b/Examples/MAX78000/CNN/rps/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps/cnn.c b/Examples/MAX78000/CNN/rps/cnn.c index ac04c5ab0b3..8269cd56318 100644 --- a/Examples/MAX78000/CNN/rps/cnn.c +++ b/Examples/MAX78000/CNN/rps/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps/cnn.h b/Examples/MAX78000/CNN/rps/cnn.h index 2bd989bfdac..9cb511e3b7c 100644 --- a/Examples/MAX78000/CNN/rps/cnn.h +++ b/Examples/MAX78000/CNN/rps/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps/main.c b/Examples/MAX78000/CNN/rps/main.c index 9c17aced55e..868ec0e1289 100644 --- a/Examples/MAX78000/CNN/rps/main.c +++ b/Examples/MAX78000/CNN/rps/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/rps/softmax.c b/Examples/MAX78000/CNN/rps/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/rps/softmax.c +++ b/Examples/MAX78000/CNN/rps/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/Makefile b/Examples/MAX78000/CNN/snake_game_demo/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/Makefile +++ b/Examples/MAX78000/CNN/snake_game_demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c index 9138665d378..07ceae2bc0c 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h index ad953cb0c97..7b6101eaeb8 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c index c4a35872d88..30378758679 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c index 2e8d713977b..388a7607e1f 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/cnn.c b/Examples/MAX78000/CNN/snake_game_demo/cnn.c index 42ce5e29c02..1d235ae8a92 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/cnn.c +++ b/Examples/MAX78000/CNN/snake_game_demo/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/cnn.h b/Examples/MAX78000/CNN/snake_game_demo/cnn.h index 2843fa42022..68434ed10cd 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/cnn.h +++ b/Examples/MAX78000/CNN/snake_game_demo/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/main.c b/Examples/MAX78000/CNN/snake_game_demo/main.c index b2908615d62..33993383ed7 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/main.c +++ b/Examples/MAX78000/CNN/snake_game_demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/snake_game_demo/softmax.c b/Examples/MAX78000/CNN/snake_game_demo/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/softmax.c +++ b/Examples/MAX78000/CNN/snake_game_demo/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/Makefile b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile index 3e0b64cad88..6d74ea32845 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/Makefile +++ b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c index 029a2c2ca9a..d9a7cfa6e91 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h index 46509f7aacf..bc1a5940525 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h +++ b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/main.c b/Examples/MAX78000/CNN/svhn_tinierssd/main.c index 09864e5d26d..52d549ef91b 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/main.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c b/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c index 3777aa03b7f..0dea22212de 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c @@ -16,6 +16,23 @@ * limitations under the License. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CRC/Makefile b/Examples/MAX78000/CRC/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/CRC/Makefile +++ b/Examples/MAX78000/CRC/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CRC/main.c b/Examples/MAX78000/CRC/main.c index 8b4a46a80eb..91cfe2cb1fd 100644 --- a/Examples/MAX78000/CRC/main.c +++ b/Examples/MAX78000/CRC/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF/Makefile b/Examples/MAX78000/CameraIF/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/CameraIF/Makefile +++ b/Examples/MAX78000/CameraIF/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF/main.c b/Examples/MAX78000/CameraIF/main.c index c9252462302..ec4c968accc 100644 --- a/Examples/MAX78000/CameraIF/main.c +++ b/Examples/MAX78000/CameraIF/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF/utils.c b/Examples/MAX78000/CameraIF/utils.c index 24527766918..60baeff0daa 100644 --- a/Examples/MAX78000/CameraIF/utils.c +++ b/Examples/MAX78000/CameraIF/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF/utils.h b/Examples/MAX78000/CameraIF/utils.h index 7d361c04447..fa3453a1564 100644 --- a/Examples/MAX78000/CameraIF/utils.h +++ b/Examples/MAX78000/CameraIF/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF_Debayer/Makefile b/Examples/MAX78000/CameraIF_Debayer/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/CameraIF_Debayer/Makefile +++ b/Examples/MAX78000/CameraIF_Debayer/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF_Debayer/main.c b/Examples/MAX78000/CameraIF_Debayer/main.c index 0466548bc81..dc440d9ab95 100644 --- a/Examples/MAX78000/CameraIF_Debayer/main.c +++ b/Examples/MAX78000/CameraIF_Debayer/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF_Debayer/utils.c b/Examples/MAX78000/CameraIF_Debayer/utils.c index 553d3f62b59..88687b1b932 100644 --- a/Examples/MAX78000/CameraIF_Debayer/utils.c +++ b/Examples/MAX78000/CameraIF_Debayer/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/CameraIF_Debayer/utils.h b/Examples/MAX78000/CameraIF_Debayer/utils.h index 2da9de28b9b..d1d38e20245 100644 --- a/Examples/MAX78000/CameraIF_Debayer/utils.h +++ b/Examples/MAX78000/CameraIF_Debayer/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Coremark/Makefile b/Examples/MAX78000/Coremark/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Coremark/Makefile +++ b/Examples/MAX78000/Coremark/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/DMA/Makefile b/Examples/MAX78000/DMA/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/DMA/Makefile +++ b/Examples/MAX78000/DMA/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/DMA/main.c b/Examples/MAX78000/DMA/main.c index 8531b616e7b..490b0cd56c3 100644 --- a/Examples/MAX78000/DMA/main.c +++ b/Examples/MAX78000/DMA/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ECC/Makefile b/Examples/MAX78000/ECC/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/ECC/Makefile +++ b/Examples/MAX78000/ECC/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ECC/main.c b/Examples/MAX78000/ECC/main.c index 2ead343f131..2f44f36542f 100644 --- a/Examples/MAX78000/ECC/main.c +++ b/Examples/MAX78000/ECC/main.c @@ -6,6 +6,23 @@ * single-bit correction for SRAM memories. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/Makefile b/Examples/MAX78000/EEPROM_Emulator/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/EEPROM_Emulator/Makefile +++ b/Examples/MAX78000/EEPROM_Emulator/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/include/cache.h b/Examples/MAX78000/EEPROM_Emulator/include/cache.h index 9833f2b197c..65f3fff1578 100644 --- a/Examples/MAX78000/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX78000/EEPROM_Emulator/include/cache.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h b/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h index ee13fe2ee5c..f4eb0477995 100644 --- a/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/main.c b/Examples/MAX78000/EEPROM_Emulator/main.c index ac9aa2dbda2..2f019c49c76 100644 --- a/Examples/MAX78000/EEPROM_Emulator/main.c +++ b/Examples/MAX78000/EEPROM_Emulator/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/src/cache.c b/Examples/MAX78000/EEPROM_Emulator/src/cache.c index ee9282be53a..40de82eb426 100644 --- a/Examples/MAX78000/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX78000/EEPROM_Emulator/src/cache.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c b/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c index f6dabb9a051..4f86631977a 100644 --- a/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FTHR_I2C/Makefile b/Examples/MAX78000/FTHR_I2C/Makefile index c3ce634f46b..1cedc93dc04 100644 --- a/Examples/MAX78000/FTHR_I2C/Makefile +++ b/Examples/MAX78000/FTHR_I2C/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FTHR_I2C/main.c b/Examples/MAX78000/FTHR_I2C/main.c index 8e2de230cdd..319b3fb72bc 100644 --- a/Examples/MAX78000/FTHR_I2C/main.c +++ b/Examples/MAX78000/FTHR_I2C/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash/Makefile b/Examples/MAX78000/Flash/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Flash/Makefile +++ b/Examples/MAX78000/Flash/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash/main.c b/Examples/MAX78000/Flash/main.c index 31e60a3821f..48d656813ca 100644 --- a/Examples/MAX78000/Flash/main.c +++ b/Examples/MAX78000/Flash/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h index e278c2683db..afba9d8366b 100644 --- a/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash_CLI/Makefile b/Examples/MAX78000/Flash_CLI/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Flash_CLI/Makefile +++ b/Examples/MAX78000/Flash_CLI/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash_CLI/definitions.h b/Examples/MAX78000/Flash_CLI/definitions.h index 7988ac931b2..2a5a8cd977f 100644 --- a/Examples/MAX78000/Flash_CLI/definitions.h +++ b/Examples/MAX78000/Flash_CLI/definitions.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Flash_CLI/main.c b/Examples/MAX78000/Flash_CLI/main.c index d50f0b7979c..e854658fdf7 100644 --- a/Examples/MAX78000/Flash_CLI/main.c +++ b/Examples/MAX78000/Flash_CLI/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h index 041bb0774a1..4e887f1b213 100644 --- a/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FreeRTOSDemo/Makefile b/Examples/MAX78000/FreeRTOSDemo/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/FreeRTOSDemo/Makefile +++ b/Examples/MAX78000/FreeRTOSDemo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c index 8f0495c673a..4c8f76bd680 100644 --- a/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/FreeRTOSDemo/main.c b/Examples/MAX78000/FreeRTOSDemo/main.c index 52d805b4d14..7a4fe03bade 100644 --- a/Examples/MAX78000/FreeRTOSDemo/main.c +++ b/Examples/MAX78000/FreeRTOSDemo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/GPIO/Makefile b/Examples/MAX78000/GPIO/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/GPIO/Makefile +++ b/Examples/MAX78000/GPIO/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/GPIO/main.c b/Examples/MAX78000/GPIO/main.c index 2d6aae00a0d..982eb513ed9 100644 --- a/Examples/MAX78000/GPIO/main.c +++ b/Examples/MAX78000/GPIO/main.c @@ -4,6 +4,23 @@ * @details */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Hello_World/Makefile b/Examples/MAX78000/Hello_World/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Hello_World/Makefile +++ b/Examples/MAX78000/Hello_World/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Hello_World/main.c b/Examples/MAX78000/Hello_World/main.c index d8a561ce97a..6e6fb05e09d 100644 --- a/Examples/MAX78000/Hello_World/main.c +++ b/Examples/MAX78000/Hello_World/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Hello_World_Cpp/Makefile b/Examples/MAX78000/Hello_World_Cpp/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Hello_World_Cpp/Makefile +++ b/Examples/MAX78000/Hello_World_Cpp/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Hello_World_Cpp/main.cpp b/Examples/MAX78000/Hello_World_Cpp/main.cpp index 65653e6207f..c90b49b5a1d 100644 --- a/Examples/MAX78000/Hello_World_Cpp/main.cpp +++ b/Examples/MAX78000/Hello_World_Cpp/main.cpp @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_ADXL343/Makefile b/Examples/MAX78000/I2C_ADXL343/Makefile index c3ce634f46b..1cedc93dc04 100644 --- a/Examples/MAX78000/I2C_ADXL343/Makefile +++ b/Examples/MAX78000/I2C_ADXL343/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_ADXL343/adxl343.c b/Examples/MAX78000/I2C_ADXL343/adxl343.c index 42c226af0d6..9edab98a74f 100644 --- a/Examples/MAX78000/I2C_ADXL343/adxl343.c +++ b/Examples/MAX78000/I2C_ADXL343/adxl343.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_ADXL343/adxl343.h b/Examples/MAX78000/I2C_ADXL343/adxl343.h index 8a596792917..64f599497c9 100644 --- a/Examples/MAX78000/I2C_ADXL343/adxl343.h +++ b/Examples/MAX78000/I2C_ADXL343/adxl343.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_ADXL343/main.c b/Examples/MAX78000/I2C_ADXL343/main.c index 983021513f9..1d9e0da0048 100644 --- a/Examples/MAX78000/I2C_ADXL343/main.c +++ b/Examples/MAX78000/I2C_ADXL343/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h index f03a8afca62..2577049d862 100644 --- a/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_MNGR/Makefile b/Examples/MAX78000/I2C_MNGR/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2C_MNGR/Makefile +++ b/Examples/MAX78000/I2C_MNGR/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c index f5aab532b56..6c6abe1fde7 100644 --- a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h index a86fd789cb1..d6809df9156 100644 --- a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_MNGR/main.c b/Examples/MAX78000/I2C_MNGR/main.c index 38fff314c98..adef0a76d2f 100644 --- a/Examples/MAX78000/I2C_MNGR/main.c +++ b/Examples/MAX78000/I2C_MNGR/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_SCAN/Makefile b/Examples/MAX78000/I2C_SCAN/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2C_SCAN/Makefile +++ b/Examples/MAX78000/I2C_SCAN/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_SCAN/main.c b/Examples/MAX78000/I2C_SCAN/main.c index 19f047c529f..3aa591bef4d 100644 --- a/Examples/MAX78000/I2C_SCAN/main.c +++ b/Examples/MAX78000/I2C_SCAN/main.c @@ -6,6 +6,23 @@ * to the proper I/O voltage. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_Sensor/Makefile b/Examples/MAX78000/I2C_Sensor/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2C_Sensor/Makefile +++ b/Examples/MAX78000/I2C_Sensor/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2C_Sensor/main.c b/Examples/MAX78000/I2C_Sensor/main.c index cef7ed71a11..51e2289e995 100644 --- a/Examples/MAX78000/I2C_Sensor/main.c +++ b/Examples/MAX78000/I2C_Sensor/main.c @@ -4,6 +4,23 @@ * @details This example uses the I2C Master to read/write from/to the I2C sensor. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S/Makefile b/Examples/MAX78000/I2S/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2S/Makefile +++ b/Examples/MAX78000/I2S/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S/main.c b/Examples/MAX78000/I2S/main.c index 4eb4f302982..bd3079ed7c2 100644 --- a/Examples/MAX78000/I2S/main.c +++ b/Examples/MAX78000/I2S/main.c @@ -5,6 +5,23 @@ * @note */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S_DMA/Makefile b/Examples/MAX78000/I2S_DMA/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2S_DMA/Makefile +++ b/Examples/MAX78000/I2S_DMA/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S_DMA/main.c b/Examples/MAX78000/I2S_DMA/main.c index 864004b3726..73a43321f99 100644 --- a/Examples/MAX78000/I2S_DMA/main.c +++ b/Examples/MAX78000/I2S_DMA/main.c @@ -5,6 +5,23 @@ * @note */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S_DMA_Target/Makefile b/Examples/MAX78000/I2S_DMA_Target/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/I2S_DMA_Target/Makefile +++ b/Examples/MAX78000/I2S_DMA_Target/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/I2S_DMA_Target/main.c b/Examples/MAX78000/I2S_DMA_Target/main.c index 998a441c2fb..984fa8e2400 100644 --- a/Examples/MAX78000/I2S_DMA_Target/main.c +++ b/Examples/MAX78000/I2S_DMA_Target/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ICC/Makefile b/Examples/MAX78000/ICC/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/ICC/Makefile +++ b/Examples/MAX78000/ICC/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ICC/main.c b/Examples/MAX78000/ICC/main.c index 8284829e592..543c9ba5dd1 100644 --- a/Examples/MAX78000/ICC/main.c +++ b/Examples/MAX78000/ICC/main.c @@ -5,6 +5,23 @@ * cache is enabled and disabled */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/Makefile b/Examples/MAX78000/ImgCapture/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/ImgCapture/Makefile +++ b/Examples/MAX78000/ImgCapture/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/include/cnn_memutils.h b/Examples/MAX78000/ImgCapture/include/cnn_memutils.h index 30ab003d748..26c42c3a7a5 100644 --- a/Examples/MAX78000/ImgCapture/include/cnn_memutils.h +++ b/Examples/MAX78000/ImgCapture/include/cnn_memutils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/include/console.h b/Examples/MAX78000/ImgCapture/include/console.h index a18516eb715..b95338f945e 100644 --- a/Examples/MAX78000/ImgCapture/include/console.h +++ b/Examples/MAX78000/ImgCapture/include/console.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/include/example_config.h b/Examples/MAX78000/ImgCapture/include/example_config.h index 548b6a8b927..3e14e422a93 100644 --- a/Examples/MAX78000/ImgCapture/include/example_config.h +++ b/Examples/MAX78000/ImgCapture/include/example_config.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/include/sd.h b/Examples/MAX78000/ImgCapture/include/sd.h index 0090aeb1a23..45830d8065b 100644 --- a/Examples/MAX78000/ImgCapture/include/sd.h +++ b/Examples/MAX78000/ImgCapture/include/sd.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/main.c b/Examples/MAX78000/ImgCapture/main.c index 0a714799f1a..280348193aa 100644 --- a/Examples/MAX78000/ImgCapture/main.c +++ b/Examples/MAX78000/ImgCapture/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/src/console/console.c b/Examples/MAX78000/ImgCapture/src/console/console.c index 46043bf1e72..e5acbd2b601 100644 --- a/Examples/MAX78000/ImgCapture/src/console/console.c +++ b/Examples/MAX78000/ImgCapture/src/console/console.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/src/sd/sd.c b/Examples/MAX78000/ImgCapture/src/sd/sd.c index 59f4334bc50..6cfff95b2e1 100644 --- a/Examples/MAX78000/ImgCapture/src/sd/sd.c +++ b/Examples/MAX78000/ImgCapture/src/sd/sd.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/utils/batchconvert.py b/Examples/MAX78000/ImgCapture/utils/batchconvert.py index ed26a43d66a..0124547238d 100644 --- a/Examples/MAX78000/ImgCapture/utils/batchconvert.py +++ b/Examples/MAX78000/ImgCapture/utils/batchconvert.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/utils/console.py b/Examples/MAX78000/ImgCapture/utils/console.py index 4cccfc80210..422d99a53b2 100644 --- a/Examples/MAX78000/ImgCapture/utils/console.py +++ b/Examples/MAX78000/ImgCapture/utils/console.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/ImgCapture/utils/imgConverter.py b/Examples/MAX78000/ImgCapture/utils/imgConverter.py index 12ad3300c28..7aab99e57a4 100644 --- a/Examples/MAX78000/ImgCapture/utils/imgConverter.py +++ b/Examples/MAX78000/ImgCapture/utils/imgConverter.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/LP/Makefile b/Examples/MAX78000/LP/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/LP/Makefile +++ b/Examples/MAX78000/LP/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/LP/main.c b/Examples/MAX78000/LP/main.c index 54783724d44..0bf6b729b98 100644 --- a/Examples/MAX78000/LP/main.c +++ b/Examples/MAX78000/LP/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/LPCMP/Makefile b/Examples/MAX78000/LPCMP/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/LPCMP/Makefile +++ b/Examples/MAX78000/LPCMP/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/LPCMP/main.c b/Examples/MAX78000/LPCMP/main.c index 27ba60f696b..30fefa31118 100644 --- a/Examples/MAX78000/LPCMP/main.c +++ b/Examples/MAX78000/LPCMP/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Generate/Makefile b/Examples/MAX78000/Library_Generate/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Library_Generate/Makefile +++ b/Examples/MAX78000/Library_Generate/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Generate/gpiolib.c b/Examples/MAX78000/Library_Generate/gpiolib.c index 515711b5d8c..c9f0cb73312 100644 --- a/Examples/MAX78000/Library_Generate/gpiolib.c +++ b/Examples/MAX78000/Library_Generate/gpiolib.c @@ -4,6 +4,23 @@ * @details GPIO library source. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Generate/gpiolib.h b/Examples/MAX78000/Library_Generate/gpiolib.h index 66a7a9d3cf9..69b888ff703 100644 --- a/Examples/MAX78000/Library_Generate/gpiolib.h +++ b/Examples/MAX78000/Library_Generate/gpiolib.h @@ -4,6 +4,23 @@ * @details Function prototypes for GPIO library. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Use/Makefile b/Examples/MAX78000/Library_Use/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Library_Use/Makefile +++ b/Examples/MAX78000/Library_Use/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Use/lib/include/gpiolib.h b/Examples/MAX78000/Library_Use/lib/include/gpiolib.h index fe52bc13776..8ace4b1c893 100644 --- a/Examples/MAX78000/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX78000/Library_Use/lib/include/gpiolib.h @@ -4,6 +4,23 @@ * @details Function prototypes for GPIO library. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Library_Use/main.c b/Examples/MAX78000/Library_Use/main.c index 67a8efa37b1..c9e9e23de51 100644 --- a/Examples/MAX78000/Library_Use/main.c +++ b/Examples/MAX78000/Library_Use/main.c @@ -4,6 +4,23 @@ * @details Calls static library functions to toggle an LED. */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Pulse_Train/Makefile b/Examples/MAX78000/Pulse_Train/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Pulse_Train/Makefile +++ b/Examples/MAX78000/Pulse_Train/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Pulse_Train/main.c b/Examples/MAX78000/Pulse_Train/main.c index 219f5b4aee2..0caecd62586 100644 --- a/Examples/MAX78000/Pulse_Train/main.c +++ b/Examples/MAX78000/Pulse_Train/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RTC/Makefile b/Examples/MAX78000/RTC/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/RTC/Makefile +++ b/Examples/MAX78000/RTC/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RTC/main.c b/Examples/MAX78000/RTC/main.c index 4f0fd8f855f..5e1d02484cb 100644 --- a/Examples/MAX78000/RTC/main.c +++ b/Examples/MAX78000/RTC/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RTC_Backup/Makefile b/Examples/MAX78000/RTC_Backup/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/RTC_Backup/Makefile +++ b/Examples/MAX78000/RTC_Backup/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RTC_Backup/main.c b/Examples/MAX78000/RTC_Backup/main.c index ba296d7d408..923ca9d4483 100644 --- a/Examples/MAX78000/RTC_Backup/main.c +++ b/Examples/MAX78000/RTC_Backup/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RV_ARM_Loader/Makefile b/Examples/MAX78000/RV_ARM_Loader/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/RV_ARM_Loader/Makefile +++ b/Examples/MAX78000/RV_ARM_Loader/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/RV_ARM_Loader/main.c b/Examples/MAX78000/RV_ARM_Loader/main.c index 995dc680449..41a1dd09462 100644 --- a/Examples/MAX78000/RV_ARM_Loader/main.c +++ b/Examples/MAX78000/RV_ARM_Loader/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/Makefile b/Examples/MAX78000/SDHC_FTHR/Makefile index c3ce634f46b..1cedc93dc04 100644 --- a/Examples/MAX78000/SDHC_FTHR/Makefile +++ b/Examples/MAX78000/SDHC_FTHR/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/include/sdhc.h b/Examples/MAX78000/SDHC_FTHR/include/sdhc.h index 4b03f6e30c5..8a5298ed68e 100644 --- a/Examples/MAX78000/SDHC_FTHR/include/sdhc.h +++ b/Examples/MAX78000/SDHC_FTHR/include/sdhc.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/include/user-cli.h b/Examples/MAX78000/SDHC_FTHR/include/user-cli.h index 00bb1e5c542..82543206ff9 100644 --- a/Examples/MAX78000/SDHC_FTHR/include/user-cli.h +++ b/Examples/MAX78000/SDHC_FTHR/include/user-cli.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/main.c b/Examples/MAX78000/SDHC_FTHR/main.c index 6c8f7ec086f..e71931009e5 100644 --- a/Examples/MAX78000/SDHC_FTHR/main.c +++ b/Examples/MAX78000/SDHC_FTHR/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/src/sdhc.c b/Examples/MAX78000/SDHC_FTHR/src/sdhc.c index 4a45cf5f4a5..619aba6d544 100644 --- a/Examples/MAX78000/SDHC_FTHR/src/sdhc.c +++ b/Examples/MAX78000/SDHC_FTHR/src/sdhc.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SDHC_FTHR/src/user-cli.c b/Examples/MAX78000/SDHC_FTHR/src/user-cli.c index f3b174125dc..721d71072c8 100644 --- a/Examples/MAX78000/SDHC_FTHR/src/user-cli.c +++ b/Examples/MAX78000/SDHC_FTHR/src/user-cli.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SPI/Makefile b/Examples/MAX78000/SPI/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/SPI/Makefile +++ b/Examples/MAX78000/SPI/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/SPI/main.c b/Examples/MAX78000/SPI/main.c index 4b0544b2af6..e7a21df9294 100644 --- a/Examples/MAX78000/SPI/main.c +++ b/Examples/MAX78000/SPI/main.c @@ -5,6 +5,23 @@ * Read the printf() for instructions */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/Makefile b/Examples/MAX78000/TFT_Demo/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/TFT_Demo/Makefile +++ b/Examples/MAX78000/TFT_Demo/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/example_config.h b/Examples/MAX78000/TFT_Demo/example_config.h index 8e11de6c1a2..58eee12d396 100644 --- a/Examples/MAX78000/TFT_Demo/example_config.h +++ b/Examples/MAX78000/TFT_Demo/example_config.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/include/keypad.h b/Examples/MAX78000/TFT_Demo/include/keypad.h index 0bb6c281fc6..1eda3a0e16c 100644 --- a/Examples/MAX78000/TFT_Demo/include/keypad.h +++ b/Examples/MAX78000/TFT_Demo/include/keypad.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/include/state.h b/Examples/MAX78000/TFT_Demo/include/state.h index 01b05d3160a..f507e2da0fa 100644 --- a/Examples/MAX78000/TFT_Demo/include/state.h +++ b/Examples/MAX78000/TFT_Demo/include/state.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/include/utils.h b/Examples/MAX78000/TFT_Demo/include/utils.h index 50ac8f051e2..acb7f63752a 100644 --- a/Examples/MAX78000/TFT_Demo/include/utils.h +++ b/Examples/MAX78000/TFT_Demo/include/utils.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/main.c b/Examples/MAX78000/TFT_Demo/main.c index 4effde75d91..8536a8909eb 100644 --- a/Examples/MAX78000/TFT_Demo/main.c +++ b/Examples/MAX78000/TFT_Demo/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/resources/bitmap.h b/Examples/MAX78000/TFT_Demo/resources/bitmap.h index eb4a1705cbd..43aed2a6d4d 100644 --- a/Examples/MAX78000/TFT_Demo/resources/bitmap.h +++ b/Examples/MAX78000/TFT_Demo/resources/bitmap.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c b/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c index b911c6f45ad..53026e233ea 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c +++ b/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py index 0abb8f77f0f..f4f2dd9ba0a 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt index 47e14d01541..e1cfb852c52 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt +++ b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c index f9e10b5ac56..89b896cc661 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c +++ b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/src/state.c b/Examples/MAX78000/TFT_Demo/src/state.c index fdc879b005a..ee09a7c4256 100644 --- a/Examples/MAX78000/TFT_Demo/src/state.c +++ b/Examples/MAX78000/TFT_Demo/src/state.c @@ -2,6 +2,23 @@ * @file state.c * */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/src/state_home.c b/Examples/MAX78000/TFT_Demo/src/state_home.c index b7b96d0ac56..2c9c8ca6e09 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_home.c +++ b/Examples/MAX78000/TFT_Demo/src/state_home.c @@ -2,6 +2,23 @@ * @file state_home.c * */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/src/state_info.c b/Examples/MAX78000/TFT_Demo/src/state_info.c index faf6e6cfbc4..2ddf01a5dcb 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_info.c +++ b/Examples/MAX78000/TFT_Demo/src/state_info.c @@ -2,6 +2,23 @@ * @file state_info.c * */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/src/state_keypad.c b/Examples/MAX78000/TFT_Demo/src/state_keypad.c index 7603f57b984..b5c70dffa3f 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_keypad.c +++ b/Examples/MAX78000/TFT_Demo/src/state_keypad.c @@ -2,6 +2,23 @@ * @file state_home.c * */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TFT_Demo/src/utils.c b/Examples/MAX78000/TFT_Demo/src/utils.c index 0293bcfd88a..28732976ca9 100644 --- a/Examples/MAX78000/TFT_Demo/src/utils.c +++ b/Examples/MAX78000/TFT_Demo/src/utils.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TMR/Makefile b/Examples/MAX78000/TMR/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/TMR/Makefile +++ b/Examples/MAX78000/TMR/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TMR/main.c b/Examples/MAX78000/TMR/main.c index 1bfc510a79e..28e9bc68d28 100644 --- a/Examples/MAX78000/TMR/main.c +++ b/Examples/MAX78000/TMR/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TRNG/Makefile b/Examples/MAX78000/TRNG/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/TRNG/Makefile +++ b/Examples/MAX78000/TRNG/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/TRNG/main.c b/Examples/MAX78000/TRNG/main.c index 941473b616b..edca764f66b 100644 --- a/Examples/MAX78000/TRNG/main.c +++ b/Examples/MAX78000/TRNG/main.c @@ -4,6 +4,23 @@ * @details */ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Temp_Monitor/Makefile b/Examples/MAX78000/Temp_Monitor/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Temp_Monitor/Makefile +++ b/Examples/MAX78000/Temp_Monitor/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Temp_Monitor/main.c b/Examples/MAX78000/Temp_Monitor/main.c index 0dac5c25f19..f9f99afaa7b 100644 --- a/Examples/MAX78000/Temp_Monitor/main.c +++ b/Examples/MAX78000/Temp_Monitor/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Temp_Monitor/temp_monitor.c b/Examples/MAX78000/Temp_Monitor/temp_monitor.c index a99ffffa330..375e2fb4afb 100644 --- a/Examples/MAX78000/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX78000/Temp_Monitor/temp_monitor.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Temp_Monitor/temp_monitor.h b/Examples/MAX78000/Temp_Monitor/temp_monitor.h index 3e3a0fd5a5a..b4c2fb2f4d2 100644 --- a/Examples/MAX78000/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX78000/Temp_Monitor/temp_monitor.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/UART/Makefile b/Examples/MAX78000/UART/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/UART/Makefile +++ b/Examples/MAX78000/UART/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/UART/main.c b/Examples/MAX78000/UART/main.c index 6ccd2d791ff..ffbf8fddcd0 100644 --- a/Examples/MAX78000/UART/main.c +++ b/Examples/MAX78000/UART/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/UCL/Makefile b/Examples/MAX78000/UCL/Makefile index 824724b4ec3..988406262c0 100644 --- a/Examples/MAX78000/UCL/Makefile +++ b/Examples/MAX78000/UCL/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WUT/Makefile b/Examples/MAX78000/WUT/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/WUT/Makefile +++ b/Examples/MAX78000/WUT/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WUT/main.c b/Examples/MAX78000/WUT/main.c index 3abd5c34974..91d6928e0e9 100644 --- a/Examples/MAX78000/WUT/main.c +++ b/Examples/MAX78000/WUT/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Watchdog/Makefile b/Examples/MAX78000/Watchdog/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/Watchdog/Makefile +++ b/Examples/MAX78000/Watchdog/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/Watchdog/main.c b/Examples/MAX78000/Watchdog/main.c index b5063a9359d..9af4bc8efda 100644 --- a/Examples/MAX78000/Watchdog/main.c +++ b/Examples/MAX78000/Watchdog/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/Makefile b/Examples/MAX78000/WearLeveling/Makefile index 070a8e7f6eb..fe90f42856a 100644 --- a/Examples/MAX78000/WearLeveling/Makefile +++ b/Examples/MAX78000/WearLeveling/Makefile @@ -1,3 +1,20 @@ +############################################################################### + # + # 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/include/cli.h b/Examples/MAX78000/WearLeveling/include/cli.h index 2519773e301..8116d945cfc 100644 --- a/Examples/MAX78000/WearLeveling/include/cli.h +++ b/Examples/MAX78000/WearLeveling/include/cli.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/include/file.h b/Examples/MAX78000/WearLeveling/include/file.h index 2d9f00c825e..023bad6b500 100644 --- a/Examples/MAX78000/WearLeveling/include/file.h +++ b/Examples/MAX78000/WearLeveling/include/file.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/include/flash.h b/Examples/MAX78000/WearLeveling/include/flash.h index 784cc8fca6b..b3736bdce37 100644 --- a/Examples/MAX78000/WearLeveling/include/flash.h +++ b/Examples/MAX78000/WearLeveling/include/flash.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/include/main.h b/Examples/MAX78000/WearLeveling/include/main.h index 65a91904b38..81a969128fa 100644 --- a/Examples/MAX78000/WearLeveling/include/main.h +++ b/Examples/MAX78000/WearLeveling/include/main.h @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/main.c b/Examples/MAX78000/WearLeveling/main.c index 4ca73d644f8..e42dc248e04 100644 --- a/Examples/MAX78000/WearLeveling/main.c +++ b/Examples/MAX78000/WearLeveling/main.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/src/cli.c b/Examples/MAX78000/WearLeveling/src/cli.c index b82458cd96b..5580f147b2e 100644 --- a/Examples/MAX78000/WearLeveling/src/cli.c +++ b/Examples/MAX78000/WearLeveling/src/cli.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/src/file.c b/Examples/MAX78000/WearLeveling/src/file.c index 4f71cf52610..9f40deee091 100644 --- a/Examples/MAX78000/WearLeveling/src/file.c +++ b/Examples/MAX78000/WearLeveling/src/file.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78000/WearLeveling/src/flash.c b/Examples/MAX78000/WearLeveling/src/flash.c index fa903f1966b..94ecb70cf02 100644 --- a/Examples/MAX78000/WearLeveling/src/flash.c +++ b/Examples/MAX78000/WearLeveling/src/flash.c @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * 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 2023 Analog Devices, Inc. diff --git a/Examples/MAX78002/ADC/Makefile b/Examples/MAX78002/ADC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/ADC/Makefile +++ b/Examples/MAX78002/ADC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ADC/main.c b/Examples/MAX78002/ADC/main.c index 3275405da77..8e53ec893e9 100644 --- a/Examples/MAX78002/ADC/main.c +++ b/Examples/MAX78002/ADC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/AES/Makefile b/Examples/MAX78002/AES/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/AES/Makefile +++ b/Examples/MAX78002/AES/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/AES/main.c b/Examples/MAX78002/AES/main.c index f24cf901e1c..bd40c6c7cb1 100644 --- a/Examples/MAX78002/AES/main.c +++ b/Examples/MAX78002/AES/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile b/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.c b/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.c index a068bbc3cac..15e6d601c8d 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.c +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.h b/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.h index 86eed989025..297a5aacf00 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.h +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/cnn.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/main.c b/Examples/MAX78002/CNN/cifar-100-effnet2/main.c index ed26ba6a382..b3815d6b9d3 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/main.c +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/softmax.c b/Examples/MAX78002/CNN/cifar-100-effnet2/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/softmax.c +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/softmax.c @@ -17,6 +17,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/Makefile b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/Makefile index 574b9f5bc50..d9218a013d2 100644 --- a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/Makefile +++ b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # /******************************************************************************* # * Copyright (C) 2021 Maxim Integrated Products, Inc., All Rights Reserved. # * diff --git a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.c b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.c index 297ced8e30b..21ed7b30cb5 100644 --- a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.c +++ b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.h b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.h index cec65747fee..39ddfd290cd 100644 --- a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.h +++ b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/cnn.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/main.c b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/main.c index 5ac2a456efa..3d9cfa1d844 100644 --- a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/main.c +++ b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/softmax.c b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/softmax.c +++ b/Examples/MAX78002/CNN/cifar-100-mobilenet-v2-0.75/softmax.c @@ -17,6 +17,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid/Makefile b/Examples/MAX78002/CNN/faceid/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/faceid/Makefile +++ b/Examples/MAX78002/CNN/faceid/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/faceid/cnn.c b/Examples/MAX78002/CNN/faceid/cnn.c index 03dd5339a79..37bdd0492df 100644 --- a/Examples/MAX78002/CNN/faceid/cnn.c +++ b/Examples/MAX78002/CNN/faceid/cnn.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ // faceid // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78002/CNN --prefix faceid --checkpoint-file trained/ai85-faceid-qat8-q.pth.tar --config-file networks/faceid.yaml --fifo --device MAX78002 --timer 0 --display-checkpoint --verbose --overwrite diff --git a/Examples/MAX78002/CNN/faceid/cnn.h b/Examples/MAX78002/CNN/faceid/cnn.h index 138d681def1..594b4dcd90c 100644 --- a/Examples/MAX78002/CNN/faceid/cnn.h +++ b/Examples/MAX78002/CNN/faceid/cnn.h @@ -1,9 +1,37 @@ -/************************************************************************************************** -* Copyright (C) 2019-2021 Maxim Integrated Products, Inc. All Rights Reserved. -* -* Maxim Integrated Products, Inc. Default Copyright Notice: -* https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -**************************************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ /* * This header file was automatically @generated for the faceid network from a template. diff --git a/Examples/MAX78002/CNN/faceid/main.c b/Examples/MAX78002/CNN/faceid/main.c index 3cd16f14576..cdfd7919f22 100644 --- a/Examples/MAX78002/CNN/faceid/main.c +++ b/Examples/MAX78002/CNN/faceid/main.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ /** * @file main.c diff --git a/Examples/MAX78002/CNN/faceid/softmax.c b/Examples/MAX78002/CNN/faceid/softmax.c index 8ef5ef8c1d9..3777aa03b7f 100644 --- a/Examples/MAX78002/CNN/faceid/softmax.c +++ b/Examples/MAX78002/CNN/faceid/softmax.c @@ -16,9 +16,55 @@ * limitations under the License. */ -/* - * Portions Copyright (C) 2020 Maxim Integrated Products, Inc. - */ +/****************************************************************************** + * + * 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) 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. + * + ******************************************************************************/ /* ---------------------------------------------------------------------- * Project: NN Library diff --git a/Examples/MAX78002/CNN/faceid_evkit/Makefile b/Examples/MAX78002/CNN/faceid_evkit/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/Makefile +++ b/Examples/MAX78002/CNN/faceid_evkit/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py index 6cade7617de..0ca8e862235 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ FaceID network for AI85/AI86 diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py index 95e2c822c5b..4f5831507d2 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Contains adapter implementations for MAX78000 EvKit to get CNN model output. """ import time diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py index 71264abd0b5..b428a20df70 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Contains MAX78000 simulator implementations to get CNN model output. """ diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai8x.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai8x.py index f970b38ec4f..7697e0f4b66 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai8x.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/ai8x.py @@ -1,11 +1,37 @@ -################################################################################################### -# -# Copyright (C) 2020-2022 Maxim Integrated Products, Inc. All Rights Reserved. -# -# Maxim Integrated Products, Inc. Default Copyright Notice: -# https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -# -################################################################################################### +################################################################################ + # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. + # + # This software is protected by copyright laws of the United States and + # of foreign countries. This material may also be protected by patent laws + # and technology transfer regulations of the United States and of foreign + # countries. This software is furnished under a license agreement and/or a + # nondisclosure agreement and may only be used or reproduced in accordance + # with the terms of those agreements. Dissemination of this information to + # any party or parties not specified in the license agreement and/or + # nondisclosure agreement is expressly prohibited. + # + # 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. + # + ############################################################################### """ Contains the limits of the MAX78000 implementations and custom PyTorch modules that take the limits into account. diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/devices.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/devices.py index ab72514a716..b922bc56759 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/devices.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/ai85/devices.py @@ -1,10 +1,37 @@ -################################################################################################### -# Copyright (C) Maxim Integrated Products, Inc. All Rights Reserved. -# -# Maxim Integrated Products, Inc. Default Copyright Notice: -# https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -# -################################################################################################### +################################################################################ + # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. + # + # This software is protected by copyright laws of the United States and + # of foreign countries. This material may also be protected by patent laws + # and technology transfer regulations of the United States and of foreign + # countries. This software is furnished under a license agreement and/or a + # nondisclosure agreement and may only be used or reproduced in accordance + # with the terms of those agreements. Dissemination of this information to + # any party or parties not specified in the license agreement and/or + # nondisclosure agreement is expressly prohibited. + # + # 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. + # + ############################################################################### """ Part number and device type conversion """ diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/generate_face_db.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/generate_face_db.py index 78b8276ce1f..44d95a09726 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/generate_face_db.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/generate_face_db.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Script to generate Face Id embeddings diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py index 205fb35b36f..509260366d5 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # MIT License # Copyright (c) 2019 Timothy Esler diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py index a0d8d87ec07..a65a5e3c0e1 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/mtcnn/utils/detect_face.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # MIT License # Copyright (c) 2019 Timothy Esler diff --git a/Examples/MAX78002/CNN/faceid_evkit/db_gen/utils.py b/Examples/MAX78002/CNN/faceid_evkit/db_gen/utils.py index 3ffbade2d5b..427a261e7e1 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/db_gen/utils.py +++ b/Examples/MAX78002/CNN/faceid_evkit/db_gen/utils.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Utility functions to generate embeddings and I/O operations diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/MAXCAM_Debug.h b/Examples/MAX78002/CNN/faceid_evkit/include/MAXCAM_Debug.h index ba68441b603..3d0c163753d 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/MAXCAM_Debug.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/MAXCAM_Debug.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/cnn.h b/Examples/MAX78002/CNN/faceid_evkit/include/cnn.h index 138d681def1..594b4dcd90c 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/cnn.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/cnn.h @@ -1,9 +1,37 @@ -/************************************************************************************************** -* Copyright (C) 2019-2021 Maxim Integrated Products, Inc. All Rights Reserved. -* -* Maxim Integrated Products, Inc. Default Copyright Notice: -* https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -**************************************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ /* * This header file was automatically @generated for the faceid network from a template. diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/embedding_process.h b/Examples/MAX78002/CNN/faceid_evkit/include/embedding_process.h index 71a85daa541..08d498764ff 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/embedding_process.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/embedding_process.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/embeddings.h b/Examples/MAX78002/CNN/faceid_evkit/include/embeddings.h index 46b8ce37114..92f00f54da4 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/embeddings.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/embeddings.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/faceID.h b/Examples/MAX78002/CNN/faceid_evkit/include/faceID.h index a5437999737..90af97f5f75 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/faceID.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/faceID.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/keypad.h b/Examples/MAX78002/CNN/faceid_evkit/include/keypad.h index 597c1327029..c78e06b31b3 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/keypad.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/keypad.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/state.h b/Examples/MAX78002/CNN/faceid_evkit/include/state.h index 8be6a3a1794..0b1a690a884 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/state.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/state.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/include/utils.h b/Examples/MAX78002/CNN/faceid_evkit/include/utils.h index b8f63d1e621..15aba6e0d45 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/include/utils.h +++ b/Examples/MAX78002/CNN/faceid_evkit/include/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/main.c b/Examples/MAX78002/CNN/faceid_evkit/main.c index 5661e612dfc..33a85186a6a 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/main.c +++ b/Examples/MAX78002/CNN/faceid_evkit/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/cnn.c b/Examples/MAX78002/CNN/faceid_evkit/src/cnn.c index 03dd5339a79..37bdd0492df 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/cnn.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/cnn.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ // faceid // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78002/CNN --prefix faceid --checkpoint-file trained/ai85-faceid-qat8-q.pth.tar --config-file networks/faceid.yaml --fifo --device MAX78002 --timer 0 --display-checkpoint --verbose --overwrite diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/embedding_process.c b/Examples/MAX78002/CNN/faceid_evkit/src/embedding_process.c index 0ffc4e9283e..d7c5c6492cd 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/embedding_process.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/embedding_process.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/state.c b/Examples/MAX78002/CNN/faceid_evkit/src/state.c index ea1eb7701cf..34911af8fa4 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/state.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/state.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/state_faceID.c b/Examples/MAX78002/CNN/faceid_evkit/src/state_faceID.c index e7a061fcfa5..2f309d8e839 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/state_faceID.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/state_faceID.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/state_home.c b/Examples/MAX78002/CNN/faceid_evkit/src/state_home.c index 91f0319ce07..102c8a99a08 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/state_home.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/state_home.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/src/utils.c b/Examples/MAX78002/CNN/faceid_evkit/src/utils.c index 5b9a97597b7..58f431843d7 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/src/utils.c +++ b/Examples/MAX78002/CNN/faceid_evkit/src/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/bmp2c.py b/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/bmp2c.py index e24ac4f328f..4c8b98f76ff 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/bmp2c.py +++ b/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/template.txt b/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/template.txt +++ b/Examples/MAX78002/CNN/faceid_evkit/tft/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/faceid_evkit/tft/img_1_rgb565.c b/Examples/MAX78002/CNN/faceid_evkit/tft/img_1_rgb565.c index bcf2acb4cee..e1c4dcee0e0 100644 --- a/Examples/MAX78002/CNN/faceid_evkit/tft/img_1_rgb565.c +++ b/Examples/MAX78002/CNN/faceid_evkit/tft/img_1_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/imagenet-riscv/Makefile b/Examples/MAX78002/CNN/imagenet-riscv/Makefile index 0bfe3083047..ab81fd660b2 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/Makefile +++ b/Examples/MAX78002/CNN/imagenet-riscv/Makefile @@ -1,5 +1,22 @@ -################################################################################ - # Copyright (C) 2019-2021 Maxim Integrated Products, Inc., All Rights Reserved. +############################################################################### + # + # 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) 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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # Command-line option for overriding output filename. # Ex: make all OUTFILE="filename" ... results in filename.elf diff --git a/Examples/MAX78002/CNN/imagenet-riscv/Makefile.ARM b/Examples/MAX78002/CNN/imagenet-riscv/Makefile.ARM index e57dda73fb3..16e03b0ff05 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/Makefile.ARM +++ b/Examples/MAX78002/CNN/imagenet-riscv/Makefile.ARM @@ -1,5 +1,22 @@ -################################################################################ - # Copyright (C) 2019-2021 Maxim Integrated Products, Inc., All Rights Reserved. +############################################################################### + # + # 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) 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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX78002/CNN/imagenet-riscv/Makefile.RISCV b/Examples/MAX78002/CNN/imagenet-riscv/Makefile.RISCV index 11d3c559f90..9845888636f 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/Makefile.RISCV +++ b/Examples/MAX78002/CNN/imagenet-riscv/Makefile.RISCV @@ -1,5 +1,22 @@ -################################################################################ - # Copyright (C) 2019-2021 Maxim Integrated Products, Inc., All Rights Reserved. +############################################################################### + # + # 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) 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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # This is the name of the build output file ifeq "$(PROJECT)" "" diff --git a/Examples/MAX78002/CNN/imagenet-riscv/cnn.c b/Examples/MAX78002/CNN/imagenet-riscv/cnn.c index 09d14ae6012..bc3a98b5442 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/cnn.c +++ b/Examples/MAX78002/CNN/imagenet-riscv/cnn.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ // imagenet-riscv // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78002/CNN --prefix imagenet-riscv --checkpoint-file trained/ai87-imagenet-effnet2-q.pth.tar --config-file networks/ai87-imagenet-effnet2.yaml --riscv --riscv-debug --device MAX78002 --timer 0 --display-checkpoint --verbose --overwrite diff --git a/Examples/MAX78002/CNN/imagenet-riscv/cnn.h b/Examples/MAX78002/CNN/imagenet-riscv/cnn.h index c6a777cbe38..b37b63a6535 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/cnn.h +++ b/Examples/MAX78002/CNN/imagenet-riscv/cnn.h @@ -1,9 +1,37 @@ -/************************************************************************************************** -* Copyright (C) 2019-2021 Maxim Integrated Products, Inc. All Rights Reserved. -* -* Maxim Integrated Products, Inc. Default Copyright Notice: -* https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -**************************************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ /* * This header file was automatically @generated for the imagenet-riscv network from a template. diff --git a/Examples/MAX78002/CNN/imagenet-riscv/main.c b/Examples/MAX78002/CNN/imagenet-riscv/main.c index 3ea6fbc5137..72ff64a4432 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/main.c +++ b/Examples/MAX78002/CNN/imagenet-riscv/main.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ // ARM wrapper code // imagenet-riscv diff --git a/Examples/MAX78002/CNN/imagenet-riscv/main_riscv.c b/Examples/MAX78002/CNN/imagenet-riscv/main_riscv.c index 4d4a91e9ffb..1545a1e8152 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/main_riscv.c +++ b/Examples/MAX78002/CNN/imagenet-riscv/main_riscv.c @@ -1,36 +1,37 @@ -/******************************************************************************* -* Copyright (C) 2019-2022 Maxim Integrated Products, Inc., All rights Reserved. -* -* This software is protected by copyright laws of the United States and -* of foreign countries. This material may also be protected by patent laws -* and technology transfer regulations of the United States and of foreign -* countries. This software is furnished under a license agreement and/or a -* nondisclosure agreement and may only be used or reproduced in accordance -* with the terms of those agreements. Dissemination of this information to -* any party or parties not specified in the license agreement and/or -* nondisclosure agreement is expressly prohibited. -* -* 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. -*******************************************************************************/ +/****************************************************************************** + * Copyright (C) 2023 Maxim Integrated Products, Inc., All rights Reserved. + * + * This software is protected by copyright laws of the United States and + * of foreign countries. This material may also be protected by patent laws + * and technology transfer regulations of the United States and of foreign + * countries. This software is furnished under a license agreement and/or a + * nondisclosure agreement and may only be used or reproduced in accordance + * with the terms of those agreements. Dissemination of this information to + * any party or parties not specified in the license agreement and/or + * nondisclosure agreement is expressly prohibited. + * + * 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. + * + ******************************************************************************/ // imagenet-riscv // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78002/CNN --prefix imagenet-riscv --checkpoint-file trained/ai87-imagenet-effnet2-q.pth.tar --config-file networks/ai87-imagenet-effnet2.yaml --riscv --riscv-debug --device MAX78002 --timer 0 --display-checkpoint --verbose --overwrite diff --git a/Examples/MAX78002/CNN/imagenet-riscv/softmax.c b/Examples/MAX78002/CNN/imagenet-riscv/softmax.c index 2d149c7f3a1..e321e9da015 100644 --- a/Examples/MAX78002/CNN/imagenet-riscv/softmax.c +++ b/Examples/MAX78002/CNN/imagenet-riscv/softmax.c @@ -16,9 +16,55 @@ * limitations under the License. */ -/* - * Portions Copyright (C) 2020 Maxim Integrated Products, Inc. - */ +/****************************************************************************** + * + * 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) 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. + * + ******************************************************************************/ /* ---------------------------------------------------------------------- * Project: NN Library diff --git a/Examples/MAX78002/CNN/imagenet/Makefile b/Examples/MAX78002/CNN/imagenet/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/imagenet/Makefile +++ b/Examples/MAX78002/CNN/imagenet/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/imagenet/cnn.c b/Examples/MAX78002/CNN/imagenet/cnn.c index 9ea1ce5e851..b336c23088e 100644 --- a/Examples/MAX78002/CNN/imagenet/cnn.c +++ b/Examples/MAX78002/CNN/imagenet/cnn.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/imagenet/cnn.h b/Examples/MAX78002/CNN/imagenet/cnn.h index e74690f4221..ea003f900b6 100644 --- a/Examples/MAX78002/CNN/imagenet/cnn.h +++ b/Examples/MAX78002/CNN/imagenet/cnn.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/imagenet/main.c b/Examples/MAX78002/CNN/imagenet/main.c index ca14b47f120..3a212267bd1 100644 --- a/Examples/MAX78002/CNN/imagenet/main.c +++ b/Examples/MAX78002/CNN/imagenet/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/imagenet/softmax.c b/Examples/MAX78002/CNN/imagenet/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78002/CNN/imagenet/softmax.c +++ b/Examples/MAX78002/CNN/imagenet/softmax.c @@ -17,6 +17,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/kws20_demo/Makefile b/Examples/MAX78002/CNN/kws20_demo/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/kws20_demo/Makefile +++ b/Examples/MAX78002/CNN/kws20_demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/kws20_demo/Utility/capture_serial_bin.py b/Examples/MAX78002/CNN/kws20_demo/Utility/capture_serial_bin.py index cbe4c9a0d16..74c053cb849 100644 --- a/Examples/MAX78002/CNN/kws20_demo/Utility/capture_serial_bin.py +++ b/Examples/MAX78002/CNN/kws20_demo/Utility/capture_serial_bin.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## import os import argparse import soundfile as sf diff --git a/Examples/MAX78002/CNN/kws20_demo/Utility/convert_segment_wav.py b/Examples/MAX78002/CNN/kws20_demo/Utility/convert_segment_wav.py index 04498ad7ff7..78278c947f2 100644 --- a/Examples/MAX78002/CNN/kws20_demo/Utility/convert_segment_wav.py +++ b/Examples/MAX78002/CNN/kws20_demo/Utility/convert_segment_wav.py @@ -1,35 +1,52 @@ -################################################################################ -# Copyright (C) 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. -# ############################################################################### + # + # 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) 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. + # + ############################################################################## import errno import os import argparse diff --git a/Examples/MAX78002/CNN/kws20_demo/softmax.c b/Examples/MAX78002/CNN/kws20_demo/softmax.c index 69898e50358..e321e9da015 100644 --- a/Examples/MAX78002/CNN/kws20_demo/softmax.c +++ b/Examples/MAX78002/CNN/kws20_demo/softmax.c @@ -17,6 +17,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/kws20_demo/tft/bmp/bmp2c.py b/Examples/MAX78002/CNN/kws20_demo/tft/bmp/bmp2c.py index e24ac4f328f..4c8b98f76ff 100644 --- a/Examples/MAX78002/CNN/kws20_demo/tft/bmp/bmp2c.py +++ b/Examples/MAX78002/CNN/kws20_demo/tft/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX78002/CNN/kws20_demo/tft/bmp/template.txt b/Examples/MAX78002/CNN/kws20_demo/tft/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78002/CNN/kws20_demo/tft/bmp/template.txt +++ b/Examples/MAX78002/CNN/kws20_demo/tft/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/kws20_demo/tft/img_1_rgb565.c b/Examples/MAX78002/CNN/kws20_demo/tft/img_1_rgb565.c index bcf2acb4cee..e1c4dcee0e0 100644 --- a/Examples/MAX78002/CNN/kws20_demo/tft/img_1_rgb565.c +++ b/Examples/MAX78002/CNN/kws20_demo/tft/img_1_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile index 93b29defd5b..e81a3e5834f 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/main.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/main.c index 9bea5dbd14a..1f8664746f9 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/main.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.c index 59212a64cd1..f387b8195e1 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.h index a8b427d49e4..2e144667f7b 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/camera/camera.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.c index bd532e9f0bd..734225c1225 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.h index 857cf83d3e3..6f8bf23a616 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/cnn.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/labels.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/labels.h index c7a4a80d83c..263a7699e02 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/labels.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/labels.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.c index 80a04421f4b..0f210ac8301 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.h index 7846cf3f967..813e538de95 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/nms.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/sampledata.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/sampledata.h index 53b666b95eb..b6fa3fd62e9 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/sampledata.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/sampledata.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/softmax.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/softmax.c index 2d149c7f3a1..e321e9da015 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/softmax.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/softmax.c @@ -16,9 +16,55 @@ * limitations under the License. */ -/* - * Portions Copyright (C) 2020 Maxim Integrated Products, Inc. - */ +/****************************************************************************** + * + * 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) 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. + * + ******************************************************************************/ /* ---------------------------------------------------------------------- * Project: NN Library diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/weights.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/weights.h index ea56321fd4d..a9798c44991 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/weights.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/cnn/weights.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.c index d703be26889..efab8e3a60d 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.h index 88cbfa0f308..30a9d706c2d 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/aps6404.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.c index 4a1954e0c32..c9ffbfd0122 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.h index 6c4a83cd96c..0433d3f2a3e 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi_config.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi_config.h index a14ee632fcc..9573d77cff6 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi_config.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/sram/fastspi_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.c b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.c index afb8b80f4bb..698fc4089b4 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.c +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.h b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.h index e520f53f6e2..9db2c94c5cc 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.h +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/src/tft/tft_utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/batchconvert.py b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/batchconvert.py index 64310db9b92..ed26a43d66a 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/batchconvert.py +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/batchconvert.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## from pathlib import Path import re diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/console.py b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/console.py index 572bfc8849d..37b4f2ed6e7 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/console.py +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/console.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ This file implements a simple console program for communicating diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/imgConverter.py b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/imgConverter.py index 86bdb4b8ae9..12ad3300c28 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/imgConverter.py +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/utils/imgConverter.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## import struct from PIL import Image diff --git a/Examples/MAX78002/CRC/Makefile b/Examples/MAX78002/CRC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/CRC/Makefile +++ b/Examples/MAX78002/CRC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CRC/main.c b/Examples/MAX78002/CRC/main.c index e65133bef95..7cbb86541cc 100644 --- a/Examples/MAX78002/CRC/main.c +++ b/Examples/MAX78002/CRC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/Makefile b/Examples/MAX78002/CSI2/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/CSI2/Makefile +++ b/Examples/MAX78002/CSI2/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CSI2/console.c b/Examples/MAX78002/CSI2/console.c index cda76d68ff8..beca200087e 100644 --- a/Examples/MAX78002/CSI2/console.c +++ b/Examples/MAX78002/CSI2/console.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/console.h b/Examples/MAX78002/CSI2/console.h index 550bb00695c..6c4b5a3a49a 100644 --- a/Examples/MAX78002/CSI2/console.h +++ b/Examples/MAX78002/CSI2/console.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/main.c b/Examples/MAX78002/CSI2/main.c index 1f8fee28ee0..b3114e4a0ce 100644 --- a/Examples/MAX78002/CSI2/main.c +++ b/Examples/MAX78002/CSI2/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/src/sram/aps6404.c b/Examples/MAX78002/CSI2/src/sram/aps6404.c index 53045895537..7c0aca37d0d 100644 --- a/Examples/MAX78002/CSI2/src/sram/aps6404.c +++ b/Examples/MAX78002/CSI2/src/sram/aps6404.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/src/sram/aps6404.h b/Examples/MAX78002/CSI2/src/sram/aps6404.h index 9134b19fbca..696f2cef1e8 100644 --- a/Examples/MAX78002/CSI2/src/sram/aps6404.h +++ b/Examples/MAX78002/CSI2/src/sram/aps6404.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/src/sram/fastspi.c b/Examples/MAX78002/CSI2/src/sram/fastspi.c index a792e0192f2..6d2e9a44b98 100644 --- a/Examples/MAX78002/CSI2/src/sram/fastspi.c +++ b/Examples/MAX78002/CSI2/src/sram/fastspi.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/src/sram/fastspi.h b/Examples/MAX78002/CSI2/src/sram/fastspi.h index e28d69e125c..6b196f9477b 100644 --- a/Examples/MAX78002/CSI2/src/sram/fastspi.h +++ b/Examples/MAX78002/CSI2/src/sram/fastspi.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/src/sram/fastspi_config.h b/Examples/MAX78002/CSI2/src/sram/fastspi_config.h index 41de7cc720b..b664fa53788 100644 --- a/Examples/MAX78002/CSI2/src/sram/fastspi_config.h +++ b/Examples/MAX78002/CSI2/src/sram/fastspi_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/utils.c b/Examples/MAX78002/CSI2/utils.c index 87cdf974007..24527766918 100644 --- a/Examples/MAX78002/CSI2/utils.c +++ b/Examples/MAX78002/CSI2/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/utils.h b/Examples/MAX78002/CSI2/utils.h index 79c598888bb..161a3a832f4 100644 --- a/Examples/MAX78002/CSI2/utils.h +++ b/Examples/MAX78002/CSI2/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CSI2/utils/batchconvert.py b/Examples/MAX78002/CSI2/utils/batchconvert.py index 64310db9b92..ed26a43d66a 100644 --- a/Examples/MAX78002/CSI2/utils/batchconvert.py +++ b/Examples/MAX78002/CSI2/utils/batchconvert.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## from pathlib import Path import re diff --git a/Examples/MAX78002/CSI2/utils/console.py b/Examples/MAX78002/CSI2/utils/console.py index 572bfc8849d..37b4f2ed6e7 100644 --- a/Examples/MAX78002/CSI2/utils/console.py +++ b/Examples/MAX78002/CSI2/utils/console.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ This file implements a simple console program for communicating diff --git a/Examples/MAX78002/CSI2/utils/imgConverter.py b/Examples/MAX78002/CSI2/utils/imgConverter.py index 86bdb4b8ae9..12ad3300c28 100644 --- a/Examples/MAX78002/CSI2/utils/imgConverter.py +++ b/Examples/MAX78002/CSI2/utils/imgConverter.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## import struct from PIL import Image diff --git a/Examples/MAX78002/CameraIF/Makefile b/Examples/MAX78002/CameraIF/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/CameraIF/Makefile +++ b/Examples/MAX78002/CameraIF/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CameraIF/main.c b/Examples/MAX78002/CameraIF/main.c index 5432c163246..7939caee7b8 100644 --- a/Examples/MAX78002/CameraIF/main.c +++ b/Examples/MAX78002/CameraIF/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CameraIF/utils.c b/Examples/MAX78002/CameraIF/utils.c index 87cdf974007..24527766918 100644 --- a/Examples/MAX78002/CameraIF/utils.c +++ b/Examples/MAX78002/CameraIF/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CameraIF/utils.h b/Examples/MAX78002/CameraIF/utils.h index f7bfac5a259..d4b85016608 100644 --- a/Examples/MAX78002/CameraIF/utils.h +++ b/Examples/MAX78002/CameraIF/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CameraIF_Debayer/Makefile b/Examples/MAX78002/CameraIF_Debayer/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/CameraIF_Debayer/Makefile +++ b/Examples/MAX78002/CameraIF_Debayer/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/CameraIF_Debayer/main.c b/Examples/MAX78002/CameraIF_Debayer/main.c index 6bfba7996fa..47b5bb9affb 100644 --- a/Examples/MAX78002/CameraIF_Debayer/main.c +++ b/Examples/MAX78002/CameraIF_Debayer/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CameraIF_Debayer/utils.c b/Examples/MAX78002/CameraIF_Debayer/utils.c index 4b917735f4a..553d3f62b59 100644 --- a/Examples/MAX78002/CameraIF_Debayer/utils.c +++ b/Examples/MAX78002/CameraIF_Debayer/utils.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/CameraIF_Debayer/utils.h b/Examples/MAX78002/CameraIF_Debayer/utils.h index 42f0e64398b..59ef3a62825 100644 --- a/Examples/MAX78002/CameraIF_Debayer/utils.h +++ b/Examples/MAX78002/CameraIF_Debayer/utils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Coremark/Makefile b/Examples/MAX78002/Coremark/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Coremark/Makefile +++ b/Examples/MAX78002/Coremark/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/DMA/Makefile b/Examples/MAX78002/DMA/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/DMA/Makefile +++ b/Examples/MAX78002/DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/DMA/main.c b/Examples/MAX78002/DMA/main.c index 830bde4c743..5653fcc3147 100644 --- a/Examples/MAX78002/DMA/main.c +++ b/Examples/MAX78002/DMA/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ECC/Makefile b/Examples/MAX78002/ECC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/ECC/Makefile +++ b/Examples/MAX78002/ECC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ECC/main.c b/Examples/MAX78002/ECC/main.c index 5a63ea4c59c..8c7db4a06e0 100644 --- a/Examples/MAX78002/ECC/main.c +++ b/Examples/MAX78002/ECC/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/EEPROM_Emulator/Makefile b/Examples/MAX78002/EEPROM_Emulator/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/EEPROM_Emulator/Makefile +++ b/Examples/MAX78002/EEPROM_Emulator/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/EEPROM_Emulator/include/cache.h b/Examples/MAX78002/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX78002/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX78002/EEPROM_Emulator/include/cache.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/EEPROM_Emulator/include/eeprom.h b/Examples/MAX78002/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX78002/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX78002/EEPROM_Emulator/include/eeprom.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/EEPROM_Emulator/main.c b/Examples/MAX78002/EEPROM_Emulator/main.c index 3e4006d01d0..b44a9e909b0 100644 --- a/Examples/MAX78002/EEPROM_Emulator/main.c +++ b/Examples/MAX78002/EEPROM_Emulator/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/EEPROM_Emulator/src/cache.c b/Examples/MAX78002/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX78002/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX78002/EEPROM_Emulator/src/cache.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/EEPROM_Emulator/src/eeprom.c b/Examples/MAX78002/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX78002/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX78002/EEPROM_Emulator/src/eeprom.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Flash/Makefile b/Examples/MAX78002/Flash/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Flash/Makefile +++ b/Examples/MAX78002/Flash/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Flash/main.c b/Examples/MAX78002/Flash/main.c index fac495daca6..7d12dd03310 100644 --- a/Examples/MAX78002/Flash/main.c +++ b/Examples/MAX78002/Flash/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX78002/Flash_CLI/FreeRTOSConfig.h index 2b9b0eadd62..2fc29394ba2 100644 --- a/Examples/MAX78002/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX78002/Flash_CLI/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Flash_CLI/Makefile b/Examples/MAX78002/Flash_CLI/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Flash_CLI/Makefile +++ b/Examples/MAX78002/Flash_CLI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Flash_CLI/definitions.h b/Examples/MAX78002/Flash_CLI/definitions.h index 1f3b2047513..9092c60c7d3 100644 --- a/Examples/MAX78002/Flash_CLI/definitions.h +++ b/Examples/MAX78002/Flash_CLI/definitions.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Flash_CLI/main.c b/Examples/MAX78002/Flash_CLI/main.c index 844c22cb2f3..190c744544b 100644 --- a/Examples/MAX78002/Flash_CLI/main.c +++ b/Examples/MAX78002/Flash_CLI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX78002/FreeRTOSDemo/FreeRTOSConfig.h index b4e9adb5b0b..cd479da3d5f 100644 --- a/Examples/MAX78002/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX78002/FreeRTOSDemo/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/FreeRTOSDemo/Makefile b/Examples/MAX78002/FreeRTOSDemo/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/FreeRTOSDemo/Makefile +++ b/Examples/MAX78002/FreeRTOSDemo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX78002/FreeRTOSDemo/freertos_tickless.c index a8c3a5c508d..8f0495c673a 100644 --- a/Examples/MAX78002/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX78002/FreeRTOSDemo/freertos_tickless.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/FreeRTOSDemo/main.c b/Examples/MAX78002/FreeRTOSDemo/main.c index 277bd93e64c..52d805b4d14 100644 --- a/Examples/MAX78002/FreeRTOSDemo/main.c +++ b/Examples/MAX78002/FreeRTOSDemo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/GPIO/Makefile b/Examples/MAX78002/GPIO/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/GPIO/Makefile +++ b/Examples/MAX78002/GPIO/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/GPIO/main.c b/Examples/MAX78002/GPIO/main.c index b54885b127a..fb5e4c932bc 100644 --- a/Examples/MAX78002/GPIO/main.c +++ b/Examples/MAX78002/GPIO/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Hello_World/Makefile b/Examples/MAX78002/Hello_World/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Hello_World/Makefile +++ b/Examples/MAX78002/Hello_World/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Hello_World/main.c b/Examples/MAX78002/Hello_World/main.c index 223e8b45d05..d8a561ce97a 100644 --- a/Examples/MAX78002/Hello_World/main.c +++ b/Examples/MAX78002/Hello_World/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Hello_World_Cpp/Makefile b/Examples/MAX78002/Hello_World_Cpp/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Hello_World_Cpp/Makefile +++ b/Examples/MAX78002/Hello_World_Cpp/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Hello_World_Cpp/main.cpp b/Examples/MAX78002/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX78002/Hello_World_Cpp/main.cpp +++ b/Examples/MAX78002/Hello_World_Cpp/main.cpp @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C/Makefile b/Examples/MAX78002/I2C/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2C/Makefile +++ b/Examples/MAX78002/I2C/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2C/main.c b/Examples/MAX78002/I2C/main.c index 89119c4cf31..654ac80431d 100644 --- a/Examples/MAX78002/I2C/main.c +++ b/Examples/MAX78002/I2C/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX78002/I2C_MNGR/FreeRTOSConfig.h index fbd5f3daed5..b95ed0c3c16 100644 --- a/Examples/MAX78002/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX78002/I2C_MNGR/FreeRTOSConfig.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_MNGR/Makefile b/Examples/MAX78002/I2C_MNGR/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2C_MNGR/Makefile +++ b/Examples/MAX78002/I2C_MNGR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.c index 6eb07a9630c..32f6f6f3455 100644 --- a/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.h index 61b9f0f52d3..1dc44acdabb 100644 --- a/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX78002/I2C_MNGR/i2c_mngr/i2c_mngr.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_MNGR/main.c b/Examples/MAX78002/I2C_MNGR/main.c index 179def6b716..bd372e4037d 100644 --- a/Examples/MAX78002/I2C_MNGR/main.c +++ b/Examples/MAX78002/I2C_MNGR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_SCAN/Makefile b/Examples/MAX78002/I2C_SCAN/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2C_SCAN/Makefile +++ b/Examples/MAX78002/I2C_SCAN/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2C_SCAN/main.c b/Examples/MAX78002/I2C_SCAN/main.c index 86f9695226f..fc5b8f00370 100644 --- a/Examples/MAX78002/I2C_SCAN/main.c +++ b/Examples/MAX78002/I2C_SCAN/main.c @@ -7,6 +7,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2C_Sensor/Makefile b/Examples/MAX78002/I2C_Sensor/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2C_Sensor/Makefile +++ b/Examples/MAX78002/I2C_Sensor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2C_Sensor/main.c b/Examples/MAX78002/I2C_Sensor/main.c index 054dd52105a..72421d3205d 100644 --- a/Examples/MAX78002/I2C_Sensor/main.c +++ b/Examples/MAX78002/I2C_Sensor/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2S/Makefile b/Examples/MAX78002/I2S/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2S/Makefile +++ b/Examples/MAX78002/I2S/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2S/main.c b/Examples/MAX78002/I2S/main.c index 30c434bac5e..5548a2c4f7d 100644 --- a/Examples/MAX78002/I2S/main.c +++ b/Examples/MAX78002/I2S/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/I2S_DMA/Makefile b/Examples/MAX78002/I2S_DMA/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/I2S_DMA/Makefile +++ b/Examples/MAX78002/I2S_DMA/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/I2S_DMA/main.c b/Examples/MAX78002/I2S_DMA/main.c index 34e3f3b57ff..c0cc3dcaec6 100644 --- a/Examples/MAX78002/I2S_DMA/main.c +++ b/Examples/MAX78002/I2S_DMA/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ICC/Makefile b/Examples/MAX78002/ICC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/ICC/Makefile +++ b/Examples/MAX78002/ICC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ICC/main.c b/Examples/MAX78002/ICC/main.c index f927e15f847..8284829e592 100644 --- a/Examples/MAX78002/ICC/main.c +++ b/Examples/MAX78002/ICC/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/Makefile b/Examples/MAX78002/ImgCapture/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/ImgCapture/Makefile +++ b/Examples/MAX78002/ImgCapture/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/ImgCapture/include/cnn_memutils.h b/Examples/MAX78002/ImgCapture/include/cnn_memutils.h index 5d1a59da424..bfe90f687c9 100644 --- a/Examples/MAX78002/ImgCapture/include/cnn_memutils.h +++ b/Examples/MAX78002/ImgCapture/include/cnn_memutils.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/include/console.h b/Examples/MAX78002/ImgCapture/include/console.h index 53514f5598b..c6ab4a2f1fa 100644 --- a/Examples/MAX78002/ImgCapture/include/console.h +++ b/Examples/MAX78002/ImgCapture/include/console.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/include/example_config.h b/Examples/MAX78002/ImgCapture/include/example_config.h index 8c6eb22ada8..5e2d40885ae 100644 --- a/Examples/MAX78002/ImgCapture/include/example_config.h +++ b/Examples/MAX78002/ImgCapture/include/example_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/include/sd.h b/Examples/MAX78002/ImgCapture/include/sd.h index 2c31e8c4660..1fd0b316a84 100644 --- a/Examples/MAX78002/ImgCapture/include/sd.h +++ b/Examples/MAX78002/ImgCapture/include/sd.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/main.c b/Examples/MAX78002/ImgCapture/main.c index 50b6755dfd0..e7e5356e765 100644 --- a/Examples/MAX78002/ImgCapture/main.c +++ b/Examples/MAX78002/ImgCapture/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/src/console/console.c b/Examples/MAX78002/ImgCapture/src/console/console.c index d7a91fd005a..7dc41a8b7e2 100644 --- a/Examples/MAX78002/ImgCapture/src/console/console.c +++ b/Examples/MAX78002/ImgCapture/src/console/console.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/src/sd/sd.c b/Examples/MAX78002/ImgCapture/src/sd/sd.c index 1107605662f..59f4334bc50 100644 --- a/Examples/MAX78002/ImgCapture/src/sd/sd.c +++ b/Examples/MAX78002/ImgCapture/src/sd/sd.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/ImgCapture/utils/batchconvert.py b/Examples/MAX78002/ImgCapture/utils/batchconvert.py index 64310db9b92..ed26a43d66a 100644 --- a/Examples/MAX78002/ImgCapture/utils/batchconvert.py +++ b/Examples/MAX78002/ImgCapture/utils/batchconvert.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## from pathlib import Path import re diff --git a/Examples/MAX78002/ImgCapture/utils/console.py b/Examples/MAX78002/ImgCapture/utils/console.py index aba21370a92..5f843a8ef0f 100644 --- a/Examples/MAX78002/ImgCapture/utils/console.py +++ b/Examples/MAX78002/ImgCapture/utils/console.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ This file implements a simple console program for communicating diff --git a/Examples/MAX78002/ImgCapture/utils/imgConverter.py b/Examples/MAX78002/ImgCapture/utils/imgConverter.py index 86bdb4b8ae9..12ad3300c28 100644 --- a/Examples/MAX78002/ImgCapture/utils/imgConverter.py +++ b/Examples/MAX78002/ImgCapture/utils/imgConverter.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## import struct from PIL import Image diff --git a/Examples/MAX78002/LP/Makefile b/Examples/MAX78002/LP/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/LP/Makefile +++ b/Examples/MAX78002/LP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/LP/main.c b/Examples/MAX78002/LP/main.c index e3fb5420148..41cfd29a638 100644 --- a/Examples/MAX78002/LP/main.c +++ b/Examples/MAX78002/LP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/LPCMP/Makefile b/Examples/MAX78002/LPCMP/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/LPCMP/Makefile +++ b/Examples/MAX78002/LPCMP/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/LPCMP/main.c b/Examples/MAX78002/LPCMP/main.c index c0b28443c48..8c90114e0fc 100644 --- a/Examples/MAX78002/LPCMP/main.c +++ b/Examples/MAX78002/LPCMP/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Library_Generate/Makefile b/Examples/MAX78002/Library_Generate/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Library_Generate/Makefile +++ b/Examples/MAX78002/Library_Generate/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Library_Generate/gpiolib.c b/Examples/MAX78002/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX78002/Library_Generate/gpiolib.c +++ b/Examples/MAX78002/Library_Generate/gpiolib.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Library_Generate/gpiolib.h b/Examples/MAX78002/Library_Generate/gpiolib.h index 393420617d3..e762a77042a 100644 --- a/Examples/MAX78002/Library_Generate/gpiolib.h +++ b/Examples/MAX78002/Library_Generate/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Library_Use/Makefile b/Examples/MAX78002/Library_Use/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Library_Use/Makefile +++ b/Examples/MAX78002/Library_Use/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Library_Use/lib/include/gpiolib.h b/Examples/MAX78002/Library_Use/lib/include/gpiolib.h index de20b8ae781..675c552bbb4 100644 --- a/Examples/MAX78002/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX78002/Library_Use/lib/include/gpiolib.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Library_Use/main.c b/Examples/MAX78002/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX78002/Library_Use/main.c +++ b/Examples/MAX78002/Library_Use/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Pulse_Train/Makefile b/Examples/MAX78002/Pulse_Train/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Pulse_Train/Makefile +++ b/Examples/MAX78002/Pulse_Train/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Pulse_Train/main.c b/Examples/MAX78002/Pulse_Train/main.c index b29544f6cfb..1b92d466f49 100644 --- a/Examples/MAX78002/Pulse_Train/main.c +++ b/Examples/MAX78002/Pulse_Train/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/Makefile b/Examples/MAX78002/QSPI/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/QSPI/Makefile +++ b/Examples/MAX78002/QSPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/QSPI/aps6404.c b/Examples/MAX78002/QSPI/aps6404.c index 36c23f6a0d1..62695698ddf 100644 --- a/Examples/MAX78002/QSPI/aps6404.c +++ b/Examples/MAX78002/QSPI/aps6404.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/aps6404.h b/Examples/MAX78002/QSPI/aps6404.h index 10d3f801625..835e21f1dca 100644 --- a/Examples/MAX78002/QSPI/aps6404.h +++ b/Examples/MAX78002/QSPI/aps6404.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/fastspi.c b/Examples/MAX78002/QSPI/fastspi.c index 16d508a54ac..d9924b9f3fd 100644 --- a/Examples/MAX78002/QSPI/fastspi.c +++ b/Examples/MAX78002/QSPI/fastspi.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/fastspi.h b/Examples/MAX78002/QSPI/fastspi.h index 9a6e068ff3d..4aaa534f5fd 100644 --- a/Examples/MAX78002/QSPI/fastspi.h +++ b/Examples/MAX78002/QSPI/fastspi.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/fastspi_config.h b/Examples/MAX78002/QSPI/fastspi_config.h index 0d997b14e72..7edea3ab1fd 100644 --- a/Examples/MAX78002/QSPI/fastspi_config.h +++ b/Examples/MAX78002/QSPI/fastspi_config.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/QSPI/main.c b/Examples/MAX78002/QSPI/main.c index 314564afd0a..9d3899d0b80 100644 --- a/Examples/MAX78002/QSPI/main.c +++ b/Examples/MAX78002/QSPI/main.c @@ -1,5 +1,22 @@ /****************************************************************************** - * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. + * + * 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) 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"), diff --git a/Examples/MAX78002/RTC/Makefile b/Examples/MAX78002/RTC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/RTC/Makefile +++ b/Examples/MAX78002/RTC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/RTC/main.c b/Examples/MAX78002/RTC/main.c index f63547dca15..15aa1ed60a5 100644 --- a/Examples/MAX78002/RTC/main.c +++ b/Examples/MAX78002/RTC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/RTC_Backup/Makefile b/Examples/MAX78002/RTC_Backup/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/RTC_Backup/Makefile +++ b/Examples/MAX78002/RTC_Backup/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/RTC_Backup/main.c b/Examples/MAX78002/RTC_Backup/main.c index 17ac1ded33f..9051b81f959 100644 --- a/Examples/MAX78002/RTC_Backup/main.c +++ b/Examples/MAX78002/RTC_Backup/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/RV_ARM_Loader/Makefile b/Examples/MAX78002/RV_ARM_Loader/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/RV_ARM_Loader/Makefile +++ b/Examples/MAX78002/RV_ARM_Loader/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/RV_ARM_Loader/main.c b/Examples/MAX78002/RV_ARM_Loader/main.c index b680643e6cc..995dc680449 100644 --- a/Examples/MAX78002/RV_ARM_Loader/main.c +++ b/Examples/MAX78002/RV_ARM_Loader/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/SDHC_FAT/Makefile b/Examples/MAX78002/SDHC_FAT/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/SDHC_FAT/Makefile +++ b/Examples/MAX78002/SDHC_FAT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/SDHC_FAT/main.c b/Examples/MAX78002/SDHC_FAT/main.c index ed6438e5007..ccd9e312eb9 100644 --- a/Examples/MAX78002/SDHC_FAT/main.c +++ b/Examples/MAX78002/SDHC_FAT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/SDHC_Raw/Makefile b/Examples/MAX78002/SDHC_Raw/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/SDHC_Raw/Makefile +++ b/Examples/MAX78002/SDHC_Raw/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/SDHC_Raw/main.c b/Examples/MAX78002/SDHC_Raw/main.c index d3961362c72..cbf49e281f5 100644 --- a/Examples/MAX78002/SDHC_Raw/main.c +++ b/Examples/MAX78002/SDHC_Raw/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/SPI/Makefile b/Examples/MAX78002/SPI/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/SPI/Makefile +++ b/Examples/MAX78002/SPI/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/SPI/main.c b/Examples/MAX78002/SPI/main.c index c41f06a7b51..54dde9b2e2b 100644 --- a/Examples/MAX78002/SPI/main.c +++ b/Examples/MAX78002/SPI/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/SPI_ControllerTarget/Makefile b/Examples/MAX78002/SPI_ControllerTarget/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/SPI_ControllerTarget/Makefile +++ b/Examples/MAX78002/SPI_ControllerTarget/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/SPI_ControllerTarget/main.c b/Examples/MAX78002/SPI_ControllerTarget/main.c index f2bd715ce67..afe715e5f43 100644 --- a/Examples/MAX78002/SPI_ControllerTarget/main.c +++ b/Examples/MAX78002/SPI_ControllerTarget/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/SPI_MasterSlave/Makefile b/Examples/MAX78002/SPI_MasterSlave/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/SPI_MasterSlave/Makefile +++ b/Examples/MAX78002/SPI_MasterSlave/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/SPI_MasterSlave/main.c b/Examples/MAX78002/SPI_MasterSlave/main.c index cd191ab307f..15c053c4f12 100644 --- a/Examples/MAX78002/SPI_MasterSlave/main.c +++ b/Examples/MAX78002/SPI_MasterSlave/main.c @@ -6,6 +6,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/TFT_Demo/Makefile b/Examples/MAX78002/TFT_Demo/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/TFT_Demo/Makefile +++ b/Examples/MAX78002/TFT_Demo/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/TFT_Demo/main.c b/Examples/MAX78002/TFT_Demo/main.c index 316b10b24fd..a7ffa4a7021 100644 --- a/Examples/MAX78002/TFT_Demo/main.c +++ b/Examples/MAX78002/TFT_Demo/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/TFT_Demo/resources/tft/bmp/bmp2c.py b/Examples/MAX78002/TFT_Demo/resources/tft/bmp/bmp2c.py index e24ac4f328f..4c8b98f76ff 100644 --- a/Examples/MAX78002/TFT_Demo/resources/tft/bmp/bmp2c.py +++ b/Examples/MAX78002/TFT_Demo/resources/tft/bmp/bmp2c.py @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Creates a C file of RGB565 pixel format resized to 320x240 from a JPEG, or 24bit BMP file. """ diff --git a/Examples/MAX78002/TFT_Demo/resources/tft/bmp/template.txt b/Examples/MAX78002/TFT_Demo/resources/tft/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78002/TFT_Demo/resources/tft/bmp/template.txt +++ b/Examples/MAX78002/TFT_Demo/resources/tft/bmp/template.txt @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/TFT_Demo/resources/tft/img_1_rgb565.c b/Examples/MAX78002/TFT_Demo/resources/tft/img_1_rgb565.c index bcf2acb4cee..e1c4dcee0e0 100644 --- a/Examples/MAX78002/TFT_Demo/resources/tft/img_1_rgb565.c +++ b/Examples/MAX78002/TFT_Demo/resources/tft/img_1_rgb565.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/TMR/Makefile b/Examples/MAX78002/TMR/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/TMR/Makefile +++ b/Examples/MAX78002/TMR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/TMR/main.c b/Examples/MAX78002/TMR/main.c index f1fe23c939b..34eb68ceaf9 100644 --- a/Examples/MAX78002/TMR/main.c +++ b/Examples/MAX78002/TMR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/TRNG/Makefile b/Examples/MAX78002/TRNG/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/TRNG/Makefile +++ b/Examples/MAX78002/TRNG/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/TRNG/main.c b/Examples/MAX78002/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX78002/TRNG/main.c +++ b/Examples/MAX78002/TRNG/main.c @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Temp_Monitor/Makefile b/Examples/MAX78002/Temp_Monitor/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Temp_Monitor/Makefile +++ b/Examples/MAX78002/Temp_Monitor/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Temp_Monitor/main.c b/Examples/MAX78002/Temp_Monitor/main.c index 7122c984bfb..632187c6d66 100644 --- a/Examples/MAX78002/Temp_Monitor/main.c +++ b/Examples/MAX78002/Temp_Monitor/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Temp_Monitor/temp_monitor.c b/Examples/MAX78002/Temp_Monitor/temp_monitor.c index 7e3a9feaf68..c7cf086b814 100644 --- a/Examples/MAX78002/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX78002/Temp_Monitor/temp_monitor.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Temp_Monitor/temp_monitor.h b/Examples/MAX78002/Temp_Monitor/temp_monitor.h index 2fbcd07f1d7..7666b5b5757 100644 --- a/Examples/MAX78002/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX78002/Temp_Monitor/temp_monitor.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/UART/Makefile b/Examples/MAX78002/UART/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/UART/Makefile +++ b/Examples/MAX78002/UART/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/UART/main.c b/Examples/MAX78002/UART/main.c index 66ac5ccec70..0e46bc35f6a 100644 --- a/Examples/MAX78002/UART/main.c +++ b/Examples/MAX78002/UART/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CDCACM/Makefile b/Examples/MAX78002/USB_CDCACM/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_CDCACM/Makefile +++ b/Examples/MAX78002/USB_CDCACM/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_CDCACM/descriptors.h b/Examples/MAX78002/USB_CDCACM/descriptors.h index f4030c964d4..f2159337fff 100644 --- a/Examples/MAX78002/USB_CDCACM/descriptors.h +++ b/Examples/MAX78002/USB_CDCACM/descriptors.h @@ -4,6 +4,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CDCACM/main.c b/Examples/MAX78002/USB_CDCACM/main.c index f5453f5374d..855697a809a 100644 --- a/Examples/MAX78002/USB_CDCACM/main.c +++ b/Examples/MAX78002/USB_CDCACM/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/descriptors.h b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/descriptors.h index 9a901cec2bf..c93c85edda1 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/descriptors.h +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/main.c b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/main.c index b8fbf4ade55..c31eaa5e621 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/main.c +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.c b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.c index 16232a62411..b93480591c2 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.c +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.h b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.h index 5e924a2330a..46e550947f3 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.h +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_CDC/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/descriptors.h b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/descriptors.h index 1fd3d432ab2..a76482700cf 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/descriptors.h +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/main.c b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/main.c index 56be1dba71f..8913bcaf9fa 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/main.c +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.c b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.c index 3359ce15efa..4c315474917 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.c +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.h b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.h index 0fa84f7ec28..59b10a45f91 100644 --- a/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.h +++ b/Examples/MAX78002/USB_CompositeDevice_MSC_HID/mscmem.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_HIDKeyboard/Makefile b/Examples/MAX78002/USB_HIDKeyboard/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_HIDKeyboard/Makefile +++ b/Examples/MAX78002/USB_HIDKeyboard/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_HIDKeyboard/descriptors.h b/Examples/MAX78002/USB_HIDKeyboard/descriptors.h index 8cfd15f0f99..0f7cfeed385 100644 --- a/Examples/MAX78002/USB_HIDKeyboard/descriptors.h +++ b/Examples/MAX78002/USB_HIDKeyboard/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_HIDKeyboard/main.c b/Examples/MAX78002/USB_HIDKeyboard/main.c index 714f74e94c0..e48f6dae8a1 100644 --- a/Examples/MAX78002/USB_HIDKeyboard/main.c +++ b/Examples/MAX78002/USB_HIDKeyboard/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage/Makefile b/Examples/MAX78002/USB_MassStorage/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_MassStorage/Makefile +++ b/Examples/MAX78002/USB_MassStorage/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_MassStorage/descriptors.h b/Examples/MAX78002/USB_MassStorage/descriptors.h index 6d11b825d00..6232202c538 100644 --- a/Examples/MAX78002/USB_MassStorage/descriptors.h +++ b/Examples/MAX78002/USB_MassStorage/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage/main.c b/Examples/MAX78002/USB_MassStorage/main.c index 414303bc600..ad2db265d7f 100644 --- a/Examples/MAX78002/USB_MassStorage/main.c +++ b/Examples/MAX78002/USB_MassStorage/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage/mscmem.c b/Examples/MAX78002/USB_MassStorage/mscmem.c index 16232a62411..b93480591c2 100644 --- a/Examples/MAX78002/USB_MassStorage/mscmem.c +++ b/Examples/MAX78002/USB_MassStorage/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage/mscmem.h b/Examples/MAX78002/USB_MassStorage/mscmem.h index 5f24eb077a1..28726f93b28 100644 --- a/Examples/MAX78002/USB_MassStorage/mscmem.h +++ b/Examples/MAX78002/USB_MassStorage/mscmem.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage_ThroughPut/Makefile b/Examples/MAX78002/USB_MassStorage_ThroughPut/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/USB_MassStorage_ThroughPut/Makefile +++ b/Examples/MAX78002/USB_MassStorage_ThroughPut/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/USB_MassStorage_ThroughPut/descriptors.h b/Examples/MAX78002/USB_MassStorage_ThroughPut/descriptors.h index f53ba028a45..3bef2e8c6d5 100644 --- a/Examples/MAX78002/USB_MassStorage_ThroughPut/descriptors.h +++ b/Examples/MAX78002/USB_MassStorage_ThroughPut/descriptors.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage_ThroughPut/main.c b/Examples/MAX78002/USB_MassStorage_ThroughPut/main.c index acbc7b91f0b..904f8149535 100644 --- a/Examples/MAX78002/USB_MassStorage_ThroughPut/main.c +++ b/Examples/MAX78002/USB_MassStorage_ThroughPut/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.c b/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.c index 746cb3b497e..34f496c7c65 100644 --- a/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.c +++ b/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.h b/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.h index d24d8443033..ec03fa8005a 100644 --- a/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.h +++ b/Examples/MAX78002/USB_MassStorage_ThroughPut/mscmem.h @@ -5,6 +5,23 @@ */ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WUT/Makefile b/Examples/MAX78002/WUT/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/WUT/Makefile +++ b/Examples/MAX78002/WUT/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/WUT/main.c b/Examples/MAX78002/WUT/main.c index 88f58a1da83..70df430c692 100644 --- a/Examples/MAX78002/WUT/main.c +++ b/Examples/MAX78002/WUT/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/Watchdog/Makefile b/Examples/MAX78002/Watchdog/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/Watchdog/Makefile +++ b/Examples/MAX78002/Watchdog/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/Watchdog/main.c b/Examples/MAX78002/Watchdog/main.c index b987dabeeb1..77f799e5d9c 100644 --- a/Examples/MAX78002/Watchdog/main.c +++ b/Examples/MAX78002/Watchdog/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/Makefile b/Examples/MAX78002/WearLeveling/Makefile index 80ac4541473..fab079b53f7 100644 --- a/Examples/MAX78002/WearLeveling/Makefile +++ b/Examples/MAX78002/WearLeveling/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78002/WearLeveling/include/cli.h b/Examples/MAX78002/WearLeveling/include/cli.h index 20611da62dd..323d8f9bd24 100644 --- a/Examples/MAX78002/WearLeveling/include/cli.h +++ b/Examples/MAX78002/WearLeveling/include/cli.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/include/file.h b/Examples/MAX78002/WearLeveling/include/file.h index 3e29e455e13..9fa54d663a0 100644 --- a/Examples/MAX78002/WearLeveling/include/file.h +++ b/Examples/MAX78002/WearLeveling/include/file.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/include/flash.h b/Examples/MAX78002/WearLeveling/include/flash.h index 827ec2095bc..7f88869e19b 100644 --- a/Examples/MAX78002/WearLeveling/include/flash.h +++ b/Examples/MAX78002/WearLeveling/include/flash.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/include/main.h b/Examples/MAX78002/WearLeveling/include/main.h index 63655785a6b..7e855520f7f 100644 --- a/Examples/MAX78002/WearLeveling/include/main.h +++ b/Examples/MAX78002/WearLeveling/include/main.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/main.c b/Examples/MAX78002/WearLeveling/main.c index 5c793043d50..8ec25777466 100644 --- a/Examples/MAX78002/WearLeveling/main.c +++ b/Examples/MAX78002/WearLeveling/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/src/cli.c b/Examples/MAX78002/WearLeveling/src/cli.c index 4284b92cd88..939e70ef972 100644 --- a/Examples/MAX78002/WearLeveling/src/cli.c +++ b/Examples/MAX78002/WearLeveling/src/cli.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/src/file.c b/Examples/MAX78002/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX78002/WearLeveling/src/file.c +++ b/Examples/MAX78002/WearLeveling/src/file.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Examples/MAX78002/WearLeveling/src/flash.c b/Examples/MAX78002/WearLeveling/src/flash.c index e48065cec60..fa903f1966b 100644 --- a/Examples/MAX78002/WearLeveling/src/flash.c +++ b/Examples/MAX78002/WearLeveling/src/flash.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * 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) 2023 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a