Gregory Nutt
|
7bbc46f721
|
Avoid calling pthread_join() to wait for USB MSC thread to terminate: This does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread. From David Sidrane
|
2013-11-01 12:09:25 -06:00 |
|
Gregory Nutt
|
af4c5246b0
|
FAT: Fix error return value. In one failure case, success was being returned
|
2013-11-01 11:49:13 -06:00 |
|
Gregory Nutt
|
dae191ec3a
|
Updated spark configuration from David Sidrane, including new USB MSC configuration
|
2013-11-01 11:28:23 -06:00 |
|
Gregory Nutt
|
f8b3dbaa61
|
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
|
2013-11-01 11:16:51 -06:00 |
|
Gregory Nutt
|
b102d01046
|
The Mikroe STM32 F4 board now uses /dev/config for configuration data storage. From Ken Pettit
|
2013-11-01 07:50:35 -06:00 |
|
Gregory Nutt
|
b01900d7e6
|
Add an MTD device wrapper that can used to provide a /dev/config that can be used for retaining configuration data. From Ken Pettit
|
2013-11-01 07:39:20 -06:00 |
|
Gregory Nutt
|
532d4c7cbe
|
arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the driver reference was being nullified too soon. This caused an exception in usbdev_reset() later. The driver reference will be null
ified later usbdev_unregister when the caller gets the error. From David Sidrane
|
2013-10-31 15:27:52 -06:00 |
|
Gregory Nutt
|
adeb33fdd2
|
Fix erase block vs page block confusion in MTD partition logic. From Ken Pettit
|
2013-10-31 10:40:10 -06:00 |
|
Gregory Nutt
|
aebeb50a91
|
SAMA5 PWM register definition header file
|
2013-10-31 10:33:43 -06:00 |
|
Gregory Nutt
|
37d8faff37
|
SAMA5 SSC: Add SSC register definition header file
|
2013-10-30 16:15:51 -06:00 |
|
Gregory Nutt
|
6b8c1cc480
|
CC3000 driver updates from David Sidrane
|
2013-10-30 10:50:26 -06:00 |
|
Gregory Nutt
|
8c5fc5fa88
|
Spark configuration updated by David Sidrane
|
2013-10-30 10:29:51 -06:00 |
|
Gregory Nutt
|
62edceecd4
|
Prep for release 6.31
|
2013-10-28 14:08:34 -06:00 |
|
Gregory Nutt
|
de234b3a89
|
Add for audio sub-format in audion system. From Ken Pettit
|
2013-10-28 12:11:52 -06:00 |
|
Gregory Nutt
|
3fd4629bd7
|
SAMA5 ADC: Seems functional in all modes including DMA
|
2013-10-28 10:08:12 -06:00 |
|
Gregory Nutt
|
d812f25496
|
sched/sched_releasetcb.c: Fix an error handling case where a pthread start-up fails early, before the task type has been saved in the TCB. It is safer to use the sched_releasetcb() task type argument instead of relying on the task type in the TCB to be valid. Reported by David Sidrane
|
2013-10-27 17:22:28 -06:00 |
|
Gregory Nutt
|
1027d9f751
|
STM32 SPI DMA: Fix related to CONFIG_STM32_DMACAPABLE from Ken Pettit
|
2013-10-27 16:23:44 -06:00 |
|
Gregory Nutt
|
376652f293
|
Updated Mikroe STM32F4 configuration from Ken Pettit
|
2013-10-27 08:06:39 -06:00 |
|
Gregory Nutt
|
5fe465749f
|
Updated VS1053 audio driver from Ken Pettit
|
2013-10-27 08:00:16 -06:00 |
|
Gregory Nutt
|
ff682d5292
|
SAMA5: Register definition file for camera interface
|
2013-10-26 08:25:58 -06:00 |
|
Gregory Nutt
|
8c094aeda8
|
CC3000 driver update from David Sidrane (part 2 of 2)
|
2013-10-25 16:39:27 -06:00 |
|
Gregory Nutt
|
ad3539209b
|
Updated Spark board configuration from David Sidrane
|
2013-10-25 15:51:38 -06:00 |
|
Gregory Nutt
|
f39467339e
|
Add ioctl to support software triggering of ADC/DAC conversions
|
2013-10-25 14:19:09 -06:00 |
|
Gregory Nutt
|
28d50790f2
|
SAMA5D3x-EK: Add support for app/examples/adc
|
2013-10-24 15:39:56 -06:00 |
|
Gregory Nutt
|
18e651b670
|
KL25: Update build for compatibility with recent CC3000 changes
|
2013-10-24 13:59:53 -06:00 |
|
Gregory Nutt
|
aab5b6b2d9
|
SAMA5: Hook in timer/counter logic so that it can driver periodic ADC sampling
|
2013-10-24 12:35:42 -06:00 |
|
Gregory Nutt
|
21c59c0aa7
|
Added support for the Olimex STM32 P207 board. From Martin Lederhilger
|
2013-10-24 08:48:04 -06:00 |
|
Gregory Nutt
|
f10069907a
|
Add support for the STM32F207ZE chip. From Martin Lederhilger
|
2013-10-24 08:25:05 -06:00 |
|
Gregory Nutt
|
ba5e6669d0
|
CC3000 driver update from David Sidrane
|
2013-10-24 08:03:32 -06:00 |
|
Gregory Nutt
|
f6f2d2b961
|
SAMA5 Timer/counter library
|
2013-10-23 14:53:37 -06:00 |
|
Gregory Nutt
|
fe0f5ce44b
|
STM32 F1 DAM fix from David Sidrane
|
2013-10-23 14:05:26 -06:00 |
|
Gregory Nutt
|
76764003a5
|
Add logic to enable DEBUG_NET if NET=n but WL_CC3000=y
|
2013-10-23 11:48:57 -06:00 |
|
Gregory Nutt
|
e019782db5
|
Update Changelog
|
2013-10-23 09:13:28 -06:00 |
|
Gregory Nutt
|
e5c2496d6a
|
SAMA5 CAN: Driver is now code complete but still untested
|
2013-10-22 15:47:52 -06:00 |
|
Gregory Nutt
|
f5674c21fa
|
SAMA5: Beginning of a CAN driver
|
2013-10-21 15:52:23 -06:00 |
|
Gregory Nutt
|
781119c0e6
|
SAMA5 CAN: Add register definition file
|
2013-10-21 12:22:27 -06:00 |
|
Gregory Nutt
|
545cef3223
|
scanf() fixes from kfrolov: 1) sscanf() function hangs in the following 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.
|
2013-10-21 10:41:15 -06:00 |
|
Gregory Nutt
|
ba1ea91e37
|
SAMA5 TC: Add timer/counter register definition file
|
2013-10-20 14:47:02 -06:00 |
|
Gregory Nutt
|
06c87638ae
|
SAMA5 demo configuration: TRNG and /dev/random are now enabled
|
2013-10-20 12:16:17 -06:00 |
|
Gregory Nutt
|
0ebdbfbc88
|
SAMA5 TRNG: Add a /dev/random driver based on the SAMA5D3 TRNG peripheral
|
2013-10-20 11:38:31 -06:00 |
|
Gregory Nutt
|
6ee8857f9b
|
SAMA5: Initial WDT timer (untested)
|
2013-10-19 12:26:47 -06:00 |
|
Gregory Nutt
|
8954161288
|
SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct behavior of the basic RTC functionality
|
2013-10-19 10:41:20 -06:00 |
|
Gregory Nutt
|
9e8bc003e5
|
Add instructions to enable RTC in the nsh/ configuration; RTC enabled by default in the demo configuration
|
2013-10-19 10:38:23 -06:00 |
|
Gregory Nutt
|
fc3889b154
|
Add CONFIG_DEBUG_RTC
|
2013-10-19 10:35:01 -06:00 |
|
Gregory Nutt
|
a1df31266c
|
SAMA5: Add GPBR register definitions
|
2013-10-19 10:22:21 -06:00 |
|
Gregory Nutt
|
6fda497bc1
|
Updated Spark/cc3000 files from David Sidrane
|
2013-10-18 17:14:58 -06:00 |
|
Gregory Nutt
|
b05bf917b8
|
SAMA5 RTC: Beginning of an RTC driver for the SAMA5
|
2013-10-18 16:56:46 -06:00 |
|
Gregory Nutt
|
f479f5d698
|
Enhanced the FAT32 filesystem code to understand DMA preflight failures, and to use the file sector buffer as a bounce buffer when a user-supplied buffer is not suitable for DMA. From Mike Smith
|
2013-10-18 08:38:44 -06:00 |
|
Gregory Nutt
|
6a524b5734
|
Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail DMA read/write requests that fail preflighting. From Mike Smith
|
2013-10-18 08:24:18 -06:00 |
|
Gregory Nutt
|
46bf97abfc
|
Add SDIO preflight method
|
2013-10-18 08:15:09 -06:00 |
|