summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/serial/spi.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-26bsp/bfin: Move libcpu content to bspsSebastian Huber1-240/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-01-04bsps/bfin: Use public include pathChris Johns1-1/+1
Update #3254.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-01-112010-01-11 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-69/+202
* serial/spi.c, serial/spi.h: Fill in skeleton with functional SPI master code. * include/spiRegs.h: Correct spi shadow register declaration.
2009-11-30Whitespace removal.Ralf Corsepius1-2/+2
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-0/+109
* ChangeLog, Makefile.am, README, configure.ac, preinstall.am, cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c, clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h, include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h, include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h, include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h, include/sicRegs.h, include/spiRegs.h, include/sportRegs.h, include/timerRegs.h, include/twiRegs.h, include/uartRegs.h, include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h, mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h, serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h, serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h, timer/timer.c: New files.