Gregory Nutt
|
3fd4629bd7
|
SAMA5 ADC: Seems functional in all modes including DMA
|
2013-10-28 10:08:12 -06:00 |
|
Gregory Nutt
|
77c0c6c2d6
|
CC3000 driver updates from David Sidrane
|
2013-10-27 18:54:10 -06:00 |
|
Gregory Nutt
|
61e63181d7
|
configs/spark: Spark NSH configuration updated from David Sidrane
|
2013-10-27 18:53:43 -06:00 |
|
Gregory Nutt
|
6eba2e7897
|
drivers/mtd/sst.c: Fixes for 512 byte sector mode. From David Sidrane
|
2013-10-27 18:53:09 -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
|
da251ade8b
|
SAMA5 ADC: If DMA is enabled, then you should be able to configuration larger DMA transfers
|
2013-10-27 12:04:37 -06:00 |
|
Gregory Nutt
|
13ec431d75
|
SAMA5 README update
|
2013-10-27 11:09:53 -06:00 |
|
Gregory Nutt
|
d04952385f
|
SAMA5 ADC: Fix sample frequency scaling and sequencer setup
|
2013-10-27 10:29:07 -06:00 |
|
Gregory Nutt
|
509f08daa9
|
SAMA5 ADC: Correct setup of time compare registers
|
2013-10-27 09:35:30 -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
|
c785f7e69e
|
Updated REAMDE documentation
|
2013-10-27 07:45:54 -06:00 |
|
Gregory Nutt
|
8048001c5e
|
Updated audio subsystem from Ken Pettit
|
2013-10-27 07:44:53 -06:00 |
|
Gregory Nutt
|
70a191159b
|
drivers/wireless/cc3000: CC3000 driver update from David Sidrane
|
2013-10-26 17:42:08 -06:00 |
|
Gregory Nutt
|
4dcba6d538
|
configs/spark: Spark configuration update from David Sidrane
|
2013-10-26 17:41:23 -06:00 |
|
Gregory Nutt
|
c534eb262e
|
SAM3/4 serial: Same supersitituous change as for SAMA5
|
2013-10-26 16:17:07 -06:00 |
|
Gregory Nutt
|
ba6fe788ea
|
SAMA5 serial: Restore logic to minimize TX interrupts. Oddly, seems to improve ADC stability
|
2013-10-26 16:02:07 -06:00 |
|
Gregory Nutt
|
0ab6d8382f
|
SAMA5 TC: Debug instrumentation
|
2013-10-26 14:03:30 -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
|
607acec781
|
CC3000 driver update from David Sidrane
|
2013-10-25 16:23:53 -06:00 |
|
Gregory Nutt
|
ad3539209b
|
Updated Spark board configuration from David Sidrane
|
2013-10-25 15:51:38 -06:00 |
|
Gregory Nutt
|
2226a44b2a
|
arch/arm/src/sama5/sam_adc.c: Remove a warning
|
2013-10-25 15:18:32 -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
|
b3afc8bd75
|
sam_tc.c: Fix a timer initialization bug
|
2013-10-25 10:05:00 -06:00 |
|
Gregory Nutt
|
4647775ed2
|
SAMA5 ADC+TC: Several updates/fixes from ongoing debug
|
2013-10-25 08:46:57 -06:00 |
|
Gregory Nutt
|
1668aa408e
|
SAMA5 ADC+TC: Early debug fixes + lots of new debug instrumentation
|
2013-10-24 16:50:51 -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
|
da7a3d9c9a
|
SAMA5: Add ADC-side of the logic to hook in timer/counter logic needed to drive periodic ADC sampling
|
2013-10-24 13:56:23 -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
|
ec84f19454
|
STM32 PWM and ADC: Add some bits that should have been cleared. From Martin Lederhilger
|
2013-10-24 08:27:09 -06:00 |
|
Gregory Nutt
|
f10069907a
|
Add support for the STM32F207ZE chip. From Martin Lederhilger
|
2013-10-24 08:25:05 -06:00 |
|
Gregory Nutt
|
d6dee94aa2
|
apps/examples/can: Fix an error in a debug statement. From Martin Lederhilger
|
2013-10-24 08:14:33 -06:00 |
|
Gregory Nutt
|
ba5e6669d0
|
CC3000 driver update from David Sidrane
|
2013-10-24 08:03:32 -06:00 |
|
Gregory Nutt
|
da5333663f
|
Spark configuration update from David Sidrane
|
2013-10-24 08:03:07 -06:00 |
|
Gregory Nutt
|
e5b093cd3a
|
Remove carriage returns from SAMA5 TC files just commited
|
2013-10-23 15:39:00 -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
|
d2ab68c76e
|
More apps/examples/cc3000 changes from David Sidrane
|
2013-10-23 11:49:59 -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
|
69e49938f0
|
SAMA5 CAN: Update readme on how to configure CAN
|
2013-10-23 11:32:12 -06:00 |
|
Gregory Nutt
|
9d09dee7ba
|
Part of last changes; file was left in editor
|
2013-10-23 09:14:31 -06:00 |
|
Gregory Nutt
|
e019782db5
|
Update Changelog
|
2013-10-23 09:13:28 -06:00 |
|
Gregory Nutt
|
5053d803e7
|
CC3000 driver updates from David Sidrane
|
2013-10-23 09:12:09 -06:00 |
|
Gregory Nutt
|
4cf9540563
|
CC3000 driver updates from David Sidrane
|
2013-10-23 09:07:32 -06:00 |
|
Gregory Nutt
|
212b5f504c
|
Changes to the Spark configuration from David Sidrane
|
2013-10-23 08:37:16 -06:00 |
|
Gregory Nutt
|
e5c2496d6a
|
SAMA5 CAN: Driver is now code complete but still untested
|
2013-10-22 15:47:52 -06:00 |
|