Mercurial > ecos
diff packages/devs/serial/cortexm/stm32/current/ChangeLog @ 2984:cd4e37e75648
* src/stm32_serial.c, src/stm32_serial.h: Set the M bit when
configuring for 8 data bits + parity bit. [ Bugzilla 1001068 ]
| author | jld |
|---|---|
| date | Fri, 31 Dec 2010 09:37:26 +0000 |
| parents | 74dbf4c3f2e1 |
| children | a9a10d06a94b |
line wrap: on
line diff
--- a/packages/devs/serial/cortexm/stm32/current/ChangeLog +++ b/packages/devs/serial/cortexm/stm32/current/ChangeLog @@ -1,3 +1,8 @@ +2010-12-31 John Dallaway <john@dallaway.org.uk> + + * src/stm32_serial.c, src/stm32_serial.h: Set the M bit when + configuring for 8 data bits + parity bit. [ Bugzilla 1001068 ] + 2008-10-07 Nick Garnett <nickg@ecoscentric.com> * cdl/ser_cortexm_stm32.cdl: @@ -10,7 +15,7 @@ 2008-10-07 Nick Garnett <nickg@ecoscen // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008 Free Software Foundation, Inc. +// Copyright (C) 2008, 2010 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
