Mercurial > ecos
annotate packages/devs/adc/cortexm/stm32/current/ChangeLog @ 3031:fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
ADC clock divider not set in stm32_adc_init_clock. [ Bugzilla 1001215 ]
| author | jld |
|---|---|
| date | Thu, 05 May 2011 06:51:37 +0000 |
| parents | c7609c2784f3 |
| children | 0161bba6d2a7 |
| rev | line source |
|---|---|
|
3031
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
1 2011-05-02 Christophe Coutand <ecos@hotmail.co.uk> |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
2 |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
3 * cdl/adc_stm32.cdl: |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
4 * src/adc_stm32.c: |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
5 Make sure DMA clock is enabled. Fix ADC clock divider not set in |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
6 stm32_adc_init_clock. |
|
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
7 |
| 2913 | 8 2009-03-05 Simon Kallweit <simon.kallweit@intefo.ch> |
| 9 | |
| 10 * src/adc_stm32.c: | |
| 11 Fixed a bug in setup and usage of the timer. | |
| 12 | |
| 2842 | 13 2009-02-24 Simon Kallweit <simon.kallweit@intefo.ch> |
| 14 | |
| 15 * cdl/adc_stm32.cdl: | |
| 16 * src/adc_stm32.c: | |
| 17 * src/adc1.inl: | |
| 18 * src/adc3.inl: | |
| 19 STM32 ADC driver package created. | |
| 20 | |
| 21 //=========================================================================== | |
| 22 // ####GPLCOPYRIGHTBEGIN#### | |
| 23 // ------------------------------------------- | |
| 24 // This file is part of eCos, the Embedded Configurable Operating System. | |
|
3031
fac7912b6449
* cdl/adc_stm32.cdl, src/adc_stm32.c: Make sure DMA clock is enabled. Fix
jld
parents:
2913
diff
changeset
|
25 // Copyright (C) 2009, 2011 Free Software Foundation, Inc. |
| 2842 | 26 // |
| 27 // This program is free software; you can redistribute it and/or modify | |
| 28 // it under the terms of the GNU General Public License as published by | |
| 29 // the Free Software Foundation; either version 2 or (at your option) any | |
| 30 // later version. | |
| 31 // | |
| 32 // This program is distributed in the hope that it will be useful, but | |
| 33 // WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 34 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 35 // General Public License for more details. | |
| 36 // | |
| 37 // You should have received a copy of the GNU General Public License | |
| 38 // along with this program; if not, write to the | |
| 39 // Free Software Foundation, Inc., 51 Franklin Street, | |
| 40 // Fifth Floor, Boston, MA 02110-1301, USA. | |
| 41 // ------------------------------------------- | |
| 42 // ####GPLCOPYRIGHTEND#### | |
| 43 //=========================================================================== |
