summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SAM4S Xplained Pro: Added card detect, automout procfs. From Bob DoisonGregory Nutt2014-04-217-7/+443
|
* Support for the Atmel SAM4S Xplaiend Board from Bob DoisonGregory Nutt2014-04-2119-0/+3041
|
* Correct some procfs conditional compilation. From Bob DoironGregory Nutt2014-04-211-1/+1
|
* SAM3/4: Support for PDC based HSMCI ADMA from Bob DoironGregory Nutt2014-04-213-101/+240
|
* SDIO-based MMC/SD improvements from Bob DoironGregory Nutt2014-04-213-32/+41
|
* SAM4S: Fix error in macro that disabled peripheral clocking. From Bob DoironGregory Nutt2014-04-212-2/+4
|
* SAM3/4 RTC driver from Bob DoironGregory Nutt2014-04-211-0/+6
|
* SAM3/4 RTC driver from Bob DoironGregory Nutt2014-04-213-0/+757
|
* Remove an STM32 dependencyGregory Nutt2014-04-212-6/+4
|
* nxplayer: Complilation failure in one configuration reported by Manuel StühnGregory Nutt2014-04-212-1/+4
|
* Updated IEEE 695 header fileGregory Nutt2014-04-211-7/+9
|
* Updated IEEE 695 header fileGregory Nutt2014-04-201-0/+26
|
* Nucleo-F401RE build issuesGregory Nutt2014-04-205-48/+81
|
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ↵Gregory Nutt2014-04-2023-3/+4076
| | | | Bennett
* Updated IEEE 695 header fileGregory Nutt2014-04-201-0/+14
|
* Updated IEEE 695 header fileGregory Nutt2014-04-201-2/+128
|
* Add IEEE 695 OMF header fileGregory Nutt2014-04-192-0/+254
|
* zkit-arm-1769: Refreshed all configurationsGregory Nutt2014-04-196-269/+967
|
* olimex-lpc1766stk: Refreshed all configurationsGregory Nutt2014-04-1912-537/+793
|
* lpcxpresso-lpc1768: Refreshed all configurationsGregory Nutt2014-04-193-93/+197
|
* lpcxpresso-lpc1768: Refreshed all configurationsGregory Nutt2014-04-193-154/+274
|
* Remove other traces of network interrupt prioritizationGregory Nutt2014-04-1921-30/+12
|
* ST32: Make selection of SDIO interrupt priority essentially impossibleGregory Nutt2014-04-191-1/+2
|
* LPC17xx: Prioritized interrupts are not supported (although hooks are ↵Gregory Nutt2014-04-193-23/+9
| | | | present to prioritize interrupts). Make LPC17 Ethernet default priority to be the system default, not the highest. If the unsupported feature is enabled, then at least it should do no harm
* Fix an error introduced in the last commitGregory Nutt2014-04-194-2/+4
|
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR ↵Gregory Nutt2014-04-174-74/+112
| | | | register to determine how many interrupt lines/registers are supported by the MCU
* SAM3/4 Interrupt initialization. Default interrupt priority not being set ↵Gregory Nutt2014-04-173-6/+7
| | | | correctly
* HID mouse: Don't include NAKs in error count. From LeoGregory Nutt2014-04-173-7/+17
|
* Add logic to register HID keybaord and mouse classes; fix some conditional ↵Gregory Nutt2014-04-173-1/+29
| | | | compilation. From Leo
* STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it ↵Gregory Nutt2014-04-171-1/+5
| | | | should be cleared
* STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt ↵Gregory Nutt2014-04-172-8/+12
| | | | endpoints
* SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type ↵Gregory Nutt2014-04-173-0/+6
| | | | xcpt_t
* SAMA5 EMAC: Missing right parens from last change. Noted by Luciano NeriGregory Nutt2014-04-172-7/+11
|
* Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the ↵Gregory Nutt2014-04-174-9/+15
| | | | common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes.
* Updated README filesGregory Nutt2014-04-162-0/+32
|
* Costmetic: Replace spaces with tabsGregory Nutt2014-04-161-2/+2
|
* STM32 OTGFS Host: Additional trace points from LeoGregory Nutt2014-04-163-4/+27
|
* STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzerGregory Nutt2014-04-162-1/+5
|
* MIO183QT-9A LCD driver updated to support reading from the LCD. From Toby ↵Gregory Nutt2014-04-163-12/+32
| | | | Duckwork
* SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and ↵Gregory Nutt2014-04-162-30/+39
| | | | cannot be used in pre-processor conditionals
* SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and ↵Gregory Nutt2014-04-163-30/+53
| | | | cannot be used in pre-processor conditionals
* SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a ↵Gregory Nutt2014-04-163-31/+57
| | | | constant and cannot be used in pre-processor conditionals
* SAMA5 CAN: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and ↵Gregory Nutt2014-04-164-35/+46
| | | | cannot be used in pre-processor conditionals
* Sourceforge Patch #37: Missing semicolonGregory Nutt2014-04-161-1/+1
|
* SAMA5 ADC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and ↵Gregory Nutt2014-04-164-21/+46
| | | | cannot be used in pre-processor conditionals
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-16210-362/+157
|
* Updates to the STM32 OTGFS host logic from LeoGregory Nutt2014-04-154-21/+17
|
* Costmetic changes to some commentsGregory Nutt2014-04-142-3/+3
|
* Remove some warnings introduced with the last changeGregory Nutt2014-04-141-1/+3
|
* examples/touchscreen: Add a configuration option to indicate that there is ↵Gregory Nutt2014-04-1410-7/+40
| | | | or is not an architecture-specific initialization function