summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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().
* arm: Move prototypes to new fileSebastian Huber2013-01-071-0/+1
| | | | | | 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
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-3/+1
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-10/+12
| | | | | | | 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
|
* bsp/lpc24xx: Fix PCLK clock divider calculationSebastian Huber2012-10-121-1/+1
|
* bsp/lpc24xx: Use 96MHz CCLK for LPC17XX EA BSPSebastian Huber2012-10-121-1/+1
| | | | This enables USB support by PLL0.
* bsp/lpc24xx: Evaluate LPC17XX pin typeSebastian Huber2012-10-122-4/+20
| | | | New pin type LPC17XX_PIN_TYPE_OPEN_DRAIN.
* bsp/lpc24xx: Enable USB clock by PLL0 for LPC17XXSebastian Huber2012-10-121-2/+11
|
* bsp/lpc24xx: Fix warningsSebastian Huber2012-10-121-2/+2
|
* Use proper 3 line form of license textJoel Sherrill2012-10-114-8/+12
|
* bsps/arm: Add LPC_DMA_CHANNEL_COUNTSebastian Huber2012-09-281-0/+4
|
* bsp/lpc24xx: Use USB RAM for fast data sectionSebastian Huber2012-08-203-3/+6
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-115/+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
|
* bsp/lpc24xx: More flexible region configurationSebastian Huber2012-06-153-46/+67
|
* bsp/lpc24xx: Fix timing for M29W320E70Sebastian Huber2012-06-151-2/+2
|
* bsp/lpc24xx: Add lpc24xx_module_is_enabled()Sebastian Huber2012-06-152-0/+26
|
* bsp/lpc24xx: Ethernet support for EA LPC1788 boardSebastian Huber2012-06-151-1/+1
|
* bsp/lpc24xx: Ethernet support for LPC17XXSebastian Huber2012-06-151-9/+26
|
* bsp/lpc24xx: Use external RAMSebastian Huber2012-06-151-4/+4
|
* bsp/lpc24xx: Use RAS and CAS of 2 for IS42S32800BSebastian Huber2012-06-151-18/+2
|
* bsp/lpc24xx: Simplify EMCDLYCTL handlingSebastian Huber2012-06-151-13/+24
|
* bsp/lpc24xx: Simplify EMC configurationSebastian Huber2012-06-153-137/+129
|
* bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)Sebastian Huber2012-06-157-13/+85
|