summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc32xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-161-0/+3
| | | | | | | The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
* bsps/arm: Define ARM_CP15_TEXT_SECTIONSebastian Huber2014-06-061-0/+2
| | | | | Define ARM_CP15_TEXT_SECTION to BSP_START_TEXT_SECTION so that the start code is in the right section.
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-4/+0
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-0/+17
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2129-29/+29
|
* bsp/lpc32xx: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+10
|
* score: Add CPU counter supportSebastian Huber2014-02-142-4/+10
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* doxygen: refactored doxygen in libbsp/arm/lpc32xxDaniel Ramirez2013-11-2920-23/+34
| | | | | | | | This patch refactors a lot of the existing doxygen within libbsp/arm/lpc32xx. Much of this refactoring was just renaming of existing groups to conform to a more consistent naming structure. With the addition of a doxygen header for tm27.h, all files within lpc32xx belong to doxygen group now. lpc32xx should be used a reference for adding doxygen to other bsps.
* bsp/lpc32xx: Fix memory map for GPIO registersSebastian Huber2013-07-241-0/+2
|
* bsps/arm: Rename functionSebastian Huber2013-06-241-1/+1
| | | | | | Rename arm_cp15_start_setup_translation_table_and_enable_mmu() in arm_cp15_start_setup_translation_table_and_enable_mmu_and_cache() to emphasize that the cache is also enabled after this operation.
* bsps/arm: Move CP15 start initializationSebastian Huber2013-05-033-121/+24
|
* bsps/arm: Add arm_cp15_set_trans*_table_entries()Sebastian Huber2013-05-033-84/+6
|
* bsps/arm: Add and use bsp_translation_table_baseSebastian Huber2013-05-032-4/+2
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-252/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* bsp/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-112-2/+2
|
* bsp/lpc32xx: Bypass the IrDA modem for UART6Sebastian Huber2013-01-111-3/+6
|
* bsp/lpc32xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* arm: Rename inline functionsSebastian Huber2013-01-071-2/+2
| | | | | Rename arm_status_irq_enable() to _ARMV4_Status_irq_enable() and arm_status_restore() to _ARMV4_Status_restore().
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-071-1/+1
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().
* arm: Move prototypes to new fileSebastian Huber2013-01-071-0/+2
| | | | | | Move bsp_interrupt_dispatch() and arm_exc_interrupt() prototypes to new file <rtems/score/armv4.h> since they have nothing to do with the CPU port.
* bsps/arm: Add interface down supportSebastian Huber2012-12-181-0/+5
|
* bsp/lpc32xx: Add UART_CLKMODE settingsSebastian Huber2012-12-182-0/+4
|
* bsp/lpc32xx: Configure U4_TX pin for UART 4Sebastian Huber2012-12-181-0/+8
|
* bsp/lpc32xx: Fix function prototypeSebastian Huber2012-12-181-2/+2
|
* bsp/lpc32xx: Add idle thread bodySebastian Huber2012-12-183-0/+39
|
* bsp/lpc32xx: Fix console baud configurationSebastian Huber2012-12-133-48/+64
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-3/+1
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-6/+7
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* bsps/arm: Add BSP_USB_OTG_TRANSCEIVER_I2C_ADDRSebastian Huber2012-10-121-0/+3
|
* bsps/arm: Add LPC_DMA_CHANNEL_COUNTSebastian Huber2012-09-281-0/+3
|
* bsp/lpc32xx: Specify scratch area alignmentSebastian Huber2012-08-201-1/+2
|
* bsp/lpc32xx: Stop unused DDRAM_CLKSebastian Huber2012-08-201-1/+1
|
* bsp/lpc32xx: Fix clock nameSebastian Huber2012-08-202-7/+7
| | | | Rename lpc32xx_dram_clk() in lpc32xx_ddram_clk()
* bsp/lpc32xx: Add lpc32xx_select_nand_controller()Sebastian Huber2012-08-203-0/+53
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-100/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius2012-07-191-1/+1
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-124-4/+0
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+100
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-117-14/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-2/+0
|
* bsps/stackalloc: Use stack section symbolsSebastian Huber2012-04-241-12/+7
|
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-242-11/+7
|
* LPC32XX: TypoSebastian Huber2012-02-231-1/+1
|
* Remove all .cvsignore files.Joel Sherrill2012-02-012-12/+0
|
* 2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-0613-92/+303
| | | | | | | | | | | * misc/system-clocks.c: New file. * Makefile.am: Reflect change from above. * include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page(). * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags for EABI tool chain. * configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c, misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile time ARM_CLK and HCLK.
* 2011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-11-302-0/+5
| | | | * Makefile.am: Add shared/startup/bsp-start-memcpy.S
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-184-13/+19
| | | | | | PR 1917/bsps * Makefile.am, console/console-config.c, console/hsu.c: Modifications to add dynamic tables for libchip serial drivers.