annotate packages/hal/cortexm/kinetis/var/current/ChangeLog @ 3273:04cc2ad81e4f

Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
author vae
date Sun, 16 Feb 2014 08:30:33 +0000
parents a99daf62e693
children a62acc61759e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3273
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
1 2014-02-13 Ilija Kocho <ilijak@siva.com.mk>
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
2
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
3 * cortexm/kinetis/var/current/include/var_intr.h:
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
4 Add interrupt numbers for second eDMA controller.
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
5
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
6 * cortexm/kinetis/var/current/include/var_io_clkgat.h:
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
7 Add clock gating for ADC2
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
8
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
9 * cortexm/kinetis/var/current/include/var_io_gpio.h:
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
10 Add GPIO port F.
04cc2ad81e4f Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
vae
parents: 3272
diff changeset
11
3272
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
12 2013-04-28 Ilija Kocho <ilijak@siva.com.mk>
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
13
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
14 * include/var_intr.h : Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
15 conflict with same named macro defined in hal_intr.h (Cortex-M architecture).
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
16 Define some interrrupt numbers, previously reservrd.
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
17 * include/var_io.h : Upgrade RTC registers. [ Bugzilla 1001904 ]
a99daf62e693 Redefine CYGNUM_HAL_INTERRUPT_RTC_RTC because of
vae
parents: 3248
diff changeset
18
3248
04f96179ad68 Clean up macros to support interrupts and set/get features.
vae
parents: 3242
diff changeset
19 2013-06-12 Mike Jones <mike@proclivis.com>
04f96179ad68 Clean up macros to support interrupts and set/get features.
vae
parents: 3242
diff changeset
20
04f96179ad68 Clean up macros to support interrupts and set/get features.
vae
parents: 3242
diff changeset
21 * include/var_io_gpio.h
04f96179ad68 Clean up macros to support interrupts and set/get features.
vae
parents: 3242
diff changeset
22 Clean up macros to support interrupts and set/get features.
04f96179ad68 Clean up macros to support interrupts and set/get features.
vae
parents: 3242
diff changeset
23
3242
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
24 2013-04-28 Ilija Kocho <ilijak@siva.com.mk>
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
25
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
26 * cdl/hal_cortexm_kinetis.cdl:
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
27 * cdl/kinetis_ddram.cdl: (New file)
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
28 * cdl/kinetis_fbram.cdl: (New file)
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
29 Add FlexBus RAM configuration and caching, DDRAM CDL moved
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
30 to a separate file. Updated FlexNVM configuration with 512KiB FlexNVM
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
31 and 16KiB FlexMemory.
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
32 * cdl/kinetis_clocking.cdl: CYGINT_HAL_CORTEXM_KINETIS_150
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
33 moved to hal_cortexm_kinetis.cdl
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
34 * include/var_io_lmem.h, include/hal_cache.h: Add more cache functions.
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
35 [ Bugzilla 1001837 ]
1b3a6c3f449e Add FlexBus RAM configuration and caching, DDRAM CDL moved
vae
parents: 3231
diff changeset
36
3231
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
37 2013-04-09 Tomas Frydrych <tomas@sleepfive.com>
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
38
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
39 * cdl/kinetis_irq_scheme.cdl:
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
40 * include/var_io_devs.h:
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
41 Implemented support for I2C [Bugzilla 1001397]
1a05365e93b4 Add Freescale I2C driver and I2C driver entries for Kinetis targets
vae
parents: 3218
diff changeset
42
3218
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
43 2013-04-01 Ilija Kocho <ilijak@siva.com.mk>
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
44
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
45 * include/var_io.h, include/var_io_clkgat.h, include/var_io_devs.h,
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
46 * src/hal_diag.c, src/kinetis_ddram.c, src/kinetis_misc.c
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
47 Add clock gating management and API. [ Bugzilla 1001814 ]
1f92f3f7cf61 Add clock gating management and API.
vae
parents: 3209
diff changeset
48
3209
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
49 2012-11-06 Ilija Kocho <ilijak@siva.com.mk>
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
50
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
51 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
52 addition of archhitectural hardware floating point support.
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
53 CYGHWR_HAL_CORTEXM_KINETIS_FPU and CYGHWR_HAL_CORTEXM_KINETIS_FLEXNVM
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
54 look and feel like other name building options. Added new Kinetis
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
55 members to part selection.
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
56 * include/var_io.h, src/kinetis_misc.c: Enumerated PORT F.
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
57 [Bugzilla 1001607]
ea9c78f2cd61 * cdl/hal_cortexm_kinetis.cdl: Changes to Kinetis part builder related to
vae
parents: 3193
diff changeset
58
3193
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
59 2012-11-04 Ilija Kocho <ilijak@siva.com.mk>
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
60
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
61 * include/var_io.h: Define register access to FTFL module.
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
62 Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
63
3189
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
64 2012-09-28 Ilija Kocho <ilijak@siva.com.mk>
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
65
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
66 * var/current/cdl/hal_cortexm_kinetis.cdl
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
67 * var/current/cdl/kinetis_clocking.cdl
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
68 * var/current/doc/kinetis.sgml
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
69 * var/current/include/hal_cache.h
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
70 * var/current/include/var_io_ddrmc.h
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
71 * var/current/include/var_io_lmem.h
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
72 * var/current/src/kinetis_ddram.c
3193
ea482849d620 Define register access to FTFL module. Contributed by Nicolas Aujoux at 2012-09-07 [Bugzilla 1001561]
vae
parents: 3189
diff changeset
73 * var/current/src/kinetis_misc.c:
3189
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
74 Separate data and code caches, as well as text indentation suggested by Jifl.
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
75 Fixes to cache and SDRAM CDL and functions Improved SDRAM controller
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
76 support due to better manufacturer documentation: Configurable pad control.
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
77 [Bugzilla 1001606]
068fbe2304f1 Separate data and code caches, as well as text indentation suggested by Jifl. Fixes to cache and SDRAM CDL and functions Improved SDRAM controller support due to better manufacturer documentation: Configurable pad control. [Bugzilla 1001606]
vae
parents: 3187
diff changeset
78
3187
635199c996bc Add functions and macros for clock gating control to Kinetis.
vae
parents: 3184
diff changeset
79 2012-08-01 Ilija Kocho <ilijak@siva.com.mk>
635199c996bc Add functions and macros for clock gating control to Kinetis.
vae
parents: 3184
diff changeset
80
635199c996bc Add functions and macros for clock gating control to Kinetis.
vae
parents: 3184
diff changeset
81 * include/var_io.h, src/kinetis_misc.c: Add functions and macros
635199c996bc Add functions and macros for clock gating control to Kinetis.
vae
parents: 3184
diff changeset
82 for clock gating control to Kinetis. [Bugzilla 1001642]
635199c996bc Add functions and macros for clock gating control to Kinetis.
vae
parents: 3184
diff changeset
83
3184
bded287767e9 Provide for cache enablement in RAM startup mode [Bugzilla 1001606]
vae
parents: 3180
diff changeset
84 2012-05-18 Ilija Kocho <ilijak@siva.com.mk>
bded287767e9 Provide for cache enablement in RAM startup mode [Bugzilla 1001606]
vae
parents: 3180
diff changeset
85
bded287767e9 Provide for cache enablement in RAM startup mode [Bugzilla 1001606]
vae
parents: 3180
diff changeset
86 * include/hal_cache.h, src/kinetis_misc.c: Provide for cache
bded287767e9 Provide for cache enablement in RAM startup mode [Bugzilla 1001606]
vae
parents: 3180
diff changeset
87 enablement in RAM startup mode [Bugzilla 1001606]
bded287767e9 Provide for cache enablement in RAM startup mode [Bugzilla 1001606]
vae
parents: 3180
diff changeset
88
3180
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
89 2012-05-19 John Dallaway <john@dallaway.org.uk>
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
90
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
91 * doc/kinetis.sgml: Close <para> and <refsect2> blocks.
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
92 * cdl/hal_cortexm_kinetis.cdl: Reference per-package documentation.
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
93
3177
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
94 2012-05-18 Ilija Kocho <ilijak@siva.com.mk>
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
95
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
96 * doc/kinetis_begin.sgml:
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
97 * doc/kinetis_end.sgml:
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
98 * doc/kinetis.sgml:
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
99 New files -- Kinetis variant documentation. [Bug 1001580]
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
100
3175
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
101 2012-05-17 Ilija Kocho <ilijak@siva.com.mk>
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
102
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
103 * cdl/hal_cortexm_kinetis.cdl:
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
104 Bug fix: Do not refer external memory if Platform startup is
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
105 not selected. [ Bugzilla 1001590 ]
7e86d66e57e3 Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ]
vae
parents: 3169
diff changeset
106
3169
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
107 2012-05-04 Ilija Kocho <ilijak@siva.com.mk>
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
108
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
109 * cdl/hal_cortexm_kinetis.cdl:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
110 * src/kinetis_clocking.cdl:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
111 * src/kinetis_clocking.c:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
112 * include/hal_cache.h
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
113 * include/var_io_lmem.h:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
114 * include/var_io_ddrmc.h:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
115 * include/var_io_devs.h:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
116 * include/var_io.h:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
117 * src/kinetis_ddram.c:
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
118 * src/kinetis_misc.c:
3177
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
119 Add: Clocking support for PLL1 (K70), DDRAM controller
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
120 Cache, eDMA - 32 chan. [Bugzilla 1001579]
3169
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
121
3137
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
122 2012-01-11 Tomas Frydrych <tomas@sleepfive.com>
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
123
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
124 * include/var_io.h:
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
125 Allow for overriding of CYGHWR_HAL_KINETIS_SIM_SCGC?_ALL_M mask
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
126 from platform definitions.
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
127
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
128 * include/var_io_devs.h:
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
129 Define base pointer for SLCD controller
25656c49d55e * ecos.db: Add Kinetis KwikStik platform HAL and target definition.
jld
parents: 3087
diff changeset
130
3087
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
131 2012-01-05 Ilija Kocho <ilijak@siva.com.mk>
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
132
3169
d739dc63d0e7 Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
vae
parents: 3137
diff changeset
133 * cdl/kinetis_irq_scheme.cdl
3177
58eda6fed5a5 New files -- Kinetis variant documentation. [Bug 1001580]
vae
parents: 3175
diff changeset
134 Centralized IRQ priority scheme.
3087
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
135
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
136 * cdl/hal_cortexm_kinetis.cdl:
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
137 * cdl/kinetis_flexbus.cdl
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
138 * include/var_io_devs.h:
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
139 * include/var_io.h:
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
140 * src/kinetis_clocking.c:
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
141 * src/kinetis_misc.c:
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
142 Add I/O defs for eDMA, DSPI. Add flexbus control.
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
143 CYG_HAL_STARTUP parenthed bt CYG_HAL_STARTUP_ENV.
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
144 Early clock start [Bugzilla 1001450]
37f8bded2ac7 * cdl/kinetis_irq_scheme.cdl
vae
parents: 3069
diff changeset
145
3069
f782e74a7b6b Convenience macros for manipulating GPIO pins.
vae
parents: 3056
diff changeset
146 2011-11-15 Tomas Frydrych <tomas@sleepfive.com>
f782e74a7b6b Convenience macros for manipulating GPIO pins.
vae
parents: 3056
diff changeset
147
f782e74a7b6b Convenience macros for manipulating GPIO pins.
vae
parents: 3056
diff changeset
148 * include/var_io_gpio.h:
f782e74a7b6b Convenience macros for manipulating GPIO pins.
vae
parents: 3056
diff changeset
149 Convenience macros for manipulating GPIO pins.
f782e74a7b6b Convenience macros for manipulating GPIO pins.
vae
parents: 3056
diff changeset
150
3056
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
151 2011-10-19 Ilija Kocho <ilijak@siva.com.mk>
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
152
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
153 * cdl/hal_cortexm_kinetis.cdl:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
154 * cdl/kinetis_clocking.cdl:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
155 * src/hal_diag.c:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
156 * src/kinetis_misc.c:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
157 * src/kinetis_clocking.c:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
158 * include/hal_cache.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
159 * include/hal_diag.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
160 * include/plf_stub.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
161 * include/variant.inc:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
162 * include/var_arch.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
163 * include/var_intr.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
164 * include/var_io.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
165 * include/var_io_devs.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
166 * include/var_io_flexbus.h:
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
167 * include/pkgconf/mlt_kinetis_flash_sram2s_rom.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
168 * include/pkgconf/mlt_kinetis_flash_sram2s_rom.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
169 * include/pkgconf/mlt_kinetis_flash_sram2s_sram.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
170 * include/pkgconf/mlt_kinetis_flash_sram2s_sram.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
171 * include/pkgconf/mlt_kinetis_flash_unisram_rom.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
172 * include/pkgconf/mlt_kinetis_flash_unisram_rom.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
173 * include/pkgconf/mlt_kinetis_flash_unisram_sram.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
174 * include/pkgconf/mlt_kinetis_flash_unisram_sram.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
175 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
176 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
177 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
178 * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
179 * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
180 * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
181 * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.h
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
182 * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.ldi
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
183 New package -- Freescale Kinetis variant HAL.
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
184
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
185 //===========================================================================
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
186 // ####GPLCOPYRIGHTBEGIN####
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
187 // -------------------------------------------
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
188 // This file is part of eCos, the Embedded Configurable Operating System.
3180
9b3d0f81044b * twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
jld
parents: 3177
diff changeset
189 // Copyright (C) 2011, 2012 Free Software Foundation, Inc.
3056
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
190 //
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
191 // This program is free software; you can redistribute it and/or modify
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
192 // it under the terms of the GNU General Public License as published by
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
193 // the Free Software Foundation; either version 2 or (at your option) any
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
194 // later version.
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
195 //
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
196 // This program is distributed in the hope that it will be useful, but
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
197 // WITHOUT ANY WARRANTY; without even the implied warranty of
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
198 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
199 // General Public License for more details.
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
200 //
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
201 // You should have received a copy of the GNU General Public License
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
202 // along with this program; if not, write to the
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
203 // Free Software Foundation, Inc., 51 Franklin Street,
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
204 // Fifth Floor, Boston, MA 02110-1301, USA.
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
205 // -------------------------------------------
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
206 // ####GPLCOPYRIGHTEND####
2090db533f3f * New package -- Freescale Kinetis variant HAL.
sergeig
parents:
diff changeset
207 //===========================================================================