summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add rtems_interrupt_server_request_submit()Sebastian Huber2017-02-231-32/+116
| | | | | | This function may be used to do a two-step interrupt processing. The first step is done in interrupt context which calls this function. The second step is then done in the context of the interrupt server.
* 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/powerpc: Fix warningsSebastian Huber2017-02-154-46/+48
|
* bsps/powerpc: Fix warningsSebastian Huber2017-02-154-4/+5
|
* bsps/powerpc: Fix warningSebastian Huber2017-02-151-2/+0
|
* bsps/sparc: Fix warningsSebastian Huber2017-02-153-10/+19
|
* bsps/arm: Fix prototypeSebastian Huber2017-02-151-1/+1
|
* bsps/powerpc: Fix warningsSebastian Huber2017-02-156-68/+72
|
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-302-10/+6
| | | | | | | | | It is necessary to enable the DWT using a special initialization sequence before the CYCCNT can be enabled. See for example the RESET_CYCLE_COUNTER in libbsp/arm/atsam/utils/utility.h. Note that this problem only occurs if no debugger is connected. A debugger most likely already enables the necessary module.
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+4
|
* bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel2017-01-241-10/+14
| | | | | | Enable/Disable vector routines now check for a valid vector. Without these guards, the Enable/Disable vector routines will not work with the interrupt server.
* bsp/beatnik: Remove superfluous checkSebastian Huber2017-01-201-1/+1
| | | | Close #2874.
* raspberrypi: fix math inside of sizeofGedare Bloom2017-01-191-1/+1
| | | | | | | Move the subtraction of 1 for terminator outside of sizeof operator. Closes #2731.
* raspberrypi: use signed int for return variableGedare Bloom2017-01-191-1/+1
| | | | Closes #2873.
* smdk2410: delete unused variablesGedare Bloom2017-01-191-8/+1
| | | | Closes #2868.
* m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
|
* m68k/mcf52235/*/mc52235-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
|
* arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05Joel Sherrill2017-01-171-0/+1
|
* powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-176-0/+6
|
* m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* m68k/mrm332/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* m68k/mcf52235/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
|
* arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
|
* arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
|
* arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
|
* powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill2017-01-165-0/+10
|
* atsam: Fix SC16IS752 documentationSebastian Huber2017-01-161-1/+2
|
* GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier2017-01-121-1/+1
| | | | closes #2796.
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-2/+2
| | | | closes #2812.
* Rename *.s to *.SSebastian Huber2016-12-202-1/+1
| | | | | | Consistently use *.S for assembler files. Close #2701.
* bsp/atsam: Use standard XDMA throughoutSebastian Huber2016-12-208-32/+6
|
* bsp/atsam: Use standard XDMA for QSPI supportSebastian Huber2016-12-161-9/+1
|
* bsp/atsam: Add SC16IS752 supportSebastian Huber2016-12-164-0/+158
|
* bsp/atsam: Move interrupt setup to PIO_Configure()Sebastian Huber2016-12-162-25/+21
|
* bsp/atsam: System initialization for PIO IRQsSebastian Huber2016-12-163-124/+127
|
* bsp/atsamv: Move XDMAD instance out of SPI driverSebastian Huber2016-12-163-89/+44
| | | | Use system initialization for XDMAD. Remove support for polling.
* bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber2016-12-154-242/+203
| | | | | The XDMA is shared by all DMA capable modules. Placing the XDMA interrupt handler into the SPI module is wrong.
* bsp/atsam: Use _Assert() instead of assert()Sebastian Huber2016-12-151-66/+66
|
* bsp/atsam: Use inline functions for XDMA accessSebastian Huber2016-12-153-609/+508
|
* bsp/atsam: Optimize SPI interruptSebastian Huber2016-12-141-40/+36
|
* bsp/atsam: Simplify SPI transfer statusSebastian Huber2016-12-141-7/+9
|
* bsp/atsam: Reduce context switches for SPI transfSebastian Huber2016-12-141-99/+107
|
* bsp/atsam: Optimize SPI DMA transfer setupSebastian Huber2016-12-141-73/+48
|
* bsp/atsam: Simplify SPI DMA transfer setupSebastian Huber2016-12-141-70/+38
|
* bsp/atsam: Simplify SPI DMA initializationSebastian Huber2016-12-141-56/+23
|
* bsp/atsam: Simplify SPI interrupt handlerSebastian Huber2016-12-141-7/+1
|