summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-223-94/+68
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-215-36/+66
* SAM4S Xplained Pro: Watchdog timer support for Bob DoisonGregory Nutt2014-04-217-93/+486
* Add debug assertion on failure to allocate a watchdogGregory Nutt2014-04-211-0/+2
* Missing watchdog timer configuration settingGregory Nutt2014-04-211-0/+5
* SAM3/4: Add watchdog timer support. From Bob DoisinGregory Nutt2014-04-211-1/+1
* SAM3/4: Add watchdog timer support. From Bob DoisinGregory Nutt2014-04-219-14/+852
* SAM4S Xplained: Add logic to autostart the USB monitorGregory Nutt2014-04-212-7/+47
* SAM4S Xplained: Boot PPLLA to 2450MHz to support USBGregory Nutt2014-04-212-13/+25
* SAM4S Xplained Pro: Add USB suspend/resume hook. From Bob DoisonGregory Nutt2014-04-212-0/+91
* SAM4S Xplained Pro: Enable MPU. From Bob DoironGregory Nutt2014-04-212-1/+11
* 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
* 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
* 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-195-268/+966
* 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 presen...Gregory Nutt2014-04-193-23/+9
* Fix an error introduced in the last commitGregory Nutt2014-04-194-2/+4
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-174-74/+112
* SAM3/4 Interrupt initialization. Default interrupt priority not being set cor...Gregory Nutt2014-04-173-6/+7
* 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 co...Gregory Nutt2014-04-173-1/+29
* STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it shou...Gregory Nutt2014-04-171-1/+5
* STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpo...Gregory Nutt2014-04-172-8/+12
* SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type ...Gregory Nutt2014-04-173-0/+6
* 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 com...Gregory Nutt2014-04-174-9/+15
* 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 Du...Gregory Nutt2014-04-163-12/+32
* SAMA5 TWI: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-162-30/+39
* SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-163-30/+53