summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill2015-05-211-1/+1
| | | | | | Fix typo. closes 2345.
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-0/+2
| | | | Update #2271.
* arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-062-0/+4
|
* lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+7
|
* lpc24xx/.../lpc2362-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+2
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-2712-0/+24
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc2362-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lpc2362-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* bsp/lpc24xx: Fix warningsSebastian Huber2014-10-102-6/+9
|
* arm/lpc24xx/misc/system-clocks.c: Fix warningJoel Sherrill2014-10-091-1/+1
|
* libchip/serial: Add alternative NS16550 driverSebastian Huber2014-10-076-98/+102
| | | | Use the Termios device API.
* bsps: Fix build errorSebastian Huber2014-09-182-5/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-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.
* lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill2014-09-041-0/+4
|
* lpc2362-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill2014-09-041-0/+3
|
* lpc24xx/.../bspreset.c: Eliminate warning for set not used variableJoel Sherrill2014-09-041-0/+1
|
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* arm: Add tests which fail to build with C++ enabled.Chris Johns2014-08-282-0/+8
|
* lpc40xx_ea_rom_int-testsuite.tcfg: New fileJoel Sherrill2014-08-271-0/+7
|
* lpc24xx/lpc17xx: lpc24xx_pin_set_function() keep LPC4088 W type pin in ↵Pavel Pisa2014-08-201-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>
* bsp/lpc24xx: Add LPC40XX variantsSebastian Huber2014-08-128-19/+99
|
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-162-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.
* 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-056-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.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2139-39/+39
|
* bsp/lpc24xx: Add LPC24XX_PIN_ETHERNET_POWER_DOWNPavel Pisa2014-03-142-0/+15
|
* bsp/lpc24xx: Add lpc24xx_pin_get_first_index()Sebastian Huber2014-03-141-0/+10
|
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-192-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.
* score: Add CPU counter supportSebastian Huber2014-02-142-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.
* bsp/lpc24xx: Fix compile errorSebastian Huber2014-01-301-1/+1
|
* bsp/lpc24xx: Add PL111 supportSebastian Huber2014-01-104-0/+165
|
* bsp/lpc24xx: Add register definitionSebastian Huber2014-01-101-1/+3
|
* doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez2013-12-091-1/+1
|
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-032-1/+1
|
* bsp/lpc24xx: Fix register addressSebastian Huber2013-04-081-1/+2
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-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.
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
|
* bsp/lpc24xx: Declare conditionallySebastian Huber2013-01-071-0/+4
|
* bsp/lpc24xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* bsp/lpc24xx: Request system reset for LPC17XXSebastian Huber2013-01-071-4/+6
|
* bsp/lpc24xx: Add WWDT module definesSebastian Huber2013-01-071-1/+21
|
* 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: Move inline functionsSebastian Huber2013-01-071-0/+2
|
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-071-1/+1
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().