Mercurial > ecos
changeset 3197:376086cd0778
* include/var_io.h: Fix CYGHWR_HAL_STM32_UART6 definition.
| author | jld |
|---|---|
| date | Wed, 23 Jan 2013 07:53:28 +0000 |
| parents | c766accdd9a1 |
| children | c568d113df01 |
| files | packages/hal/cortexm/stm32/var/current/ChangeLog packages/hal/cortexm/stm32/var/current/include/var_io.h |
| diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/cortexm/stm32/var/current/ChangeLog +++ b/packages/hal/cortexm/stm32/var/current/ChangeLog @@ -1,3 +1,7 @@ +2013-01-19 John Dallaway <john@dallaway.org.uk> + + * include/var_io.h: Fix CYGHWR_HAL_STM32_UART6 definition. + 2012-04-23 James Smith <jsmith@ecoscentric.com> * include/var_io_pins.h (CYGHWR_HAL_STM32_PIN_IN): Removed @@ -371,7 +375,7 @@ 2008-10-06 Nick Garnett <nickg@ecoscen // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2011, 2013 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/hal/cortexm/stm32/var/current/include/var_io.h +++ b/packages/hal/cortexm/stm32/var/current/include/var_io.h @@ -10,7 +10,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2013 Free Software Foundation, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -114,7 +114,7 @@ #define CYGHWR_HAL_STM32_TIM8 0x40010400 #define CYGHWR_HAL_STM32_PWM2 0x40010400 #define CYGHWR_HAL_STM32_UART1 0x40011000 -#define CYGHWR_HAL_STM32_UART6 0x40014000 +#define CYGHWR_HAL_STM32_UART6 0x40011400 #define CYGHWR_HAL_STM32_ADC1 0x40012000 #define CYGHWR_HAL_STM32_ADC2 CYGHWR_HAL_STM32_ADC1 + 0x0100 #define CYGHWR_HAL_STM32_ADC3 CYGHWR_HAL_STM32_ADC1 + 0x0200
