Mercurial > ecos
annotate packages/hal/cortexm/arch/current/ChangeLog @ 2842:8fe6d83b6d48
Add STM32 and synthetic target ADC drivers.
Also, some changes in Cortex-M and STM32 HALs.
See ChangeLogs for details.
| author | nickg |
|---|---|
| date | Wed, 04 Mar 2009 16:29:54 +0000 |
| parents | 763f435204f8 |
| children | 996c69429643 |
| rev | line source |
|---|---|
| 2842 | 1 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch> |
| 2 | |
| 3 * include/hal_io.h: Added system control register definitions | |
| 4 | |
| 2799 | 5 2009-02-13 Nick Garnett <nickg@ecoscentric.com> |
| 6 | |
| 2805 | 7 * include/hal_arch.h: Add include for var_arch.h. |
| 2799 | 8 (HAL_IDLE_THREAD_ACTION): Tidy up debug code left in by mistake. |
| 9 | |
| 2774 | 10 2009-02-07 Chris Holgate <chris@zynaptic.com> |
| 11 | |
| 12 * src/hal_misc.c: | |
| 13 * src/cortexm.ld: | |
| 14 Modified SRAM linker section to support initialisation from ROM. | |
| 15 | |
|
2677
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
16 2008-12-03 Nick Garnett <nickg@ecoscentric.com> |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
17 |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
18 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
19 to allow it to compile properly. |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
20 |
| 2671 | 21 2008-11-24 Simon Kallweit <simon.kallweit@intefo.ch> |
| 22 | |
| 23 * include/hal_io.c: Fixed MASK_ macro. | |
| 24 | |
| 2589 | 25 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 26 | |
| 27 * include/hal_intr.h: | |
| 28 Fixed load value of SysTick counter. | |
| 29 * src/hal_misc.c: | |
| 30 Fixed wrap-around in hal_delay_us(). | |
| 31 | |
| 2588 | 32 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 33 | |
| 34 * include/hal_intr.h: | |
| 35 Fixed base address in reset function. | |
| 36 | |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
37 2008-10-16 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
38 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
39 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
40 * src/hal_misc.c: Tidy some comments and code. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
41 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
42 2008-10-10 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
43 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
44 * src/hal_misc.c (hal_deliver_interrupt): Add support for chained |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
45 interrupts. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
46 (hal_interrupt_end): Only increment scheduler lock when the kernel |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
47 is present. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
48 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
49 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Add end-stop to |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
50 new thread states to terminate GDB backtraces. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
51 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
52 2008-10-06 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
53 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
54 * hal_cortexm.cdl: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
55 * include/basetype.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
56 * include/hal_arch.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
57 * include/hal_intr.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
58 * include/hal_io.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
59 * include/cortex_stub.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
60 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
61 * src/context.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
62 * src/cortexm.ld: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
63 * src/cortexm_stub.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
64 * src/hal_misc.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
65 New package -- Cortex-M architecture HAL. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
66 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
67 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
68 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
69 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
70 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
71 // Copyright (C) 2008 Free Software Foundation, Inc. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
72 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
73 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
74 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
75 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
76 // later version. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
77 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
78 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
79 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
80 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
81 // General Public License for more details. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
82 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
83 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
84 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
85 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
86 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
87 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
88 // ####GPLCOPYRIGHTEND#### |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
89 //=========================================================================== |
