summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* BEV needs to be zero in single-vector mode; Interrupts go to EBASE+0x200patacongo2011-12-102-7/+40
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-091-1/+3
* Oops.. pic32mx-exception.c, not pic32mx-exception.Spatacongo2011-12-091-1/+1
* PIC32 bugfixespatacongo2011-12-086-49/+76
* Fix PIC32 timer source frequencypatacongo2011-12-071-8/+36
* update some commentspatacongo2011-11-271-0/+6
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
* More PIC32 nested interrupt work-aroundpatacongo2011-11-181-1/+12
* More PIC32 fixespatacongo2011-11-182-3/+33
* PIC32 debug fixespatacongo2011-11-174-23/+28
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-151-2/+2
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-122-8/+11
* More PIC32 debug updatespatacongo2011-11-096-434/+434
* Misc PIC32 fixespatacongo2011-11-092-11/+4
* fix some register typingpatacongo2011-11-032-6/+6
* Add (and use) some new PIC32MX CP0 macrospatacongo2011-11-033-11/+210
* A few more AVR32 fixespatacongo2011-11-032-6/+6
* Fix some MIPS software interrupt enabling issuespatacongo2011-10-293-578/+581
* Fixes to get the PIC32MX serial port workingpatacongo2011-10-242-1/+3
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-182-6/+6
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-171-3/+4
* PIC32 configuration fixespatacongo2011-10-141-1/+1
* ADS7843 updatespatacongo2011-10-121-1/+1
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-118-12/+789
* Misc PIC32 clean-uppatacongo2011-10-101-18/+14
* PIC32 start kit port builds successfullypatacongo2011-10-103-903/+901
* Fix fclose() return value when closing read-only filepatacongo2011-10-101-1/+1
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1013-255/+591
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1018-1748/+2998
* Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kitpatacongo2011-10-1031-728/+1633
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* More Kinetis logicpatacongo2011-08-151-1/+0
* Add basic Kinetis serial supportpatacongo2011-08-141-26/+16
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Change for clean compilation of Sure PIC32MX configurationpatacongo2011-07-032-7/+7
* More logic for the AVR portpatacongo2011-06-081-8/+8
* Fixes to PIC32 config wordspatacongo2011-05-235-79/+134
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-221-2/+1
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-223-24/+41
* Completes coding portion of basic PIC32 portpatacongo2011-05-216-141/+315
* PIC32: Fix timer 1 source, uart priority, add pre-fetch cache header filepatacongo2011-05-216-170/+361
* PIC32 Device Configuration Wordspatacongo2011-05-216-9/+225
* Add PIC32 UART supportpatacongo2011-05-2010-109/+726
* Add PIC32 interrupt decode logicpatacongo2011-05-207-41/+429
* Fleshing out PIC32 portpatacongo2011-05-2011-309/+1584
* Clean up a few PIC32 link errorspatacongo2011-05-202-19/+34
* Add PIC32 exception handlerspatacongo2011-05-206-57/+224
* Add PIC32 exception handling macrospatacongo2011-05-193-10/+435
* Add PIC32 interrupt controls and timer initializationpatacongo2011-05-197-51/+481
* Add S/W interrupt 0 handlerpatacongo2011-05-182-2/+364