Mercurial > ecos
view 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 |
line wrap: on
line source
2012-04-02 Jonathan Larmour <jifl@eCosCentric.com> * src/stm32_serial.h: Revert unnecessary change in previous commit, reinstating previous code. * src/stm32_serial.c (stm32_serial_config_port): Ditto. 2011-12-15 Jonathan Larmour <jifl@eCosCentric.com> * cdl/ser_cortexm_stm32.cdl: Default baud rates to the HAL diag console channel. Add support for serial port 5 (USART6 in STM32 speak). Select serial/tty test devices better according to the configuration. * src/stm32_serial.c: Support serial port 5. Make use of AFIO remap specific to F1 processors. 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 ] 2009-12-03 Nick Garnett <nickg@ecoscentric.com> * cdl/ser_cortexm_stm32.cdl: * src/stm32_serial.c (stm32_serial_info, stm32_serial_info0) (stm32_serial_info1, stm32_serial_info2, stm32_serial_info3) (stm32_serial_info4, stm32_serial_init): Add configuration options to set serial ISR interrupt priorities. 2009-07-02 Nick Garnett <nickg@ecoscentric.com> * src/stm32_serial.c (stm32_serial_info) (stm32_serial_config_port): Add support for UART pin remap. 2009-06-29 Nick Garnett <nickg@ecoscentric.com> * src/stm32_serial.c (stm32_serial_info) (stm32_serial_config_port): Add support for individual clock enable on each UART. 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, 2009, 2010, 2011 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#### //===========================================================================
