summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber2017-08-041-0/+205
* beagle/i2c/bbb-i2c.c: Eliminiate set but not used warningJoel Sherrill2017-07-281-1/+2
* bsps: Include missing header fileSebastian Huber2017-07-121-0/+1
* bsp/beagle: Add FDT support for Beaglebone BlackSichen Zhao2017-07-125-1/+26
* Add interrupt vector set/get affinitySebastian Huber2017-07-122-12/+21
* lpc176x/misc/restart.c: Fix duplicate const warningJoel Sherrill2017-06-211-1/+1
* bsps: Improve interrupt vector enable/disable APISebastian Huber2017-06-209-129/+64
* Fix beagle i2c file bbb-i2c.c comment issuesSichen Zhao2017-06-151-19/+23
* Add the i2c driver for Beaglebone BlackSichen Zhao2017-06-144-141/+629
* Remove beagle old i2c codeSichen Zhao2017-06-143-633/+0
* Remove excessive locking from cache operations.Alexei Pososin2017-06-141-35/+9
* bsp: Include missing <sys/param.h>Sebastian Huber2017-06-122-0/+2
* bsps/arm: Fix ARMv7-M interrupt suppportChristian Mauderer2017-06-071-2/+6
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
* build-system: Parallel build all subdirs.Chris Johns2017-05-241-1/+1
* arm/tms570: Update preinstall.am after bootstrap.Chris Johns2017-05-241-0/+4
* bsps/arm: Fix bit field offset in GIC supportSebastian Huber2017-05-111-1/+1
* bsp/tms570: include package balls and PINMMR registers mapping for TMS5704357...Pavel Pisa2017-04-292-0/+1115
* fb/fb.c: Include <rtems/inttypes.h> and use PRI constant to fix warningJoel Sherrill2017-04-231-2/+7
* lpc176x/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+3
* lpc24xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+3
* lpc32xx_mzx_stage_1-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
* lm3s69xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+3
* atsamv-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
* rtl22xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+2
* stm32f4/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+2
* tms570/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+9
* bsps: Fix baud settingsSebastian Huber2017-04-031-2/+2
* arm: Optimize context switchSebastian Huber2017-03-281-12/+0
* bsp/tms570: Use shared benchmark timerSebastian Huber2017-03-272-62/+1
* bsp/tms570: Simplify CPU counter supportSebastian Huber2017-03-271-63/+13
* bsp/tms570: Simplify <bsp.h>Sebastian Huber2017-03-271-12/+0
* bsp/tms570: Remove OPERATION_COUNT defineSebastian Huber2017-03-271-3/+0
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-222-2/+2
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
* bsp/tms570: Fix CPU counter frequencySebastian Huber2017-03-092-27/+12
* bsp/tms570: Support printk() earlySebastian Huber2017-03-093-48/+105
* bsp/beagle: Fix warningsSebastian Huber2017-03-081-0/+1
* bsp/smdk2410: Fix format warningSebastian Huber2017-03-081-1/+1
* bsp/lpc176x: Fix integer to pointer warningsSebastian Huber2017-03-082-2/+4
* bsp/altera-cyclone-v: Remove debug outputSebastian Huber2017-03-081-2/+0
* arm: Remove legacy execption supportSebastian Huber2017-03-0822-595/+182
* bsp/xilinx-zynq: Add interrupt support to UARTSebastian Huber2017-02-224-8/+100
* bsp/xilinx-zynq: Use new Termios device driverSebastian Huber2017-02-217-136/+168
* bsp/lpc24xx: Remove debug outputSebastian Huber2017-02-151-1/+0
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-302-10/+6
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+4
* bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel2017-01-241-10/+14
* raspberrypi: fix math inside of sizeofGedare Bloom2017-01-191-1/+1
* raspberrypi: use signed int for return variableGedare Bloom2017-01-191-1/+1