summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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-248-106/+107
* LP43xx SPIFI MTD driver updatepatacongo2012-07-237-13/+150
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-2311-208/+319
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-2213-527/+141
* Add support for extended BAUD settingspatacongo2012-07-228-59/+513
* Missed a couple of files in the last check-inpatacongo2012-07-212-0/+176
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-219-3/+303
* Add FreeModBus to NuttX build systempatacongo2012-07-212-0/+132
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-212-0/+4
* 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-191-4/+12
* 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
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-1713-57/+763
* Header file clean-uppatacongo2012-07-1794-301/+385
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-1710-23/+301
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-167-43/+294
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-165-87/+88
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-1515-83/+104
* mm/ file clean-uppatacongo2012-07-1418-439/+493
* Clean-up files in fs/ directorypatacongo2012-07-1443-328/+388
* PM updatepatacongo2012-07-144-6/+23
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-14204-1637/+2199
* Calibrate lpc4330-xplorer delay loopspatacongo2012-07-133-2/+8
* Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo2012-07-134-14/+177
* Prep for release 6.20nuttx-6.20patacongo2012-07-124-207/+262
* Get the STM3220G-EVAL nsh2 configuration to compilepatacongo2012-07-124-4/+20
* STM32: remove pm_unregister buttons. Initialize PM buttons only oncepatacongo2012-07-126-66/+49
* Make PM button logic configurablepatacongo2012-07-125-22/+37
* PM: Needs to set newstate to NORMAL when awakening from stop modepatacongo2012-07-111-0/+1
* PM updatepatacongo2012-07-114-16/+135
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-114-234/+164