Mercurial > ecos
annotate packages/hal/cortexm/arch/current/ChangeLog @ 3261:c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
| author | vae |
|---|---|
| date | Sun, 25 Aug 2013 14:42:58 +0000 |
| parents | 0e33931a6b39 |
| children | 0e7f32e78b4d |
| rev | line source |
|---|---|
|
3261
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
1 2013-08-25 Ilija Kocho <ilijak@siva.com.mk> |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
2 |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
3 * cdl/hal_cortexm_fpu.cdl, include/fpv4_sp_d16_libm.h: Define Cortex-M4F |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
4 architecture specific builtin mathematical functions. [ Bugzilla 1001539 ] |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
5 |
| 3233 | 6 2013-04-29 Ilija Kocho <ilijak@siva.com.mk> |
| 7 | |
| 8 * include/cortexm_stub.h: Remove unwanted diag_printf(). | |
| 9 | |
|
3208
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
10 2013-02-10 Ilija Kocho <ilijak@siva.com.mk> |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
11 Jonathan Larmour <jifl@eCosCentric.com> |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
12 |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
13 * cdl/hal_cortexm.cdl: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
14 * cdl/hal_cortexm_fpu.cdl: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
15 * include/cortexm_core.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
16 * include/cortexm_fpu.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
17 * include/cortexm_regs.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
18 * include/cortexm_stub.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
19 * include/fpv4_sp_d16.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
20 * include/hal_arch.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
21 * include/hal_arch.inc: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
22 * include/hal_io.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
23 * src/context.S: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
24 * src/cortexm_fpu.c: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
25 * src/cortexm_stub.c: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
26 * src/fpv4_sp_d16.c: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
27 * src/hal_misc.c: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
28 * src/vectors.S: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
29 Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ] |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
30 |
| 3157 | 31 2012-04-23 Ilija Kocho <ilijak@siva.com.mk> |
| 32 | |
| 33 * cdl/hal_cortexm.cdl: | |
| 34 * include/basetype.h: | |
| 35 * include/cortexm_stub.h: | |
| 36 * include/hal_arch.h: | |
| 37 * include/hal_intr.h: | |
| 38 * include/hal_io.h: | |
| 39 * src/context.S: | |
| 40 * src/cortexm_stub.c: | |
| 41 * src/hal_misc.c: | |
| 42 * src/vectors.S: | |
| 43 Whitespace cleanup [Bugzilla 1001569] | |
| 44 | |
| 3112 | 45 2012-03-06 Ilija Kocho <ilijak@siva.com.mk> |
| 46 | |
| 47 * include/hal_intr.h: Fix compiler warning about unused variables. | |
| 48 [Bugzilla 1001520] | |
| 49 | |
|
3138
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
50 2012-02-05 Jonathan Larmour <jifl@eCosCentric.com> |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
51 |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
52 * src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
53 up to top of VSR table. |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
54 |
|
3050
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
55 2011-08-23 Ilija Kocho <ilijak@siva.com.mk> |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
56 |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
57 * cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
58 * include/cortexm_endian.h: New file |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
59 * include/cortexm_regs.h: New file |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
60 [ Bugzilla 1001275 ] |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
61 |
|
3029
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
62 2011-04-06 Nick Garnett <nickg@ecoscentric.com> |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
63 |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
64 * cdl/cortexm.cdl: Remove M1 CPU family from architecture config |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
65 file (as not supported for now). [Bugzilla 1001186] |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
66 |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
67 2011-04-02 Ilija Kocho <ilijak@siva.com.mk> |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
68 * cdl/cortexm.cdl: Add M4 CPU family to CYGHWR_HAL_CORTEXM. Add |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
69 FPU (Floating Point Unit) interface. |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
70 * include/hal_io.h: Add CYGHWR_HAL_CORTEXM_M4 to some preprocessor |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
71 conditions. [Bugzilla 1001186] |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
72 |
|
3028
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
73 2011-04-01 Ilija Kocho <ilijak@siva.com.mk> |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
74 |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
75 * include/hal_intr.h: Remove double inclusion of var_intr.h |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
76 header and include it at proper place. [ Bugzilla 1001184 ] |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
77 |
|
3009
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
78 2011-02-17 John Dallaway <john@dallaway.org.uk> |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
79 |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
80 * include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
81 an earlyclobber operand to ensure correct register usage. Issue |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
82 reported by both Ulrich Holeschak and Stanislav Meduna. |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
83 [ Bugzilla 1001154 ] |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
84 |
|
3010
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
85 2011-02-16 Ilija Kocho <ilijak@siva.com.mk> |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
86 |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
87 * src/cortexm.ld: Added USER_SECTION() macro. [Bugzilla 1001142 ] |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
88 |
| 3000 | 89 2011-01-20 Christophe Coutand <ccoutand@stmi.com> |
| 90 | |
| 91 * include/hal_intr.h: | |
| 92 * cdl/hal_cortexm.cdl: | |
| 93 Allow variant or platform to define their own RTC clock. Add | |
| 94 CDL entry to select SysTick clock source. [ Bugzilla 1001090 ] | |
| 95 | |
|
2999
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
96 2010-12-28 Ilija Kocho <ilijak@siva.com.mk> |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
97 |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
98 * include/hal_io.h: conditional VTOR setting. |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
99 |
|
2995
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
100 2011-01-13 John Dallaway <john@dallaway.org.uk> |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
101 |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
102 * src/vectors.S (hal_default_interrupt_vsr): Save interrupt state |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
103 if CYGINT_HAL_COMMON_SAVED_INTERRUPT_STATE_REQUIRED is implemented. |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
104 [ Bugzilla 1001111 ] |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
105 |
|
2985
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
106 2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
107 |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
108 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
109 1001083 ] |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
110 |
|
2952
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
111 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
|
112 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
113 * 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
|
114 * 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
|
115 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
116 * 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
|
117 which is now deprecated. |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
118 (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
|
119 |
| 2842 | 120 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch> |
| 121 | |
| 122 * include/hal_io.h: Added system control register definitions | |
| 123 | |
| 2799 | 124 2009-02-13 Nick Garnett <nickg@ecoscentric.com> |
| 125 | |
| 2805 | 126 * include/hal_arch.h: Add include for var_arch.h. |
| 2799 | 127 (HAL_IDLE_THREAD_ACTION): Tidy up debug code left in by mistake. |
| 128 | |
| 2774 | 129 2009-02-07 Chris Holgate <chris@zynaptic.com> |
| 130 | |
| 131 * src/hal_misc.c: | |
| 132 * src/cortexm.ld: | |
| 133 Modified SRAM linker section to support initialisation from ROM. | |
| 134 | |
|
2677
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
135 2008-12-03 Nick Garnett <nickg@ecoscentric.com> |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
136 |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
137 * 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
|
138 to allow it to compile properly. |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
139 |
| 2671 | 140 2008-11-24 Simon Kallweit <simon.kallweit@intefo.ch> |
| 141 | |
| 142 * include/hal_io.c: Fixed MASK_ macro. | |
| 143 | |
| 2589 | 144 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 145 | |
| 146 * include/hal_intr.h: | |
| 147 Fixed load value of SysTick counter. | |
| 148 * src/hal_misc.c: | |
| 149 Fixed wrap-around in hal_delay_us(). | |
| 150 | |
| 2588 | 151 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 152 | |
| 153 * include/hal_intr.h: | |
| 154 Fixed base address in reset function. | |
| 155 | |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
156 2008-10-16 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
157 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
158 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
159 * 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
|
160 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
161 2008-10-10 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
162 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
163 * 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
|
164 interrupts. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
165 (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
|
166 is present. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
167 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
168 * 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
|
169 new thread states to terminate GDB backtraces. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
170 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
171 2008-10-06 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
172 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
173 * hal_cortexm.cdl: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
174 * include/basetype.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
175 * include/hal_arch.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
176 * include/hal_intr.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
177 * include/hal_io.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
178 * include/cortex_stub.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
179 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
180 * src/context.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
181 * src/cortexm.ld: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
182 * src/cortexm_stub.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
183 * src/hal_misc.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
184 New package -- Cortex-M architecture HAL. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
185 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
186 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
187 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
188 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
189 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2995
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
190 // Copyright (C) 2008, 2011 Free Software Foundation, Inc. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
191 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
192 // 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
|
193 // 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
|
194 // 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
|
195 // later version. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
196 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
197 // 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
|
198 // 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
|
199 // 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
|
200 // General Public License for more details. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
201 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
202 // 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
|
203 // 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
|
204 // 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
|
205 // 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
|
206 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
207 // ####GPLCOPYRIGHTEND#### |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
208 //=========================================================================== |
