summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-15bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)Sebastian Huber7-13/+85
2012-06-15bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7mSebastian Huber7-8/+8
2012-06-15libchip: Add support for NS16550 with FDRSebastian Huber1-4/+4
2012-06-14sapi: Add nanoseconds_per_tick to configurationSebastian Huber1-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.
2012-06-12bsps: Replace NIRVANA regionSebastian Huber27-28/+13
Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill2-3/+3
2012-05-24Add bspopts.h.in.Ralf Corsépius14-0/+693
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill2-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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill207-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.
2012-05-11Miscellaneous - Clean up file headers so patterns followedJoel Sherrill2-9/+6
XXX
2012-05-10nds - Clock driver compiles againJoel Sherrill1-12/+17
2012-05-10nds/libnds - Fix missing prototype warning and formattingJoel Sherrill1-6/+9
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+3
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius20-68/+0
2012-05-03nds/linkcmds - Remove execute permissionJoel Sherrill1-0/+0
2012-05-03General - Remove extraneous blank line in license messageJoel Sherrill33-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.
2012-05-02smdk2410 - Remove odd $Id$Joel Sherrill1-2/+0
2012-05-02gp32 - Remove odd $Id$Joel Sherrill1-3/+0
2012-04-24bsps/stackalloc: Use stack section symbolsSebastian Huber3-25/+7
2012-04-23bsp/lpc24xx: Fix define nameSebastian Huber1-1/+1
2012-04-20bsps/arm: Make the Clock_isr() static againSebastian Huber1-1/+1
2012-04-20bsps/arm: Remove superfluous includeSebastian Huber1-1/+0
2012-04-19lpc shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-1/+1
2012-04-19armv7m shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-1/+2
2012-04-19nds: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-15/+8
2012-04-19gba: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-32/+25
2012-04-19edb7312: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-19/+14
2012-04-15bsp/stm32f4: API changesSebastian Huber9-83/+174
2012-04-12bsp/stm32f4: Add IO and RCCSebastian Huber9-55/+487
2012-04-07bsp/stm32f4: New BSPSebastian Huber17-0/+1085
2012-04-07bsps/arm: Add BSP_ARMV7M_SYSTICK_PRIORITYSebastian Huber3-5/+6
2012-04-07bsps/arm: Add BSP_ARMV7M_IRQ_PRIORITY_DEFAULTSebastian Huber3-2/+6
2012-04-07bsps: Update due to API changesSebastian Huber1-2/+2
2012-03-24bsp/lm3s69xx: Reflect new Qemu patchSebastian Huber1-6/+1
2012-03-24bsps: Shared ARMv7-M interrupt supportSebastian Huber11-129/+184
2012-03-24bsps: Add shared default IRQ handlerSebastian Huber16-83/+69
2012-03-24bsp/lm3s69xx: FormatSebastian Huber2-58/+52
2012-03-24bsp/lm3s69xx: Use shared timer stub driverSebastian Huber2-36/+1
2012-03-24bsp/lm3s69xx: Use shared start.SSebastian Huber3-132/+12
2012-03-24bsps: Shared ARMv7-M clock driverSebastian Huber5-14/+47
2012-03-24bsp/lm3s69xx: New Qemu patchSebastian Huber1-0/+29
2012-03-24bsp/lpc24xx: Use proper clock valueSebastian Huber1-1/+5
2012-03-24bsp/lpc24xx: More CAN pin definitionsSebastian Huber1-4/+16
2012-03-14bsp/lpc24xx: New BSP variantSebastian Huber9-34/+134
2012-02-23LPC32XX: TypoSebastian Huber1-1/+1
2012-02-11Patches for Qemu 1.0.50Sebastian Huber9-152/+122
2012-02-11Support for NXP LPC1700 familySebastian Huber22-30/+676
2012-02-11Use proper ARMv7-M compiler flags.Sebastian Huber1-2/+1
2012-02-11ARMv7-M Systick API changeSebastian Huber1-1/+1
2012-02-11Fixed bug intoduced due to API changes.Sebastian Huber1-2/+1