From 6f32f9c0c30deb8b53224b6a9cfcf19d778b25a8 Mon Sep 17 00:00:00 2001 From: Sihyung Woo Date: Tue, 24 Oct 2023 10:32:43 -0500 Subject: [PATCH] style(Examples): Add apache license to MAX78000 examples --- Examples/MAX78000/ADC/Makefile | 21 ++++- Examples/MAX78000/ADC/example_config.h | 17 ++++ Examples/MAX78000/ADC/main.c | 17 ++++ Examples/MAX78000/AES/Makefile | 21 ++++- Examples/MAX78000/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 ++++- .../MAX78000/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 ++++- .../MAX78000/ARM-DSP/arm_svm_example/Makefile | 21 ++++- .../ARM-DSP/arm_variance_example/Makefile | 21 ++++- Examples/MAX78000/CNN/UNet-demo/Makefile | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../MAX78000/CNN/cam01_facedetect_demo/cnn.c | 82 +++++++++++-------- .../MAX78000/CNN/cam01_facedetect_demo/cnn.h | 55 +++++++++++-- .../MAX78000/CNN/cam01_facedetect_demo/main.c | 82 +++++++++++-------- .../CNN/cam01_facedetect_demo/post_process.c | 38 ++++++--- .../CNN/cam01_facedetect_demo/post_process.h | 38 ++++++--- .../CNN/cam01_facedetect_demo/softmax.c | 52 +++++++++++- Examples/MAX78000/CNN/camvid_unet/Makefile | 21 ++++- 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 | 21 ++++- 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 | 52 +++++++++++- Examples/MAX78000/CNN/cats-dogs_demo/Makefile | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../cifar-10-png-loader/main.py | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../TFT/evkit/resources/bitmap.h | 17 ++++ .../TFT/fthr/bmp/bmp2c.py | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- .../CNN/faceid_demo/demo/ai85_adapter.py | 21 ++++- .../CNN/faceid_demo/demo/cam_thread.py | 21 ++++- .../MAX78000/CNN/faceid_demo/demo/camera.py | 21 ++++- .../CNN/faceid_demo/demo/face_identifier.py | 21 ++++- .../CNN/faceid_demo/demo/image_utils.py | 21 ++++- .../CNN/faceid_demo/demo/mtcnn/mtcnn.py | 21 ++++- .../demo/mtcnn/utils/detect_face.py | 21 ++++- .../MAX78000/CNN/faceid_demo/demo/run_demo.py | 21 ++++- .../MAX78000/CNN/faceid_demo/main_faceid.c | 17 ++++ .../MAX78000/CNN/faceid_evkit-riscv/Makefile | 21 ++++- .../CNN/faceid_evkit-riscv/Makefile.ARM | 21 ++++- .../CNN/faceid_evkit-riscv/Makefile.RISCV | 21 ++++- .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../TFT/evkit/resources/bitmap.h | 17 ++++ .../TFT/fthr/Utility/bmp2c.py | 21 ++++- .../TFT/fthr/Utility/template.txt | 17 ++++ .../faceid_evkit-riscv/TFT/fthr/logo_rgb565.c | 17 ++++ .../db_gen/ai85/AI85FaceIDNetNoBias.py | 21 ++++- .../db_gen/ai85/ai85_adapter.py | 21 ++++- .../db_gen/ai85/ai85_simulator.py | 21 ++++- .../faceid_evkit-riscv/db_gen/ai85/ai8x.py | 21 ++++- .../db_gen/generate_face_db.py | 21 ++++- .../faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py | 21 ++++- .../db_gen/mtcnn/utils/detect_face.py | 21 ++++- .../CNN/faceid_evkit-riscv/db_gen/utils.py | 21 ++++- .../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 | 21 ++++- .../TFT/evkit/resources/all_imgs.c | 17 ++++ .../faceid_evkit/TFT/evkit/resources/bitmap.h | 17 ++++ .../faceid_evkit/TFT/fthr/Utility/bmp2c.py | 21 ++++- .../TFT/fthr/Utility/template.txt | 17 ++++ .../CNN/faceid_evkit/TFT/fthr/logo_rgb565.c | 17 ++++ .../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 | 57 +++++++++++-- .../CNN/faceid_evkit/db_gen/ai85/devices.py | 56 +++++++++++-- .../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 ++++- .../MAX78000/CNN/faceid_evkit/db_gen/utils.py | 21 ++++- .../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 | 21 ++++- .../facial_recognition/SDHC_weights/Makefile | 21 ++++- .../facial_recognition/SDHC_weights/main.c | 19 ++++- .../TFT/fthr/Utility/bmp2c.py | 23 +++++- .../TFT/fthr/Utility/template.txt | 19 ++++- .../db_gen/ai85/ai85_adapter.py | 23 +++++- .../db_gen/ai85/ai85_facedet_adapter.py | 23 +++++- .../db_gen/ai85/ai85_facedet_simulator.py | 23 +++++- .../db_gen/ai85/ai85_simulator.py | 23 +++++- .../db_gen/ai85/ai85net_faceid.py | 57 +++++++++++-- .../db_gen/ai85/ai85net_tinierssd_face.py | 61 +++++++++++--- .../facial_recognition/db_gen/ai85/ai8x.py | 57 +++++++++++-- .../facial_recognition/db_gen/ai85/devices.py | 56 +++++++++++-- .../db_gen/generate_face_db.py | 23 +++++- .../db_gen/object_detection_utils.py | 56 +++++++++++-- .../db_gen/parse_qat_yaml.py | 57 +++++++++++-- .../CNN/facial_recognition/db_gen/utils.py | 23 +++++- .../facial_recognition/include/MAXCAM_Debug.h | 19 ++++- .../CNN/facial_recognition/include/cnn_1.h | 55 +++++++++++-- .../CNN/facial_recognition/include/cnn_2.h | 55 +++++++++++-- .../include/embedding_process.h | 19 ++++- .../CNN/facial_recognition/include/faceID.h | 19 ++++- .../include/facedetection.h | 19 ++++- .../facial_recognition/include/post_process.h | 38 ++++++--- .../facial_recognition/include/tft_utils.h | 40 ++++++--- .../CNN/facial_recognition/include/utils.h | 19 ++++- .../MAX78000/CNN/facial_recognition/main.c | 17 ++++ .../CNN/facial_recognition/src/cnn_1.c | 82 +++++++++++-------- .../CNN/facial_recognition/src/cnn_2.c | 82 +++++++++++-------- .../src/embedding_process.c | 19 ++++- .../CNN/facial_recognition/src/faceID.c | 19 ++++- .../facial_recognition/src/facedetection.c | 19 ++++- .../CNN/facial_recognition/src/post_process.c | 38 ++++++--- .../MAX78000/CNN/facial_recognition/src/sd.c | 19 ++++- .../CNN/facial_recognition/src/tft_utils.c | 38 ++++++--- .../CNN/facial_recognition/src/utils.c | 19 ++++- .../MAX78000/CNN/kws20_demo-riscv/Makefile | 21 ++++- .../CNN/kws20_demo-riscv/Makefile.ARM | 21 ++++- .../CNN/kws20_demo-riscv/Makefile.RISCV | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../kws20_demo-riscv/Utility/VoiceRecorder.py | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- .../CNN/kws20_demo/Utility/VoiceRecorder.py | 21 ++++- .../CNN/kws20_demo/Utility/bin2wav.py | 21 ++++- .../kws20_demo/Utility/capture_serial_bin.py | 21 ++++- .../kws20_demo/Utility/convert_segment_wav.py | 79 +++++++++++------- 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 | 21 ++++- 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 | 21 ++++- .../MAX78000/CNN/mnist-riscv/Makefile.ARM | 21 ++++- .../MAX78000/CNN/mnist-riscv/Makefile.RISCV | 21 ++++- 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 | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- .../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 | 21 ++++- 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 | 21 ++++- Examples/MAX78000/CRC/main.c | 17 ++++ Examples/MAX78000/CameraIF/Makefile | 21 ++++- Examples/MAX78000/CameraIF/main.c | 17 ++++ Examples/MAX78000/CameraIF/utils.c | 17 ++++ Examples/MAX78000/CameraIF/utils.h | 17 ++++ Examples/MAX78000/CameraIF_Debayer/Makefile | 21 ++++- 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 | 21 ++++- Examples/MAX78000/DMA/Makefile | 21 ++++- Examples/MAX78000/DMA/main.c | 17 ++++ Examples/MAX78000/ECC/Makefile | 21 ++++- Examples/MAX78000/ECC/main.c | 17 ++++ Examples/MAX78000/EEPROM_Emulator/Makefile | 21 ++++- .../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 | 21 ++++- Examples/MAX78000/FTHR_I2C/main.c | 17 ++++ Examples/MAX78000/Flash/Makefile | 21 ++++- Examples/MAX78000/Flash/main.c | 17 ++++ Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h | 17 ++++ Examples/MAX78000/Flash_CLI/Makefile | 21 ++++- Examples/MAX78000/Flash_CLI/definitions.h | 17 ++++ Examples/MAX78000/Flash_CLI/main.c | 17 ++++ .../MAX78000/FreeRTOSDemo/FreeRTOSConfig.h | 17 ++++ Examples/MAX78000/FreeRTOSDemo/Makefile | 21 ++++- .../MAX78000/FreeRTOSDemo/freertos_tickless.c | 17 ++++ Examples/MAX78000/FreeRTOSDemo/main.c | 17 ++++ Examples/MAX78000/GPIO/Makefile | 21 ++++- Examples/MAX78000/GPIO/main.c | 17 ++++ Examples/MAX78000/Hello_World/Makefile | 21 ++++- Examples/MAX78000/Hello_World/main.c | 17 ++++ Examples/MAX78000/Hello_World_Cpp/Makefile | 21 ++++- Examples/MAX78000/Hello_World_Cpp/main.cpp | 17 ++++ Examples/MAX78000/I2C_ADXL343/Makefile | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- Examples/MAX78000/I2C_SCAN/main.c | 17 ++++ Examples/MAX78000/I2C_Sensor/Makefile | 21 ++++- Examples/MAX78000/I2C_Sensor/main.c | 17 ++++ Examples/MAX78000/I2S/Makefile | 21 ++++- Examples/MAX78000/I2S/main.c | 17 ++++ Examples/MAX78000/I2S_DMA/Makefile | 21 ++++- Examples/MAX78000/I2S_DMA/main.c | 17 ++++ Examples/MAX78000/I2S_DMA_Target/Makefile | 21 ++++- Examples/MAX78000/I2S_DMA_Target/main.c | 17 ++++ Examples/MAX78000/ICC/Makefile | 21 ++++- Examples/MAX78000/ICC/main.c | 17 ++++ Examples/MAX78000/ImgCapture/Makefile | 21 ++++- .../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 | 21 ++++- Examples/MAX78000/ImgCapture/utils/console.py | 21 ++++- .../MAX78000/ImgCapture/utils/imgConverter.py | 21 ++++- Examples/MAX78000/LP/Makefile | 21 ++++- Examples/MAX78000/LP/main.c | 17 ++++ Examples/MAX78000/LPCMP/Makefile | 21 ++++- Examples/MAX78000/LPCMP/main.c | 17 ++++ Examples/MAX78000/Library_Generate/Makefile | 21 ++++- Examples/MAX78000/Library_Generate/gpiolib.c | 17 ++++ Examples/MAX78000/Library_Generate/gpiolib.h | 17 ++++ Examples/MAX78000/Library_Use/Makefile | 21 ++++- .../Library_Use/lib/include/gpiolib.h | 17 ++++ Examples/MAX78000/Library_Use/main.c | 17 ++++ Examples/MAX78000/Pulse_Train/Makefile | 21 ++++- Examples/MAX78000/Pulse_Train/main.c | 17 ++++ Examples/MAX78000/RTC/Makefile | 21 ++++- Examples/MAX78000/RTC/main.c | 17 ++++ Examples/MAX78000/RTC_Backup/Makefile | 21 ++++- Examples/MAX78000/RTC_Backup/main.c | 17 ++++ Examples/MAX78000/RV_ARM_Loader/Makefile | 21 ++++- Examples/MAX78000/RV_ARM_Loader/main.c | 17 ++++ Examples/MAX78000/SDHC_FTHR/Makefile | 21 ++++- 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 | 21 ++++- Examples/MAX78000/SPI/main.c | 17 ++++ Examples/MAX78000/TFT_Demo/Makefile | 21 ++++- 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 | 21 ++++- .../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 | 21 ++++- Examples/MAX78000/TMR/main.c | 17 ++++ Examples/MAX78000/TRNG/Makefile | 21 ++++- Examples/MAX78000/TRNG/main.c | 17 ++++ Examples/MAX78000/Temp_Monitor/Makefile | 21 ++++- 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 | 21 ++++- Examples/MAX78000/UART/main.c | 17 ++++ Examples/MAX78000/UCL/Makefile | 21 ++++- Examples/MAX78000/WUT/Makefile | 21 ++++- Examples/MAX78000/WUT/main.c | 17 ++++ Examples/MAX78000/Watchdog/Makefile | 21 ++++- Examples/MAX78000/Watchdog/main.c | 17 ++++ Examples/MAX78000/WearLeveling/Makefile | 21 ++++- 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 ++++ 483 files changed, 9164 insertions(+), 636 deletions(-) diff --git a/Examples/MAX78000/ADC/Makefile b/Examples/MAX78000/ADC/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/ADC/Makefile +++ b/Examples/MAX78000/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/MAX78000/ADC/example_config.h b/Examples/MAX78000/ADC/example_config.h index c2e8509dc3a..d869bdbf586 100644 --- a/Examples/MAX78000/ADC/example_config.h +++ b/Examples/MAX78000/ADC/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/MAX78000/ADC/main.c b/Examples/MAX78000/ADC/main.c index 77cc2f0fb3a..c7895ce5219 100644 --- a/Examples/MAX78000/ADC/main.c +++ b/Examples/MAX78000/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/MAX78000/AES/Makefile b/Examples/MAX78000/AES/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/AES/Makefile +++ b/Examples/MAX78000/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/MAX78000/AES/main.c b/Examples/MAX78000/AES/main.c index f24cf901e1c..bd40c6c7cb1 100644 --- a/Examples/MAX78000/AES/main.c +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX78000/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/MAX78000/CNN/UNet-demo/Makefile b/Examples/MAX78000/CNN/UNet-demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/UNet-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-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/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/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/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/evkit/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/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/UNet-demo/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/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/UNet-demo/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/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 100644 --- a/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/UNet-demo/TFT/fthr/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/MAX78000/CNN/UNet-demo/Utility/main.py b/Examples/MAX78000/CNN/UNet-demo/Utility/main.py index 8c28a6fd63c..4aa88d4d8ac 100644 --- a/Examples/MAX78000/CNN/UNet-demo/Utility/main.py +++ b/Examples/MAX78000/CNN/UNet-demo/Utility/main.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. # - ############################################################################### + ############################################################################## # ''' diff --git a/Examples/MAX78000/CNN/UNet-demo/cnn.c b/Examples/MAX78000/CNN/UNet-demo/cnn.c index 44a9bf2e8ef..41b03251416 100644 --- a/Examples/MAX78000/CNN/UNet-demo/cnn.c +++ b/Examples/MAX78000/CNN/UNet-demo/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/MAX78000/CNN/UNet-demo/cnn.h b/Examples/MAX78000/CNN/UNet-demo/cnn.h index 50e89d119be..2da9679e5df 100644 --- a/Examples/MAX78000/CNN/UNet-demo/cnn.h +++ b/Examples/MAX78000/CNN/UNet-demo/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/MAX78000/CNN/UNet-demo/main.c b/Examples/MAX78000/CNN/UNet-demo/main.c index 69794ec1ea1..ee014de5d2a 100644 --- a/Examples/MAX78000/CNN/UNet-demo/main.c +++ b/Examples/MAX78000/CNN/UNet-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/MAX78000/CNN/UNet-demo/softmax.c b/Examples/MAX78000/CNN/UNet-demo/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/UNet-demo/softmax.c +++ b/Examples/MAX78000/CNN/UNet-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/MAX78000/CNN/UNet-highres-demo/Makefile b/Examples/MAX78000/CNN/UNet-highres-demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-highres-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/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/all_imgs.c index 5f3279ced05..b001a198800 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-highres-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h index 65f6f1bc625..2d9808df657 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/evkit/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/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/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 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/UNet-highres-demo/TFT/fthr/img/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-highres-demo/camera_util.c b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c index 66c06581c38..ee7ebbfd350 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-highres-demo/camera_util.h b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h index f20522105f7..d2996fa493e 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/camera_util.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/UNet-highres-demo/cnn.c b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c index 23c28fd2cab..5a050462c4f 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.c +++ b/Examples/MAX78000/CNN/UNet-highres-demo/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/MAX78000/CNN/UNet-highres-demo/cnn.h b/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h index f13098b5118..d5ffa84a203 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/cnn.h +++ b/Examples/MAX78000/CNN/UNet-highres-demo/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/MAX78000/CNN/UNet-highres-demo/main.c b/Examples/MAX78000/CNN/UNet-highres-demo/main.c index 48de20d2b0c..bce0049b185 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/main.c +++ b/Examples/MAX78000/CNN/UNet-highres-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/MAX78000/CNN/UNet-highres-demo/softmax.c b/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c index 445714e325d..cbfefdd6f02 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/softmax.c +++ b/Examples/MAX78000/CNN/UNet-highres-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/MAX78000/CNN/aisegment_unet-demo/Makefile b/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet-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/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/all_imgs.c index 398b9fee6f7..ec642a9404d 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h index 65f6f1bc625..2d9808df657 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/evkit/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/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/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 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/aisegment_unet-demo/TFT/fthr/img/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet-demo/camera_util.c b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c index dedeeb640ae..4eb579633e6 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet-demo/camera_util.h b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h index f20522105f7..d2996fa493e 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/camera_util.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet-demo/cnn.c b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c index bcad6bb4035..1fe401d7023 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.c +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/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/MAX78000/CNN/aisegment_unet-demo/cnn.h b/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h index 9dfe96517f9..bd89c95aa4d 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/cnn.h +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/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/MAX78000/CNN/aisegment_unet-demo/main.c b/Examples/MAX78000/CNN/aisegment_unet-demo/main.c index 66cf470eb84..e187f9506df 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/main.c +++ b/Examples/MAX78000/CNN/aisegment_unet-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/MAX78000/CNN/aisegment_unet-demo/softmax.c b/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c index 445714e325d..cbfefdd6f02 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/softmax.c +++ b/Examples/MAX78000/CNN/aisegment_unet-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/MAX78000/CNN/aisegment_unet/Makefile b/Examples/MAX78000/CNN/aisegment_unet/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/aisegment_unet/cnn.c b/Examples/MAX78000/CNN/aisegment_unet/cnn.c index 41a9a4075d6..b1cd8872a5d 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/cnn.c +++ b/Examples/MAX78000/CNN/aisegment_unet/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/MAX78000/CNN/aisegment_unet/cnn.h b/Examples/MAX78000/CNN/aisegment_unet/cnn.h index eae1810ab5a..a6eb7f426f2 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/cnn.h +++ b/Examples/MAX78000/CNN/aisegment_unet/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/MAX78000/CNN/aisegment_unet/main.c b/Examples/MAX78000/CNN/aisegment_unet/main.c index 55d31b128f1..9097384a5c1 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/main.c +++ b/Examples/MAX78000/CNN/aisegment_unet/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/aisegment_unet/softmax.c b/Examples/MAX78000/CNN/aisegment_unet/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/softmax.c +++ b/Examples/MAX78000/CNN/aisegment_unet/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/MAX78000/CNN/asl/Makefile b/Examples/MAX78000/CNN/asl/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/asl/Makefile +++ b/Examples/MAX78000/CNN/asl/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/asl/cnn.c b/Examples/MAX78000/CNN/asl/cnn.c index 1fc17063fa1..2d1aef0e014 100644 --- a/Examples/MAX78000/CNN/asl/cnn.c +++ b/Examples/MAX78000/CNN/asl/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/MAX78000/CNN/asl/cnn.h b/Examples/MAX78000/CNN/asl/cnn.h index 44d2c45d48b..4e79c24b224 100644 --- a/Examples/MAX78000/CNN/asl/cnn.h +++ b/Examples/MAX78000/CNN/asl/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/MAX78000/CNN/asl/main.c b/Examples/MAX78000/CNN/asl/main.c index ca79c554b84..6f6cf90724a 100644 --- a/Examples/MAX78000/CNN/asl/main.c +++ b/Examples/MAX78000/CNN/asl/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/asl/softmax.c b/Examples/MAX78000/CNN/asl/softmax.c index 8e9acf2de8a..1deef119ed3 100644 --- a/Examples/MAX78000/CNN/asl/softmax.c +++ b/Examples/MAX78000/CNN/asl/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/MAX78000/CNN/asl_demo/Makefile b/Examples/MAX78000/CNN/asl_demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/asl_demo/Makefile +++ b/Examples/MAX78000/CNN/asl_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/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c index e7fade84f4f..c5871707657 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/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/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h index b9d2a1f54b2..cf10717e7c5 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/asl_demo/TFT/evkit/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/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/asl_demo/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/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/asl_demo/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/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/img_1_rgb565.c index 588018a2da3..2d2e3bf1b55 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/asl_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c index 37448fd1e15..6697711673a 100644 --- a/Examples/MAX78000/CNN/asl_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/asl_demo/TFT/fthr/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/MAX78000/CNN/asl_demo/cnn.c b/Examples/MAX78000/CNN/asl_demo/cnn.c index eaa7d59c6c3..5d0a8a7a549 100644 --- a/Examples/MAX78000/CNN/asl_demo/cnn.c +++ b/Examples/MAX78000/CNN/asl_demo/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/MAX78000/CNN/asl_demo/cnn.h b/Examples/MAX78000/CNN/asl_demo/cnn.h index 44d2c45d48b..4e79c24b224 100644 --- a/Examples/MAX78000/CNN/asl_demo/cnn.h +++ b/Examples/MAX78000/CNN/asl_demo/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/MAX78000/CNN/asl_demo/main.c b/Examples/MAX78000/CNN/asl_demo/main.c index bc4987a36a3..4b3e7200187 100644 --- a/Examples/MAX78000/CNN/asl_demo/main.c +++ b/Examples/MAX78000/CNN/asl_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/MAX78000/CNN/asl_demo/softmax.c b/Examples/MAX78000/CNN/asl_demo/softmax.c index 445714e325d..cbfefdd6f02 100644 --- a/Examples/MAX78000/CNN/asl_demo/softmax.c +++ b/Examples/MAX78000/CNN/asl_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/MAX78000/CNN/cam01_facedetect_demo/Makefile b/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile index 128489f8e0c..758badc3d45 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile +++ b/Examples/MAX78000/CNN/cam01_facedetect_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/MAX78000/CNN/cam01_facedetect_demo/cnn.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c index 859c7559370..9a911b687d6 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.c @@ -1,36 +1,52 @@ -/******************************************************************************* -* Copyright (C) 2019-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. -*******************************************************************************/ +/****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ // facedet_tinierssd // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78000/CNN --prefix facedet_tinierssd --checkpoint-file trained/ai85-facedet-tinierssd-qat8-q.pth.tar --config-file networks/ai85-facedet-tinierssd.yaml --sample-input tests/sample_vggface2_facedetection.npy --fifo --device MAX78000 --timer 0 --display-checkpoint --verbose diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h index 158830fc0ff..b8630c9726a 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/cnn.h @@ -1,9 +1,52 @@ -/************************************************************************************************** -* 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 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ /* * This header file was automatically @generated for the facedet_tinierssd network from a template. diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c index c517835bd85..e6a8909216d 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/main.c @@ -1,36 +1,52 @@ -/******************************************************************************* -* Copyright (C) 2019-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. -*******************************************************************************/ +/****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ // facedet_tinierssd // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78000/CNN --prefix facedet_tinierssd --checkpoint-file trained/ai85-facedet-tinierssd-qat8-q.pth.tar --config-file networks/ai85-facedet-tinierssd.yaml --sample-input tests/sample_vggface2_facedetection.npy --fifo --device MAX78000 --timer 0 --display-checkpoint --verbose diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c index 55cfd388d47..9d5b1f8102b 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.c @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ #include "post_process.h" // #include "facedetection.h" #include "mxc_device.h" diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h index 67690f5524f..9603456bc4c 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/post_process.h @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ #include #include #include diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c b/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c index 2d149c7f3a1..e321e9da015 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/softmax.c +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/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/MAX78000/CNN/camvid_unet/Makefile b/Examples/MAX78000/CNN/camvid_unet/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/camvid_unet/Makefile +++ b/Examples/MAX78000/CNN/camvid_unet/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/camvid_unet/cnn.c b/Examples/MAX78000/CNN/camvid_unet/cnn.c index 800b5371fae..31ea5fca1b5 100644 --- a/Examples/MAX78000/CNN/camvid_unet/cnn.c +++ b/Examples/MAX78000/CNN/camvid_unet/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/MAX78000/CNN/camvid_unet/cnn.h b/Examples/MAX78000/CNN/camvid_unet/cnn.h index 69eb69a7e8a..1ed77700401 100644 --- a/Examples/MAX78000/CNN/camvid_unet/cnn.h +++ b/Examples/MAX78000/CNN/camvid_unet/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/MAX78000/CNN/camvid_unet/main.c b/Examples/MAX78000/CNN/camvid_unet/main.c index 386c745821d..c4e9c0a629f 100644 --- a/Examples/MAX78000/CNN/camvid_unet/main.c +++ b/Examples/MAX78000/CNN/camvid_unet/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/camvid_unet/softmax.c b/Examples/MAX78000/CNN/camvid_unet/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/camvid_unet/softmax.c +++ b/Examples/MAX78000/CNN/camvid_unet/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/MAX78000/CNN/cats-dogs/Makefile b/Examples/MAX78000/CNN/cats-dogs/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cats-dogs/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cats-dogs/cnn.c b/Examples/MAX78000/CNN/cats-dogs/cnn.c index 12bc3aa24c4..bbdcaf7cb14 100644 --- a/Examples/MAX78000/CNN/cats-dogs/cnn.c +++ b/Examples/MAX78000/CNN/cats-dogs/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/MAX78000/CNN/cats-dogs/cnn.h b/Examples/MAX78000/CNN/cats-dogs/cnn.h index 2f8c137e70b..10b7035cb9e 100644 --- a/Examples/MAX78000/CNN/cats-dogs/cnn.h +++ b/Examples/MAX78000/CNN/cats-dogs/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/MAX78000/CNN/cats-dogs/main.c b/Examples/MAX78000/CNN/cats-dogs/main.c index 273c59b0030..1dc86451382 100644 --- a/Examples/MAX78000/CNN/cats-dogs/main.c +++ b/Examples/MAX78000/CNN/cats-dogs/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cats-dogs/softmax.c b/Examples/MAX78000/CNN/cats-dogs/softmax.c index 2d149c7f3a1..e321e9da015 100644 --- a/Examples/MAX78000/CNN/cats-dogs/softmax.c +++ b/Examples/MAX78000/CNN/cats-dogs/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/MAX78000/CNN/cats-dogs_demo/Makefile b/Examples/MAX78000/CNN/cats-dogs_demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs_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/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cats-dogs_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/evkit/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/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/cats-dogs_demo/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cats-dogs_demo/cnn.c b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c index 12bc3aa24c4..bbdcaf7cb14 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.c +++ b/Examples/MAX78000/CNN/cats-dogs_demo/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/MAX78000/CNN/cats-dogs_demo/cnn.h b/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h index 2f8c137e70b..10b7035cb9e 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/cnn.h +++ b/Examples/MAX78000/CNN/cats-dogs_demo/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/MAX78000/CNN/cats-dogs_demo/main.c b/Examples/MAX78000/CNN/cats-dogs_demo/main.c index a2f86342f68..b5c7beb31a7 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/main.c +++ b/Examples/MAX78000/CNN/cats-dogs_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/MAX78000/CNN/cats-dogs_demo/softmax.c b/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/softmax.c +++ b/Examples/MAX78000/CNN/cats-dogs_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/MAX78000/CNN/cifar-10-auto-test/Makefile b/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile +++ b/Examples/MAX78000/CNN/cifar-10-auto-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/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 5f69cf8e611..9d204c41bf2 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## # ''' diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c index 197a3c4dfc4..f713c5ac024 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/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/MAX78000/CNN/cifar-10-auto-test/cnn.h b/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h index d54bcd06d6c..a9a283c8754 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/cnn.h +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/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/MAX78000/CNN/cifar-10-auto-test/main.c b/Examples/MAX78000/CNN/cifar-10-auto-test/main.c index b8dde541a18..38cf390904b 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/main.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-10-auto-test/softmax.c b/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/softmax.c +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/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/MAX78000/CNN/cifar-10/Makefile b/Examples/MAX78000/CNN/cifar-10/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-10/Makefile +++ b/Examples/MAX78000/CNN/cifar-10/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cifar-10/cnn.c b/Examples/MAX78000/CNN/cifar-10/cnn.c index 34fd64bd5f5..fc1af2882f2 100644 --- a/Examples/MAX78000/CNN/cifar-10/cnn.c +++ b/Examples/MAX78000/CNN/cifar-10/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/MAX78000/CNN/cifar-10/cnn.h b/Examples/MAX78000/CNN/cifar-10/cnn.h index d3b0483cffc..f9808e3bec6 100644 --- a/Examples/MAX78000/CNN/cifar-10/cnn.h +++ b/Examples/MAX78000/CNN/cifar-10/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/MAX78000/CNN/cifar-10/main.c b/Examples/MAX78000/CNN/cifar-10/main.c index 60130bafa6f..a3af0556f8d 100644 --- a/Examples/MAX78000/CNN/cifar-10/main.c +++ b/Examples/MAX78000/CNN/cifar-10/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-10/softmax.c b/Examples/MAX78000/CNN/cifar-10/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-10/softmax.c +++ b/Examples/MAX78000/CNN/cifar-10/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/MAX78000/CNN/cifar-100-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c index c848ebcd875..08ce6351bbe 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/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/MAX78000/CNN/cifar-100-mixed/cnn.h b/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h index bf0020c0668..1de204f42ac 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-mixed/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/MAX78000/CNN/cifar-100-mixed/main.c b/Examples/MAX78000/CNN/cifar-100-mixed/main.c index 29325800bc4..d83a623246d 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/main.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-100-mixed/softmax.c b/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-mixed/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/MAX78000/CNN/cifar-100-residual/Makefile b/Examples/MAX78000/CNN/cifar-100-residual/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-residual/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cifar-100-residual/cnn.c b/Examples/MAX78000/CNN/cifar-100-residual/cnn.c index 47713c7be72..f302152b6f5 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/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/MAX78000/CNN/cifar-100-residual/cnn.h b/Examples/MAX78000/CNN/cifar-100-residual/cnn.h index 1c381d7c58f..e2f33a9d0c7 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-residual/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/MAX78000/CNN/cifar-100-residual/main.c b/Examples/MAX78000/CNN/cifar-100-residual/main.c index 111b43c4033..df09db9e60a 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/main.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-100-residual/softmax.c b/Examples/MAX78000/CNN/cifar-100-residual/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-residual/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/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c index eb46e32f42a..214a4ced291 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/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/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h index a10cd655818..4a3a049231f 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/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/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c index 16e083a2d6c..11c83cb45aa 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-100-simplewide2x-mixed/softmax.c b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/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/MAX78000/CNN/cifar-100/Makefile b/Examples/MAX78000/CNN/cifar-100/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/cifar-100/Makefile +++ b/Examples/MAX78000/CNN/cifar-100/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/cifar-100/cnn.c b/Examples/MAX78000/CNN/cifar-100/cnn.c index ae85bfcf12f..72712e37085 100644 --- a/Examples/MAX78000/CNN/cifar-100/cnn.c +++ b/Examples/MAX78000/CNN/cifar-100/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/MAX78000/CNN/cifar-100/cnn.h b/Examples/MAX78000/CNN/cifar-100/cnn.h index 274c87bb379..9e5e1994e83 100644 --- a/Examples/MAX78000/CNN/cifar-100/cnn.h +++ b/Examples/MAX78000/CNN/cifar-100/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/MAX78000/CNN/cifar-100/main.c b/Examples/MAX78000/CNN/cifar-100/main.c index 1872cea2da8..73979e8170e 100644 --- a/Examples/MAX78000/CNN/cifar-100/main.c +++ b/Examples/MAX78000/CNN/cifar-100/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/cifar-100/softmax.c b/Examples/MAX78000/CNN/cifar-100/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/cifar-100/softmax.c +++ b/Examples/MAX78000/CNN/cifar-100/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/MAX78000/CNN/digit-detection-demo/Makefile b/Examples/MAX78000/CNN/digit-detection-demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/Makefile +++ b/Examples/MAX78000/CNN/digit-detection-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/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 060e80a7f7c..9825cf221c3 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/digit-detection-demo/TFT/evkit/resources/bitmap.h index 65f6f1bc625..2d9808df657 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/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 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c b/Examples/MAX78000/CNN/digit-detection-demo/TFT/fthr/img/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/digit-detection-demo/cnn.c b/Examples/MAX78000/CNN/digit-detection-demo/cnn.c index 693eac7adea..d9dfe70a684 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/cnn.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/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/MAX78000/CNN/digit-detection-demo/cnn.h b/Examples/MAX78000/CNN/digit-detection-demo/cnn.h index 1c1d682f9ef..b3f3e981253 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/cnn.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/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/MAX78000/CNN/digit-detection-demo/main.c b/Examples/MAX78000/CNN/digit-detection-demo/main.c index 72900c8c102..bd3360b035c 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/main.c +++ b/Examples/MAX78000/CNN/digit-detection-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/MAX78000/CNN/digit-detection-demo/post_process.c b/Examples/MAX78000/CNN/digit-detection-demo/post_process.c index be960529026..072463cc816 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/post_process.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/post_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/MAX78000/CNN/digit-detection-demo/post_process.h b/Examples/MAX78000/CNN/digit-detection-demo/post_process.h index cb8396b62eb..e1a8126393b 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/post_process.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/post_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/MAX78000/CNN/digit-detection-demo/tft_utils.c b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c index 7bd9485b6c2..41b07654f3b 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.c +++ b/Examples/MAX78000/CNN/digit-detection-demo/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/MAX78000/CNN/digit-detection-demo/tft_utils.h b/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h index 33e9cb2d049..b9b88df17b5 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/tft_utils.h +++ b/Examples/MAX78000/CNN/digit-detection-demo/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/MAX78000/CNN/faceid/Makefile b/Examples/MAX78000/CNN/faceid/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/faceid/Makefile +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid/cnn.c b/Examples/MAX78000/CNN/faceid/cnn.c index 4f7b5d1df4f..4f2d5b5dc17 100644 --- a/Examples/MAX78000/CNN/faceid/cnn.c +++ b/Examples/MAX78000/CNN/faceid/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/MAX78000/CNN/faceid/cnn.h b/Examples/MAX78000/CNN/faceid/cnn.h index c6428c2169d..43ab3fce9d1 100644 --- a/Examples/MAX78000/CNN/faceid/cnn.h +++ b/Examples/MAX78000/CNN/faceid/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/MAX78000/CNN/faceid/main.c b/Examples/MAX78000/CNN/faceid/main.c index 97cf8bbf8f2..4b6f790c209 100644 --- a/Examples/MAX78000/CNN/faceid/main.c +++ b/Examples/MAX78000/CNN/faceid/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid/softmax.c b/Examples/MAX78000/CNN/faceid/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/faceid/softmax.c +++ b/Examples/MAX78000/CNN/faceid/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/MAX78000/CNN/faceid_demo/Makefile b/Examples/MAX78000/CNN/faceid_demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/faceid_demo/Makefile +++ b/Examples/MAX78000/CNN/faceid_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/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py b/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py index cb0897d58d1..206f4145c02 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/ai85_adapter.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Contains adapter implementations for MAX78000 EvKit to get CNN model output. """ diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py b/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py index 8f85b5d649d..c2ecacba2f1 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/cam_thread.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Thread to capture image from camera continiously """ import time diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/camera.py b/Examples/MAX78000/CNN/faceid_demo/demo/camera.py index 6ca75b93322..fe796ffbca8 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/camera.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/camera.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Includes camera class to capture image """ import cv2 diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py b/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py index ef198c8a9cd..750de21627a 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/face_identifier.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Includes face identifier class to decide on person for given embedding """ import time diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py b/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py index d1a5dffdd8d..3d530f3c85f 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/image_utils.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Functions for image processing """ diff --git a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py index 205fb35b36f..509260366d5 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/mtcnn.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/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/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py b/Examples/MAX78000/CNN/faceid_demo/demo/mtcnn/utils/detect_face.py index 2490cf1c5aa..12b449dbe27 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_demo/demo/run_demo.py b/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py index 92d6dd29cf9..c1dabd3404d 100644 --- a/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py +++ b/Examples/MAX78000/CNN/faceid_demo/demo/run_demo.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """This is the demo application for Face Identification which utilizes MAX78000 EvKit to get CNN model output. diff --git a/Examples/MAX78000/CNN/faceid_demo/main_faceid.c b/Examples/MAX78000/CNN/faceid_demo/main_faceid.c index 74c3aeac479..07871c8a104 100644 --- a/Examples/MAX78000/CNN/faceid_demo/main_faceid.c +++ b/Examples/MAX78000/CNN/faceid_demo/main_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/MAX78000/CNN/faceid_evkit-riscv/Makefile b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile index 0ecfa0fa9a8..18e1b6cc640 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile +++ b/Examples/MAX78000/CNN/faceid_evkit-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=max78000 diff --git a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM index 85610a4468a..93d7ba23075 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/faceid_evkit-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/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV index dc1d8cbc746..af2af9f056f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/faceid_evkit-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/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 35432b80d0a..2e5d8753fd9 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/evkit/resources/bitmap.h index 7b72311be5f..86c124e7762 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/Utility/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/TFT/fthr/logo_rgb565.c index 37448fd1e15..6697711673a 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/AI85FaceIDNetNoBias.py index 9c5c8ad2852..00d67b02f31 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/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 95e2c822c5b..4f5831507d2 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/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 2e054e53f42..3f98faa274d 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/ai85/ai8x.py index effb88c4a64..d7945eac315 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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 the limits of the AI84/AI85/AI86 implementations and custom PyTorch modules that take the limits into account. 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 931dd310990..615e21f44ac 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/mtcnn/mtcnn.py index 205fb35b36f..509260366d5 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/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 2490cf1c5aa..12b449dbe27 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py b/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py index b24fd0f532f..debc1258321 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/db_gen/utils.py +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h index ba68441b603..3d0c163753d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h index 030045b5883..18011b486dd 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/cnn.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/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/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h index 71a85daa541..08d498764ff 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embedding_process.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h index 46b8ce37114..92f00f54da4 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/embeddings.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h index a4956a1c86e..8b9bf50a451 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/faceID.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h index 597c1327029..c78e06b31b3 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/keypad.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/state.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h index 8be6a3a1794..0b1a690a884 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/state.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/include/utils.h b/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h index b8f63d1e621..15aba6e0d45 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/include/utils.h +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/main.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c index abedf80f034..53c8d14e625 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/main.c +++ b/Examples/MAX78000/CNN/faceid_evkit-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/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c index c804f830b3f..d6b207974e0 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/faceid_evkit-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/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c index c21cc6754e7..4947b297b4a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/cnn.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/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/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c index 0ffc4e9283e..d7c5c6492cd 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/embedding_process.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/src/state.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c index ea1eb7701cf..34911af8fa4 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c index 25f63ab5565..0ab231e92ac 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_faceID.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c index 0dbbb189b36..9269d88f64c 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/state_home.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit-riscv/src/utils.c b/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c index fa849683033..63fbcb16848 100644 --- a/Examples/MAX78000/CNN/faceid_evkit-riscv/src/utils.c +++ b/Examples/MAX78000/CNN/faceid_evkit-riscv/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/MAX78000/CNN/faceid_evkit/Makefile b/Examples/MAX78000/CNN/faceid_evkit/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/Makefile +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/all_imgs.c index 35432b80d0a..2e5d8753fd9 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h index 7b72311be5f..86c124e7762 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/resources/bitmap.h +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/evkit/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/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/bmp2c.py +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/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/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/template.txt +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/Utility/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/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c index 37448fd1e15..6697711673a 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/faceid_evkit/TFT/fthr/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/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py index 6cade7617de..0ca8e862235 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/AI85FaceIDNetNoBias.py +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_adapter.py index 95e2c822c5b..4f5831507d2 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai85_simulator.py index 71264abd0b5..b428a20df70 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py index f970b38ec4f..93782d9d453 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/ai8x.py @@ -1,11 +1,52 @@ -################################################################################################### -# -# 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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Contains the limits of the MAX78000 implementations and custom PyTorch modules that take the limits into account. 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 ab72514a716..bff3e68b5d9 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py +++ b/Examples/MAX78000/CNN/faceid_evkit/db_gen/ai85/devices.py @@ -1,10 +1,52 @@ -################################################################################################### -# 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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Part number and device type conversion """ 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 78b8276ce1f..44d95a09726 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py index 205fb35b36f..509260366d5 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/mtcnn/mtcnn.py +++ b/Examples/MAX78000/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/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 a0d8d87ec07..a65a5e3c0e1 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/faceid_evkit/db_gen/utils.py b/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py index 3ffbade2d5b..427a261e7e1 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/db_gen/utils.py +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h index ba68441b603..3d0c163753d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/cnn.h b/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h index 030045b5883..18011b486dd 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/cnn.h +++ b/Examples/MAX78000/CNN/faceid_evkit/include/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/MAX78000/CNN/faceid_evkit/include/embedding_process.h b/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h index 71a85daa541..08d498764ff 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/embedding_process.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/embeddings.h b/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h index 46b8ce37114..92f00f54da4 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/embeddings.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/faceID.h b/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h index 73f058aaff3..7c7b17e1875 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/faceID.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/keypad.h b/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h index 597c1327029..c78e06b31b3 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/keypad.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/state.h b/Examples/MAX78000/CNN/faceid_evkit/include/state.h index 8be6a3a1794..0b1a690a884 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/state.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/include/utils.h b/Examples/MAX78000/CNN/faceid_evkit/include/utils.h index b8f63d1e621..15aba6e0d45 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/include/utils.h +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/main.c b/Examples/MAX78000/CNN/faceid_evkit/main.c index bd4957d16f9..5c359556b3d 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/main.c +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/src/cnn.c b/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c index 89d48483a71..5478fe31186 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/cnn.c +++ b/Examples/MAX78000/CNN/faceid_evkit/src/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/MAX78000/CNN/faceid_evkit/src/embedding_process.c b/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c index 0ffc4e9283e..d7c5c6492cd 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/embedding_process.c +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/src/state.c b/Examples/MAX78000/CNN/faceid_evkit/src/state.c index ea1eb7701cf..34911af8fa4 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state.c +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/src/state_faceID.c b/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c index 902641f4c69..67ac4a3662c 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state_faceID.c +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/src/state_home.c b/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c index b494582627e..ef67c47156e 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/state_home.c +++ b/Examples/MAX78000/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/MAX78000/CNN/faceid_evkit/src/utils.c b/Examples/MAX78000/CNN/faceid_evkit/src/utils.c index d563e6092e8..7891f83bf25 100644 --- a/Examples/MAX78000/CNN/faceid_evkit/src/utils.c +++ b/Examples/MAX78000/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/MAX78000/CNN/facial_recognition/Makefile b/Examples/MAX78000/CNN/facial_recognition/Makefile index 5163ab38db1..9263c22a7d4 100644 --- a/Examples/MAX78000/CNN/facial_recognition/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile index 92d9d0d55c8..7812d417b23 100644 --- a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c index 1fc502300b0..4cff0f9f5e6 100644 --- a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/main.c +++ b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/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/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py index 7c2ec62315c..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py +++ b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/bmp2c.py @@ -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"), @@ -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/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt index bc07bf2f842..47e14d01541 100644 --- a/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt +++ b/Examples/MAX78000/CNN/facial_recognition/TFT/fthr/Utility/template.txt @@ -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/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai85_adapter.py index d51c0787698..580fe6a3a88 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,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"), @@ -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/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 52b71ff5206..d6d6a1b90b5 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,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"), @@ -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/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 f60be698aec..118ae59e5ed 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,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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Contains MAX78000 simulator implementations to get CNN model output. """ import numpy as np 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 07ac271c259..a45a6aeb968 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,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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """Contains MAX78000 simulator implementations to get CNN model output. """ import numpy as np 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 26de4ceba5e..318e8253651 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,11 +1,52 @@ -################################################################################################### -# -# Copyright (C) 2019-2020 Maxim Integrated Products, Inc. All Rights Reserved. -# -# Maxim Integrated Products, Inc. Default Copyright Notice: -# https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -# -################################################################################################### +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ FaceID network for AI85/AI86 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 b0ce947feaf..9676992e5ff 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,15 +1,52 @@ -################################################################################################### -# -# Copyright (C) 2022 Maxim Integrated Products, Inc. All Rights Reserved. -# -# Maxim Integrated Products, Inc. Default Copyright Notice: -# https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -# -# detect_objects function is adopted from: GitHub repository: -# https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection: -# MIT License -# Copyright (c) 2019 Sagar Vinodababu -################################################################################################### +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Tiny SSD (Single Shot Detector) Variant Model for Face Detection """ 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 5bad29f7742..0a1a68aae60 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/ai8x.py @@ -1,11 +1,52 @@ -################################################################################################### -# -# 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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Contains the limits of the MAX78000 implementations and custom PyTorch modules that take the limits into account. 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 ab72514a716..bff3e68b5d9 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/ai85/devices.py @@ -1,10 +1,52 @@ -################################################################################################### -# 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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Part number and device type conversion """ 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 017e91535ec..fb69bd9ad1f 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,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"), @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Script to generate Face Id embeddings 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 43b449d9caf..877c58291df 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,10 +1,52 @@ -################################################################################################### -# -# Copyright (C) 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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## # # GitHub repo for the below helper methods: # https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection: 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 5d2b12ade79..bb2164574c7 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,11 +1,52 @@ -################################################################################################### -# -# Copyright (C) 2020-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 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under 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. + # + ############################################################################## """ Parses YAML file used to define Quantization Aware Training """ diff --git a/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py b/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py index a2507e02b81..536402a182f 100644 --- a/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py +++ b/Examples/MAX78000/CNN/facial_recognition/db_gen/utils.py @@ -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"), @@ -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/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h b/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h index fecb7f7085a..3d0c163753d 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/MAXCAM_Debug.h @@ -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/MAX78000/CNN/facial_recognition/include/cnn_1.h b/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h index c1c34fc0844..4e977ac04c5 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/cnn_1.h @@ -1,9 +1,52 @@ -/************************************************************************************************** -* 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 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ /* * This header file was automatically generated for the facedetection network from a template. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h b/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h index a2374e1184b..e62adff8fc2 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/cnn_2.h @@ -1,9 +1,52 @@ -/************************************************************************************************** -* Copyright (C) 2019-2023 Maxim Integrated Products, Inc. All Rights Reserved. -* -* Maxim Integrated Products, Inc. Default Copyright Notice: -* https://www.maximintegrated.com/en/aboutus/legal/copyrights.html -**************************************************************************************************/ +/****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ /* * This header file was automatically generated for the faceid_aug_qat_best network from a template. diff --git a/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h b/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h index a6c45b2cac5..f78bcb091e2 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/embedding_process.h @@ -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/MAX78000/CNN/facial_recognition/include/faceID.h b/Examples/MAX78000/CNN/facial_recognition/include/faceID.h index f9fcbac2483..5fd488c5963 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/faceID.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/faceID.h @@ -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/MAX78000/CNN/facial_recognition/include/facedetection.h b/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h index 7a9de40ac7d..b6100aa7902 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/facedetection.h @@ -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/MAX78000/CNN/facial_recognition/include/post_process.h b/Examples/MAX78000/CNN/facial_recognition/include/post_process.h index 62364dd93f1..adf3a525e83 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/post_process.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/post_process.h @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ #include #include #include diff --git a/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h b/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h index fa51ca23941..a961442ded4 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/tft_utils.h @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. +/****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ void draw_obj_rect(float *xy, uint32_t w, uint32_t h); void setup_dma_tft(uint32_t *src_ptr); diff --git a/Examples/MAX78000/CNN/facial_recognition/include/utils.h b/Examples/MAX78000/CNN/facial_recognition/include/utils.h index 06fab57e800..15aba6e0d45 100644 --- a/Examples/MAX78000/CNN/facial_recognition/include/utils.h +++ b/Examples/MAX78000/CNN/facial_recognition/include/utils.h @@ -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/MAX78000/CNN/facial_recognition/main.c b/Examples/MAX78000/CNN/facial_recognition/main.c index 0e06f365523..c9738249b09 100644 --- a/Examples/MAX78000/CNN/facial_recognition/main.c +++ b/Examples/MAX78000/CNN/facial_recognition/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/facial_recognition/src/cnn_1.c b/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c index 90d658a5dce..b9faf951c39 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/cnn_1.c @@ -1,36 +1,52 @@ -/******************************************************************************* -* 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 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ // facedetection // Created using ai8xize.py --test-dir sdk/Examples/MAX78000/CNN --prefix facedetection --checkpoint-file trained/ai85-facedetection3-qat8-q.pth.tar --config-file networks/face-tinierssd.yaml --overwrite --fifo --device MAX78000 --timer 0 --display-checkpoint --verbose diff --git a/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c b/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c index e9c998f633d..978d0c6f6b6 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/cnn_2.c @@ -1,36 +1,52 @@ -/******************************************************************************* -* Copyright (C) 2019-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. -*******************************************************************************/ +/****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. + * + ******************************************************************************/ // faceid_aug_qat_best // This file was @generated by ai8xize.py --test-dir sdk/Examples/MAX78000/CNN --prefix faceid_aug_qat_best --checkpoint-file trained/ai85_faceid_aug_qat_best-q.pth.tar --config-file networks/faceid.yaml --fifo --overwrite --device MAX78000 --timer 0 --display-checkpoint --verbose diff --git a/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c b/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c index 2c64c6196c4..f1feb3bbf5b 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/embedding_process.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/MAX78000/CNN/facial_recognition/src/faceID.c b/Examples/MAX78000/CNN/facial_recognition/src/faceID.c index f4fa292f214..6b0e5298ca0 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/faceID.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/faceID.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/MAX78000/CNN/facial_recognition/src/facedetection.c b/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c index d02ebe01984..020d52c64ba 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/facedetection.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/facedetection.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/MAX78000/CNN/facial_recognition/src/post_process.c b/Examples/MAX78000/CNN/facial_recognition/src/post_process.c index c976577b17d..0c329b7aae3 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/post_process.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/post_process.c @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ #include "post_process.h" #include "tft_utils.h" #include "facedetection.h" diff --git a/Examples/MAX78000/CNN/facial_recognition/src/sd.c b/Examples/MAX78000/CNN/facial_recognition/src/sd.c index 645600945a8..864b650d912 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/sd.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/sd.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/MAX78000/CNN/facial_recognition/src/tft_utils.c b/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c index 6e18ee46cc2..aecdb4301df 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/tft_utils.c @@ -1,14 +1,29 @@ -/******************************************************************************* - * Copyright (C) 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. + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under 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. @@ -30,7 +45,8 @@ * trademarks, maskwork rights, or any other form of intellectual * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. - *******************************************************************************/ + * + ******************************************************************************/ #include #include #include "mxc.h" diff --git a/Examples/MAX78000/CNN/facial_recognition/src/utils.c b/Examples/MAX78000/CNN/facial_recognition/src/utils.c index d04f91aa676..63fbcb16848 100644 --- a/Examples/MAX78000/CNN/facial_recognition/src/utils.c +++ b/Examples/MAX78000/CNN/facial_recognition/src/utils.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/MAX78000/CNN/kws20_demo-riscv/Makefile b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile index 0ecfa0fa9a8..18e1b6cc640 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile +++ b/Examples/MAX78000/CNN/kws20_demo-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=max78000 diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM index 0af47154081..46b69f5e118 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/kws20_demo-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/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV index 32571f9588c..c927b224e25 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/kws20_demo-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/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/evkit/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/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/kws20_demo-riscv/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py index 71ced758a68..5c558bc28b7 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/RealtimeAudio.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Utility to load a wave file and convert to headerfile, detect silence and keywords, split into 16K samples and display waveform diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py index 8177f6c055b..ed30c37a41c 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.py +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/Utility/VoiceRecorder.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. # - ############################################################################### + ############################################################################## """ Voice recorder """ diff --git a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c index 56d167b59f8..0e3948a3b28 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/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/MAX78000/CNN/kws20_demo-riscv/cnn.h b/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h index a42c9c3851f..2843fa42022 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/cnn.h +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/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/MAX78000/CNN/kws20_demo-riscv/main.c b/Examples/MAX78000/CNN/kws20_demo-riscv/main.c index 5b87a797195..b97c859b869 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/main.c +++ b/Examples/MAX78000/CNN/kws20_demo-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/MAX78000/CNN/kws20_demo-riscv/main_riscv.c b/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c index 09be6650e06..a685b5d3657 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/kws20_demo-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/MAX78000/CNN/kws20_demo-riscv/softmax.c b/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/kws20_demo-riscv/softmax.c +++ b/Examples/MAX78000/CNN/kws20_demo-riscv/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/MAX78000/CNN/kws20_demo/Makefile b/Examples/MAX78000/CNN/kws20_demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Makefile +++ b/Examples/MAX78000/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/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/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/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/evkit/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/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/kws20_demo/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/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/kws20_demo/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/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 100644 --- a/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/kws20_demo/TFT/fthr/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/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py b/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py index 71ced758a68..5c558bc28b7 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/RealtimeAudio.py @@ -1,6 +1,23 @@ #!/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 (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -31,7 +48,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - ############################################################################### + ############################################################################## """ Utility to load a wave file and convert to headerfile, detect silence and keywords, split into 16K samples and display waveform diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py b/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py index 8177f6c055b..ed30c37a41c 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/VoiceRecorder.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. # - ############################################################################### + ############################################################################## """ Voice recorder """ diff --git a/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py b/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py index 85a6ab0c1e4..2bb0068c1da 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.py +++ b/Examples/MAX78000/CNN/kws20_demo/Utility/bin2wav.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/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py b/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py index 0c04a94e146..31698f00cf2 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/capture_serial_bin.py +++ b/Examples/MAX78000/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/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py b/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py index 04498ad7ff7..78278c947f2 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Utility/convert_segment_wav.py +++ b/Examples/MAX78000/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/MAX78000/CNN/kws20_demo/cnn.c b/Examples/MAX78000/CNN/kws20_demo/cnn.c index 8dd2be6bc3f..7f8b82cefac 100644 --- a/Examples/MAX78000/CNN/kws20_demo/cnn.c +++ b/Examples/MAX78000/CNN/kws20_demo/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/MAX78000/CNN/kws20_demo/cnn.h b/Examples/MAX78000/CNN/kws20_demo/cnn.h index 5af83f1f608..44e3129c060 100644 --- a/Examples/MAX78000/CNN/kws20_demo/cnn.h +++ b/Examples/MAX78000/CNN/kws20_demo/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/MAX78000/CNN/kws20_demo/main.c b/Examples/MAX78000/CNN/kws20_demo/main.c index 818acd0475c..f6f7c3f60e5 100644 --- a/Examples/MAX78000/CNN/kws20_demo/main.c +++ b/Examples/MAX78000/CNN/kws20_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/MAX78000/CNN/kws20_demo/sd_util.c b/Examples/MAX78000/CNN/kws20_demo/sd_util.c index 8d95266c3e0..98f5bb1c08f 100644 --- a/Examples/MAX78000/CNN/kws20_demo/sd_util.c +++ b/Examples/MAX78000/CNN/kws20_demo/sd_util.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_demo/softmax.c b/Examples/MAX78000/CNN/kws20_demo/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/kws20_demo/softmax.c +++ b/Examples/MAX78000/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/MAX78000/CNN/kws20_v3/Makefile b/Examples/MAX78000/CNN/kws20_v3/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/kws20_v3/Makefile +++ b/Examples/MAX78000/CNN/kws20_v3/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/kws20_v3/cnn.c b/Examples/MAX78000/CNN/kws20_v3/cnn.c index 8dd2be6bc3f..7f8b82cefac 100644 --- a/Examples/MAX78000/CNN/kws20_v3/cnn.c +++ b/Examples/MAX78000/CNN/kws20_v3/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/MAX78000/CNN/kws20_v3/cnn.h b/Examples/MAX78000/CNN/kws20_v3/cnn.h index 5af83f1f608..44e3129c060 100644 --- a/Examples/MAX78000/CNN/kws20_v3/cnn.h +++ b/Examples/MAX78000/CNN/kws20_v3/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/MAX78000/CNN/kws20_v3/main.c b/Examples/MAX78000/CNN/kws20_v3/main.c index 32d3bbf1b51..48da65ad22e 100644 --- a/Examples/MAX78000/CNN/kws20_v3/main.c +++ b/Examples/MAX78000/CNN/kws20_v3/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/kws20_v3/softmax.c b/Examples/MAX78000/CNN/kws20_v3/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/kws20_v3/softmax.c +++ b/Examples/MAX78000/CNN/kws20_v3/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/MAX78000/CNN/mnist-riscv/Makefile b/Examples/MAX78000/CNN/mnist-riscv/Makefile index dee8d56614b..1daf22a222b 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile +++ b/Examples/MAX78000/CNN/mnist-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. # - ############################################################################### + ############################################################################## # Command-line option for overriding output filename. # Ex: make all OUTFILE="filename" ... results in filename.elf diff --git a/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM b/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM index cfc088b4189..2433cfe7ea2 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile.ARM +++ b/Examples/MAX78000/CNN/mnist-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/MAX78000/CNN/mnist-riscv/Makefile.RISCV b/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV index c534ba72ae0..6eda9679d3a 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/Makefile.RISCV +++ b/Examples/MAX78000/CNN/mnist-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/MAX78000/CNN/mnist-riscv/cnn.c b/Examples/MAX78000/CNN/mnist-riscv/cnn.c index ad4a7bc6cb0..e9e41278ac4 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/cnn.c +++ b/Examples/MAX78000/CNN/mnist-riscv/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/MAX78000/CNN/mnist-riscv/cnn.h b/Examples/MAX78000/CNN/mnist-riscv/cnn.h index b54e4717b38..a62a68b6faf 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/cnn.h +++ b/Examples/MAX78000/CNN/mnist-riscv/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/MAX78000/CNN/mnist-riscv/main.c b/Examples/MAX78000/CNN/mnist-riscv/main.c index 7951b6cc1db..00a2a7bdda3 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/main.c +++ b/Examples/MAX78000/CNN/mnist-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/MAX78000/CNN/mnist-riscv/main_riscv.c b/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c index 12497d5fe75..05702b93cb9 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/main_riscv.c +++ b/Examples/MAX78000/CNN/mnist-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/MAX78000/CNN/mnist-riscv/softmax.c b/Examples/MAX78000/CNN/mnist-riscv/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/mnist-riscv/softmax.c +++ b/Examples/MAX78000/CNN/mnist-riscv/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/MAX78000/CNN/mnist/Makefile b/Examples/MAX78000/CNN/mnist/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/mnist/Makefile +++ b/Examples/MAX78000/CNN/mnist/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/mnist/cnn.c b/Examples/MAX78000/CNN/mnist/cnn.c index 7759fa5f3f8..fb638a54755 100644 --- a/Examples/MAX78000/CNN/mnist/cnn.c +++ b/Examples/MAX78000/CNN/mnist/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/MAX78000/CNN/mnist/cnn.h b/Examples/MAX78000/CNN/mnist/cnn.h index e57bbc110fa..1b4de3ebbb3 100644 --- a/Examples/MAX78000/CNN/mnist/cnn.h +++ b/Examples/MAX78000/CNN/mnist/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/MAX78000/CNN/mnist/main.c b/Examples/MAX78000/CNN/mnist/main.c index 2a37de5732d..a36cfbf290c 100644 --- a/Examples/MAX78000/CNN/mnist/main.c +++ b/Examples/MAX78000/CNN/mnist/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/mnist/softmax.c b/Examples/MAX78000/CNN/mnist/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/mnist/softmax.c +++ b/Examples/MAX78000/CNN/mnist/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/MAX78000/CNN/rps-demo/Makefile b/Examples/MAX78000/CNN/rps-demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/rps-demo/Makefile +++ b/Examples/MAX78000/CNN/rps-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/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/all_imgs.c +++ b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/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/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/rps-demo/TFT/evkit/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/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/CNN/rps-demo/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/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/bmp/template.txt +++ b/Examples/MAX78000/CNN/rps-demo/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/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/rps-demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 100644 --- a/Examples/MAX78000/CNN/rps-demo/TFT/fthr/logo_rgb565.c +++ b/Examples/MAX78000/CNN/rps-demo/TFT/fthr/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/MAX78000/CNN/rps-demo/cnn.c b/Examples/MAX78000/CNN/rps-demo/cnn.c index fe82a3ee498..ac04c5ab0b3 100644 --- a/Examples/MAX78000/CNN/rps-demo/cnn.c +++ b/Examples/MAX78000/CNN/rps-demo/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/MAX78000/CNN/rps-demo/cnn.h b/Examples/MAX78000/CNN/rps-demo/cnn.h index d7dd7a5037b..2bd989bfdac 100644 --- a/Examples/MAX78000/CNN/rps-demo/cnn.h +++ b/Examples/MAX78000/CNN/rps-demo/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/MAX78000/CNN/rps-demo/main.c b/Examples/MAX78000/CNN/rps-demo/main.c index b7bf2f76519..e878d26a406 100644 --- a/Examples/MAX78000/CNN/rps-demo/main.c +++ b/Examples/MAX78000/CNN/rps-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/MAX78000/CNN/rps-demo/softmax.c b/Examples/MAX78000/CNN/rps-demo/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/rps-demo/softmax.c +++ b/Examples/MAX78000/CNN/rps-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/MAX78000/CNN/rps/Makefile b/Examples/MAX78000/CNN/rps/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/rps/Makefile +++ b/Examples/MAX78000/CNN/rps/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/rps/cnn.c b/Examples/MAX78000/CNN/rps/cnn.c index fe82a3ee498..ac04c5ab0b3 100644 --- a/Examples/MAX78000/CNN/rps/cnn.c +++ b/Examples/MAX78000/CNN/rps/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/MAX78000/CNN/rps/cnn.h b/Examples/MAX78000/CNN/rps/cnn.h index d7dd7a5037b..2bd989bfdac 100644 --- a/Examples/MAX78000/CNN/rps/cnn.h +++ b/Examples/MAX78000/CNN/rps/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/MAX78000/CNN/rps/main.c b/Examples/MAX78000/CNN/rps/main.c index 72d0641dec6..9c17aced55e 100644 --- a/Examples/MAX78000/CNN/rps/main.c +++ b/Examples/MAX78000/CNN/rps/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/rps/softmax.c b/Examples/MAX78000/CNN/rps/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/rps/softmax.c +++ b/Examples/MAX78000/CNN/rps/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/MAX78000/CNN/snake_game_demo/Makefile b/Examples/MAX78000/CNN/snake_game_demo/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/Makefile +++ b/Examples/MAX78000/CNN/snake_game_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/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/all_imgs.c index d3bd85667b6..9138665d378 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/snake_game_demo/TFT/evkit/bitmap.h b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h index ddf640aa869..ad953cb0c97 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/bitmap.h +++ b/Examples/MAX78000/CNN/snake_game_demo/TFT/evkit/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/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 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,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is 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/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/bmp/template.txt index 490d63575fb..47e14d01541 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/img_1_rgb565.c index 24bc30bbf51..c4a35872d88 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c b/Examples/MAX78000/CNN/snake_game_demo/TFT/fthr/logo_rgb565.c index aa806cb5e20..2e8d713977b 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/snake_game_demo/cnn.c b/Examples/MAX78000/CNN/snake_game_demo/cnn.c index f0c4899641c..42ce5e29c02 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/cnn.c +++ b/Examples/MAX78000/CNN/snake_game_demo/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/MAX78000/CNN/snake_game_demo/cnn.h b/Examples/MAX78000/CNN/snake_game_demo/cnn.h index a42c9c3851f..2843fa42022 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/cnn.h +++ b/Examples/MAX78000/CNN/snake_game_demo/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/MAX78000/CNN/snake_game_demo/main.c b/Examples/MAX78000/CNN/snake_game_demo/main.c index 12fd11f451b..b2908615d62 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/main.c +++ b/Examples/MAX78000/CNN/snake_game_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/MAX78000/CNN/snake_game_demo/softmax.c b/Examples/MAX78000/CNN/snake_game_demo/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/softmax.c +++ b/Examples/MAX78000/CNN/snake_game_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/MAX78000/CNN/svhn_tinierssd/Makefile b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile index 16b4c61ceb2..3e0b64cad88 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/Makefile +++ b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c index 3c70370109f..029a2c2ca9a 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/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/MAX78000/CNN/svhn_tinierssd/cnn.h b/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h index d6de90ba300..46509f7aacf 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/cnn.h +++ b/Examples/MAX78000/CNN/svhn_tinierssd/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/MAX78000/CNN/svhn_tinierssd/main.c b/Examples/MAX78000/CNN/svhn_tinierssd/main.c index 6a2bcc42b1c..09864e5d26d 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/main.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/CNN/svhn_tinierssd/softmax.c b/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c index 337fc32c1e5..3777aa03b7f 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/softmax.c +++ b/Examples/MAX78000/CNN/svhn_tinierssd/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/MAX78000/CRC/Makefile b/Examples/MAX78000/CRC/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/CRC/Makefile +++ b/Examples/MAX78000/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/MAX78000/CRC/main.c b/Examples/MAX78000/CRC/main.c index 8a8706ceb92..8b4a46a80eb 100644 --- a/Examples/MAX78000/CRC/main.c +++ b/Examples/MAX78000/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/MAX78000/CameraIF/Makefile b/Examples/MAX78000/CameraIF/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/CameraIF/Makefile +++ b/Examples/MAX78000/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/MAX78000/CameraIF/main.c b/Examples/MAX78000/CameraIF/main.c index 5fc43f3ae13..c9252462302 100644 --- a/Examples/MAX78000/CameraIF/main.c +++ b/Examples/MAX78000/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/MAX78000/CameraIF/utils.c b/Examples/MAX78000/CameraIF/utils.c index 87cdf974007..24527766918 100644 --- a/Examples/MAX78000/CameraIF/utils.c +++ b/Examples/MAX78000/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/MAX78000/CameraIF/utils.h b/Examples/MAX78000/CameraIF/utils.h index 48dedc583cf..7d361c04447 100644 --- a/Examples/MAX78000/CameraIF/utils.h +++ b/Examples/MAX78000/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/MAX78000/CameraIF_Debayer/Makefile b/Examples/MAX78000/CameraIF_Debayer/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/CameraIF_Debayer/Makefile +++ b/Examples/MAX78000/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/MAX78000/CameraIF_Debayer/main.c b/Examples/MAX78000/CameraIF_Debayer/main.c index 723432d12fb..0466548bc81 100644 --- a/Examples/MAX78000/CameraIF_Debayer/main.c +++ b/Examples/MAX78000/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/MAX78000/CameraIF_Debayer/utils.c b/Examples/MAX78000/CameraIF_Debayer/utils.c index 4b917735f4a..553d3f62b59 100644 --- a/Examples/MAX78000/CameraIF_Debayer/utils.c +++ b/Examples/MAX78000/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/MAX78000/CameraIF_Debayer/utils.h b/Examples/MAX78000/CameraIF_Debayer/utils.h index f67b1f9981d..2da9de28b9b 100644 --- a/Examples/MAX78000/CameraIF_Debayer/utils.h +++ b/Examples/MAX78000/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/MAX78000/Coremark/Makefile b/Examples/MAX78000/Coremark/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Coremark/Makefile +++ b/Examples/MAX78000/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/MAX78000/DMA/Makefile b/Examples/MAX78000/DMA/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/DMA/Makefile +++ b/Examples/MAX78000/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/MAX78000/DMA/main.c b/Examples/MAX78000/DMA/main.c index c20481dcd45..8531b616e7b 100644 --- a/Examples/MAX78000/DMA/main.c +++ b/Examples/MAX78000/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/MAX78000/ECC/Makefile b/Examples/MAX78000/ECC/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/ECC/Makefile +++ b/Examples/MAX78000/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/MAX78000/ECC/main.c b/Examples/MAX78000/ECC/main.c index 17ba35bd71d..2ead343f131 100644 --- a/Examples/MAX78000/ECC/main.c +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/Makefile b/Examples/MAX78000/EEPROM_Emulator/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/EEPROM_Emulator/Makefile +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/include/cache.h b/Examples/MAX78000/EEPROM_Emulator/include/cache.h index 9263b1016d4..9833f2b197c 100644 --- a/Examples/MAX78000/EEPROM_Emulator/include/cache.h +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/include/eeprom.h b/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h index e4956f57a15..ee13fe2ee5c 100644 --- a/Examples/MAX78000/EEPROM_Emulator/include/eeprom.h +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/main.c b/Examples/MAX78000/EEPROM_Emulator/main.c index 184b28824b1..ac9aa2dbda2 100644 --- a/Examples/MAX78000/EEPROM_Emulator/main.c +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/src/cache.c b/Examples/MAX78000/EEPROM_Emulator/src/cache.c index 6941b9794e4..ee9282be53a 100644 --- a/Examples/MAX78000/EEPROM_Emulator/src/cache.c +++ b/Examples/MAX78000/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/MAX78000/EEPROM_Emulator/src/eeprom.c b/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c index 38e3748ac22..f6dabb9a051 100644 --- a/Examples/MAX78000/EEPROM_Emulator/src/eeprom.c +++ b/Examples/MAX78000/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/MAX78000/FTHR_I2C/Makefile b/Examples/MAX78000/FTHR_I2C/Makefile index ed8289f7c63..c3ce634f46b 100644 --- a/Examples/MAX78000/FTHR_I2C/Makefile +++ b/Examples/MAX78000/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/MAX78000/FTHR_I2C/main.c b/Examples/MAX78000/FTHR_I2C/main.c index 11690892844..8e2de230cdd 100644 --- a/Examples/MAX78000/FTHR_I2C/main.c +++ b/Examples/MAX78000/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/MAX78000/Flash/Makefile b/Examples/MAX78000/Flash/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Flash/Makefile +++ b/Examples/MAX78000/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/MAX78000/Flash/main.c b/Examples/MAX78000/Flash/main.c index 0c9d1d0ae24..31e60a3821f 100644 --- a/Examples/MAX78000/Flash/main.c +++ b/Examples/MAX78000/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/MAX78000/Flash_CLI/FreeRTOSConfig.h b/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h index 57df12ee76c..e278c2683db 100644 --- a/Examples/MAX78000/Flash_CLI/FreeRTOSConfig.h +++ b/Examples/MAX78000/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/MAX78000/Flash_CLI/Makefile b/Examples/MAX78000/Flash_CLI/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Flash_CLI/Makefile +++ b/Examples/MAX78000/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/MAX78000/Flash_CLI/definitions.h b/Examples/MAX78000/Flash_CLI/definitions.h index 95da8324523..7988ac931b2 100644 --- a/Examples/MAX78000/Flash_CLI/definitions.h +++ b/Examples/MAX78000/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/MAX78000/Flash_CLI/main.c b/Examples/MAX78000/Flash_CLI/main.c index 45e183970ae..d50f0b7979c 100644 --- a/Examples/MAX78000/Flash_CLI/main.c +++ b/Examples/MAX78000/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/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h b/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h index 45135cd48ee..041bb0774a1 100644 --- a/Examples/MAX78000/FreeRTOSDemo/FreeRTOSConfig.h +++ b/Examples/MAX78000/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/MAX78000/FreeRTOSDemo/Makefile b/Examples/MAX78000/FreeRTOSDemo/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/FreeRTOSDemo/Makefile +++ b/Examples/MAX78000/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/MAX78000/FreeRTOSDemo/freertos_tickless.c b/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c index a8c3a5c508d..8f0495c673a 100644 --- a/Examples/MAX78000/FreeRTOSDemo/freertos_tickless.c +++ b/Examples/MAX78000/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/MAX78000/FreeRTOSDemo/main.c b/Examples/MAX78000/FreeRTOSDemo/main.c index 277bd93e64c..52d805b4d14 100644 --- a/Examples/MAX78000/FreeRTOSDemo/main.c +++ b/Examples/MAX78000/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/MAX78000/GPIO/Makefile b/Examples/MAX78000/GPIO/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/GPIO/Makefile +++ b/Examples/MAX78000/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/MAX78000/GPIO/main.c b/Examples/MAX78000/GPIO/main.c index e067ead2358..2d6aae00a0d 100644 --- a/Examples/MAX78000/GPIO/main.c +++ b/Examples/MAX78000/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/MAX78000/Hello_World/Makefile b/Examples/MAX78000/Hello_World/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Hello_World/Makefile +++ b/Examples/MAX78000/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/MAX78000/Hello_World/main.c b/Examples/MAX78000/Hello_World/main.c index 223e8b45d05..d8a561ce97a 100644 --- a/Examples/MAX78000/Hello_World/main.c +++ b/Examples/MAX78000/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/MAX78000/Hello_World_Cpp/Makefile b/Examples/MAX78000/Hello_World_Cpp/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Hello_World_Cpp/Makefile +++ b/Examples/MAX78000/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/MAX78000/Hello_World_Cpp/main.cpp b/Examples/MAX78000/Hello_World_Cpp/main.cpp index aee9ae17fcf..65653e6207f 100644 --- a/Examples/MAX78000/Hello_World_Cpp/main.cpp +++ b/Examples/MAX78000/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/MAX78000/I2C_ADXL343/Makefile b/Examples/MAX78000/I2C_ADXL343/Makefile index ed8289f7c63..c3ce634f46b 100644 --- a/Examples/MAX78000/I2C_ADXL343/Makefile +++ b/Examples/MAX78000/I2C_ADXL343/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/I2C_ADXL343/adxl343.c b/Examples/MAX78000/I2C_ADXL343/adxl343.c index a86a5ba84be..42c226af0d6 100644 --- a/Examples/MAX78000/I2C_ADXL343/adxl343.c +++ b/Examples/MAX78000/I2C_ADXL343/adxl343.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/I2C_ADXL343/adxl343.h b/Examples/MAX78000/I2C_ADXL343/adxl343.h index d291c0745a6..8a596792917 100644 --- a/Examples/MAX78000/I2C_ADXL343/adxl343.h +++ b/Examples/MAX78000/I2C_ADXL343/adxl343.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/I2C_ADXL343/main.c b/Examples/MAX78000/I2C_ADXL343/main.c index 22be28507af..983021513f9 100644 --- a/Examples/MAX78000/I2C_ADXL343/main.c +++ b/Examples/MAX78000/I2C_ADXL343/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/I2C_MNGR/FreeRTOSConfig.h b/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h index a36c16df873..f03a8afca62 100644 --- a/Examples/MAX78000/I2C_MNGR/FreeRTOSConfig.h +++ b/Examples/MAX78000/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/MAX78000/I2C_MNGR/Makefile b/Examples/MAX78000/I2C_MNGR/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2C_MNGR/Makefile +++ b/Examples/MAX78000/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/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c index 84e6bd1d361..f5aab532b56 100644 --- a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.c +++ b/Examples/MAX78000/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/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h b/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h index 49dd7facdb1..a86fd789cb1 100644 --- a/Examples/MAX78000/I2C_MNGR/i2c_mngr/i2c_mngr.h +++ b/Examples/MAX78000/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/MAX78000/I2C_MNGR/main.c b/Examples/MAX78000/I2C_MNGR/main.c index 94091ca4d64..38fff314c98 100644 --- a/Examples/MAX78000/I2C_MNGR/main.c +++ b/Examples/MAX78000/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/MAX78000/I2C_SCAN/Makefile b/Examples/MAX78000/I2C_SCAN/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2C_SCAN/Makefile +++ b/Examples/MAX78000/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/MAX78000/I2C_SCAN/main.c b/Examples/MAX78000/I2C_SCAN/main.c index 6b0620d30a3..19f047c529f 100644 --- a/Examples/MAX78000/I2C_SCAN/main.c +++ b/Examples/MAX78000/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/MAX78000/I2C_Sensor/Makefile b/Examples/MAX78000/I2C_Sensor/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2C_Sensor/Makefile +++ b/Examples/MAX78000/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/MAX78000/I2C_Sensor/main.c b/Examples/MAX78000/I2C_Sensor/main.c index cb1e08edf4c..cef7ed71a11 100644 --- a/Examples/MAX78000/I2C_Sensor/main.c +++ b/Examples/MAX78000/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/MAX78000/I2S/Makefile b/Examples/MAX78000/I2S/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2S/Makefile +++ b/Examples/MAX78000/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/MAX78000/I2S/main.c b/Examples/MAX78000/I2S/main.c index ba7af5a12e4..4eb4f302982 100644 --- a/Examples/MAX78000/I2S/main.c +++ b/Examples/MAX78000/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/MAX78000/I2S_DMA/Makefile b/Examples/MAX78000/I2S_DMA/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2S_DMA/Makefile +++ b/Examples/MAX78000/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/MAX78000/I2S_DMA/main.c b/Examples/MAX78000/I2S_DMA/main.c index a61f8220f8e..864004b3726 100644 --- a/Examples/MAX78000/I2S_DMA/main.c +++ b/Examples/MAX78000/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/MAX78000/I2S_DMA_Target/Makefile b/Examples/MAX78000/I2S_DMA_Target/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/I2S_DMA_Target/Makefile +++ b/Examples/MAX78000/I2S_DMA_Target/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/I2S_DMA_Target/main.c b/Examples/MAX78000/I2S_DMA_Target/main.c index 103cfca068b..998a441c2fb 100644 --- a/Examples/MAX78000/I2S_DMA_Target/main.c +++ b/Examples/MAX78000/I2S_DMA_Target/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/ICC/Makefile b/Examples/MAX78000/ICC/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/ICC/Makefile +++ b/Examples/MAX78000/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/MAX78000/ICC/main.c b/Examples/MAX78000/ICC/main.c index f927e15f847..8284829e592 100644 --- a/Examples/MAX78000/ICC/main.c +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/Makefile b/Examples/MAX78000/ImgCapture/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/ImgCapture/Makefile +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/include/cnn_memutils.h b/Examples/MAX78000/ImgCapture/include/cnn_memutils.h index 659d2ab6eaa..30ab003d748 100644 --- a/Examples/MAX78000/ImgCapture/include/cnn_memutils.h +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/include/console.h b/Examples/MAX78000/ImgCapture/include/console.h index 3b3a77826f2..a18516eb715 100644 --- a/Examples/MAX78000/ImgCapture/include/console.h +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/include/example_config.h b/Examples/MAX78000/ImgCapture/include/example_config.h index c57aebc095e..548b6a8b927 100644 --- a/Examples/MAX78000/ImgCapture/include/example_config.h +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/include/sd.h b/Examples/MAX78000/ImgCapture/include/sd.h index 0978ebf9404..0090aeb1a23 100644 --- a/Examples/MAX78000/ImgCapture/include/sd.h +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/main.c b/Examples/MAX78000/ImgCapture/main.c index 322e3fd43b1..0a714799f1a 100644 --- a/Examples/MAX78000/ImgCapture/main.c +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/src/console/console.c b/Examples/MAX78000/ImgCapture/src/console/console.c index cea86942abd..46043bf1e72 100644 --- a/Examples/MAX78000/ImgCapture/src/console/console.c +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/src/sd/sd.c b/Examples/MAX78000/ImgCapture/src/sd/sd.c index 1107605662f..59f4334bc50 100644 --- a/Examples/MAX78000/ImgCapture/src/sd/sd.c +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/utils/batchconvert.py b/Examples/MAX78000/ImgCapture/utils/batchconvert.py index 64310db9b92..ed26a43d66a 100644 --- a/Examples/MAX78000/ImgCapture/utils/batchconvert.py +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/utils/console.py b/Examples/MAX78000/ImgCapture/utils/console.py index 92dc0a7e46e..4cccfc80210 100644 --- a/Examples/MAX78000/ImgCapture/utils/console.py +++ b/Examples/MAX78000/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/MAX78000/ImgCapture/utils/imgConverter.py b/Examples/MAX78000/ImgCapture/utils/imgConverter.py index 86bdb4b8ae9..12ad3300c28 100644 --- a/Examples/MAX78000/ImgCapture/utils/imgConverter.py +++ b/Examples/MAX78000/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/MAX78000/LP/Makefile b/Examples/MAX78000/LP/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/LP/Makefile +++ b/Examples/MAX78000/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/MAX78000/LP/main.c b/Examples/MAX78000/LP/main.c index 237d4e1b120..54783724d44 100644 --- a/Examples/MAX78000/LP/main.c +++ b/Examples/MAX78000/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/MAX78000/LPCMP/Makefile b/Examples/MAX78000/LPCMP/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/LPCMP/Makefile +++ b/Examples/MAX78000/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/MAX78000/LPCMP/main.c b/Examples/MAX78000/LPCMP/main.c index ff5ab4ddb0e..27ba60f696b 100644 --- a/Examples/MAX78000/LPCMP/main.c +++ b/Examples/MAX78000/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/MAX78000/Library_Generate/Makefile b/Examples/MAX78000/Library_Generate/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Library_Generate/Makefile +++ b/Examples/MAX78000/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/MAX78000/Library_Generate/gpiolib.c b/Examples/MAX78000/Library_Generate/gpiolib.c index 8b107a6a87f..515711b5d8c 100644 --- a/Examples/MAX78000/Library_Generate/gpiolib.c +++ b/Examples/MAX78000/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/MAX78000/Library_Generate/gpiolib.h b/Examples/MAX78000/Library_Generate/gpiolib.h index 3f6bb285eee..66a7a9d3cf9 100644 --- a/Examples/MAX78000/Library_Generate/gpiolib.h +++ b/Examples/MAX78000/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/MAX78000/Library_Use/Makefile b/Examples/MAX78000/Library_Use/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Library_Use/Makefile +++ b/Examples/MAX78000/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/MAX78000/Library_Use/lib/include/gpiolib.h b/Examples/MAX78000/Library_Use/lib/include/gpiolib.h index be95c1084f8..fe52bc13776 100644 --- a/Examples/MAX78000/Library_Use/lib/include/gpiolib.h +++ b/Examples/MAX78000/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/MAX78000/Library_Use/main.c b/Examples/MAX78000/Library_Use/main.c index 45383105662..67a8efa37b1 100644 --- a/Examples/MAX78000/Library_Use/main.c +++ b/Examples/MAX78000/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/MAX78000/Pulse_Train/Makefile b/Examples/MAX78000/Pulse_Train/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Pulse_Train/Makefile +++ b/Examples/MAX78000/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/MAX78000/Pulse_Train/main.c b/Examples/MAX78000/Pulse_Train/main.c index a10fe9c15bb..219f5b4aee2 100644 --- a/Examples/MAX78000/Pulse_Train/main.c +++ b/Examples/MAX78000/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/MAX78000/RTC/Makefile b/Examples/MAX78000/RTC/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/RTC/Makefile +++ b/Examples/MAX78000/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/MAX78000/RTC/main.c b/Examples/MAX78000/RTC/main.c index b2f27ceb29a..4f0fd8f855f 100644 --- a/Examples/MAX78000/RTC/main.c +++ b/Examples/MAX78000/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/MAX78000/RTC_Backup/Makefile b/Examples/MAX78000/RTC_Backup/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/RTC_Backup/Makefile +++ b/Examples/MAX78000/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/MAX78000/RTC_Backup/main.c b/Examples/MAX78000/RTC_Backup/main.c index ca561b04c44..ba296d7d408 100644 --- a/Examples/MAX78000/RTC_Backup/main.c +++ b/Examples/MAX78000/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/MAX78000/RV_ARM_Loader/Makefile b/Examples/MAX78000/RV_ARM_Loader/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/RV_ARM_Loader/Makefile +++ b/Examples/MAX78000/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/MAX78000/RV_ARM_Loader/main.c b/Examples/MAX78000/RV_ARM_Loader/main.c index b680643e6cc..995dc680449 100644 --- a/Examples/MAX78000/RV_ARM_Loader/main.c +++ b/Examples/MAX78000/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/MAX78000/SDHC_FTHR/Makefile b/Examples/MAX78000/SDHC_FTHR/Makefile index ed8289f7c63..c3ce634f46b 100644 --- a/Examples/MAX78000/SDHC_FTHR/Makefile +++ b/Examples/MAX78000/SDHC_FTHR/Makefile @@ -1,4 +1,21 @@ -################################################################################ +############################################################################### + # + # Copyright 2023 Analog Devices, Inc. + # + # Licensed under the Apache License, Version 2.0 (the "License"); + # you may not use this file except in compliance with the License. + # You may obtain a copy of the License at + # + # http://www.apache.org/licenses/LICENSE-2.0 + # + # Unless required by applicable law or agreed to in writing, software + # distributed under the License is distributed on an "AS IS" BASIS, + # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # See the License for the specific language governing permissions and + # limitations under the License. + # + ############################################################################## + # # Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -29,7 +46,7 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # -############################################################################### + ############################################################################## # ** Readme! ** # Don't edit this file! This is the core Makefile for a MaximSDK diff --git a/Examples/MAX78000/SDHC_FTHR/include/sdhc.h b/Examples/MAX78000/SDHC_FTHR/include/sdhc.h index 0ed2f804344..4b03f6e30c5 100644 --- a/Examples/MAX78000/SDHC_FTHR/include/sdhc.h +++ b/Examples/MAX78000/SDHC_FTHR/include/sdhc.h @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/SDHC_FTHR/include/user-cli.h b/Examples/MAX78000/SDHC_FTHR/include/user-cli.h index ecb8850eab8..00bb1e5c542 100644 --- a/Examples/MAX78000/SDHC_FTHR/include/user-cli.h +++ b/Examples/MAX78000/SDHC_FTHR/include/user-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/MAX78000/SDHC_FTHR/main.c b/Examples/MAX78000/SDHC_FTHR/main.c index fb72a39f3e7..6c8f7ec086f 100644 --- a/Examples/MAX78000/SDHC_FTHR/main.c +++ b/Examples/MAX78000/SDHC_FTHR/main.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/SDHC_FTHR/src/sdhc.c b/Examples/MAX78000/SDHC_FTHR/src/sdhc.c index 6ba635d097b..4a45cf5f4a5 100644 --- a/Examples/MAX78000/SDHC_FTHR/src/sdhc.c +++ b/Examples/MAX78000/SDHC_FTHR/src/sdhc.c @@ -1,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/SDHC_FTHR/src/user-cli.c b/Examples/MAX78000/SDHC_FTHR/src/user-cli.c index 5800768c471..f3b174125dc 100644 --- a/Examples/MAX78000/SDHC_FTHR/src/user-cli.c +++ b/Examples/MAX78000/SDHC_FTHR/src/user-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/MAX78000/SPI/Makefile b/Examples/MAX78000/SPI/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/SPI/Makefile +++ b/Examples/MAX78000/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/MAX78000/SPI/main.c b/Examples/MAX78000/SPI/main.c index 0406d7ec666..4b0544b2af6 100644 --- a/Examples/MAX78000/SPI/main.c +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/Makefile b/Examples/MAX78000/TFT_Demo/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/TFT_Demo/Makefile +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/example_config.h b/Examples/MAX78000/TFT_Demo/example_config.h index 1b4a4305250..8e11de6c1a2 100644 --- a/Examples/MAX78000/TFT_Demo/example_config.h +++ b/Examples/MAX78000/TFT_Demo/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/MAX78000/TFT_Demo/include/keypad.h b/Examples/MAX78000/TFT_Demo/include/keypad.h index fc7a8a121c9..0bb6c281fc6 100644 --- a/Examples/MAX78000/TFT_Demo/include/keypad.h +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/include/state.h b/Examples/MAX78000/TFT_Demo/include/state.h index 9f68a049586..01b05d3160a 100644 --- a/Examples/MAX78000/TFT_Demo/include/state.h +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/include/utils.h b/Examples/MAX78000/TFT_Demo/include/utils.h index 3e11d0e3ecb..50ac8f051e2 100644 --- a/Examples/MAX78000/TFT_Demo/include/utils.h +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/main.c b/Examples/MAX78000/TFT_Demo/main.c index d1009b7f549..4effde75d91 100644 --- a/Examples/MAX78000/TFT_Demo/main.c +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/resources/bitmap.h b/Examples/MAX78000/TFT_Demo/resources/bitmap.h index d385d7cae8b..eb4a1705cbd 100644 --- a/Examples/MAX78000/TFT_Demo/resources/bitmap.h +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c b/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c index b8e4d9f75c0..b911c6f45ad 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_evkit/all_imgs.c +++ b/Examples/MAX78000/TFT_Demo/resources/tft_evkit/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/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py index 5fe647b646b..0abb8f77f0f 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/bmp2c.py +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt index 490d63575fb..47e14d01541 100644 --- a/Examples/MAX78000/TFT_Demo/resources/tft_fthr/bmp/template.txt +++ b/Examples/MAX78000/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/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c b/Examples/MAX78000/TFT_Demo/resources/tft_fthr/img_1_rgb565.c index 93b65ccf6da..f9e10b5ac56 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,4 +1,21 @@ /****************************************************************************** + * + * Copyright 2023 Analog Devices, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ****************************************************************************** + * * Copyright (C) 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/TFT_Demo/src/state.c b/Examples/MAX78000/TFT_Demo/src/state.c index 4520d7bfcfe..fdc879b005a 100644 --- a/Examples/MAX78000/TFT_Demo/src/state.c +++ b/Examples/MAX78000/TFT_Demo/src/state.c @@ -3,6 +3,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/MAX78000/TFT_Demo/src/state_home.c b/Examples/MAX78000/TFT_Demo/src/state_home.c index 0f8d9e7f2af..b7b96d0ac56 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_home.c +++ b/Examples/MAX78000/TFT_Demo/src/state_home.c @@ -3,6 +3,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/MAX78000/TFT_Demo/src/state_info.c b/Examples/MAX78000/TFT_Demo/src/state_info.c index c4e45ce3ea2..faf6e6cfbc4 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_info.c +++ b/Examples/MAX78000/TFT_Demo/src/state_info.c @@ -3,6 +3,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/MAX78000/TFT_Demo/src/state_keypad.c b/Examples/MAX78000/TFT_Demo/src/state_keypad.c index bf2497e69b2..7603f57b984 100644 --- a/Examples/MAX78000/TFT_Demo/src/state_keypad.c +++ b/Examples/MAX78000/TFT_Demo/src/state_keypad.c @@ -3,6 +3,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/MAX78000/TFT_Demo/src/utils.c b/Examples/MAX78000/TFT_Demo/src/utils.c index ffd8660378a..0293bcfd88a 100644 --- a/Examples/MAX78000/TFT_Demo/src/utils.c +++ b/Examples/MAX78000/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/MAX78000/TMR/Makefile b/Examples/MAX78000/TMR/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/TMR/Makefile +++ b/Examples/MAX78000/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/MAX78000/TMR/main.c b/Examples/MAX78000/TMR/main.c index e462b92f796..1bfc510a79e 100644 --- a/Examples/MAX78000/TMR/main.c +++ b/Examples/MAX78000/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/MAX78000/TRNG/Makefile b/Examples/MAX78000/TRNG/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/TRNG/Makefile +++ b/Examples/MAX78000/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/MAX78000/TRNG/main.c b/Examples/MAX78000/TRNG/main.c index 88faf8aeb49..941473b616b 100644 --- a/Examples/MAX78000/TRNG/main.c +++ b/Examples/MAX78000/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/MAX78000/Temp_Monitor/Makefile b/Examples/MAX78000/Temp_Monitor/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Temp_Monitor/Makefile +++ b/Examples/MAX78000/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/MAX78000/Temp_Monitor/main.c b/Examples/MAX78000/Temp_Monitor/main.c index bd7c221c5f6..0dac5c25f19 100644 --- a/Examples/MAX78000/Temp_Monitor/main.c +++ b/Examples/MAX78000/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/MAX78000/Temp_Monitor/temp_monitor.c b/Examples/MAX78000/Temp_Monitor/temp_monitor.c index e9cbd0ab5ee..a99ffffa330 100644 --- a/Examples/MAX78000/Temp_Monitor/temp_monitor.c +++ b/Examples/MAX78000/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/MAX78000/Temp_Monitor/temp_monitor.h b/Examples/MAX78000/Temp_Monitor/temp_monitor.h index 2cc4d44de58..3e3a0fd5a5a 100644 --- a/Examples/MAX78000/Temp_Monitor/temp_monitor.h +++ b/Examples/MAX78000/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/MAX78000/UART/Makefile b/Examples/MAX78000/UART/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/UART/Makefile +++ b/Examples/MAX78000/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/MAX78000/UART/main.c b/Examples/MAX78000/UART/main.c index 54c6d5683cc..6ccd2d791ff 100644 --- a/Examples/MAX78000/UART/main.c +++ b/Examples/MAX78000/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/MAX78000/UCL/Makefile b/Examples/MAX78000/UCL/Makefile index bce5af0dadf..824724b4ec3 100644 --- a/Examples/MAX78000/UCL/Makefile +++ b/Examples/MAX78000/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/MAX78000/WUT/Makefile b/Examples/MAX78000/WUT/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/WUT/Makefile +++ b/Examples/MAX78000/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/MAX78000/WUT/main.c b/Examples/MAX78000/WUT/main.c index 4d4afa85dd6..3abd5c34974 100644 --- a/Examples/MAX78000/WUT/main.c +++ b/Examples/MAX78000/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/MAX78000/Watchdog/Makefile b/Examples/MAX78000/Watchdog/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/Watchdog/Makefile +++ b/Examples/MAX78000/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/MAX78000/Watchdog/main.c b/Examples/MAX78000/Watchdog/main.c index 126bd2bbd88..b5063a9359d 100644 --- a/Examples/MAX78000/Watchdog/main.c +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/Makefile b/Examples/MAX78000/WearLeveling/Makefile index e28d58f8f45..070a8e7f6eb 100644 --- a/Examples/MAX78000/WearLeveling/Makefile +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/include/cli.h b/Examples/MAX78000/WearLeveling/include/cli.h index d3a841659e6..2519773e301 100644 --- a/Examples/MAX78000/WearLeveling/include/cli.h +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/include/file.h b/Examples/MAX78000/WearLeveling/include/file.h index 12c5596ccc8..2d9f00c825e 100644 --- a/Examples/MAX78000/WearLeveling/include/file.h +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/include/flash.h b/Examples/MAX78000/WearLeveling/include/flash.h index b73c53ea86a..784cc8fca6b 100644 --- a/Examples/MAX78000/WearLeveling/include/flash.h +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/include/main.h b/Examples/MAX78000/WearLeveling/include/main.h index 7400fcd34cc..65a91904b38 100644 --- a/Examples/MAX78000/WearLeveling/include/main.h +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/main.c b/Examples/MAX78000/WearLeveling/main.c index d88bff87cf6..4ca73d644f8 100644 --- a/Examples/MAX78000/WearLeveling/main.c +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/src/cli.c b/Examples/MAX78000/WearLeveling/src/cli.c index 930592a68ec..b82458cd96b 100644 --- a/Examples/MAX78000/WearLeveling/src/cli.c +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/src/file.c b/Examples/MAX78000/WearLeveling/src/file.c index 55e04cc5d71..4f71cf52610 100644 --- a/Examples/MAX78000/WearLeveling/src/file.c +++ b/Examples/MAX78000/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/MAX78000/WearLeveling/src/flash.c b/Examples/MAX78000/WearLeveling/src/flash.c index e48065cec60..fa903f1966b 100644 --- a/Examples/MAX78000/WearLeveling/src/flash.c +++ b/Examples/MAX78000/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