summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add trifle configskinetis-k20/nuttx_master_local_configsJakob Odersky2015-02-2813-0/+1794
|
* Port of basic functionalities to Kinetis K20 familyJakob Odersky2015-02-289-7/+536
|
* Rename all use of up_boardinitialize(). Should not use common ↵Gregory Nutt2015-02-2817-98/+98
| | | | microprocessing naming convention but rather the microprocessor-specific naming conventioni
* Update comment and documentation for board interfacesGregory Nutt2015-02-282-4/+26
|
* Remove some prototypes from arch.h that do not belong thereGregory Nutt2015-02-271-22/+0
|
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-2766-173/+313
|
* Minor documentation updateGregory Nutt2015-02-271-5/+2
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-27144-320/+421
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-2722-201/+6
|
* Update ChangeLogGregory Nutt2015-02-271-0/+3
|
* arch/: board function prototypes are now in include/nuttx/board.h. Remove ↵Gregory Nutt2015-02-2797-192/+182
| | | | from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
* 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 ↵Gregory Nutt2015-02-271-2/+61
| | | | link types are used, modify how each interface number is assigned to the device name by incrementing the device number individually for each interface link type. From Max Neklyudov.
* 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 ↵Gregory Nutt2015-02-262-569/+577
| | | | defined parameters to a macro that takes multiple parameters
* 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 ↵Gregory Nutt2015-02-252-67/+294
| | | | found issues with definitions for PIC32MX -- need to be retested
* PIC32MZ: Add file for GPIO interrupt support. There are issues so ↵Gregory Nutt2015-02-2510-16/+322
| | | | configuration is EXPERIMENTAL for now
* 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. ↵Gregory Nutt2015-02-252-1/+2
| | | | Suggested by OrbitalFox
* netinet/in.h: Add some IPv6 macrosGregory Nutt2015-02-251-0/+22
|
* SAM4CM free-running time: Change overflow type from uint16 to uint32. From ↵Gregory Nutt2015-02-252-2/+2
| | | | Max Neklyudov.
* Update ChangeLogGregory Nutt2015-02-251-0/+3
|
* Extend the fd_set type definition so that it can handle more than 32 ↵Gregory Nutt2015-02-251-17/+26
| | | | descriptors (if so configured). From Max Neklyudov
* 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
| | | | so that the returned errno value was incorrect. From Max Neklyudov.
* 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
| | | | RTC time
* 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
|