summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
AgeCommit message (Expand)AuthorFilesLines
2012-08-03STM32 PM updatepatacongo1-3/+16
2012-08-03STM32 PM updatepatacongo1-1/+1
2012-08-03LPC43 updatepatacongo7-7/+25
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo1-1/+5
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo1-6/+82
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-3/+18
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-1/+1
2012-07-29More board configurations updatespatacongo2-9/+0
2012-07-29Review and update some board configurationspatacongo35-254/+237
2012-07-28PM update; NSH extension to catch return valuespatacongo2-8/+9
2012-07-27PM updatepatacongo2-83/+163
2012-07-27STM32F4Discovery configuration clean-uppatacongo10-78/+78
2012-07-27Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo5-14/+225
2012-07-27PM updates (missed last night)patacongo2-6/+19
2012-07-27PM updatepatacongo3-14/+90
2012-07-26Add SSD1783 LCD driver for C155 phonepatacongo9-10/+701
2012-07-26Mostly cosmetic updatespatacongo1-33/+34
2012-07-25PGA11x driver belongs in analog/ not input/patacongo3-16/+16
2012-07-25Add support for the TI PGA11x amplifier/multiplexerpatacongo3-21/+123
2012-07-25Add PM support for the STM32F4Discovery -- still a work in progresspatacongo17-252/+2648
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo1-5/+2
2012-07-24Remove BOTHERpatacongo1-2/+2
2012-07-23LP43xx SPIFI MTD driver updatepatacongo3-2/+33
2012-07-23Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo1-5/+7
2012-07-22Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo1-0/+20
2012-07-21Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2-1/+11
2012-07-21Add FreeModBus to NuttX build systempatacongo2-0/+132
2012-07-20Add completed but untested support for RS-485 on the LPC43xxpatacongo4-5/+10
2012-07-20Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo3-1/+19
2012-07-19Fix some questionable MAC addressespatacongo1-4/+12
2012-07-18Update driver to work with and external SPIFI library (vs. ROM)patacongo2-0/+5
2012-07-18Create an MTD driver for SPIFIpatacongo3-152/+79
2012-07-17Drop SPIFI frequency.. spifi_init no longer reports errorspatacongo2-14/+16
2012-07-17Add logic to initialize the LPC43xx SPIFI devicepatacongo5-46/+90
2012-07-17Header file clean-uppatacongo1-2/+34
2012-07-17STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo1-1/+7
2012-07-16Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo3-12/+62
2012-07-16Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo1-3/+3
2012-07-14PM updatepatacongo3-6/+20
2012-07-14Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo6-51/+474
2012-07-13Calibrate lpc4330-xplorer delay loopspatacongo2-2/+2
2012-07-13Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo3-5/+159
2012-07-12Prep for release 6.20patacongo1-5/+20
2012-07-12Get the STM3220G-EVAL nsh2 configuration to compilepatacongo4-4/+20
2012-07-12STM32: remove pm_unregister buttons. Initialize PM buttons only oncepatacongo6-66/+49
2012-07-12Make PM button logic configurablepatacongo5-22/+37
2012-07-11PM: Needs to set newstate to NORMAL when awakening from stop modepatacongo1-0/+1
2012-07-11PM updatepatacongo2-15/+68
2012-07-11LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo1-3/+12
2012-07-11Add an NSH configuration for the LPC43xxpatacongo5-11/+1844