summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
| * | KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added tw...Lorenz Meier2013-06-023-3/+3
| |/
| * Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-011-0/+2
| * Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-012-36/+86
| * Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-0116-757/+3410
| * The Makefile in every directory that can generate a .dSYM should also clean ....Gregory Nutt2013-05-301-1/+1
| * .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3084-82/+2
| * Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-30101-356/+417
| * Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-296-57/+64
| * Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-297-76/+164
* | Updated defconfig, now 100% vetted vs. old config AND KConfig cleanLorenz Meier2013-06-022-52/+64
* | Added transitional tools to gitignoreLorenz Meier2013-06-021-0/+3
* | Re-enable sys log to work around USB vs. ttyS0 issue - works, but needs furth...Lorenz Meier2013-06-011-2/+3
* | Checkpoint: Board bootingLorenz Meier2013-06-015-18/+115
* | Config improvementsLorenz Meier2013-06-015-1118/+1179
* | Integration with main Firmware repo, adjusting new-style configsLorenz Meier2013-06-0113-1756/+185
* | Config updatesLorenz Meier2013-06-013-152/+112
* | Updated FMU and IO configsLorenz Meier2013-06-0134-1582/+3406
* | Added stack checkingLorenz Meier2013-05-313-2/+42
* | Almost compiling FMU configLorenz Meier2013-05-318-163/+1055
* | Added FMU config, used different name to prevent with px4fmu pre-menuconfig c...Lorenz Meier2013-05-3028-0/+5598
|/
* 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
* 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-279-98/+346
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-277-76/+91
* Converted all configurations to use the kconfig-frontends tools, cleaned up t...Gregory Nutt2013-05-2627-2113/+3125
* Mis SLCD-related cleanup, documentation, bugfixesGregory Nutt2013-05-264-13/+17
* More SLCD-related fixesGregory Nutt2013-05-264-167/+283
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-265-15/+50
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl...Gregory Nutt2013-05-257-68/+749
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-2518-873/+1531
* Minor documentation updateGregory Nutt2013-05-244-1/+60
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-245-30/+42
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-243-25/+32
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the...Gregory Nutt2013-05-2410-234/+252
* 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
* poll should ignore invalid file descriptorsGregory Nutt2013-05-232-22/+36
* 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-221-1/+1
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-2117-106/+979