summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-2414-243/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. c_speed is now read-onlypatacongo2012-07-243-3/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4974 42af7a65-404d-4744-a932-0658087f49c3
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-245-53/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4973 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-2418-128/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx SPIFI MTD driver updatepatacongo2012-07-237-13/+150
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4971 42af7a65-404d-4744-a932-0658087f49c3
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-2314-256/+345
| | | | | | BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
* Loosen up termios interfaces to allow more flexible baud settings; remove ↵patacongo2012-07-2213-527/+141
| | | | | | AIX-like interfaces of last check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4969 42af7a65-404d-4744-a932-0658087f49c3
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress ↵patacongo2012-07-225-172/+217
| | | | | | use of termios.h interfaces git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4968 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended BAUD settingspatacongo2012-07-228-59/+513
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4967 42af7a65-404d-4744-a932-0658087f49c3
* Make serial setup configurale in apps/examples/modbuspatacongo2012-07-212-8/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4966 42af7a65-404d-4744-a932-0658087f49c3
* Missed a couple of files in the last check-inpatacongo2012-07-213-0/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4965 42af7a65-404d-4744-a932-0658087f49c3
* Use NuttX types in FreeModBus port; Add FreeModBus demo at ↵patacongo2012-07-2144-418/+1387
| | | | | | apps/examples/modbus; Add new termios APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
* FreeModBus now buildspatacongo2012-07-2119-98/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4963 42af7a65-404d-4744-a932-0658087f49c3
* Add FreeModBus to NuttX build systempatacongo2012-07-2112-15/+529
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4962 42af7a65-404d-4744-a932-0658087f49c3
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-2124-220/+978
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4961 42af7a65-404d-4744-a932-0658087f49c3
* Check-in of initial, unmodified freemodbus-v1.5.0patacongo2012-07-2125-1/+3881
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4960 42af7a65-404d-4744-a932-0658087f49c3
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-208-24/+254
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4959 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-206-2/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4958 42af7a65-404d-4744-a932-0658087f49c3
* Add missing file needed for stm32f100xx portpatacongo2012-07-205-6/+274
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4957 42af7a65-404d-4744-a932-0658087f49c3
* Fix some questionable MAC addressespatacongo2012-07-1914-62/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4956 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32F100x value line. Contributed by Mike Smith. Still ↵patacongo2012-07-198-79/+291
| | | | | | missing a file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-194-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4954 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 PM sleep supportpatacongo2012-07-185-4/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4953 42af7a65-404d-4744-a932-0658087f49c3
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-185-17/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4952 42af7a65-404d-4744-a932-0658087f49c3
* Create an MTD driver for SPIFIpatacongo2012-07-187-231/+992
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4951 42af7a65-404d-4744-a932-0658087f49c3
* Drop SPIFI frequency.. spifi_init no longer reports errorspatacongo2012-07-172-14/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4950 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-1713-57/+763
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4949 42af7a65-404d-4744-a932-0658087f49c3
* Header file clean-uppatacongo2012-07-17111-391/+525
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-1710-23/+301
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4947 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-167-43/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4946 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-165-87/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4945 42af7a65-404d-4744-a932-0658087f49c3
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-1515-83/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4944 42af7a65-404d-4744-a932-0658087f49c3
* mm/ file clean-uppatacongo2012-07-1418-439/+493
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4943 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up files in fs/ directorypatacongo2012-07-1443-328/+388
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4942 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-144-6/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4941 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-14204-1637/+2199
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4940 42af7a65-404d-4744-a932-0658087f49c3
* Calibrate lpc4330-xplorer delay loopspatacongo2012-07-133-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4939 42af7a65-404d-4744-a932-0658087f49c3
* Implement basic SPIFI block driver for the LPC43xx (doesn't work)patacongo2012-07-134-14/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4938 42af7a65-404d-4744-a932-0658087f49c3
* Prep for release 6.20nuttx-6.20patacongo2012-07-125-208/+265
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4937 42af7a65-404d-4744-a932-0658087f49c3
* Get the STM3220G-EVAL nsh2 configuration to compilepatacongo2012-07-124-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4936 42af7a65-404d-4744-a932-0658087f49c3
* STM32: remove pm_unregister buttons. Initialize PM buttons only oncepatacongo2012-07-126-66/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4935 42af7a65-404d-4744-a932-0658087f49c3
* Make PM button logic configurablepatacongo2012-07-125-22/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4934 42af7a65-404d-4744-a932-0658087f49c3
* PM: Needs to set newstate to NORMAL when awakening from stop modepatacongo2012-07-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4933 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-114-16/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4932 42af7a65-404d-4744-a932-0658087f49c3
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-114-234/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4931 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the LPC43xxpatacongo2012-07-117-12/+1847
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4930 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-113-16/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4929 42af7a65-404d-4744-a932-0658087f49c3
* Correct an error in named application priority when SCHED_RR is enabledpatacongo2012-07-112-17/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4928 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-07-103-22/+563
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4927 42af7a65-404d-4744-a932-0658087f49c3
* Fix another LPC43xx pin configuration problempatacongo2012-07-103-19/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4926 42af7a65-404d-4744-a932-0658087f49c3