OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [cortexm/] [stm32/] [var/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2011-02-03  Alan Bowman  
2
 
3
        * include/var_io.h: Fix CYGHWR_HAL_STM32_RCC_CFGR_PPRE2_*
4
        definitions. [ Bugzilla 1001137 ]
5
 
6
2011-01-21  Ilija Kocho  
7
 
8
        * src/stm32_misc.c (hal_start_clocks): Added optional calculation of
9
        hal_cortexm_systick_clock when 'internal' clock source is selected.
10
 
11
2011-01-13  John Dallaway  
12
 
13
        * src/stm32_misc.c: Implement a profiling timer on TIM2.
14
        * cdl/hal_cortexm_stm32.cdl: Add CDL option to enable the profiling
15
        timer.
16
 
17
2011-01-13  Nick Garnett  
18
 
19
        * src/stm32_misc.c (hal_start_clocks): Correct bit clear operation
20
        when disabling external clock.
21
 
22
2009-10-26  Ross Younger  
23
 
24
        * include/var_io.h: Minor corrections to the FSMC register defs.
25
 
26
2009-08-10  Simon Kallweit  
27
 
28
        * include/var_io.h: Added more register definitions for FSMC
29
 
30
2009-04-17  Simon Kallweit  
31
 
32
        * src/hal_diag.c (hal_stm32_serial_getc_timeout): Fix for higher
33
        baudrates. The original version lost bytes due to the long
34
        timeout.
35
 
36
2009-02-27  Simon Kallweit  
37
 
38
        * include/var_io.h:
39
        Add mask for CYGHWR_HAL_STM32_RCC_CFGR_ADCPRE.
40
        Fixed CYGHWR_HAL_STM32_RTC_CRL_ALRF.
41
        Add register definitions for ADC.
42
        Add additional timer registers.
43
        * src/stm32_mis.c:
44
        Moved system clock initialization into it's own function, so it can
45
        be called after wakeup from sleep modes.
46
        Added hal_stm32_timer_clock() to get current clock of timers.
47
 
48
2009-02-10  Chris Holgate  
49
 
50
        * include/var_io.h: Add mask for CYGHWR_HAL_STM32_AFIO_MAPR_SWJ.
51
 
52
2009-02-04  Nick Garnett  
53
 
54
        * include/var_intr.h: Various fixes to allow external interrupts
55
        to work.
56
 
57
        * include/var_io.h: Add AFIO, DMA, SPI and USB definitions.
58
 
59
        * src/stm32_misc.c (hal_stm32_gpio_set): Refetch bit number for
60
        setting pullup/down.
61
 
62
2008-11-24  Nick Garnett  
63
 
64
        * include/var_intr.h (CYGNUM_HAL_INTERRUPT_DMA1_CHX): Rename DMA0
65
        to DMA1 to match ST's numbering elsewhere.
66
 
67
        * include/var_io.h (CYGHWR_HAL_STM32_GPIO_CFG): Remove PULLUP bit
68
        from mask. Previous addition was incorrect.
69
 
70
2008-11-24  Simon Kallweit  
71
 
72
        * include/var_io.h: Corrected capitalisation.
73
 
74
2008-11-12  Simon Kallweit  
75
 
76
        * include/var_io.h: Changed CYGHWR_HAL_STM32_BD_UNPROTECT to
77
        CYGHWR_HAL_STM32_BD_PROTECT, inverting the argument.
78
        * src/stm32_misc.c: Changed hal_stm32_bd_unprotect() to
79
        hal_stm32_bd_protect(), inverting the argument.
80
 
81
2008-11-11  Nick Garnett  
82
 
83
        * include/var_io.h: Add power control definitions.
84
 
85
        * src/stm32_misc.c (hal_stm32_bd_unprotect): Add this function to
86
        control backup domain write protection.
87
 
88
2008-10-14  Nick Garnett  
89
 
90
        * tests/timers.c: Add ifdefs to avoid compiling tests when not all
91
        packages or components are present.
92
 
93
2008-10-10  Nick Garnett  
94
 
95
        * cdl/hal_cortexm_stm32.cdl: Only build tests if the kernel is present.
96
 
97
        * include/var_io.h (CYGHWR_HAL_STM32_GPIO_CFG): Add PULLUP bit to mask.
98
 
99
        * tests/timers.c (timers_test): Terminate with PASS_FINISH rather
100
        than just FINISH.
101
 
102
2008-10-08  Nick Garnett  
103
 
104
        * include/var_intr.h (CYGNUM_HAL_ISR_MAX, CYGNUM_HAL_VSR_MAX): Fix
105
        definition of these values.
106
 
107
        * tests/timers.c: Fix to run for maximum duration of 2 minutes.
108
 
109
2008-10-06  Nick Garnett  
110
 
111
        * cdl/hal_cortexm_stm32.cdl:
112
        * include/variant.inc:
113
        * include/var_arch.h:
114
        * include/var_intr.h:
115
        * include/var_io.h:
116
        * include/hal_cache.h:
117
        * include/hal_diag.h:
118
        * include/plf_stub.h:
119
        * src/hal_diag.c:
120
        * src/stm32_misc.c:
121
        New package -- ST STM32 variant HAL.
122
 
123
//===========================================================================
124
// ####GPLCOPYRIGHTBEGIN####
125
// -------------------------------------------
126
// This file is part of eCos, the Embedded Configurable Operating System.
127
// Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
128
//
129
// This program is free software; you can redistribute it and/or modify
130
// it under the terms of the GNU General Public License as published by
131
// the Free Software Foundation; either version 2 or (at your option) any
132
// later version.
133
//
134
// This program is distributed in the hope that it will be useful, but
135
// WITHOUT ANY WARRANTY; without even the implied warranty of
136
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
137
// General Public License for more details.
138
//
139
// You should have received a copy of the GNU General Public License
140
// along with this program; if not, write to the
141
// Free Software Foundation, Inc., 51 Franklin Street,
142
// Fifth Floor, Boston, MA  02110-1301, USA.
143
// -------------------------------------------
144
// ####GPLCOPYRIGHTEND####
145
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.