summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-208-2/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-201-12/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4316 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-194-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB driver fixes (still not working)patacongo2012-01-171-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-179-27/+169
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-171-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4306 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-173-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4305 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 F4 APB2 clock input frequenciespatacongo2012-01-162-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4303 42af7a65-404d-4744-a932-0658087f49c3
* Increase range of pulse count in PWM driverpatacongo2012-01-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
* Add definitions for another Sure Elec. PIC32 boardpatacongo2012-01-123-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4299 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-112-27/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4296 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4295 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-1120-0/+5489
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4294 42af7a65-404d-4744-a932-0658087f49c3
* CAN request order prioritypatacongo2012-01-111-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4292 42af7a65-404d-4744-a932-0658087f49c3
* Implement the new CAN txready method for STM32patacongo2012-01-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4291 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4290 42af7a65-404d-4744-a932-0658087f49c3
* Correct GPIO dump outputpatacongo2012-01-101-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
* Finish PWM pulse count configurationpatacongo2012-01-095-57/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4287 42af7a65-404d-4744-a932-0658087f49c3
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-092-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-082-0/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4282 42af7a65-404d-4744-a932-0658087f49c3
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-064-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4272 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-062-1/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4270 42af7a65-404d-4744-a932-0658087f49c3
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4269 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-064-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4268 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for SD media change callbackspatacongo2012-01-061-199/+380
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4267 42af7a65-404d-4744-a932-0658087f49c3
* File that should have been added in the last check-inpatacongo2012-01-051-0/+131
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4264 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to support user access to the STM3240G-EVAL LEDspatacongo2012-01-054-9/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4263 42af7a65-404d-4744-a932-0658087f49c3
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-044-87/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4262 42af7a65-404d-4744-a932-0658087f49c3
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-0421-0/+3308
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4260 42af7a65-404d-4744-a932-0658087f49c3
* Fix an issue for architectures where interrupt numbers and vector numbers do ↵patacongo2012-01-046-1/+92
| | | | | | not match 1-to-1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4258 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-034-4/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-033-96/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4256 42af7a65-404d-4744-a932-0658087f49c3
* LPC1766-STK CAN board supportpatacongo2012-01-031-0/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4254 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; ↵patacongo2012-01-035-2/+49
| | | | | | LCP1766-STK NSH configuration will support the CAN loopback test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-025-36/+197
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4252 42af7a65-404d-4744-a932-0658087f49c3
* Remove references to the detron boardpatacongo2012-01-0228-6439/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4250 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC ↵patacongo2012-01-0113-28/+511
| | | | | | configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3
* Fix an integer overflow bug in LPC17xx GPIO interrupt configurationpatacongo2012-01-011-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4247 42af7a65-404d-4744-a932-0658087f49c3
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-312-12/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4246 42af7a65-404d-4744-a932-0658087f49c3
* Fix some issues with LPC1766-STK button support (there are more)patacongo2011-12-3112-3/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4245 42af7a65-404d-4744-a932-0658087f49c3
* Update README, LPC1766-STK button improvements, new Make targets, new ↵patacongo2011-12-313-33/+71
| | | | | | Getting Started document git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
* Add (untested) support for the buttons on the Olimex LPC1766-STK boardpatacongo2011-12-314-22/+302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4243 42af7a65-404d-4744-a932-0658087f49c3
* Extend lpc1766-stk LED supportpatacongo2011-12-3121-299/+412
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4242 42af7a65-404d-4744-a932-0658087f49c3
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-306-7/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4241 42af7a65-404d-4744-a932-0658087f49c3
* Initial PIC32 driver -- now is just a badly hacked STM32 USB driverpatacongo2011-12-281-0/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4234 42af7a65-404d-4744-a932-0658087f49c3
* Updates for PIC32MX USB driverpatacongo2011-12-274-14/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.13 releasenuttx-6.13patacongo2011-12-261-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
* Fix a MIPS delay slot error in the software interrupt logicpatacongo2011-12-265-0/+1536
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4228 42af7a65-404d-4744-a932-0658087f49c3
* Partial bring-up of the pcblogic boardpatacongo2011-12-261-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4227 42af7a65-404d-4744-a932-0658087f49c3
* Improved starter kit LED supportpatacongo2011-12-253-21/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4226 42af7a65-404d-4744-a932-0658087f49c3