aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-091-1/+0
| * | STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-082-57/+22
| * | Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-081-13/+0
| * | Add driver for Univision UG-2864AMBAG01patacongo2012-11-074-12/+1271
| * | STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+1
| * | Fix apps/netutils/webclient build problempatacongo2012-11-061-3/+3
| * | Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-063-1/+21
| * | RGMP 4.0 update from Qiang Yupatacongo2012-11-043-327/+317
| * | Fixes for warnings from Freddie Chopinpatacongo2012-11-011-2/+4
| * | STM32 ADC driver fixespatacongo2012-10-211-2/+13
| * | Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-2/+2
| * | Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-203-0/+1484
* | | Merge commit '920608bf3671662f94b4939ffdaf6fde2b08edff'px4dev2013-01-061-2/+4
|\ \ \
| * | | serial: fixed up FIONREAD and FIONWRITEAndrew Tridgell2013-01-031-4/+12
| * | | Add FIONWRITE to allow applications to sniff the amount of writable space on ...px4dev2013-01-031-0/+21
| | |/ | |/|
* | | Fix the handling of FIONREAD/FIONWRITE; thanks Tridge.px4dev2013-01-041-3/+17
* | | Add FIONWRITE to allow applications to sniff the amount of writable space on ...px4dev2013-01-031-0/+21
|/ /
* | Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-241-71/+216
* | Fix logic bug in ONLCR processing.px4dev2012-11-021-1/+1
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-137-205/+584
|\|
| * Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-104/+116
| * Fix some W25 driver errorspatacongo2012-10-041-15/+6
| * Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-0/+8
| * Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-281-11/+92
| * Fix ID tagging in ADS7843/XPT2046 touchscreen driverpatacongo2012-09-271-1/+1
| * Fix STM32 SPI3 remap logicpatacongo2012-09-271-2/+1
| * STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-273-71/+320
| * Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-272-2/+41
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-09-277-6/+70
|\|
| * Correct some bad parameter checkingpatacongo2012-09-271-2/+1
| * Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-273-2/+22
| * Shenzhou board has an SSD1289 LCD, not ILI93xxpatacongo2012-09-262-3/+33
| * Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-0/+15
| * Corrections for SD card on Shenzhou boardpatacongo2012-09-241-1/+1
| * Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-1/+1
* | Merge from upstream NuttXpx4dev2012-09-194-144/+348
|\|
| * The ENC28J60 driver is now functionalpatacongo2012-09-191-109/+101
| * Fix another ENC28J60 chip select bugpatacongo2012-09-181-6/+86
| * Cosmetic updates to the ENC28J60 driverpatacongo2012-09-182-12/+50
| * Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-11/+18
| * Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-172-13/+92
| * Resync new repository with old repo r5166patacongo2012-09-178-65/+1471
| * Resync new repository with old repo r5166patacongo2012-09-17159-0/+75890
* Merge branch 'NuttX/master'px4dev2012-09-166-61/+1439
|\
| * Add W25 FLASH support to fire-stm32v2 and shenzhou boards; a fiew enc28j60 up...patacongo2012-09-163-15/+27
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-163-4/+1261
| * ENC28J60: All work is now performed on worker thread, not the in interrupt ha...patacongo2012-09-151-40/+149
| * Fix a ARMv7-M interrupt disable/optimization bugpatacongo2012-09-151-2/+2
* | Merge branch 'NuttX/master'px4dev2012-09-1454-1493/+2488
|\|
| * Some ENC28J60-related fixespatacongo2012-09-141-2/+22