summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill1-1/+1
2015-03-17libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()Joel Sherrill1-7/+4
2015-03-05libchip/serial: Fix warningSebastian Huber1-2/+1
2015-01-23libchip: Fix high capacity detection for MMCSebastian Huber1-1/+1
2014-11-26libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin1-1/+0
2014-11-26libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin3-1/+14
2014-11-26libchip/display/disp_hcms29xx.c: Remove useless variable and checkJosh Oguin1-6/+1
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-1/+1
2014-10-10arm/nds: Warning clean upJoel Sherrill1-1/+3
2014-10-10libchip/rtc/mc146818a.c: Compiles again and clean upJoel Sherrill1-6/+14
2014-10-09libchip/rtc/mc146818a*: Fix prototypes to use uintptr_t and fix set but unuse...Joel Sherrill2-11/+17
2014-10-07libchip/serial: Task driven mode for NS16550Sebastian Huber2-12/+120
2014-10-07libchip/serial: Fix NS16550 for pppstart()Sebastian Huber2-18/+40
2014-10-07libchip/serial: Add alternative NS16550 driverSebastian Huber5-88/+798
2014-09-08libchip/dwmac: Use RTEMS_DEVOLATILE()Sebastian Huber1-4/+11
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
2014-08-22libchip/dwmac: Make PHY address user configurableChristian Mauderer3-12/+30
2014-06-05GRETH: remove TCP/UDP HW checksum generationDaniel Hellstrom1-2/+2
2014-04-30libchip: Add asserts to dwmac driverRalf Kirchner1-0/+3
2014-04-30libchip: Correct netstats message for dwmac driverRalf Kirchner1-1/+1
2014-04-17libchip: Correct error handling in dwmac driverRalf Kirchner1-11/+4
2014-04-17libchip: Reduce tx interruptsRalf Kirchner4-222/+262
2014-04-17libchip: CleanupRalf Kirchner1-2/+2
2014-04-17libchip: Improve handling of DMA suspendsRalf Kirchner1-0/+1
2014-04-16libchip: SMP support for NS16550Sebastian Huber1-19/+22
2014-03-31libchip: Avoid __DEVOLATILE()Sebastian Huber1-11/+9
2014-03-31SPI SD-Card: adapt common driver code to block devices core API changes.Pavel Pisa1-3/+3
2014-03-21greth: Make local functions static, remove overflow and correct printf call.Daniel Cederman1-6/+8
2014-03-21smc91111: Move driver attach prototype to header file.Daniel Cederman2-3/+8
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns80-80/+80
2014-03-14libchip: Relax buffer counts and add fatal errorRalf Kirchner1-2/+13
2014-03-14libchip: Include <bsp.h> BSP options definitionSebastian Huber1-2/+2
2014-03-13libchip: Check interrupt extension availabilitySebastian Huber1-0/+13
2014-03-13libchip: Avoid <bsp/utility.h>Sebastian Huber2-578/+612
2014-03-13libchip: Add dwmac 10/100/1000 network driverRalf Kirchner16-1/+6540
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber1-1/+1
2014-01-23libchip/serial: DocumentationSebastian Huber1-10/+1
2013-10-08SPI SD-Card: setup valid CRC-7 for STOP_TRANSMISSION command.Pavel Pisa1-0/+5
2013-08-30sapi: SMP support for chainsSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber2-5/+5
2013-07-24score: Merge sysstate API into one fileSebastian Huber3-0/+3
2013-07-23Include missing <string.h>Sebastian Huber3-0/+3
2013-07-17bsps/serial: Move bsp_console_select() declarationSebastian Huber1-0/+7
2013-07-16libchip/ata: Remove dead codeSebastian Huber1-58/+5
2013-07-09libchip ns16550.c: Improve commentJoel Sherrill1-1/+4
2013-06-29libchip/serial: Add const qualifierSebastian Huber1-1/+1
2013-06-21libchip/serial: Fix warningSebastian Huber1-1/+0
2013-06-19greth: do not advertise 1000M capability if MAC does not support it.Jiri Gaisler1-0/+11
2013-06-19greth: prefer full duplex if availableJiri Gaisler1-3/+3
2013-06-12libchip: Use Termios API change for NS16550Sebastian Huber1-13/+9