summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2015-03-111-0/+2
* Add TUN device. From Max NeklyudovGregory Nutt2015-03-116-1/+1421
* SAMV71-XULT: Some bugfixes from early bring-up workGregory Nutt2015-03-1010-46/+204
* Update ChangeLogGregory Nutt2015-03-101-1/+2
* Tiva TimerLib: Fix a typo in peripheral waiting logic: gptm, not gpio. From...Gregory Nutt2015-03-101-1/+1
* Fix a case in mq_timedsend() where the return errno value was being overwrittenGregory Nutt2015-03-103-10/+30
* SAMV7: Add logic to enable/disable TCMsGregory Nutt2015-03-102-0/+88
* Reorder some operations to minimize a race conditionGregory Nutt2015-03-102-41/+65
* Update ChangeLogGregory Nutt2015-03-101-0/+4
* mq_timedsend(): Do check for time errors if the message queue is not full. ...Gregory Nutt2015-03-106-109/+116
* SAMV7: Update floating point and TCM configuration options. Update TODO lis...Gregory Nutt2015-03-108-13/+87
* Update READMEGregory Nutt2015-03-093-2/+79
* Add a little blurb about the SAMV71-XULT in the 'about' documentGregory Nutt2015-03-091-3/+45
* Cosmetic changes to conditional compilationGregory Nutt2015-03-091-5/+10
* Remove some traiilng whitespaceGregory Nutt2015-03-091-2/+2
* Cortex-M7: Add cache operationsGregory Nutt2015-03-091-0/+429
* Cortex-M7: Add cache operationsGregory Nutt2015-03-098-39/+429
* SAMV7: Leverage XDMAC driver from the SAMA5D4.Gregory Nutt2015-03-096-0/+3115
* SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-...Gregory Nutt2015-03-0913-29/+836
* SAMV7: Add GPIO interrupt supportGregory Nutt2015-03-088-41/+519
* SAMV71: Add GPIO library supportGregory Nutt2015-03-086-38/+663
* SAMV7: Add PIO register definition header fileGregory Nutt2015-03-083-13/+607
* SAMV71: Add pin mapping definitionsGregory Nutt2015-03-084-2/+949
* SAMV71: Fix a few typos; Use factional value in BAUD calculationGregory Nutt2015-03-083-40/+99
* SAMV7: Add serial driverGregory Nutt2015-03-088-6/+2238
* SAMV71: Add UART register definition header fileGregory Nutt2015-03-082-17/+590
* SAMV7-XULT: At 3.3V/300MHz, FLASH should require only 4 wait statesGregory Nutt2015-03-081-2/+4
* EFM32 updates from Pierre-noel BoutevilleGregory Nutt2015-03-082-4/+5
* SAMV71-XULT: Add heap allocation logicGregory Nutt2015-03-077-8/+467
* SAMV7-XULT: Disable networking for nowGregory Nutt2015-03-071-177/+5
* SAMV7: Add interrupt-related logicGregory Nutt2015-03-073-9/+684
* SAMV71-XULT: Switch to the devkitARM toolchainGregory Nutt2015-03-072-5/+5
* SAMV7: Add basic clock and timer ISR configuration logicGregory Nutt2015-03-0712-28/+1153
* SAMV71: Add EEFC register definition header fileGregory Nutt2015-03-061-0/+142
* SAMV71: Add Supply Controller register definition header fileGregory Nutt2015-03-064-1/+268
* SAMV71: Add PMC register definition header filesGregory Nutt2015-03-067-6/+784
* 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-068-3/+569
* Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.Gregory Nutt2015-03-0615-30/+603
* Update ChangeLogGregory Nutt2015-03-061-1/+4
* Add a bare bones framework that will do nothing more than support configurati...Gregory Nutt2015-03-069-4/+1790
* Update ChangeLogGregory Nutt2015-03-061-0/+3
* Add new common lazy FPU state saving option for ARMv7-M. Not yet verifiedGregory Nutt2015-03-0617-21/+461
* Refresh configurationGregory Nutt2015-03-061-2/+5
* Update ChangeLogGregory Nutt2015-03-051-0/+4
* SAM3/4: Leverage some start-up logic from STM32Gregory Nutt2015-03-051-9/+166
* SAMV7: Add SAMV71 peripheral IDs and interrupt vector definitionsGregory Nutt2015-03-053-0/+525
* Fix typo in file nameGregory Nutt2015-03-051-0/+0
* SAMV71: Add memory map header fileGregory Nutt2015-03-058-41/+295
* SAMV7 Kconfig: Add peripheral selectionsGregory Nutt2015-03-053-7/+396