summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-11LP43xx... disable debug traps on hardfaultspatacongo1-0/+6
2012-07-10Kconfig updatepatacongo1-5/+123
2012-07-10LPC43xx fix: Logic was disabling XTAL, not enabling itpatacongo1-2/+5
2012-07-09More updated LPC4300 scripts and README filespatacongo4-38/+209
2012-07-09Update to LPC4330 scripts and READMEpatacongo2-0/+47
2012-07-09Update3 LPC4330 README filespatacongo3-9/+51
2012-07-08Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo4-64/+120
2012-07-08Add a generic GCC stdarg.h header filepatacongo2-6/+61
2012-07-07Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo1-0/+67
2012-07-07Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo1-0/+15
2012-07-06Add LPC43 GPIO configurtion logicpatacongo3-22/+22
2012-07-05Add LPC43 clock initialization logicpatacongo6-65/+138
2012-07-04STM32 PM updatepatacongo5-17/+67
2012-07-04Fix a optimization related problem in the LM3Spatacongo3-4/+4
2012-07-04More LPC43xx logicpatacongo4-20/+57
2012-07-04Progress of LPC43xx build environmentpatacongo15-339/+987