summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-275-14/+225
* PM updates (missed last night)patacongo2012-07-272-6/+19
* PM updatepatacongo2012-07-273-14/+90
* Add SSD1783 LCD driver for C155 phonepatacongo2012-07-269-10/+701
* Mostly cosmetic updatespatacongo2012-07-261-33/+34
* PGA11x driver belongs in analog/ not input/patacongo2012-07-253-16/+16
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-253-21/+123
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-2517-252/+2648
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-5/+2
* Remove BOTHERpatacongo2012-07-241-2/+2
* LP43xx SPIFI MTD driver updatepatacongo2012-07-233-2/+33
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-5/+7
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-221-0/+20
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-212-1/+11
* Add FreeModBus to NuttX build systempatacongo2012-07-212-0/+132
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-204-5/+10
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-203-1/+19
* Fix some questionable MAC addressespatacongo2012-07-191-4/+12
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-182-0/+5
* Create an MTD driver for SPIFIpatacongo2012-07-183-152/+79
* Drop SPIFI frequency.. spifi_init no longer reports errorspatacongo2012-07-172-14/+16
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-175-46/+90
* Header file clean-uppatacongo2012-07-171-2/+34
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-171-1/+7
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-163-12/+62
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-161-3/+3
* PM updatepatacongo2012-07-143-6/+20
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-146-51/+474
* Calibrate lpc4330-xplorer delay loopspatacongo2012-07-132-2/+2
* Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo2012-07-133-5/+159
* Prep for release 6.20nuttx-6.20patacongo2012-07-121-5/+20
* 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-112-15/+68
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-111-3/+12
* Add an NSH configuration for the LPC43xxpatacongo2012-07-115-11/+1844
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-111-0/+6
* Kconfig updatepatacongo2012-07-101-5/+123
* LPC43xx fix: Logic was disabling XTAL, not enabling itpatacongo2012-07-101-2/+5
* More updated LPC4300 scripts and README filespatacongo2012-07-094-38/+209
* Update to LPC4330 scripts and READMEpatacongo2012-07-092-0/+47
* Update3 LPC4330 README filespatacongo2012-07-093-9/+51
* Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2012-07-084-64/+120
* Add a generic GCC stdarg.h header filepatacongo2012-07-082-6/+61
* Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo2012-07-071-0/+67
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-0/+15
* Add LPC43 GPIO configurtion logicpatacongo2012-07-063-22/+22
* Add LPC43 clock initialization logicpatacongo2012-07-056-65/+138