summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Sebastian Huber2010-06-231-2/+2
|
* 2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-237-11/+103
| | | | | | | | * make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New files. * Makefile.am, configure.ac: Reflect changes above. * startup/linkcmds.lpc2362: Typos. * README: Documentation.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-202-3/+11
| | | | * shared/include/start.h: Define start section attributes.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-206-30/+36
| | | | | | * include/lpc24xx.h, misc/dma-copy.c, misc/dma.c, misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed superfluous macros.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-205-26/+15
| | | | | * Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use shared output character implementation.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-202-1/+6
| | | | * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-305-37/+8
| | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * irq/irq.c: Removed superfluous parameter checks.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-1/+5
| | | | * make/custom/lpc24xx.inc: Use VFP floating point model.
* Removed file.Sebastian Huber2010-04-301-1206/+0
|
* removed over-paranoid warning switchesThomas Doerfler2010-04-092-2/+5
|
* Changes throughoutThomas Doerfler2010-04-0910-31/+150
|
* make the lpc2362 a SMALL MEMORY BSPThomas Doerfler2010-03-292-0/+8
|
* Fixed IO configurationsThomas Doerfler2010-03-122-2/+6
|
* add support for lpc32xxThomas Doerfler2010-01-127-215/+145
|
* add missing filesThomas Doerfler2009-12-163-0/+113
|
* removed obsolete file (moved to arm/shared/lpc/clock)Thomas Doerfler2009-12-151-123/+0
|
* add support for LPC32xxThomas Doerfler2009-12-1523-594/+532
|
* Regenerate.Ralf Corsepius2009-12-071-1/+1
|
* Whitespace removal.Ralf Corsepius2009-11-298-282/+282
|
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-0310-57/+22
| | | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling.
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-0/+5
| | | | | * clock/clock-config.c, misc/dma.c, network/network.c, rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
* Remove unused vars.Ralf Corsepius2009-10-225-9/+0
|
* interrupt handler type changeThomas Doerfler2009-10-215-8/+10
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-2/+4
| | | | * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-176-4/+13
| | | | | | | | | * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg). * make/custom/lpc24xx.cfg: Removed. * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-156-0/+68
| | | | | | | | * make/custom/lpc24xx.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
* renamed lpc24xx BSPs, reorganized linkcmdsThomas Doerfler2009-10-0514-236/+289
|
* Add missing files.Thomas Doerfler2009-09-214-0/+664
|
* Changes throughout.Thomas Doerfler2009-09-1819-946/+762
|
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-2/+5
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-272-2/+6
| | | | * misc/bspidle.c: Include bsp.h and fix prototype.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-266-48/+16
| | | | | | | * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle thread to bsp_idle_thread. * misc/bspidle.c: New file. * include/idle.h, misc/idle.c: Removed.
* 2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Chris Johns2009-08-085-52/+58
| | | | | | * startup/linkcmds, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: Fixed dummy entries.
* add missing i2c.c fileThomas Doerfler2009-07-201-0/+386
|
* Dummy entries for toolchain compatibilityThomas Doerfler2009-07-175-0/+114
|
* adding lpc24xx BSP partsThomas Doerfler2009-07-175-0/+785
|
* ARM bsp maintenanceThomas Doerfler2009-07-1722-349/+694
|
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-1/+8
| | | | | | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
* added missing filesThomas Doerfler2009-02-275-0/+1245
|
* * README: Added NCS.Thomas Doerfler2009-02-2713-51/+542
| | | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-201-0/+4
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-172-9/+6
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-133-15/+28
| | | | * Makefile.am, preinstall.am: Use stub tm27.h.
* 2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-111-0/+8
| | | | | | | | * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC). Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN). * include/bsp.h: #include <bspopts.h>. * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC, LPC24XX_OSCILLATOR_MAIN through bspopts.h.
* Receive LPC24XX_OSCILLATOR_RTC, LPC24XX_OSCILLATOR_MAIN through bspopts.h.Ralf Corsepius2008-12-111-12/+6
|
* #include <bspopts.h>.Ralf Corsepius2008-12-111-0/+2
|
* Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).Ralf Corsepius2008-12-111-0/+10
| | | | Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-042-2/+8
| | | | | | * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.