summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-2418-0/+3429
|
* CC3000 driver update from David SidraneGregory Nutt2013-10-242-17/+41
|
* Spark configuration update from David SidraneGregory Nutt2013-10-241-7/+12
|
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-244-325/+343
|
* Telnetd: Missing argument in debug statement can cause crash in certain ↵Gregory Nutt2013-10-243-2/+5
| | | | error conditions. From David Sidrane
* Remove carriage returns from SAMA5 TC files just commitedGregory Nutt2013-10-233-858/+859
|
* SAMA5 Timer/counter libraryGregory Nutt2013-10-236-14/+880
|
* Missing part of last apps/examples/cc3000 checkin. From David SidraneGregory Nutt2013-10-231-0/+363
|
* STM32 F1 DAM fix from David SidraneGregory Nutt2013-10-232-3/+15
|
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-232-1/+2
|
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-235-5/+16
|
* SAMA5 CAN: Update readme on how to configure CANGregory Nutt2013-10-232-3/+83
|
* Part of last changes; file was left in editorGregory Nutt2013-10-231-2/+0
|
* Update ChangelogGregory Nutt2013-10-232-1/+7
|
* CC3000 driver updates from David SidraneGregory Nutt2013-10-232-16/+21
|
* CC3000 driver updates from David SidraneGregory Nutt2013-10-236-431/+674
|
* Changes to the Spark configuration from David SidraneGregory Nutt2013-10-234-18/+45
|
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-239-201/+1522
|
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-229-311/+1228
|
* SAMA5: Beginning of a CAN driverGregory Nutt2013-10-214-1/+1452
|
* SAMA5 CAN: Add register definition fileGregory Nutt2013-10-212-0/+323
|
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following ↵Gregory Nutt2013-10-213-21/+57
| | | | example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
* SAMA5 TC: Add timer/counter register definition fileGregory Nutt2013-10-202-0/+460
|
* SAMA5 demo configuration: TRNG and /dev/random are now enabledGregory Nutt2013-10-203-1/+15
|
* SAMA5 TRNG: /dev/random appears to be functionalGregory Nutt2013-10-202-55/+92
|
* SAMA5 TRNG: Add a /dev/random driver based on the SAMA5D3 TRNG peripheralGregory Nutt2013-10-208-2/+536
|
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-209-9/+314
|
* SAMA5 WDT driver is now functionalGregory Nutt2013-10-202-4/+13
|
* SAMA5 norboot configuration updatesGregory Nutt2013-10-201-1/+1
|
* SAMA5 norboot configuration updatesGregory Nutt2013-10-202-11/+58
|
* SAMA5 WDT: Miss watchdog fixesGregory Nutt2013-10-205-56/+77
|
* Updated READMEGregory Nutt2013-10-191-0/+19
|
* SAMA5: Initial WDT timer (untested)Gregory Nutt2013-10-197-3/+824
|
* SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct ↵Gregory Nutt2013-10-197-113/+112
| | | | behavior of the basic RTC functionality
* Add instructions to enable RTC in the nsh/ configuration; RTC enabled by ↵Gregory Nutt2013-10-194-31/+103
| | | | default in the demo configuration
* Add CONFIG_DEBUG_RTCGregory Nutt2013-10-192-9/+19
|
* SAMA5: Add GPBR register definitionsGregory Nutt2013-10-192-0/+70
|
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-189-62/+80
|
* SAMA5 RTC: Beginning of an RTC driver for the SAMA5Gregory Nutt2013-10-183-0/+780
|
* SAMA5: Add RTC and WDT register definition header filesGregory Nutt2013-10-182-1/+225
|
* STM32 DMA Priority: Select the correct default for F1 and other family membersGregory Nutt2013-10-181-3/+8
|
* SAMA5 LCD: Move framebuffers to center of free memory region. That creates ↵Gregory Nutt2013-10-183-100/+175
| | | | a guard band around the framebuffers that gives a little protection from any bad writes into the framebuffer
* Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations ↵Gregory Nutt2013-10-1814-0/+14
| | | | that have SDIO DMA enabled
* Enhanced the FAT32 filesystem code to understand DMA preflight failures, and ↵Gregory Nutt2013-10-182-36/+83
| | | | to use the file sector buffer as a bounce buffer when a user-supplied buffer is not suitable for DMA. From Mike Smith
* Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail ↵Gregory Nutt2013-10-182-7/+93
| | | | DMA read/write requests that fail preflighting. From Mike Smith
* Add SDIO preflight methodGregory Nutt2013-10-183-2/+34
|
* Changes to stm32_dmacapable interfaces from Mike SmithGregory Nutt2013-10-187-80/+361
|
* STM32 DMA priority corrections from Mike SmithGregory Nutt2013-10-182-3/+7
|
* Typo fixes for UART7 and UART8 DMA configs. From Mike SmithGregory Nutt2013-10-182-4/+7
|
* Fix some floating point formats in debug statementsGregory Nutt2013-10-172-5/+5
|