Gregory Nutt
|
daf6d347fc
|
Updates to ZNeo configurations + misc cosmetic changes to comments
|
2014-04-25 11:59:17 -06:00 |
|
Gregory Nutt
|
977bb10d24
|
Nucleo-F401RE: Remove FRAM references
|
2014-04-25 11:07:38 -06:00 |
|
Gregory Nutt
|
688b64632d
|
16z: Reduce size of stacks
|
2014-04-25 09:56:07 -06:00 |
|
Gregory Nutt
|
ff103e9d4c
|
Nucleo: Remove bogus MPU definitions
|
2014-04-25 08:52:50 -06:00 |
|
Gregory Nutt
|
b23c50a487
|
Updated README files
|
2014-04-25 07:23:31 -06:00 |
|
Gregory Nutt
|
bdf4a991aa
|
STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From Pelle Windestam
|
2014-04-25 07:22:14 -06:00 |
|
Gregory Nutt
|
31ede44671
|
Minor and cosmetic changes from initial 16z (v2) bringup
|
2014-04-24 15:55:53 -06:00 |
|
Gregory Nutt
|
e887473bde
|
ZNEO: Add ESPI driver
|
2014-04-24 12:52:34 -06:00 |
|
Gregory Nutt
|
b3f2e651f0
|
Cosmetic update to comments and README files
|
2014-04-24 12:44:30 -06:00 |
|
Gregory Nutt
|
2a8d44eea9
|
Updated comments; minor correction in some naming
|
2014-04-23 14:46:39 -06:00 |
|
Gregory Nutt
|
d119e4c977
|
Update TODO list and comments
|
2014-04-23 13:02:00 -06:00 |
|
Gregory Nutt
|
af4a69e6e3
|
Updated IEEE 695 header file
|
2014-04-22 18:25:42 -06:00 |
|
Gregory Nutt
|
9ad7704699
|
Nucleo-F401RE update from Frank Bennett
|
2014-04-22 16:04:14 -06:00 |
|
Gregory Nutt
|
28b6e0a7f5
|
SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commits
|
2014-04-22 14:34:17 -06:00 |
|
Gregory Nutt
|
465bfcb4cf
|
Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few)
|
2014-04-22 13:42:38 -06:00 |
|
Gregory Nutt
|
aa63cafa8e
|
Nucleo-F401RE: Add standard, NuttX button support
|
2014-04-22 13:09:34 -06:00 |
|
Gregory Nutt
|
8634db8e30
|
Nucleo-F401RE: Use standard NuttX LED interfaces
|
2014-04-22 12:55:31 -06:00 |
|
Gregory Nutt
|
972c4cbab5
|
Nucleo F401RE: Remove PX4 cruft that can in with the port
|
2014-04-22 12:18:08 -06:00 |
|
Gregory Nutt
|
18504d0d75
|
Back out a bad change in the last commit + add missing SAM4S Xplained Pro file
|
2014-04-22 11:04:31 -06:00 |
|
Gregory Nutt
|
5df14c7d40
|
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
|
2014-04-22 10:38:08 -06:00 |
|
Gregory Nutt
|
066cca1863
|
SAM4X Xplained Pro board configuration updated by Bob Doison
|
2014-04-22 09:38:46 -06:00 |
|
Gregory Nutt
|
1fb0384fe7
|
SAM3/4 T/C driver updated to get closer to coding standard
|
2014-04-22 09:10:32 -06:00 |
|
Gregory Nutt
|
61555fe5e1
|
Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin
|
2014-04-22 09:01:20 -06:00 |
|
Gregory Nutt
|
df33d9bcc8
|
examples/serialrx added by Bob Doison
|
2014-04-22 08:40:48 -06:00 |
|
Gregory Nutt
|
e5e044faa1
|
examples/cpuhog and serialblaster from Bob Doiron
|
2014-04-22 07:52:08 -06:00 |
|
Gregory Nutt
|
3d8e313995
|
Misc SAM4S-related changes from Bob Doison
|
2014-04-21 19:32:15 -06:00 |
|
Gregory Nutt
|
61e80ae998
|
SAM4S Xplained Pro: Watchdog timer support for Bob Doison
|
2014-04-21 19:19:56 -06:00 |
|
Gregory Nutt
|
a8cb0ad8f4
|
Add debug assertion on failure to allocate a watchdog
|
2014-04-21 19:16:12 -06:00 |
|
Gregory Nutt
|
3884117ae9
|
Missing watchdog timer configuration setting
|
2014-04-21 19:13:21 -06:00 |
|
Gregory Nutt
|
21671c97d6
|
SAM3/4: Add watchdog timer support. From Bob Doisin
|
2014-04-21 19:12:02 -06:00 |
|
Gregory Nutt
|
da66bc6434
|
SAM3/4: Add watchdog timer support. From Bob Doisin
|
2014-04-21 19:10:06 -06:00 |
|
Gregory Nutt
|
6ac7bac458
|
SAM4S Xplained: Add logic to autostart the USB monitor
|
2014-04-21 18:16:44 -06:00 |
|
Gregory Nutt
|
c033ec399f
|
SAM4S Xplained: Boot PPLLA to 2450MHz to support USB
|
2014-04-21 18:15:55 -06:00 |
|
Gregory Nutt
|
94be77be81
|
SAM4S Xplained Pro: Add USB suspend/resume hook. From Bob Doison
|
2014-04-21 18:14:46 -06:00 |
|
Gregory Nutt
|
19dcdbafc6
|
SAM4S Xplained Pro: Enable MPU. From Bob Doiron
|
2014-04-21 17:52:29 -06:00 |
|
Gregory Nutt
|
c4d5a30824
|
SAM4S Xplained Pro: Added card detect, automout procfs. From Bob Doison
|
2014-04-21 17:49:40 -06:00 |
|
Gregory Nutt
|
f2d25cadf0
|
Support for the Atmel SAM4S Xplaiend Board from Bob Doison
|
2014-04-21 17:34:05 -06:00 |
|
Gregory Nutt
|
1f31597466
|
Correct some procfs conditional compilation. From Bob Doiron
|
2014-04-21 17:21:43 -06:00 |
|
Gregory Nutt
|
9aef2435d4
|
SAM3/4: Support for PDC based HSMCI ADMA from Bob Doiron
|
2014-04-21 17:18:30 -06:00 |
|
Gregory Nutt
|
5d7da97a35
|
SDIO-based MMC/SD improvements from Bob Doiron
|
2014-04-21 17:15:42 -06:00 |
|
Gregory Nutt
|
c0f27d8aa6
|
SAM4S: Fix error in macro that disabled peripheral clocking. From Bob Doiron
|
2014-04-21 17:06:01 -06:00 |
|
Gregory Nutt
|
35bd5c9e65
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:04:22 -06:00 |
|
Gregory Nutt
|
f7dbe4b970
|
SAM3/4 RTC driver from Bob Doiron
|
2014-04-21 17:03:57 -06:00 |
|
Gregory Nutt
|
4a4eeb29cd
|
Updated IEEE 695 header file
|
2014-04-21 11:25:53 -06:00 |
|
Gregory Nutt
|
93a2470081
|
Updated IEEE 695 header file
|
2014-04-20 15:33:49 -06:00 |
|
Gregory Nutt
|
bf08795e74
|
Nucleo-F401RE build issues
|
2014-04-20 14:16:47 -06:00 |
|
Gregory Nutt
|
d53c3a2090
|
Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett
|
2014-04-20 13:42:23 -06:00 |
|
Gregory Nutt
|
444bc06e17
|
Updated IEEE 695 header file
|
2014-04-20 12:57:02 -06:00 |
|
Gregory Nutt
|
95637e3411
|
Updated IEEE 695 header file
|
2014-04-20 10:02:56 -06:00 |
|
Gregory Nutt
|
e50b2b0760
|
Add IEEE 695 OMF header file
|
2014-04-19 18:30:58 -06:00 |
|