summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
Commit message (Expand)AuthorAgeFilesLines
...
* Fix types in conditional compilationGregory Nutt2014-01-101-1/+1
* Fix a duplicate label introduce in recent commitGregory Nutt2013-12-231-8/+10
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-231-11/+18
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-231-6/+9
* Finishes coding of ARMv7-M high priority nested interrupt logic. Still undoc...Gregory Nutt2013-12-211-5/+53
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-211-6/+0
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-201-1/+1
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-102-2/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-053-3/+3
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-292-4/+4
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-3/+3
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-221-8/+8
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-2/+2
* SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver ...Gregory Nutt2013-10-061-4/+4
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-8/+1
* LPC17xx SPI: Remove an unused static prototype that caused a compile time wa...Gregory Nutt2013-09-171-1/+0
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-171-9/+9
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-4/+4
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-6/+40
* Fix #endif with missing #if condition. Reported by Andrew BradfordGregory Nutt2013-08-231-0/+2
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-3/+9
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-131-1/+1
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-132-16/+23
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-4/+3
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-7/+10
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-0/+106
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-3/+0
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-22/+15
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-25/+25
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-241-0/+114
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+4
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-8/+8
* Add SPI driver for the Freescale KL25ZGregory Nutt2013-06-191-9/+9
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-064-36/+18
* Fix for lpc17xx i2c single byte read timeout error problem from M.KannanGregory Nutt2013-05-081-37/+37
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-021-1/+1
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-1/+4
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-0/+2
* Remove up_assert_codeGregory Nutt2013-04-253-8/+8
* LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannanGregory Nutt2013-04-231-7/+7
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-1/+1
* Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel MarceloGregory Nutt2013-04-123-83/+95
* Back out the LPC1788 GPIO typemask logic that was just checked in. This is n...Gregory Nutt2013-04-082-5/+3
* LPC1788 framebuffer LCD now works! From Rommel MarceloGregory Nutt2013-04-084-124/+131
* Minor improvements to comments and debug outputGregory Nutt2013-04-081-1/+1
* LPC178x SYSCON matrix definitions from Rommel MarceloGregory Nutt2013-04-071-10/+33
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disab...Gregory Nutt2013-04-072-4/+11
* LPC178x GPIO update from Rommel MarceloGregory Nutt2013-04-073-151/+107