Gregory Nutt
|
8b73558ad7
|
Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betweent he OS and applications in a kernel build
|
2013-11-10 11:20:06 -06:00 |
|
Gregory Nutt
|
926e91555d
|
VS1053 worker thread stack size is now configurable; Worker thread is named via pthread_setname_np(). From Ken Pettit
|
2013-11-10 11:03:19 -06:00 |
|
Gregory Nutt
|
f7f5923d9d
|
Freedom KL25Z: Add PWM support. From Alan Carvalho de Assis
|
2013-11-10 10:39:03 -06:00 |
|
Gregory Nutt
|
c9d3cdb85e
|
Kinetis KL: PWM driver from Alan Carvalho de Assis
|
2013-11-10 10:34:45 -06:00 |
|
Gregory Nutt
|
f5c82c0df9
|
Add an I2S character driver. This driver is only intended to support I2S testing and is inappropriate for use with real I2S devices
|
2013-11-10 10:24:09 -06:00 |
|
Gregory Nutt
|
4216e66fc7
|
STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations using the OTG HS peripheral in FS mode. From Ken Pettit.
|
2013-11-10 07:30:34 -06:00 |
|
Gregory Nutt
|
4db4c4d770
|
STM32 OTG FS device and host drivers extended so that they can support either the OTG FS peripheral or the OTG HS peripheral (in FS mode). This was done as a quick way to get USB support on the STM32F429 which has only OTG HS. From Ken Pettit
|
2013-11-10 07:23:06 -06:00 |
|
Gregory Nutt
|
ac120d60c3
|
SAMA5 I2S: Driver is code complete, untested and subject to some rethinking
|
2013-11-09 13:08:20 -06:00 |
|
Gregory Nutt
|
4171db9da2
|
Add an apps/examples/usbserial configuration for the Spark. From David Sidrane
|
2013-11-07 18:31:08 -06:00 |
|
Gregory Nutt
|
78a239f79e
|
Add CDC/ACM serial driver for the Spark composite configuration
|
2013-11-07 17:39:13 -06:00 |
|
Gregory Nutt
|
d8d469fa58
|
STM32 F1 USB: Fix OUT SETUP command bug. From David Sidrane
|
2013-11-07 17:25:05 -06:00 |
|
Gregory Nutt
|
55b592faf8
|
Add support for the STM32F429I-Discovery board from Ken Pettit
|
2013-11-07 16:55:45 -06:00 |
|
Gregory Nutt
|
9d653bdfee
|
Support for the STM32F429 from Ken Pettit
|
2013-11-07 16:47:43 -06:00 |
|
Gregory Nutt
|
4214dc9ce9
|
SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driver
|
2013-11-07 12:26:53 -06:00 |
|
Gregory Nutt
|
143c8042b8
|
Initial I2S interface defintion
|
2013-11-07 09:39:46 -06:00 |
|
Gregory Nutt
|
e231270215
|
SAMA5 PWM: PWM driver is now functional
|
2013-11-07 09:17:46 -06:00 |
|
Gregory Nutt
|
3aa348035d
|
SAMA5D3x-EK: Add support board-specific PWM testing
|
2013-11-06 14:38:19 -06:00 |
|
Gregory Nutt
|
b5791ac7a6
|
SAMA5 PWM: Driver now in build and configuration system
|
2013-11-06 12:24:51 -06:00 |
|
Gregory Nutt
|
e73d77c73f
|
SAMA5 PWM: Add first cut at PWM driver
|
2013-11-06 10:55:12 -06:00 |
|
Gregory Nutt
|
f67ee984f3
|
Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane
|
2013-11-05 09:12:08 -06:00 |
|
Gregory Nutt
|
4cb6c0ad80
|
STM32 F1 USB device: Fix handling of EP0 start for large buffers; Add support for decoded USB trace strings. From Davice Sidrane
|
2013-11-05 08:56:06 -06:00 |
|
Gregory Nutt
|
120075577f
|
configs/mikroe-stm32f4/fulldemo updated by Ken Pettit
|
2013-11-04 09:29:27 -06:00 |
|
Gregory Nutt
|
14b4fa3c72
|
configs/sim/configdata: MTD configuration data driver unit test. From Ken Pettit
|
2013-11-04 09:17:31 -06:00 |
|
Gregory Nutt
|
a4a18241d5
|
Updated configuration driver from Ken Pettit
|
2013-11-04 08:52:16 -06:00 |
|
Gregory Nutt
|
b9130ff601
|
SAMA5 CAN: Fix a data alignment problem
|
2013-11-03 10:41:24 -06:00 |
|
Gregory Nutt
|
93aae8c2c5
|
SAMA5 CAN: Add board-specific initialization logic
|
2013-11-03 10:03:52 -06:00 |
|
Gregory Nutt
|
a2b6d12271
|
Fix to SST25 driver to permit faster write modes. From David Sidrane
|
2013-11-02 08:27:13 -06:00 |
|
Gregory Nutt
|
861b8bd511
|
MTD config: Reduce configuration header overhead. From Ken Pettit
|
2013-11-01 12:22:55 -06:00 |
|
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 |
|