summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-3040-115/+176
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-309-4/+8
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-30199-201/+11
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-30225-1807/+1727
| | | | Add some missing .gitignore files
* Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-296-57/+64
| | | | many NULL packets and so that the OUT request buffer size is exactly the max packet size.
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets ↵Gregory Nutt2013-05-297-76/+164
| | | | correctly and it prevent use of the driver with the CDC/ACM class
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-2823-1/+4055
|
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-284-2/+349
|
* Fix null packet handling in the PIC32 USB device driver. This is a critical ↵Gregory Nutt2013-05-286-38/+102
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-274-11/+11
|
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-274-11/+80
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-2711-102/+372
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-278-86/+101
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* Converted all configurations to use the kconfig-frontends tools, cleaned up ↵Gregory Nutt2013-05-2627-2113/+3125
| | | | the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
* Mis SLCD-related cleanup, documentation, bugfixesGregory Nutt2013-05-264-13/+17
|
* More SLCD-related fixesGregory Nutt2013-05-265-183/+304
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-267-46/+111
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-258-68/+750
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-2519-874/+1532
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Minor documentation updateGregory Nutt2013-05-244-1/+60
|
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-246-34/+58
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-244-32/+113
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-2419-237/+643
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add SLCD ioctl commandsGregory Nutt2013-05-235-23/+209
|
* Revised SLCD bit manipulation for STM32L-DiscoveryGregory Nutt2013-05-231-131/+181
|
* poll again; if fd is less than zero, it should set revents to zero, not POLLNVALGregory Nutt2013-05-232-18/+11
|
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-2311-219/+1094
|
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-237-12/+820
|
* poll needs to set POLLNVAL if file descriptor is badGregory Nutt2013-05-232-15/+30
|
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ↵Gregory Nutt2013-05-233-4/+10
| | | | not POLLOUT
* poll should ignore invalid file descriptorsGregory Nutt2013-05-232-22/+36
|
* Don't allocate dhcp_state structure when DHCP is not configuredGregory Nutt2013-05-231-1/+1
|
* Beginning of a segment LCD driver for the STM32L-DiscoveryGregory Nutt2013-05-227-31/+515
|
* Documentation updateGregory Nutt2013-05-221-159/+267
|
* Add TCP echo example for the LM3S6965-EK. From Max HoltzbergGregory Nutt2013-05-225-1/+883
|
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-229-4/+583
|
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-2117-106/+979
|
* Add UDP discovery example for the LM3S6965-EK. From Max HoltbergGregory Nutt2013-05-214-1/+836
|
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-214-15/+39
|
* Add STM32L15X segment LCD register definitions; Updated documentatin and ↵Gregory Nutt2013-05-215-49/+233
| | | | README files
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-2110-228/+304
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-208-75/+170
|
* Internal FLASH MTD driver for TI/Stellaris from Max HoltzbergGregory Nutt2013-05-206-3/+412
|
* Fix STM32L-Discovery clock setup - The X3 crystal is not fitted on the boardGregory Nutt2013-05-207-35/+75
|
* Misc updates to STL32L15X logicGregory Nutt2013-05-206-57/+143
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-1918-1/+1896
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-192-29/+31
|
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-1913-95/+703
|
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-198-13/+330
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-1931-22/+4394
|