summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-2/+53
* Move SAM4L peripheral clock logic to a separate fileGregory Nutt2013-06-051-0/+3
* Add power management register defintions and clock control logic for the SAM4LGregory Nutt2013-06-051-1/+6
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-1/+7
* Add SAM4L GPIO driverGregory Nutt2013-06-041-0/+3
* Create SAM4L GPIO driver header fileGregory Nutt2013-06-041-1/+3
* If CONFIG_STM32_DMACAPABLE is defined, use stm32_dmacapable to workaround att...Gregory Nutt2013-06-041-0/+6
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ...Gregory Nutt2013-06-041-0/+4
* SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-031-0/+3
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-0/+2
* Add vector and chip cability definitions for the SAM4L familyGregory Nutt2013-06-031-0/+4
* Add interrupt and memory map definitions for the AT91SAM4LGregory Nutt2013-06-031-0/+3
* Fix an assertionGregory Nutt2013-06-021-0/+2
* Add dprintf() and vdprintf()Gregory Nutt2013-06-021-0/+2
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-021-0/+3
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-0/+5
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-021-1/+4
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-021-0/+5
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-011-0/+2
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+9
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+5
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-291-0/+7
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-281-1/+6
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-0/+6
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-0/+3
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-271-1/+3
* Converted all configurations to use the kconfig-frontends tools, cleaned up t...Gregory Nutt2013-05-261-0/+7
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-0/+2
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl...Gregory Nutt2013-05-251-0/+6
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-251-1/+4
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-241-0/+3
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the...Gregory Nutt2013-05-241-0/+6
* Add SLCD ioctl commandsGregory Nutt2013-05-231-0/+3
* poll again; if fd is less than zero, it should set revents to zero, not POLLNVALGregory Nutt2013-05-231-2/+1
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-0/+2
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-231-2/+4
* poll needs to set POLLNVAL if file descriptor is badGregory Nutt2013-05-231-0/+2
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-1/+3
* poll should ignore invalid file descriptorsGregory Nutt2013-05-231-0/+2
* Beginning of a segment LCD driver for the STM32L-DiscoveryGregory Nutt2013-05-221-0/+3
* Add TCP echo example for the LM3S6965-EK. From Max HoltzbergGregory Nutt2013-05-221-1/+4
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-211-0/+6
* Add UDP discovery example for the LM3S6965-EK. From Max HoltbergGregory Nutt2013-05-211-1/+3
* Add STM32L15X segment LCD register definitions; Updated documentatin and READ...Gregory Nutt2013-05-211-0/+3
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-1/+4
* Internal FLASH MTD driver for TI/Stellaris from Max HoltzbergGregory Nutt2013-05-201-0/+4
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-191-1/+5
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-191-0/+2
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-191-1/+2
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-191-0/+2