source: rtems/c/src/lib/libbsp/arm/lpc32xx/ChangeLog @ 097c600

4.115
Last change on this file since 097c600 was 097c600, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:02:24

2011-02-09 Ralf Corsépius <ralf.corsepius@…>

  • misc/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * misc/timer.c: Include <rtems/btimer.h>.
4        Fix benchmark_timer_read() definition.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-12-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * configure.ac, include/bspopts.h.in: More options.
13        * include/lpc32xx.h: Added watchdog definitions.
14        * include/mmu.h, misc/mmu.c: Added const qualifier.
15        * startup/bspreset.c: Use watchdog reset.
16
172010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
20        startup/linkcmds.lpc32xx_mzx_stage_2,
21        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
22        changes.
23
242010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * include/lpc32xx.h: Added I2S module.
27        * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
28        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
29        startup/linkcmds.lpc32xx_mzx_stage_1,
30        startup/linkcmds.lpc32xx_mzx_stage_2,
31        startup/linkcmds.lpc32xx_phycore: Update due to linker command file
32        changes.
33
342010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * rtc/rtc-config.c: Fixed type.
37
382010-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * include/tm27.h: New file.
41        * Makefile.am, preinstall.am: Reflect change above.
42        * include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
43        * misc/timer.c: Support for timer tests.
44
452010-10-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
48        Update for <bsp/utility.h> changes.
49
502010-09-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
51
52        * misc/mmu.c: New file.
53        * Makefile.am: Reflect change above.
54        * configure.ac, include/bspopts.h.in, include/irq.h,
55        include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
56        startup/bspstarthooks.c: Changes throughout.
57
582010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * console/hsu.c: Fixed warnings.
61
622010-06-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * make/custom/lpc32xx_mzx_boot_int.cfg,
65        startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
66        * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
67        make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
68        make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
69        misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
70        misc/nand-mlc-write-blocks.c, misc/restart.c,
71        startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
72        startup/linkcmds.lpc32xx_mzx_stage_1,
73        startup/linkcmds.lpc32xx_mzx_stage_2: New files.
74        * configure.ac, Makefile.am, preinstall.am: Reflect changes above.
75        * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
76        startup/bspstart.c, startup/bspstarthooks.c,
77        startup/linkcmds.lpc32xx_phycore: Changes throughout.
78
792010-05-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
80
81        * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
82
832010-05-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
84
85        * include/lpc32xx.h: Update for utility macro changes.
86
872010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
88
89        * configure.ac: Fixed BSP option.
90        * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
91
922010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94        * startup/bspstarthooks.c: Removed start section attribute defines.
95
962010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
99        startup/linkcmds.lpc32xx_mzx_boot_int: New files.
100        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
101        include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
102        make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
103        startup/bspstarthooks.c: Changes throughout.
104
1052010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107        * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
108
1092010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * include/irq-config.h: Removed file.
112        * Makefile.am, preinstall.am: Reflect change above.
113        * irq/irq.c: Removed superfluous parameter checks.
114
1152010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
118
1192010-04-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
120
121        * console/hsu.c: New file.
122        * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
123        include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
124        include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
125        startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
126
1272010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
130        Changes throughout.
131
1322010-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
135
1362010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
137
138        * include/lpc-ethernet-config.h, include/mmu.h: New files.
139        * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
140        include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
141        rtc/rtc-config.c, startup/bspstarthooks.c,
142        startup/linkcmds.lpc32xx_phycore: Changes throughout.
143
1442009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * include/bspopts.h.in: Regenerated.
147
1482009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
149
150        * bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
151        include/irq-config.h, include/irq.h, include/lpc32xx.h,
152        include/lpc-clock-config.h, irq/irq.c,
153        make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
154        preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
155        startup/bspstart.c, startup/bspstarthooks.c,
156        startup/linkcmds.lpc32xx_phycore: New files.
Note: See TracBrowser for help on using the repository browser.