summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FAT: fat_unbind() was accessing 'fs->fs_sem' after freeing the 'fs' struct. ↵Gregory Nutt2015-03-111-2/+4
| | | | From Juha Niskanen.
* Update READMEGregory Nutt2015-03-111-1/+2
|
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-118-9/+17
|
* SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually ↵Gregory Nutt2015-03-114-16/+26
| | | | support Cortex-M7
* SAMV7-XULT: Enable I- and D-caches, correct polaty of LEDsGregory Nutt2015-03-115-17/+28
|
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-113-8/+8
|
* SAMV7-XULT: Switch back to the CodeSourcery toolsGregory Nutt2015-03-113-12/+9
|
* Update COPYING file with special license requirements for PPPDGregory Nutt2015-03-112-3/+46
|
* Add file headers to all PPPD files (still lots of style incompatibilies)Gregory Nutt2015-03-1114-197/+322
|
* Update ChangeLogGregory Nutt2015-03-112-1/+4
|
* Add a PPP daemon. From Max NeklyudovGregory Nutt2015-03-1121-0/+3941
|
* 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. ↵Gregory Nutt2015-03-101-1/+1
| | | | From Bradley Noyes
* 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
| | | | Noted by Freddie Chopin
* SAMV7: Update floating point and TCM configuration options. Update TODO ↵Gregory Nutt2015-03-108-13/+87
| | | | list. Update comments. Refresh a configuration
* 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 ↵Gregory Nutt2015-03-0913-29/+836
| | | | on-board buttons. Some corrections fo to egg-stk37000 and sam4e-ek discovered during leveraging. Add board READEM.txt file
* 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 ↵Gregory Nutt2015-03-068-3/+569
| | | | complete that journey
* 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
|