summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Need to build fs_rename.c even if mountpoints are disabledGregory Nutt2014-02-201-4/+3
|
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools ↵Gregory Nutt2014-02-204-462/+759
| | | | by Alan Carvalho de Assis
* SAMD20: Some progress debugging SPI. Currently hangsGregory Nutt2014-02-205-74/+111
|
* SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board ↵Gregory Nutt2014-02-2015-167/+244
| | | | with the I/O1 module installed
* SAMD20: SPI driver is code-complete, but untestedGregory Nutt2014-02-207-82/+440
|
* Typo fix from last commits. From Alan Carvalho de AssisGregory Nutt2014-02-201-1/+1
|
* Spark configuration updated from David SidraneGregory Nutt2014-02-193-5/+254
|
* SAMD: A little more SPI logicGregory Nutt2014-02-194-29/+89
|
* LM3/4: Several errors were unmasked with UARTs > UART2 were enabled. Fromo GoshaGregory Nutt2014-02-193-8/+50
|
* SAMD20: Add a framework for an SPI driverGregory Nutt2014-02-198-57/+1756
|
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-1910-140/+344
|
* Nodes in the pseudo-filesystem can now be renamed or moved within the ↵Gregory Nutt2014-02-1914-104/+315
| | | | pseduo-filesystem
* Bug fix for the MIO283QT-9A driver from Toby DuckworkGregory Nutt2014-02-192-1/+2
|
* Cosmetic updates to commentsGregory Nutt2014-02-191-4/+6
|
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-198-40/+76
|
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-198-53/+104
|
* FS: directory operations will now work on empty directory nodes in the ↵Gregory Nutt2014-02-197-68/+158
| | | | pseudo-filesystem
* Updated READMEGregory Nutt2014-02-181-10/+18
|
* All mbed configurations have been converted to used the kconfig-frontends ↵Gregory Nutt2014-02-186-815/+1370
| | | | tools (unverifeid)
* Documentation updateGregory Nutt2014-02-183-5/+34
|
* Ooops... I left out a semicolon in the last sscanf() commitGregory Nutt2014-02-181-4/+4
|
* Fix some errors in the last Kconfig files checked inGregory Nutt2014-02-181-4/+3
|
* stm3240g-eval/webserver configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-02-183-683/+890
| | | | tools by Alan Carvalho de Assis
* Incomplete Kconfig files fleshed out by Alan Carvalho de AssisGregory Nutt2014-02-183-0/+100
|
* Numerous updates to the CC3000 driver from David SidraneGregory Nutt2014-02-1814-95/+263
|
* Use uint16_t vs uint8_t in the message queue structure if the max message ↵Gregory Nutt2014-02-181-0/+4
| | | | size is > 128
* sscanf() bug fixes from David SidraneGregory Nutt2014-02-181-4/+18
|
* STM32 Timer: Set CCMR wehn selecting timer channel. From David SidraneGregory Nutt2014-02-181-4/+10
|
* Spark board configurations updated by David SidraneGregory Nutt2014-02-1810-38/+57
|
* STM32 SPI: Disable SPI before modifying CR1Gregory Nutt2014-02-181-0/+2
|
* Buildroot support for GCC 4.7.3 and for Cortex-M4 with hardware floating ↵Gregory Nutt2014-02-1811-2/+1551
| | | | point from David Alessio
* Refresh a defconfig file; updated a READMEGregory Nutt2014-02-182-7/+54
|
* STM32F429 Discovery: All src/ files renamed to make consistent with current ↵Gregory Nutt2014-02-1814-60/+53
| | | | naming conventions
* More STM32F429 Discovery FPU-related changes from David AlessioGregory Nutt2014-02-184-4/+15
|
* STM32F429 Discovery: Add support for FPU in OS testGregory Nutt2014-02-185-0/+1161
|
* sched/task_terminate always return an error because return value was not ↵Gregory Nutt2014-02-185-13/+14
| | | | being set correctory. From Gosha
* SAMD20: Increase FLASH waitstates to 2Gregory Nutt2014-02-184-16/+91
|
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-178-28/+20
|
* SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the timeGregory Nutt2014-02-172-22/+39
|
* SAMD20: Fix some confusion what which pins are on which connectorsGregory Nutt2014-02-173-11/+29
|
* SAMD20: Now runs, but no serial outputGregory Nutt2014-02-178-78/+98
|
* SAMD20: Initial debug changes to get clockingGregory Nutt2014-02-176-18/+112
|
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-178-103/+193
|
* SAMD20: Add WDT and EVSYS register definition header filesGregory Nutt2014-02-168-11/+411
|
* SAMD20: Add I2C slave register definition header fileGregory Nutt2014-02-163-11/+233
|
* SAMD20: Move serial console back to SERCOM4Gregory Nutt2014-02-163-11/+89
|
* SAM20D: Add SPI and I2C master register definition header filesGregory Nutt2014-02-163-14/+479
|
* Update Compal_E88 configurations to use kconfig-frontends. From Alan ↵Gregory Nutt2014-02-164-312/+709
| | | | Carvalho de Assis
* SAMD20: The basic port is complete but still untestedGregory Nutt2014-02-1610-5/+1206
|
* SAMD20: Completes low-level USART logicGregory Nutt2014-02-165-56/+227
|