summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-201-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5038 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFFS configuration for Mirtoopatacongo2012-06-261-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4871 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Penguino mips-elf toolchain for PIC32patacongo2012-06-231-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4866 42af7a65-404d-4744-a932-0658087f49c3
* Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common ↵patacongo2012-06-221-4/+2
| | | | | | directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4865 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the microchipOpen toolchainpatacongo2012-06-221-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4864 42af7a65-404d-4744-a932-0658087f49c3
* Enable LEDs on Mirtoo boardpatacongo2012-06-221-7/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4863 42af7a65-404d-4744-a932-0658087f49c3
* Updates to support the Mirtoo internal clockingpatacongo2012-06-201-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to support the Mirtoo modulepatacongo2012-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4852 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB mass storage device works; USB and MSC are now enabled by default ↵patacongo2012-06-031-28/+2
| | | | | | in the PIC32MX7 MMB configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4801 42af7a65-404d-4744-a932-0658087f49c3
* Backout recent change to PIC32 network configuration -- doesn't work right ↵patacongo2012-03-241-1/+2
| | | | | | with fewer I/O buffers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4518 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ↵patacongo2012-03-161-2/+3
| | | | | | Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4489 42af7a65-404d-4744-a932-0658087f49c3
* Tinkering with USB MSC device on PIC32 -- doesn't workpatacongo2012-03-131-0/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4488 42af7a65-404d-4744-a932-0658087f49c3
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-0/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4486 42af7a65-404d-4744-a932-0658087f49c3
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4465 42af7a65-404d-4744-a932-0658087f49c3
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-081-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4464 42af7a65-404d-4744-a932-0658087f49c3
* Add support for USB device testing on the PIC32 starter kitpatacongo2012-03-071-0/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4463 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuratin for the PIC32 starter kitpatacongo2012-03-071-5/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4462 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-271-14/+10
| | | | | | 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
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-171-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4305 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4282 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 PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-251-0/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4224 42af7a65-404d-4744-a932-0658087f49c3
* Add support for LEDs on the Ethernet Starter kitpatacongo2011-12-251-16/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4223 42af7a65-404d-4744-a932-0658087f49c3
* Update to README filespatacongo2011-12-241-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Serial Console fixespatacongo2011-12-231-3/+142
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4221 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-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4041 42af7a65-404d-4744-a932-0658087f49c3
* Fix sim/nsh2 buildpatacongo2011-10-111-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4039 42af7a65-404d-4744-a932-0658087f49c3
* Misc PIC32 clean-uppatacongo2011-10-101-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4038 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 start kit port builds successfullypatacongo2011-10-101-14/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4037 42af7a65-404d-4744-a932-0658087f49c3
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-101-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4034 42af7a65-404d-4744-a932-0658087f49c3
* Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kitpatacongo2011-10-101-0/+542
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4033 42af7a65-404d-4744-a932-0658087f49c3