summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)Sebastian Huber2012-06-157-13/+85
|
* bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7mSebastian Huber2012-06-157-8/+8
|
* libchip: Add support for NS16550 with FDRSebastian Huber2012-06-151-4/+4
|
* sapi: Add nanoseconds_per_tick to configurationSebastian Huber2012-06-141-1/+1
| | | | | | Add nanoseconds_per_tick to rtems_configuration_table. This value will be derived from the microseconds_per_tick value. This avoids some calculations at run-time.
* bsps: Replace NIRVANA regionSebastian Huber2012-06-1227-28/+13
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-312-3/+3
|
* Add bspopts.h.in.Ralf Corsépius2012-05-2414-0/+693
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-112-16/+13
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-11207-443/+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.
* Miscellaneous - Clean up file headers so patterns followedJoel Sherrill2012-05-112-9/+6
| | | | XXX
* nds - Clock driver compiles againJoel Sherrill2012-05-101-12/+17
|
* nds/libnds - Fix missing prototype warning and formattingJoel Sherrill2012-05-101-6/+9
|
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+3
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-0420-68/+0
|
* nds/linkcmds - Remove execute permissionJoel Sherrill2012-05-031-0/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-0333-21/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* smdk2410 - Remove odd $Id$Joel Sherrill2012-05-021-2/+0
|
* gp32 - Remove odd $Id$Joel Sherrill2012-05-021-3/+0
|
* bsps/stackalloc: Use stack section symbolsSebastian Huber2012-04-243-25/+7
|
* bsp/lpc24xx: Fix define nameSebastian Huber2012-04-231-1/+1
|
* bsps/arm: Make the Clock_isr() static againSebastian Huber2012-04-201-1/+1
|
* bsps/arm: Remove superfluous includeSebastian Huber2012-04-201-1/+0
|
* lpc shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-1/+1
|
* armv7m shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-1/+2
|
* nds: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-15/+8
|
* gba: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-32/+25
|
* edb7312: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-19/+14
|
* bsp/stm32f4: API changesSebastian Huber2012-04-159-83/+174
|
* bsp/stm32f4: Add IO and RCCSebastian Huber2012-04-129-55/+487
|
* bsp/stm32f4: New BSPSebastian Huber2012-04-0717-0/+1085
|
* bsps/arm: Add BSP_ARMV7M_SYSTICK_PRIORITYSebastian Huber2012-04-073-5/+6
|
* bsps/arm: Add BSP_ARMV7M_IRQ_PRIORITY_DEFAULTSebastian Huber2012-04-073-2/+6
|
* bsps: Update due to API changesSebastian Huber2012-04-071-2/+2
|
* bsp/lm3s69xx: Reflect new Qemu patchSebastian Huber2012-03-241-6/+1
|
* bsps: Shared ARMv7-M interrupt supportSebastian Huber2012-03-2411-129/+184
|
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-2416-83/+69
|
* bsp/lm3s69xx: FormatSebastian Huber2012-03-242-58/+52
|
* bsp/lm3s69xx: Use shared timer stub driverSebastian Huber2012-03-242-36/+1
|
* bsp/lm3s69xx: Use shared start.SSebastian Huber2012-03-243-132/+12
|
* bsps: Shared ARMv7-M clock driverSebastian Huber2012-03-245-14/+47
|
* bsp/lm3s69xx: New Qemu patchSebastian Huber2012-03-241-0/+29
|
* bsp/lpc24xx: Use proper clock valueSebastian Huber2012-03-241-1/+5
|
* bsp/lpc24xx: More CAN pin definitionsSebastian Huber2012-03-241-4/+16
|
* bsp/lpc24xx: New BSP variantSebastian Huber2012-03-149-34/+134
|
* LPC32XX: TypoSebastian Huber2012-02-231-1/+1
|
* Patches for Qemu 1.0.50Sebastian Huber2012-02-119-152/+122
|
* Support for NXP LPC1700 familySebastian Huber2012-02-1122-30/+676
|
* Use proper ARMv7-M compiler flags.Sebastian Huber2012-02-111-2/+1
|
* ARMv7-M Systick API changeSebastian Huber2012-02-111-1/+1
|
* Fixed bug intoduced due to API changes.Sebastian Huber2012-02-111-2/+1
|