annotate packages/devs/serial/cortexm/stm32/current/ChangeLog @ 3149:3d06557fc66c

* src/stm32_serial.h: Revert unnecessary change in previous commit, reinstating previous code. * src/stm32_serial.c (stm32_serial_config_port): Ditto.
author jlarmour
date Mon, 02 Apr 2012 15:04:55 +0000
parents a9a10d06a94b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3149
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
1 2012-04-02 Jonathan Larmour <jifl@eCosCentric.com>
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
2
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
3 * src/stm32_serial.h: Revert unnecessary change in previous
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
4 commit, reinstating previous code.
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
5 * src/stm32_serial.c (stm32_serial_config_port): Ditto.
3d06557fc66c * src/stm32_serial.h: Revert unnecessary change in previous
jlarmour
parents: 3144
diff changeset
6
3144
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
7 2011-12-15 Jonathan Larmour <jifl@eCosCentric.com>
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
8
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
9 * cdl/ser_cortexm_stm32.cdl: Default baud rates to the HAL
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
10 diag console channel. Add support for serial port 5
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
11 (USART6 in STM32 speak). Select serial/tty test devices better
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
12 according to the configuration.
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
13 * src/stm32_serial.c: Support serial port 5. Make use of AFIO
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
14 remap specific to F1 processors.
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
15
2984
cd4e37e75648 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
jld
parents: 2729
diff changeset
16 2010-12-31 John Dallaway <john@dallaway.org.uk>
cd4e37e75648 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
jld
parents: 2729
diff changeset
17
cd4e37e75648 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
jld
parents: 2729
diff changeset
18 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
cd4e37e75648 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
jld
parents: 2729
diff changeset
19 configuring for 8 data bits + parity bit. [ Bugzilla 1001068 ]
cd4e37e75648 * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
jld
parents: 2729
diff changeset
20
3144
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
21 2009-12-03 Nick Garnett <nickg@ecoscentric.com>
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
22
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
23 * cdl/ser_cortexm_stm32.cdl:
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
24 * src/stm32_serial.c (stm32_serial_info, stm32_serial_info0)
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
25 (stm32_serial_info1, stm32_serial_info2, stm32_serial_info3)
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
26 (stm32_serial_info4, stm32_serial_init):
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
27 Add configuration options to set serial ISR interrupt priorities.
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
28
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
29 2009-07-02 Nick Garnett <nickg@ecoscentric.com>
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
30
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
31 * src/stm32_serial.c (stm32_serial_info)
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
32 (stm32_serial_config_port): Add support for UART pin remap.
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
33
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
34 2009-06-29 Nick Garnett <nickg@ecoscentric.com>
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
35
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
36 * src/stm32_serial.c (stm32_serial_info)
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
37 (stm32_serial_config_port): Add support for individual clock
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
38 enable on each UART.
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
39
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
40 2008-10-07 Nick Garnett <nickg@ecoscentric.com>
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
41
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
42 * cdl/ser_cortexm_stm32.cdl:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
43 * src/stm32_serial.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
44 * src/stm32_serial.c:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
45 New package: serial driver support for ST STM32
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
46 microcontrollers.
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
47
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
48 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
49 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
50 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
51 // This file is part of eCos, the Embedded Configurable Operating System.
3144
a9a10d06a94b Add support for STM32 F2 / F4 processors, and a few minor improvements.
jlarmour
parents: 2984
diff changeset
52 // Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
53 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
54 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
55 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
56 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
57 // later version.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
58 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
59 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
60 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
61 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
62 // General Public License for more details.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
63 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
64 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
65 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
66 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
67 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
68 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2580
diff changeset
69 // ####GPLCOPYRIGHTEND####
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
70 //===========================================================================