summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* SAMV71-XULT: Some bugfixes from early bring-up workGregory Nutt2015-03-108-33/+185
* Fix a case in mq_timedsend() where the return errno value was being overwrittenGregory Nutt2015-03-101-7/+18
* mq_timedsend(): Do check for time errors if the message queue is not full. ...Gregory Nutt2015-03-102-16/+29
* SAMV7: Update floating point and TCM configuration options. Update TODO lis...Gregory Nutt2015-03-103-5/+17
* Update READMEGregory Nutt2015-03-092-1/+78
* Cortex-M7: Add cache operationsGregory Nutt2015-03-091-0/+4
* SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-...Gregory Nutt2015-03-0910-28/+828
* SAMV7: Add serial driverGregory Nutt2015-03-081-0/+1
* SAMV7-XULT: At 3.3V/300MHz, FLASH should require only 4 wait statesGregory Nutt2015-03-081-2/+4
* SAMV71-XULT: Add heap allocation logicGregory Nutt2015-03-071-1/+1
* SAMV7-XULT: Disable networking for nowGregory Nutt2015-03-071-177/+5
* SAMV71-XULT: Switch to the devkitARM toolchainGregory Nutt2015-03-072-5/+5
* SAMV7: Add basic clock and timer ISR configuration logicGregory Nutt2015-03-072-6/+180
* SAMV71-XULT: Add linker scriptsGregory Nutt2015-03-065-0/+562
* SAMV71: More updates on the way to a clean build. Still more to do to compl...Gregory Nutt2015-03-065-1/+518
* Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.Gregory Nutt2015-03-064-11/+75
* Add a bare bones framework that will do nothing more than support configurati...Gregory Nutt2015-03-066-4/+1352
* Refresh configurationGregory Nutt2015-03-061-2/+5
* Refresh configurationGregory Nutt2015-03-051-7/+49
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+25
* 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-026-3/+213
* 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
* Refreshed Spark ConfigurationsGregory Nutt2015-02-286-370/+1215
* 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
* Rename all use of up_boardinitialize(). Should not use common microprocessin...Gregory Nutt2015-02-287-38/+26
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-2763-95/+168
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-27144-320/+421
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-2722-201/+6
* 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
* Refresh configurationGregory Nutt2015-02-251-12/+52
* 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
* Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'Gregory Nutt2015-02-242-133/+1
|\
| * EK-TM4C1294XL Launchpad has no SD-card socketsauttefk2015-02-242-133/+1
* | 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
* Remove support for obsolete PIC32 toolchain configuration namesGregory Nutt2015-02-225-20/+40
* PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'Gregory Nutt2015-02-224-159/+121