summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm/xilinx-zynq: Remove include of <rtems/console.h> from <bsp.h> and fix war...Joel Sherrill2016-03-291-1/+0
* arm/tms570: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/stm32f4: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/smdk2410: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/rtl22xx: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/realview-pbx-a9: Remove include of <rtems/console.h> from <bsp.h> and fix...Joel Sherrill2016-03-291-1/+0
* arm/raspberrypi: Remove include of <rtems/console.h> from <bsp.h> and fix war...Joel Sherrill2016-03-291-1/+0
* arm/lpc32xx: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/lpc24xx: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/lpc176x: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/lm3s69xx: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/gumstix: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/gdbarmsim: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/edb7312: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/csb337: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
* arm/csb336: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-292-1/+1
* arm/atsam: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-292-1/+1
* arm/altera-cyclone-v: Remove include of <rtems/console.h> from <bsp.h> and fi...Joel Sherrill2016-03-291-1/+0
* arm/xilinx-zynq/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/tms570/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/stm32f4/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/smdk2410/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/rtl22xx/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/realview-pbx-a9/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/raspberrypi/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/lpc32xx/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/lpc24xx/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/lpc176x/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/lm3s69xx/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/gumstix/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/gdbarmsim/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/edb7312/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/csb337/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/csb336/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/atsam/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* arm/altera-cyclone-v/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
* lpc1768_mbed.cfg: Turn on per function sectionsJoel Sherrill2016-03-221-5/+2
* bsp/realview_pbx_a9_qemu: Fix compiler flagsSebastian Huber2016-03-171-2/+1
* atsamv-testsuite.tcfg: Add more testsJoel Sherrill2016-03-151-0/+19
* arm/xilinx_zynq: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/tms570: Add per-section compilation and linking supportJoel Sherrill2016-03-101-1/+6
* arm/stm32f4: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/smdk2410: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/rtl22xx: Add per-section compilation and linking supportJoel Sherrill2016-03-102-1/+6
* arm/realview_pbx_a9_qemu: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/raspberrypi: Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc32xx: Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc24xx (lpc40xx variants) Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc24xx (lpc24xx variants) Add per-section compilation and linking support.Joel Sherrill2016-03-101-0/+3
* atsamv-testsuite.tcfg: new file]Joel Sherrill2016-03-101-0/+6