summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-026-38/+132
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-0214-206/+664
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-0240-135/+636
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-0113-98/+595
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-3112-106/+165
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-309-67/+303
* More board configurations updatespatacongo2012-07-292-9/+0
* Review and update some board configurationspatacongo2012-07-2938-260/+266
* Add memccpy{}patacongo2012-07-296-18/+123
* Add memchr()patacongo2012-07-285-19/+110
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-284-34/+71
* PM update; NSH extension to catch return valuespatacongo2012-07-285-25/+83
* PM updatepatacongo2012-07-272-83/+163
* STM32F4Discovery configuration clean-uppatacongo2012-07-2711-78/+80
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-278-20/+275
* PM updates (missed last night)patacongo2012-07-272-6/+19
* PM updatepatacongo2012-07-277-18/+100
* Add SSD1783 LCD driver for C155 phonepatacongo2012-07-2611-21/+744
* Mostly cosmetic updatespatacongo2012-07-267-158/+217
* Fix logic error in configuring PGA11x devices in a daisy chain. Add logic in...patacongo2012-07-252-108/+414
* PGA11x driver belongs in analog/ not input/patacongo2012-07-258-34/+44
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-2513-35/+1016
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-2521-258/+2666
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-2414-243/+117
* Ooops.. c_speed is now read-onlypatacongo2012-07-243-3/+89
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-245-53/+61
* Remove BOTHERpatacongo2012-07-2418-128/+133
* LP43xx SPIFI MTD driver updatepatacongo2012-07-237-13/+150
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-2314-256/+345
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-2213-527/+141
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo2012-07-225-172/+217
* Add support for extended BAUD settingspatacongo2012-07-228-59/+513
* Make serial setup configurale in apps/examples/modbuspatacongo2012-07-212-8/+38
* Missed a couple of files in the last check-inpatacongo2012-07-213-0/+176
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-2144-418/+1387
* FreeModBus now buildspatacongo2012-07-2119-98/+130
* Add FreeModBus to NuttX build systempatacongo2012-07-2112-15/+529
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-2124-220/+978
* Check-in of initial, unmodified freemodbus-v1.5.0patacongo2012-07-2125-1/+3881
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-208-24/+254
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-206-2/+106
* Add missing file needed for stm32f100xx portpatacongo2012-07-205-6/+274
* Fix some questionable MAC addressespatacongo2012-07-1914-62/+70
* Add support for STM32F100x value line. Contributed by Mike Smith. Still mis...patacongo2012-07-198-79/+291
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-194-10/+10
* Add STM32 PM sleep supportpatacongo2012-07-185-4/+145
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-185-17/+111
* Create an MTD driver for SPIFIpatacongo2012-07-187-231/+992
* Drop SPIFI frequency.. spifi_init no longer reports errorspatacongo2012-07-172-14/+16