summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-24Use <sys/endian.h>Sebastian Huber1-11/+5
2017-01-24bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel1-10/+14
2017-01-20libchip: Really fix high capacity detectionSebastian Huber1-1/+1
2017-01-20bsp/beatnik: Remove superfluous checkSebastian Huber1-1/+1
2017-01-19raspberrypi: fix math inside of sizeofGedare Bloom1-1/+1
2017-01-19raspberrypi: use signed int for return variableGedare Bloom1-1/+1
2017-01-19smdk2410: delete unused variablesGedare Bloom1-8/+1
2017-01-17m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtestJoel Sherrill1-0/+1
2017-01-17m68k/mcf52235/*/mc52235-testsuite.tcfg: Add cdtestJoel Sherrill1-0/+1
2017-01-17arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05Joel Sherrill1-0/+1
2017-01-17powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill6-0/+6
2017-01-17m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2017-01-17m68k/mrm332/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2017-01-17m68k/mcf52235/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2017-01-17arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2-0/+2
2017-01-17arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2-0/+2
2017-01-17arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill1-0/+1
2017-01-17arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill3-0/+3
2017-01-17arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill3-0/+3
2017-01-16powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill5-0/+10
2017-01-16atsam: Fix SC16IS752 documentationSebastian Huber1-1/+2
2017-01-12GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier1-1/+1
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-2/+2
2016-12-20Rename *.s to *.SSebastian Huber2-1/+1
2016-12-20bsp/atsam: Use standard XDMA throughoutSebastian Huber8-32/+6
2016-12-16bsp/atsam: Use standard XDMA for QSPI supportSebastian Huber1-9/+1
2016-12-16bsp/atsam: Add SC16IS752 supportSebastian Huber4-0/+158
2016-12-16bsp/atsam: Move interrupt setup to PIO_Configure()Sebastian Huber2-25/+21
2016-12-16bsp/atsam: System initialization for PIO IRQsSebastian Huber3-124/+127
2016-12-16bsp/atsamv: Move XDMAD instance out of SPI driverSebastian Huber3-89/+44
2016-12-15bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber4-242/+203
2016-12-15bsp/atsam: Use _Assert() instead of assert()Sebastian Huber1-66/+66
2016-12-15bsp/atsam: Use inline functions for XDMA accessSebastian Huber3-609/+508
2016-12-14bsp/atsam: Optimize SPI interruptSebastian Huber1-40/+36
2016-12-14bsp/atsam: Simplify SPI transfer statusSebastian Huber1-7/+9
2016-12-14bsp/atsam: Reduce context switches for SPI transfSebastian Huber1-99/+107
2016-12-14bsp/atsam: Optimize SPI DMA transfer setupSebastian Huber1-73/+48
2016-12-14bsp/atsam: Simplify SPI DMA transfer setupSebastian Huber1-70/+38
2016-12-14bsp/atsam: Simplify SPI DMA initializationSebastian Huber1-56/+23
2016-12-14bsp/atsam: Simplify SPI interrupt handlerSebastian Huber1-7/+1
2016-12-14bsp/atsam: Remove superfluous irq fieldSebastian Huber1-8/+6
2016-12-14bsp/atsam: Remove duplicate SPI register fieldSebastian Huber1-4/+3
2016-12-14bsp/atsam: Simplify SPI initializationSebastian Huber3-36/+23
2016-12-14bsp/atsam: Hide details of SPI driverSebastian Huber2-31/+24
2016-12-14bsp/atsam: Align SPI API with PIO_Configure()Sebastian Huber3-27/+44
2016-12-14bsp/atsam: Avoid to power on/off the SPI moduleSebastian Huber2-22/+9
2016-12-14bsp/atsam: Speed up SPI DMA transfer startSebastian Huber2-9/+10
2016-12-14bsp/atsam: Optimize transfer setup checksSebastian Huber1-34/+32
2016-12-14bsp/atsam: No timeout for SPI DMA transfersSebastian Huber1-7/+3
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-4/+0