summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-21Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill1-1/+1
Fix typo. closes 2345.
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig1-0/+2
Update #2271.
2015-03-17arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2-0/+4
2015-01-23lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill1-0/+7
2015-01-23lpc24xx/.../lpc2362-testsuite.tcfg: Add more testsJoel Sherrill1-0/+2
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber12-0/+24
This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
2014-11-05lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-05lpc2362-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-04lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04lpc2362-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-10-10bsp/lpc24xx: Fix warningsSebastian Huber2-6/+9
2014-10-09arm/lpc24xx/misc/system-clocks.c: Fix warningJoel Sherrill1-1/+1
2014-10-07libchip/serial: Add alternative NS16550 driverSebastian Huber6-98/+102
Use the Termios device API.
2014-09-18bsps: Fix build errorSebastian Huber2-5/+0
Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-2/+1
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-09-04lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill1-0/+4
2014-09-04lpc2362-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill1-0/+3
2014-09-04lpc24xx/.../bspreset.c: Eliminate warning for set not used variableJoel Sherrill1-0/+1
2014-08-29Regenerate all preinstall.am files.Chris Johns1-3/+3
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-6/+6
Apparently, at some point automake output changed and these were not updated.
2014-08-28arm: Add tests which fail to build with C++ enabled.Chris Johns2-0/+8
2014-08-27lpc40xx_ea_rom_int-testsuite.tcfg: New fileJoel Sherrill1-0/+7
2014-08-20lpc24xx/lpc17xx: lpc24xx_pin_set_function() keep LPC4088 W type pin in ↵Pavel Pisa1-1/+6
digital mode for non-analog function. The problem wit incorrect switching of pins into analog mode manifestes on LPC4088 based board. LPC4088 implements pin P1.17 (ENET_MDIO) as new W type (digital pin with analog option). The pin was listed as D category on LPC1788 which does not have analog mode control bit. If analog option is not explicitly switched off on LPC4088 then the pin does not work as digital pin. Code tested on LPC1788 and no problems has been observed even that manual specifies the IOCON_ADMODE field as reserved and should be written as zero. But even RTEMS lpc24xx_gpio_config sets this bit unconditionally. Signed-off-by: Pavel Pisa <ppisa@pikron.com>
2014-08-12bsp/lpc24xx: Add LPC40XX variantsSebastian Huber8-19/+99
2014-07-16Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2-0/+11
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.
2014-05-06multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill1-4/+0
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns6-0/+90
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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns39-39/+39
2014-03-14bsp/lpc24xx: Add LPC24XX_PIN_ETHERNET_POWER_DOWNPavel Pisa2-0/+15
2014-03-14bsp/lpc24xx: Add lpc24xx_pin_get_first_index()Sebastian Huber1-0/+10
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2-23/+5
Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
2014-02-14score: Add CPU counter supportSebastian Huber2-1/+11
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.
2014-01-30bsp/lpc24xx: Fix compile errorSebastian Huber1-1/+1
2014-01-10bsp/lpc24xx: Add PL111 supportSebastian Huber4-0/+165
2014-01-10bsp/lpc24xx: Add register definitionSebastian Huber1-1/+3
2013-12-09doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez1-1/+1
2013-05-03bsps/arm: Move implementation to inline functionsSebastian Huber2-1/+1
2013-04-08bsp/lpc24xx: Fix register addressSebastian Huber1-1/+2
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-470/+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.
2013-02-11bsp/lpc24xx: Move UART probes to separate filesSebastian Huber6-53/+130
2013-01-07bsp/lpc24xx: Declare conditionallySebastian Huber1-0/+4
2013-01-07bsp/lpc24xx: System reset after fatal conditionsSebastian Huber1-1/+1
2013-01-07bsp/lpc24xx: Request system reset for LPC17XXSebastian Huber1-4/+6
2013-01-07bsp/lpc24xx: Add WWDT module definesSebastian Huber1-1/+21
2013-01-07arm: Rename inline functionsSebastian Huber1-2/+2
Rename arm_status_irq_enable() to _ARMV4_Status_irq_enable() and arm_status_restore() to _ARMV4_Status_restore().
2013-01-07arm: Move inline functionsSebastian Huber1-0/+2
2013-01-07arm: Rename arm_exc_interrupt()Sebastian Huber1-1/+1
Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().