diff --git a/arch/arm/include/stm32f0/chip.h b/arch/arm/include/stm32f0/chip.h index e8c23636808..754cfce6167 100644 --- a/arch/arm/include/stm32f0/chip.h +++ b/arch/arm/include/stm32f0/chip.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/include/stm32f0/irq.h b/arch/arm/include/stm32f0/irq.h index 4d3fd84d8d6..298def1fa04 100644 --- a/arch/arm/include/stm32f0/irq.h +++ b/arch/arm/include/stm32f0/irq.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/Make.defs b/arch/arm/src/stm32f0/Make.defs index 6a42cddc976..b54aa7c348a 100644 --- a/arch/arm/src/stm32f0/Make.defs +++ b/arch/arm/src/stm32f0/Make.defs @@ -3,6 +3,7 @@ # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt + * Alan Carvalho de Assis # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip.h b/arch/arm/src/stm32f0/chip.h index 5bf33a0e236..0300f9f7dab 100644 --- a/arch/arm/src/stm32f0/chip.h +++ b/arch/arm/src/stm32f0/chip.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f05xr_pinmap.h b/arch/arm/src/stm32f0/chip/stm32f05xr_pinmap.h index 29ee3e5f01f..63b2c51f0bc 100644 --- a/arch/arm/src/stm32f0/chip/stm32f05xr_pinmap.h +++ b/arch/arm/src/stm32f0/chip/stm32f05xr_pinmap.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f05xxx_memorymap.h b/arch/arm/src/stm32f0/chip/stm32f05xxx_memorymap.h index 0c0ad1a40da..fc85a81fd79 100644 --- a/arch/arm/src/stm32f0/chip/stm32f05xxx_memorymap.h +++ b/arch/arm/src/stm32f0/chip/stm32f05xxx_memorymap.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_adc.h b/arch/arm/src/stm32f0/chip/stm32f0_adc.h index a516e99b20a..00ecab0d64f 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_adc.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_adc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_can.h b/arch/arm/src/stm32f0/chip/stm32f0_can.h index 97fb9e7ad0d..05174ef1de3 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_can.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_can.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_comp.h b/arch/arm/src/stm32f0/chip/stm32f0_comp.h index 85284cd476a..f611f98ac36 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_comp.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_comp.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Mateusz Szafoni + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_crc.h b/arch/arm/src/stm32f0/chip/stm32f0_crc.h index beb4e625b1e..ca210266747 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_crc.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_crc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_crs.h b/arch/arm/src/stm32f0/chip/stm32f0_crs.h index 61f26d10ae0..ae2f3cd5cde 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_crs.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_crs.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_dac.h b/arch/arm/src/stm32f0/chip/stm32f0_dac.h index ace8a9991aa..d4d19009998 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_dac.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_dac.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_dma.h b/arch/arm/src/stm32f0/chip/stm32f0_dma.h index f14ddb1efe3..b362d24d593 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_dma.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_dma.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_exti.h b/arch/arm/src/stm32f0/chip/stm32f0_exti.h index 2fae0979f29..a1814736687 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_exti.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_exti.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_gpio.h b/arch/arm/src/stm32f0/chip/stm32f0_gpio.h index a371da57c92..7f7cd395162 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_gpio.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_gpio.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_i2c.h b/arch/arm/src/stm32f0/chip/stm32f0_i2c.h index 7eb7c124d25..dc677424789 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_i2c.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_i2c.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_memorymap.h b/arch/arm/src/stm32f0/chip/stm32f0_memorymap.h index f2dffd1d90c..704b3466aae 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_memorymap.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_memorymap.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_pwr.h b/arch/arm/src/stm32f0/chip/stm32f0_pwr.h index 7eed5837ed2..609d6712a09 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_pwr.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_pwr.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_rcc.h b/arch/arm/src/stm32f0/chip/stm32f0_rcc.h index caf1cec7e2f..aed20d16081 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_rcc.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_rcc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_rtcc.h b/arch/arm/src/stm32f0/chip/stm32f0_rtcc.h index e887e88bafc..dbb11322fbd 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_rtcc.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_rtcc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_syscfg.h b/arch/arm/src/stm32f0/chip/stm32f0_syscfg.h index 4715a43d2d0..9d53a3d8930 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_syscfg.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_syscfg.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_tim.h b/arch/arm/src/stm32f0/chip/stm32f0_tim.h index 048da45690c..12add9370fa 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_tim.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_tim.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_uart.h b/arch/arm/src/stm32f0/chip/stm32f0_uart.h index 1a35d401b78..3b7ff61da9f 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_uart.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_uart.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_usbdev.h b/arch/arm/src/stm32f0/chip/stm32f0_usbdev.h index c4eeb6ca533..a809c451725 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_usbdev.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_usbdev.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/chip/stm32f0_wdt.h b/arch/arm/src/stm32f0/chip/stm32f0_wdt.h index 7f731f6b48d..8c26ae717c0 100644 --- a/arch/arm/src/stm32f0/chip/stm32f0_wdt.h +++ b/arch/arm/src/stm32f0/chip/stm32f0_wdt.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_clockconfig.c b/arch/arm/src/stm32f0/stm32f0_clockconfig.c index 56a26b30e3b..4fa56e37d42 100644 --- a/arch/arm/src/stm32f0/stm32f0_clockconfig.c +++ b/arch/arm/src/stm32f0/stm32f0_clockconfig.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_clockconfig.h b/arch/arm/src/stm32f0/stm32f0_clockconfig.h index 7d264faf3df..06f104b524b 100644 --- a/arch/arm/src/stm32f0/stm32f0_clockconfig.h +++ b/arch/arm/src/stm32f0/stm32f0_clockconfig.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_gpio.c b/arch/arm/src/stm32f0/stm32f0_gpio.c index 3c4aa57b226..ffa77a43ecc 100644 --- a/arch/arm/src/stm32f0/stm32f0_gpio.c +++ b/arch/arm/src/stm32f0/stm32f0_gpio.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_gpio.h b/arch/arm/src/stm32f0/stm32f0_gpio.h index 2aeb05da6e2..6f3220a69ec 100644 --- a/arch/arm/src/stm32f0/stm32f0_gpio.h +++ b/arch/arm/src/stm32f0/stm32f0_gpio.h @@ -4,6 +4,7 @@ * Copyright (C) 2009, 2011-2012, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2015-2016 Sebastien Lorquet. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * Sebastien Lorquet * * Redistribution and use in source and binary forms, with or without diff --git a/arch/arm/src/stm32f0/stm32f0_idle.c b/arch/arm/src/stm32f0/stm32f0_idle.c index 10293fe3080..b785c07a46c 100644 --- a/arch/arm/src/stm32f0/stm32f0_idle.c +++ b/arch/arm/src/stm32f0/stm32f0_idle.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_irq.c b/arch/arm/src/stm32f0/stm32f0_irq.c index c3f56073704..96462f3b037 100644 --- a/arch/arm/src/stm32f0/stm32f0_irq.c +++ b/arch/arm/src/stm32f0/stm32f0_irq.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_lowputc.c b/arch/arm/src/stm32f0/stm32f0_lowputc.c index b4a276ba898..566dc14bf9b 100644 --- a/arch/arm/src/stm32f0/stm32f0_lowputc.c +++ b/arch/arm/src/stm32f0/stm32f0_lowputc.c @@ -3,6 +3,7 @@ * * Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_lowputc.h b/arch/arm/src/stm32f0/stm32f0_lowputc.h index a24b801e58f..9584d9faa5a 100644 --- a/arch/arm/src/stm32f0/stm32f0_lowputc.h +++ b/arch/arm/src/stm32f0/stm32f0_lowputc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_rcc.h b/arch/arm/src/stm32f0/stm32f0_rcc.h index a6894553cbd..ca8f537059f 100644 --- a/arch/arm/src/stm32f0/stm32f0_rcc.h +++ b/arch/arm/src/stm32f0/stm32f0_rcc.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_serial.c b/arch/arm/src/stm32f0/stm32f0_serial.c index 579132389c2..66f88e38eb3 100644 --- a/arch/arm/src/stm32f0/stm32f0_serial.c +++ b/arch/arm/src/stm32f0/stm32f0_serial.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_serial.h b/arch/arm/src/stm32f0/stm32f0_serial.h index 4539b0cdb8f..d3f032953bc 100644 --- a/arch/arm/src/stm32f0/stm32f0_serial.h +++ b/arch/arm/src/stm32f0/stm32f0_serial.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_start.c b/arch/arm/src/stm32f0/stm32f0_start.c index 0c837698bb1..a02fb464c70 100644 --- a/arch/arm/src/stm32f0/stm32f0_start.c +++ b/arch/arm/src/stm32f0/stm32f0_start.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_timerisr.c b/arch/arm/src/stm32f0/stm32f0_timerisr.c index 07c7a1c57de..3887b24a71b 100644 --- a/arch/arm/src/stm32f0/stm32f0_timerisr.c +++ b/arch/arm/src/stm32f0/stm32f0_timerisr.c @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/stm32f0/stm32f0_uart.h b/arch/arm/src/stm32f0/stm32f0_uart.h index d3ee1d7d454..4fb7b1c05f6 100644 --- a/arch/arm/src/stm32f0/stm32f0_uart.h +++ b/arch/arm/src/stm32f0/stm32f0_uart.h @@ -3,6 +3,7 @@ * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt + * Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions