summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
Commit message (Collapse)AuthorAgeFilesLines
* Kconfig updated + NFS updatepatacongo2012-04-231-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-123-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-112-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4589 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4565 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-183-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-126-25/+229
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4476 42af7a65-404d-4744-a932-0658087f49c3
* Add support for USB device testing on the PIC32 starter kitpatacongo2012-03-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4463 42af7a65-404d-4744-a932-0658087f49c3
* Updates to PIC32 SPI driverpatacongo2012-03-078-32/+113
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4461 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 SPI driverpatacongo2012-03-071-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4459 42af7a65-404d-4744-a932-0658087f49c3
* Add support for use of a USB serial device to provide NSH console I/O. ↵patacongo2012-03-0610-7/+1766
| | | | | | Verified on the Sure PIPIC32MX board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT ↵patacongo2012-03-021-1/+1
| | | | | | status git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4442 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB device only supports full ping poing modepatacongo2012-02-291-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4441 42af7a65-404d-4744-a932-0658087f49c3
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-293-18/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4440 42af7a65-404d-4744-a932-0658087f49c3
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
* Oops, can't use symbol OK herepatacongo2012-02-271-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4432 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-273-23/+34
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-022-4/+0
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-1/+2
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-252-74/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-84/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 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
* 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
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4305 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
* Fix an issue for architectures where interrupt numbers and vector numbers do ↵patacongo2012-01-042-0/+40
| | | | | | 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-031-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 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
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4220 42af7a65-404d-4744-a932-0658087f49c3
* Calibrated all PIC32 delay loopspatacongo2011-12-222-11/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4217 42af7a65-404d-4744-a932-0658087f49c3
* Add Sure PIC32 NSH configurationpatacongo2011-12-225-0/+1535
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4216 42af7a65-404d-4744-a932-0658087f49c3
* BEV needs to be zero in single-vector mode; Interrupts go to EBASE+0x200patacongo2011-12-101-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4153 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 bugfixespatacongo2011-12-081-3/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4149 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 timer source frequencypatacongo2011-12-071-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4146 42af7a65-404d-4744-a932-0658087f49c3
* This PIC32 MCUs don't have enough RAM to run the roundrobin test without ↵patacongo2011-11-101-1/+1
| | | | | | modification git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4088 42af7a65-404d-4744-a932-0658087f49c3
* Remove the .dbg_data section. For better or worse, this is being handled in ↵patacongo2011-11-101-6/+1
| | | | | | a different way git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4084 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 debug updatespatacongo2011-11-092-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4083 42af7a65-404d-4744-a932-0658087f49c3
* Fix Sure PIC32MX LED compilepatacongo2011-10-182-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4053 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4052 42af7a65-404d-4744-a932-0658087f49c3
* Re-disable PIC32 ramfuncspatacongo2011-10-172-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4051 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-172-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 configuration fixespatacongo2011-10-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4048 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration for the lpc3152patacongo2011-10-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4043 42af7a65-404d-4744-a932-0658087f49c3
* Enable waitpid() in sim/nsh2patacongo2011-10-123-11/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4041 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-114-5/+357
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4040 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 start kit port builds successfullypatacongo2011-10-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4037 42af7a65-404d-4744-a932-0658087f49c3
* Change for clean compilation of Sure PIC32MX configurationpatacongo2011-07-033-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3742 42af7a65-404d-4744-a932-0658087f49c3
* Add board configuration for Sure Electronics PIC32MX boardpatacongo2011-07-0315-0/+3253
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3741 42af7a65-404d-4744-a932-0658087f49c3