annotate packages/hal/cortexm/arch/current/ChangeLog @ 2985:7650f522d135

* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
author sergeig
date Sun, 02 Jan 2011 13:34:55 +0000
parents 996c69429643
children 05d279424483
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2985
7650f522d135 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2952
diff changeset
1 2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com>
7650f522d135 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2952
diff changeset
2
7650f522d135 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2952
diff changeset
3 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla
7650f522d135 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2952
diff changeset
4 1001083 ]
7650f522d135 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2952
diff changeset
5
2952
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
6 2010-05-17 Spencer Oliver <spen@spen-soft.co.uk>
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
7
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
8 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
9 * src/hal_misc.c (hal_reset_vsr): Add 0 argument to SWI.
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
10
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
11 * src/vectors.S (hal_switch_state_vsr): Eliminate "msr psp,sp",
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
12 which is now deprecated.
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
13 (hal_pendable_svc_vsr): Add 0 argument to SWI.
996c69429643 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents: 2842
diff changeset
14
2842
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2805
diff changeset
15 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch>
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2805
diff changeset
16
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2805
diff changeset
17 * include/hal_io.h: Added system control register definitions
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2805
diff changeset
18
2799
3790616dcd4d * include/hal_arch.h: Add include for var_intr.h.
nickg
parents: 2774
diff changeset
19 2009-02-13 Nick Garnett <nickg@ecoscentric.com>
3790616dcd4d * include/hal_arch.h: Add include for var_intr.h.
nickg
parents: 2774
diff changeset
20
2805
763f435204f8 Trivial changelog typo
jlarmour
parents: 2799
diff changeset
21 * include/hal_arch.h: Add include for var_arch.h.
2799
3790616dcd4d * include/hal_arch.h: Add include for var_intr.h.
nickg
parents: 2774
diff changeset
22 (HAL_IDLE_THREAD_ACTION): Tidy up debug code left in by mistake.
3790616dcd4d * include/hal_arch.h: Add include for var_intr.h.
nickg
parents: 2774
diff changeset
23
2774
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
24 2009-02-07 Chris Holgate <chris@zynaptic.com>
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
25
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
26 * src/hal_misc.c:
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
27 * src/cortexm.ld:
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
28 Modified SRAM linker section to support initialisation from ROM.
1a58c9c41c50 Apply patch to support SRAM initialization.
nickg
parents: 2729
diff changeset
29
2677
d16f29a90821 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents: 2671
diff changeset
30 2008-12-03 Nick Garnett <nickg@ecoscentric.com>
d16f29a90821 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents: 2671
diff changeset
31
d16f29a90821 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents: 2671
diff changeset
32 * 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
33 to allow it to compile properly.
d16f29a90821 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents: 2671
diff changeset
34
2671
12ae993c7267 Various Cortex-M patches.
nickg
parents: 2589
diff changeset
35 2008-11-24 Simon Kallweit <simon.kallweit@intefo.ch>
12ae993c7267 Various Cortex-M patches.
nickg
parents: 2589
diff changeset
36
12ae993c7267 Various Cortex-M patches.
nickg
parents: 2589
diff changeset
37 * include/hal_io.c: Fixed MASK_ macro.
12ae993c7267 Various Cortex-M patches.
nickg
parents: 2589
diff changeset
38
2589
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
39 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch>
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
40
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
41 * include/hal_intr.h:
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
42 Fixed load value of SysTick counter.
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
43 * src/hal_misc.c:
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
44 Fixed wrap-around in hal_delay_us().
9da21501bc5b * include/hal_intr.h:
nickg
parents: 2588
diff changeset
45
2588
7e2527e87885 * include/hal_intr.h:
nickg
parents: 2580
diff changeset
46 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch>
7e2527e87885 * include/hal_intr.h:
nickg
parents: 2580
diff changeset
47
7e2527e87885 * include/hal_intr.h:
nickg
parents: 2580
diff changeset
48 * include/hal_intr.h:
7e2527e87885 * include/hal_intr.h:
nickg
parents: 2580
diff changeset
49 Fixed base address in reset function.
7e2527e87885 * include/hal_intr.h:
nickg
parents: 2580
diff changeset
50
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
51 2008-10-16 Nick Garnett <nickg@ecoscentric.com>
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
52
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
53 * src/vectors.S:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
54 * 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
55
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
56 2008-10-10 Nick Garnett <nickg@ecoscentric.com>
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
57
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
58 * 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
59 interrupts.
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
60 (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
61 is present.
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
62
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
63 * 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
64 new thread states to terminate GDB backtraces.
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
65
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
66 2008-10-06 Nick Garnett <nickg@ecoscentric.com>
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
67
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
68 * hal_cortexm.cdl:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
69 * include/basetype.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
70 * include/hal_arch.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
71 * include/hal_intr.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
72 * include/hal_io.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
73 * include/cortex_stub.h:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
74 * src/vectors.S:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
75 * src/context.S:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
76 * src/cortexm.ld:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
77 * src/cortexm_stub.c:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
78 * src/hal_misc.c:
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
79 New package -- Cortex-M architecture HAL.
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
80
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
81 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
82 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
83 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
84 // 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
85 // Copyright (C) 2008 Free Software Foundation, Inc.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
86 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
87 // 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
88 // 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
89 // 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
90 // later version.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
91 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
92 // 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
93 // 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
94 // 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
95 // General Public License for more details.
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
96 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
97 // 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
98 // 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
99 // 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
100 // 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
101 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2677
diff changeset
102 // ####GPLCOPYRIGHTEND####
2580
07fc475e1c28 Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff changeset
103 //===========================================================================