summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SAM4E: Update SAM3/4 GPBR, HSMCI, PWM, RSTC, RTC, RTT, SMC, and WDT register ...Gregory Nutt2014-02-249-164/+433
* SAM4E: Update SAM3/4 SMC and SUPC register definition header filesGregory Nutt2014-02-244-44/+82
* SAM4E: Update SAM3/4 EEFC, MATRIX, and PMC register definition header filesGregory Nutt2014-02-248-119/+269
* use -m install of --mode in configure.sh for OSX compatibilityGregory Nutt2014-02-241-3/+3
* A few fixes for the per-process load average calculationGregory Nutt2014-02-235-59/+76
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-2310-64/+331
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel...Gregory Nutt2014-02-236-72/+82
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-2212-26/+525
* SAM4E: USART/USART header files and drivers updated to support the SAM4EGregory Nutt2014-02-224-26/+43
* SAM4E: update SAM3/4 Kconfig for SAM4E peripheral selectionsGregory Nutt2014-02-221-24/+40
* For Telnetd password/username fixes from Bertikd Van den BerghGregory Nutt2014-02-221-2/+2
* Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chipsGregory Nutt2014-02-2210-13/+13
* SAM4E: Update PMC and SPI register definition header filesGregory Nutt2014-02-222-4/+7
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-222-2/+4
* SAM4E: Pin multiplex definition header fileGregory Nutt2014-02-214-5/+347
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-2132-31/+35
* STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Al...Gregory Nutt2014-02-214-768/+870
* SAM4E: Add support for PIO and peripheral clocksGregory Nutt2014-02-2111-7/+970
* Fix some errors that crept into the conversion of an Olimex-LPC1766STK config...Gregory Nutt2014-02-211-9/+5
* SAM4E: Add memory map header fileGregory Nutt2014-02-213-1/+176
* SAM4E: Add vector definition header filesGregory Nutt2014-02-2110-15/+136
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-206-40/+102
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-2017-95/+297
* 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 b...Gregory Nutt2014-02-204-462/+759
* 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 w...Gregory Nutt2014-02-2015-167/+244
* 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 pseduo-...Gregory Nutt2014-02-1914-104/+315
* 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 pseudo...Gregory Nutt2014-02-197-68/+158
* Updated READMEGregory Nutt2014-02-181-10/+18
* All mbed configurations have been converted to used the kconfig-frontends too...Gregory Nutt2014-02-186-815/+1370
* 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
* 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 siz...Gregory Nutt2014-02-181-0/+4
* sscanf() bug fixes from David SidraneGregory Nutt2014-02-181-4/+18