summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-03Add STM32F4 HAL FilesIsaac Gutekunst180-0/+285081
2015-11-03Leftover gpio function renameBen Gras2-4/+4
2015-10-28bsp/qoriq: Fix interrupt support for T seriesSebastian Huber3-127/+77
2015-10-28bsp/qoriq: Add BMan, QMan and FMan to memory mapSebastian Huber1-1/+20
2015-10-28bsp/qoriq: Flush and invalidate L2 cacheSebastian Huber2-0/+27
2015-10-28bsp/qoriq: Invalidate L1 cache on boot processorSebastian Huber1-0/+20
2015-10-28bsp/qoriq: Map intercom area only if necessarySebastian Huber1-1/+3
2015-10-28bsp/qoriq: Add BMan and QMan portals to memory mapSebastian Huber3-4/+11
2015-10-28bsp/qoriq: Increase non-cacheable regionSebastian Huber1-2/+2
2015-10-28bsp/qoriq: Drop M flag from device IO regionsSebastian Huber1-1/+1
2015-10-28bsps: Generalize .nocacheheap to .nocachenoloadSebastian Huber6-5/+25
2015-10-26basdefs.h: Add and use RTEMS_PACKEDSebastian Huber5-21/+21
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber7-11/+11
2015-10-26basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber1-2/+2
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber3-3/+3
2015-10-21Fixes GPIO APIs Naming Convention and CommentsSudarshan Rajagopalan4-17/+21
2015-10-21libbsp/Makefile.am: gpio.h as preinstalled headerBen Gras2-0/+5
2015-10-20moxiesim/configure.ac: Fix typoJoel Sherrill1-1/+1
2015-10-20h8sim-testsuite.tcfg: Add fsdosfsname01Joel Sherrill1-0/+1
2015-10-20bsp/leon3: Fix Termios context usageSebastian Huber1-8/+3
2015-10-19bsp/qoriq: Use U-Boot provided FDTSebastian Huber10-42/+268
2015-10-19bsp/qoriq: Simplify initializationSebastian Huber1-75/+62
2015-10-19bsp/qoriq: Initialize FPU on secondary threadSebastian Huber1-0/+4
2015-10-15bsp/qoriq: Add missing isync after mtmsrSebastian Huber1-0/+4
2015-10-14bsps/arm: Add missing translation table entrySebastian Huber1-0/+4
2015-10-08bsp/qoriq: Add nocache heapSebastian Huber3-5/+20
2015-10-08bsps: Add .nocacheheap sectionSebastian Huber6-22/+36
2015-10-07bsp/qoriq: Add BMan and QMan PortalsSebastian Huber1-0/+16
2015-10-07bsp/qoriq: Initilize FPUSebastian Huber1-0/+57
2015-10-07bsp/qoriq: Move BUCSR initializationSebastian Huber1-14/+7
2015-09-30bsps/i386: Interrupt server supportSebastian Huber4-5/+22
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber5-29/+33
2015-09-25bootstrap: regenerate preinstall.amGedare Bloom1-4/+0
2015-09-25RaspberryPi: Added I2C and SPI bus support.Andre Marques8-94/+1377
2015-09-25Added GPIO API sources to rpi MakefileAndre Marques2-1/+6
2015-09-25Removed GPIO API from the libbsp/shared Makefile.Andre Marques1-2/+1
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber1-2/+2
2015-09-10Beaglebone: fix missing clobber in inline assembly.Marcos Diaz1-1/+7
2015-09-10lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill1-0/+1
2015-09-04bsps/arm: Fix function definitionSebastian Huber1-1/+1
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-0/+4
2015-08-18Beagle: GPIO support (for BBB)Ketul Shah7-1/+874
2015-08-18Closes ticket #2390, and also updates the RPI implementation.Andre Marques3-15/+23
2015-08-06Raspberry Pi implementation for the RTEMS GPIO API.Andre Marques8-17/+714
2015-08-06RTEMS GPIO API definition and implementation.Andre Marques4-1/+2931
2015-08-02ada-tests/support/init.c: Fix compile errors and warningsJoel Sherrill1-12/+20
2015-07-31bsps/arm: Do not use __ARM_ARCH_7A__Sebastian Huber1-28/+16
2015-07-21bsps/arm: Update due to API changesSebastian Huber1-4/+4
2015-07-20bsp/tms570 Use bitfields instead of hard-coded valuesPremysl Houdek4-32/+52
2015-07-20bsp/tms570: skipped 32bit field definitions and corrected single bit fieldsPremysl Houdek36-3298/+2641