From fdaf06082fb1ff750184d21724ca1bece266f3c6 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Wed, 16 Sep 2020 15:59:34 -0700 Subject: [PATCH] Fix: atmel url --- portable/GCC/AVR32_UC3/exception.S | 4 ++-- portable/GCC/AVR32_UC3/port.c | 4 ++-- portable/GCC/AVR32_UC3/portmacro.h | 4 ++-- portable/IAR/AVR32_UC3/exception.s82 | 4 ++-- portable/IAR/AVR32_UC3/port.c | 4 ++-- portable/IAR/AVR32_UC3/portmacro.h | 4 ++-- portable/IAR/AVR32_UC3/read.c | 4 ++-- portable/IAR/AVR32_UC3/write.c | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/portable/GCC/AVR32_UC3/exception.S b/portable/GCC/AVR32_UC3/exception.S index 9a2833f2e..3a498a1a9 100644 --- a/portable/GCC/AVR32_UC3/exception.S +++ b/portable/GCC/AVR32_UC3/exception.S @@ -9,8 +9,8 @@ * - Supported devices: All AVR32UC devices with an INTC module can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support/ * ******************************************************************************/ diff --git a/portable/GCC/AVR32_UC3/port.c b/portable/GCC/AVR32_UC3/port.c index 9e2b84f5a..bc94b6ae5 100644 --- a/portable/GCC/AVR32_UC3/port.c +++ b/portable/GCC/AVR32_UC3/port.c @@ -7,8 +7,8 @@ * - Supported devices: All AVR32 devices can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support/ * *****************************************************************************/ diff --git a/portable/GCC/AVR32_UC3/portmacro.h b/portable/GCC/AVR32_UC3/portmacro.h index d4842a9a5..0314ae423 100644 --- a/portable/GCC/AVR32_UC3/portmacro.h +++ b/portable/GCC/AVR32_UC3/portmacro.h @@ -7,8 +7,8 @@ * - Supported devices: All AVR32 devices can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support/ * *****************************************************************************/ diff --git a/portable/IAR/AVR32_UC3/exception.s82 b/portable/IAR/AVR32_UC3/exception.s82 index 2df712c40..aeb367067 100644 --- a/portable/IAR/AVR32_UC3/exception.s82 +++ b/portable/IAR/AVR32_UC3/exception.s82 @@ -9,8 +9,8 @@ * - Supported devices: All AVR32UC devices with an INTC module can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support * ******************************************************************************/ diff --git a/portable/IAR/AVR32_UC3/port.c b/portable/IAR/AVR32_UC3/port.c index 7458977cb..aad06650e 100644 --- a/portable/IAR/AVR32_UC3/port.c +++ b/portable/IAR/AVR32_UC3/port.c @@ -7,8 +7,8 @@ * - Supported devices: All AVR32 devices can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support/ * *****************************************************************************/ diff --git a/portable/IAR/AVR32_UC3/portmacro.h b/portable/IAR/AVR32_UC3/portmacro.h index 99f99e78c..0642ec2b4 100644 --- a/portable/IAR/AVR32_UC3/portmacro.h +++ b/portable/IAR/AVR32_UC3/portmacro.h @@ -7,8 +7,8 @@ * - Supported devices: All AVR32 devices can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com + * Support and FAQ: https://www.microchip.com/support * *****************************************************************************/ diff --git a/portable/IAR/AVR32_UC3/read.c b/portable/IAR/AVR32_UC3/read.c index 30b5ee85d..ea9e43d50 100644 --- a/portable/IAR/AVR32_UC3/read.c +++ b/portable/IAR/AVR32_UC3/read.c @@ -8,8 +8,8 @@ * - Supported devices: All AVR32 devices with a USART module can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microhip.com \n + * Support and FAQ: https://microchip.com/support/ * ******************************************************************************/ diff --git a/portable/IAR/AVR32_UC3/write.c b/portable/IAR/AVR32_UC3/write.c index 859487eca..f25acc19d 100644 --- a/portable/IAR/AVR32_UC3/write.c +++ b/portable/IAR/AVR32_UC3/write.c @@ -8,8 +8,8 @@ * - Supported devices: All AVR32 devices with a USART module can be used. * - AppNote: * - * \author Atmel Corporation: http://www.atmel.com \n - * Support and FAQ: http://support.atmel.no/ + * \author Atmel Corporation: https://www.microchip.com \n + * Support and FAQ: https://www.microchip.com/support * ******************************************************************************/