summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mz-starterkit
Commit message (Expand)AuthorAgeFilesLines
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-311-0/+1
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+4
* PIC32MZ Ethernet: Enable PBCLK5 and MII divider for PHY. From Kistopher TateGregory Nutt2015-03-291-1/+14
* Update README.txtGregory Nutt2015-03-221-2/+8
* Update PIC32MZ README and board.h commentsGregory Nutt2015-03-222-2/+35
* PIC32MZ: change defaults to match the MEBII board. From Kristopher TateGregory Nutt2015-03-222-65/+71
* PIC32MZ: Minor change to setenv.sh so that you can change tools correctlyGregory Nutt2015-03-221-0/+2
* More changes for PIC32MZ build under XC32Gregory Nutt2015-03-216-15/+353
* PIC23MX Starter Kit: Looks like we need to use a different linker script wit...Gregory Nutt2015-03-215-4/+345
* PIC32MZ: More updates from David SidraneGregory Nutt2015-03-183-2/+15
* PIC32MZ: Changes that will permit building of the PIC32MZ Start Kit configura...Gregory Nutt2015-03-171-5/+24
* Update READMEGregory Nutt2015-03-141-0/+17
* Update to PIC32MZ README from David SidraneGregory Nutt2015-03-131-0/+49
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-111-3/+3
* PIC32MX SPI: Fix typos in Kconfig; Move constant SPI config data to ROM-able ...Gregory Nutt2015-03-033-37/+31
* PIC32MZ: Default SPI configuration setting is backward; refresh configurationGregory Nutt2015-03-031-0/+3
* PIC32MZ Starter Kit: Add support for on-board buttonsGregory Nutt2015-03-025-3/+211
* Update READMEGregory Nutt2015-03-011-3/+14
* Update README fileGregory Nutt2015-03-011-11/+63
* PIC32MZ: Add ability to select flash ECC optionsGregory Nutt2015-03-011-0/+1
* PIC32MZ: Fix reserved RAM for MPLABX; Revert FPLLRNG calculation; Fix maximum...Gregory Nutt2015-02-282-10/+32
* PIC32MZ: Fix some configuration settings and POSC mode should be external clockGregory Nutt2015-02-281-5/+18
* PIC32MZ: Add an option to use the MIPS32 or the microMIPS ISAGregory Nutt2015-02-281-1/+2
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-0/+1
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-271-0/+1
* PIC32MZ: Correct a few more DEVCFG issuesGregory Nutt2015-02-271-4/+4
* Minor correction to toolchain path, commentsGregory Nutt2015-02-273-3/+3
* PIC32MZ: Review DEVCFG setting; adjust a few to match example codeGregory Nutt2015-02-272-5/+6
* PIC32MZ: Add logic to configure peripheral pins for the selecte UARTsGregory Nutt2015-02-262-1/+57
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-251-0/+1
* PIC32MZ: Add support for a timer interruptGregory Nutt2015-02-242-1/+8
* PIC32MZ: Add Oscillator header file; Add logic to set up peripheral clocks on...Gregory Nutt2015-02-241-0/+66
* PIC32MZ: Fix some PLL setup logicGregory Nutt2015-02-231-1/+1
* PIC32MZ: Most related to start up file a FLASH device configuration setupGregory Nutt2015-02-234-61/+39
* PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 as...Gregory Nutt2015-02-231-0/+3
* MIPS: Add some build support for the M14K and also for the PIC32MZ Starter K...Gregory Nutt2015-02-228-19/+55
* PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'Gregory Nutt2015-02-222-158/+88
* Add basic board support for the PIC32MZ (can't build yet of course because th...Gregory Nutt2015-02-2217-0/+3432