summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use <sys/endian.h>Sebastian Huber2017-01-241-11/+5
| | | | Update #2803.
* 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.
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
| | | | Update #2239.
* 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
|
* bsp/atsam: Remove superfluous irq fieldSebastian Huber2016-12-141-8/+6
|
* bsp/atsam: Remove duplicate SPI register fieldSebastian Huber2016-12-141-4/+3
|
* bsp/atsam: Simplify SPI initializationSebastian Huber2016-12-143-36/+23
|
* bsp/atsam: Hide details of SPI driverSebastian Huber2016-12-142-31/+24
|
* bsp/atsam: Align SPI API with PIO_Configure()Sebastian Huber2016-12-143-27/+44
|
* bsp/atsam: Avoid to power on/off the SPI moduleSebastian Huber2016-12-142-22/+9
|
* bsp/atsam: Speed up SPI DMA transfer startSebastian Huber2016-12-142-9/+10
|
* bsp/atsam: Optimize transfer setup checksSebastian Huber2016-12-141-34/+32
|
* bsp/atsam: No timeout for SPI DMA transfersSebastian Huber2016-12-141-7/+3
|
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-4/+0
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.