Mercurial > ecos
view 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 source
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: * src/stm32_serial.h: * src/stm32_serial.c: New package: serial driver support for ST STM32 microcontrollers. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // 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 // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
