summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Final prep for NuttX-7.2 releasenuttx-7.2Gregory Nutt2014-04-282-34/+81
|
* Updated changelogs and release notes in preparation for the 7.2 release. ↵Gregory Nutt2014-04-283-9/+296
| | | | Still need to do a little more before the release
* Change from last commit was still in the editorGregory Nutt2014-04-281-3/+3
|
* apps/examples/telnetd: Naming confusion fixed: shell vs telnetdGregory Nutt2014-04-284-34/+38
|
* STM32: More places where up_prioritize_irq is called when ↵Gregory Nutt2014-04-289-10/+28
| | | | CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26
* Fix spelling, only one t in exitingGregory Nutt2014-04-2711-10/+18
|
* Minor updates to READMEs and commentsGregory Nutt2014-04-274-20/+29
|
* Minor/cosmetic changesGregory Nutt2014-04-272-20/+20
|
* Zneo: ESPI needs to configure GPIO for ESPIGregory Nutt2014-04-261-1/+17
|
* Zneo: Misc minor updates from debuggingGregory Nutt2014-04-264-58/+147
|
* Zneo: Fix UART1 buffer setupGregory Nutt2014-04-261-4/+6
|
* ZNeo Serial: Need to configure UART1 alternate functionGregory Nutt2014-04-264-140/+176
|
* Zneo Serial: Fix cut'n'paste error in some conditional configurationGregory Nutt2014-04-262-6/+38
|
* Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if ↵Gregory Nutt2014-04-252-1/+6
| | | | CONFIG_ARCH_IRQPRIO is not defined
* ZNeo: Calculation of timer reload and prescaler was wrongGregory Nutt2014-04-253-468/+569
|
* ZNeo: update calibrationGregory Nutt2014-04-253-8/+9
|
* Zneo: Updated patch. Found another compiler failureGregory Nutt2014-04-252-0/+56
|
* Updates to ZNeo configurations + misc cosmetic changes to commentsGregory Nutt2014-04-255-6/+9
|
* Nucleo-F401RE: Remove FRAM referencesGregory Nutt2014-04-251-2/+0
|
* 16z: Reduce size of stacksGregory Nutt2014-04-252-58/+92
|
* Nucleo: Remove bogus MPU definitionsGregory Nutt2014-04-254-28/+3
|
* Updated README filesGregory Nutt2014-04-252-2/+10
|
* STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. ↵Gregory Nutt2014-04-252-1/+12
| | | | From Pelle Windestam
* Minor and cosmetic changes from initial 16z (v2) bringupGregory Nutt2014-04-245-437/+439
|
* ZNEO: Add ESPI driverGregory Nutt2014-04-245-13/+1032
|
* Cosmetic update to comments and README filesGregory Nutt2014-04-243-47/+46
|
* Updated comments; minor correction in some namingGregory Nutt2014-04-231-3/+17
|
* Update TODO list and commentsGregory Nutt2014-04-233-44/+34
|
* Updated IEEE 695 header fileGregory Nutt2014-04-221-18/+51
|
* Nucleo-F401RE update from Frank BennettGregory Nutt2014-04-225-28/+128
|
* SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commitsGregory Nutt2014-04-226-12/+64
|
* Fix Bob's name in as many places as possible; Make sure that Bob is an ↵Gregory Nutt2014-04-2222-663/+684
| | | | author in as many files as I can think of (might be missing a few)
* Fix a error introduce in a recent commitGregory Nutt2014-04-221-1/+1
|
* Nucleo-F401RE: Add standard, NuttX button supportGregory Nutt2014-04-225-10/+176
|
* Nucleo-F401RE: Use standard NuttX LED interfacesGregory Nutt2014-04-2210-41/+426
|
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-2216-640/+140
|
* Back out a bad change in the last commit + add missing SAM4S Xplained Pro fileGregory Nutt2014-04-225-6/+223
|
* Misc changes to get a clean compilation after incorporating all of Bob ↵Gregory Nutt2014-04-2214-54/+79
| | | | Doison's changes
* SAM4X Xplained Pro board configuration updated by Bob DoisonGregory Nutt2014-04-225-52/+129
|
* Updates to the serialrx example from Bob DoisonGregory Nutt2014-04-224-14/+15
|
* SAM3/4 T/C driver updated to get closer to coding standardGregory Nutt2014-04-222-32/+58
|
* Various SAM4S related fixes, mostely related to the timer driver driver and ↵Gregory Nutt2014-04-2220-61/+140
| | | | the SAM4S timer/counter. All from Bob Doisin
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-229-16/+27
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-229-0/+1799
|
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-2216-107/+618
|
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-215-36/+66
|
* SAM4S Xplained Pro: Watchdog timer support for Bob DoisonGregory Nutt2014-04-217-93/+486
|
* Add debug assertion on failure to allocate a watchdogGregory Nutt2014-04-211-0/+2
|
* Missing watchdog timer configuration settingGregory Nutt2014-04-211-0/+5
|
* SAM3/4: Add watchdog timer support. From Bob DoisinGregory Nutt2014-04-211-1/+1
|