summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mz
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* PIC32MZ Ethernet: Add support for LAN4720A and fix IRQ namespace. From Krist...Gregory Nutt2015-03-292-10/+30
* PIC32MZ: Correct the base address of Ethernet registers. From Kristopher TateGregory Nutt2015-03-291-186/+186
* PIC32MZ: Rename Ethernet files to proper convention. From Kristopher Tate.Gregory Nutt2015-03-292-0/+0
* Add support for LAN8740Gregory Nutt2015-03-231-1/+6
* PIC32MZ: Clone PIC32MX Ethernet driver to PIC32MZX (not yet verified)Gregory Nutt2015-03-232-0/+4274
* PIC32MZ: Correct conversion of IRQ nubmers to IRSx register addresses. From...Gregory Nutt2015-03-221-5/+5
* PIC32MZ: Add missing call to initialize peripheral clocking. From Kristopher...Gregory Nutt2015-03-221-1/+3
* PIC32MZ: PPS needs to start from the SFR base address. Fix from Kristopher TateGregory Nutt2015-03-221-126/+126
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-112-5/+5
* SAMV7: Add serial driverGregory Nutt2015-03-081-2/+2
* PIC32MZ: Add DMA register definition header fileGregory Nutt2015-03-031-0/+800
* PIC32MZ: Add I2C register definition fileGregory Nutt2015-03-031-0/+376
* PIC32MZ SPI: Implement exchange() method; update SPI_REGDEBUG configuration ...Gregory Nutt2015-03-032-167/+411
* PIC32MX SPI: Fix typos in Kconfig; Move constant SPI config data to ROM-able ...Gregory Nutt2015-03-032-53/+85
* PIC32MZ: Default SPI configuration setting is backward; refresh configurationGregory Nutt2015-03-031-1/+1
* PIC32MZ: Add a basic SPI driverGregory Nutt2015-03-035-15/+1582
* PIC32MZ Starter Kit: Add support for on-board buttonsGregory Nutt2015-03-023-4/+5
* PIC32MZ: Implement support for IO port interruptsGregory Nutt2015-03-026-110/+473
* PIC32MZ: Add ability to select flash ECC optionsGregory Nutt2015-03-013-6/+38
* PIC32MZ: Fix yet another error in DEVCFG settingsGregory Nutt2015-02-281-1/+1
* PIC32MZ: More fixups to DEVCFG settings. Still can't debugGregory Nutt2015-02-282-13/+18
* PIC32MZ: Ooops DMTCNT maximum value still badGregory Nutt2015-02-281-1/+1
* PIC32MZ: Fix reserved RAM for MPLABX; Revert FPLLRNG calculation; Fix maximum...Gregory Nutt2015-02-282-5/+5
* PIC32MZ: Fix some configuration settings and POSC mode should be external clockGregory Nutt2015-02-282-5/+7
* PIC32MZ: Add an option to use the MIPS32 or the microMIPS ISAGregory Nutt2015-02-283-11/+42
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-272-0/+2
* PIC32MZ: Correct a few more DEVCFG issuesGregory Nutt2015-02-272-9/+10
* PIC32MZ: Review DEVCFG setting; adjust a few to match example codeGregory Nutt2015-02-274-18/+50
* PIC32MZ: Fix some repeated typos and work around an issue with passing define...Gregory Nutt2015-02-262-569/+577
* PIC32MZ: Add logic to configure peripheral pins for the selecte UARTsGregory Nutt2015-02-263-19/+158
* PIC32MZ: Add peripheral pin selection register definitionsGregory Nutt2015-02-262-0/+1816
* PIC32MZ: Add file for GPIO interrupt support. There are issues so configurat...Gregory Nutt2015-02-255-8/+307
* PIC32MZ: Add IOPort header file and GPIO configuration logicGregory Nutt2015-02-254-3/+1206
* Refresh configurationGregory Nutt2015-02-251-1/+0
* PIC32MZ: Add serial driverGregory Nutt2015-02-242-0/+1313
* PIC32MZ: Add low level UART supportGregory Nutt2015-02-244-17/+392
* PIC32MZ: Add UART register definition header fileGregory Nutt2015-02-244-10/+276
* PIC32MZ: Add error exception handling and interrupt decode logicGregory Nutt2015-02-243-1/+399
* PIC32MZ: Add support for a timer interruptGregory Nutt2015-02-244-1/+524
* PIC32MZ: Add interrupt controller supportGregory Nutt2015-02-244-3/+450
* PIC32MZ: Add interrupt controller register definitionsGregory Nutt2015-02-243-2/+1265
* PIC32MZ: Add Oscillator header file; Add logic to set up peripheral clocks on...Gregory Nutt2015-02-245-31/+465
* PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic fo...Gregory Nutt2015-02-246-3/+520
* PIC32MZ: Fix some PLL setup logicGregory Nutt2015-02-231-8/+8
* PIC32MZ: Fix an error in the branch target of the hard-coded power up reset b...Gregory Nutt2015-02-231-11/+19
* PIC32MZ: Most related to start up file a FLASH device configuration setupGregory Nutt2015-02-234-1117/+331
* Finishes PIC32MZ device configuration definitionsGregory Nutt2015-02-233-92/+325
* PIC32MZ: Add memorymap and devcfg header filesGregory Nutt2015-02-225-1/+500
* PIC32MZ: Framework for startup function. Still has too much PIC32MX garbage...Gregory Nutt2015-02-224-1/+2124