Header date change only
authorMichael McMaster <michael@codesrc.com>
Fri, 18 Oct 2019 09:41:23 +0000 (19:41 +1000)
committerMichael McMaster <michael@codesrc.com>
Fri, 18 Oct 2019 09:41:23 +0000 (19:41 +1000)
12 files changed:
STM32CubeMX/SCSI2SD-V6/Inc/fsmc.h
STM32CubeMX/SCSI2SD-V6/Inc/gpio.h
STM32CubeMX/SCSI2SD-V6/Inc/mxconstants.h
STM32CubeMX/SCSI2SD-V6/Inc/sdio.h
STM32CubeMX/SCSI2SD-V6/Inc/spi.h
STM32CubeMX/SCSI2SD-V6/Inc/usart.h
STM32CubeMX/SCSI2SD-V6/Inc/usb_device.h
STM32CubeMX/SCSI2SD-V6/Inc/usbd_conf.h
STM32CubeMX/SCSI2SD-V6/Inc/usbd_desc.h
STM32CubeMX/SCSI2SD-V6/Src/usart.c
STM32CubeMX/SCSI2SD-V6/Src/usb_device.c
STM32CubeMX/SCSI2SD-V6/Src/usbd_desc.c

index 9e44a50daa5cfc49bdd61cbf5d3fedf4db1ce957..94378328878d257a7416c267252e5b7ae5f2580a 100755 (executable)
@@ -5,7 +5,7 @@
   *                      of the FSMC peripheral.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index e5302d02dcc44e5b1b0494411c69cb675111dfc9..2d0764c418cd26dc24222c8e0b53f63f9c177e7e 100755 (executable)
@@ -5,7 +5,7 @@
   *                      the gpio  
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index bbbc50dc9fb64f1f2cddf22011f0ae441c2dd1d7..592d30f1fdc2cff02f1478d7e4d2cae1a3082907 100755 (executable)
@@ -4,7 +4,7 @@
   * Description        : This file contains the common defines of the application
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index f41bef01f4f6dc8c60f50cc3709dc6a2f3afa504..ddb57d9ec8f386927582795cf0a01f723233614a 100755 (executable)
@@ -5,7 +5,7 @@
   *                      of the SDIO instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index 42579f7bd778f0336b6f04f4b081e387befefc6a..7b6ef3281f6efdca40cf022fb08ecce97a73022d 100755 (executable)
@@ -5,7 +5,7 @@
   *                      of the SPI instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index 33869711a3b3bddf2705b396d545696d66a0a4b0..bffa9a54f5a5bd44c031d7a20adffb4a934744dd 100755 (executable)
@@ -5,7 +5,7 @@
   *                      of the USART instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index e8edc842c979b307b9a1f5c8722aadd771b1e1cb..4ccb62163837a0eea9f61664e94c7ba3313e0ab5 100755 (executable)
@@ -4,7 +4,7 @@
   * @version        : v1.0_Cube
   * @brief          : Header for usb_device file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index a2dcbcf18025d22cee5f5d9588b893340aa417ec..b4dd875e24efb9834bdb4c8d50845f9b652cd3fe 100755 (executable)
@@ -4,7 +4,7 @@
   * @version        : v1.0_Cube
   * @brief          : Header for usbd_conf file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index aff7527efc529025693468619b1d6a354f83dd64..50dfc6fc94b3abb508a8830859ee79ad4d6b16d8 100755 (executable)
@@ -1,10 +1,10 @@
 /**
   ******************************************************************************
-  * @file           : usbd_desc.h
+  * @file           : usbd_desc.c
   * @version        : v1.0_Cube
   * @brief          : Header for usbd_desc file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
@@ -32,8 +32,8 @@
 */
 
 /* Define to prevent recursive inclusion -------------------------------------*/
-#ifndef __USBD_DESC__H__
-#define __USBD_DESC__H__
+#ifndef __USBD_DESC__C__
+#define __USBD_DESC__C__
 
 #ifdef __cplusplus
  extern "C" {
index 1edfb4d6414beb7931e787c36438b4d328319ddf..65547d478a42a450ea21b36669485d0b81d6055f 100755 (executable)
@@ -5,7 +5,7 @@
   *                      of the USART instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index b2886265cb862b65d83ed93ae6e8a9a1ab211e68..f410ba7bdd8abda3cb8045b0e944fb88a46b647f 100755 (executable)
@@ -5,7 +5,7 @@
   * @brief          : This file implements the USB Device 
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
index ea7bf98dd86620efc3e24e8e2c736ddb1c7889e9..8957a55ecb79d7107bbe35599d18e5fdb49c0314 100755 (executable)
@@ -5,7 +5,7 @@
   * @brief          : This file implements the USB Device descriptors
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met: