summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* included/nuttx/board.h: Move all board common prototypes to this header fileGregory Nutt2015-02-271-0/+147
* PIC32MZ: Correct a few more DEVCFG issuesGregory Nutt2015-02-274-14/+15
* Minor correction to toolchain path, commentsGregory Nutt2015-02-273-3/+3
* PIC32MZ: Review DEVCFG setting; adjust a few to match example codeGregory Nutt2015-02-276-23/+56
* Update ChangeLogGregory Nutt2015-02-271-0/+7
* Networking: Improve the network device registration logic. When multiple li...Gregory Nutt2015-02-271-2/+61
* Fix a list handling error in netdev_unregister(). From Max NeklyudovGregory Nutt2015-02-271-3/+3
* 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-265-20/+215
* PIC32MZ: Add peripheral pin selection register definitionsGregory Nutt2015-02-262-0/+1816
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-263-3/+3
* Add BSD and SYSV types to sys/types to simplify porting. From Max NeklyudovGregory Nutt2015-02-251-2/+18
* Tiva ADC: Drive updates from Calvin MaguranisGregory Nutt2015-02-251-0/+51
* PIC32MX/Z: Partial review of PIC32MZ cp0 register -- need to do more; Also fo...Gregory Nutt2015-02-252-67/+294
* PIC32MZ: Add file for GPIO interrupt support. There are issues so configurat...Gregory Nutt2015-02-2510-16/+322
* PIC32MZ: Add IOPort header file and GPIO configuration logicGregory Nutt2015-02-254-3/+1206
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-253-6/+14
* Add some definitions expected by NFS. Noted by Orbital FoxGregory Nutt2015-02-251-0/+2
* Fix NFS compile problem with CONFIG_NFS_STATISTICS=yGregory Nutt2015-02-251-1/+1
* Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt2015-02-251-1/+1
* netinet/in.h: Add some IPv6 macrosGregory Nutt2015-02-251-0/+22
* SAM4CM free-running time: Change overflow type from uint16 to uint32. From M...Gregory Nutt2015-02-252-2/+2
* Update ChangeLogGregory Nutt2015-02-251-0/+3
* Extend the fd_set type definition so that it can handle more than 32 descript...Gregory Nutt2015-02-251-17/+26
* Eliminate some warningsGregory Nutt2015-02-253-3/+2
* Update ChangeLogGregory Nutt2015-02-251-1/+4
* Fix places where the errno value was being overwritten by subsequent actions ...Gregory Nutt2015-02-252-10/+40
* Update ChangeLogGregory Nutt2015-02-251-0/+4
* When an RTC is used, clock_systimespec() must subtract the basetime from the ...Gregory Nutt2015-02-252-4/+44
* Refresh configurationGregory Nutt2015-02-253-20/+59
* Update ChangeLogGregory Nutt2015-02-241-0/+2
* Fix PTHREAD_COND_INITIALIZERGregory Nutt2015-02-241-1/+1
* PIC32MZ: Add serial driverGregory Nutt2015-02-244-21/+1334
* PIC32MZ: Add low level UART supportGregory Nutt2015-02-244-17/+392
* PIC32MZ: Add UART register definition header fileGregory Nutt2015-02-245-11/+277
* PIC32MZ: Add error exception handling and interrupt decode logicGregory Nutt2015-02-243-1/+399
* PIC32MZ: Add support for a timer interruptGregory Nutt2015-02-247-4/+534
* PIC32MZ: Add interrupt controller supportGregory Nutt2015-02-245-12/+458
* PIC32MZ: Add interrupt controller register definitionsGregory Nutt2015-02-244-3/+1266
* PIC32MX: Standardize of naming in commentsGregory Nutt2015-02-2434-34/+34
* PIC32MZ: Add Oscillator header file; Add logic to set up peripheral clocks on...Gregory Nutt2015-02-246-31/+531
* PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic fo...Gregory Nutt2015-02-247-4/+521
* Update ChangeLogGregory Nutt2015-02-242-1/+6
* fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket de...Gregory Nutt2015-02-243-4/+4
* Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'Gregory Nutt2015-02-244-156/+28
|\
| * Fix SSI TX and RX legacy mapping of TM4C1294NCsauttefk2015-02-241-12/+16
| * EK-TM4C1294XL Launchpad has no SD-card socketsauttefk2015-02-242-133/+1
| * Fixed cut & paste error. corrected naming of Tiva series developementsauttefk2015-02-241-11/+11
* | Trivial update to some commentsGregory Nutt2015-02-241-2/+2
* | CAN driver: Another Ooops... Cannot save the updated driver open count if th...Gregory Nutt2015-02-231-3/+9