summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* More changes to restore the native Windows buildGregory Nutt2014-02-075-3/+10
|
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist ↵Gregory Nutt2014-02-073-5/+20
| | | | in unlink.bat
* Some Windows native build fixesGregory Nutt2014-02-072-2/+7
|
* Add a coding standards documentGregory Nutt2014-02-062-0/+2566
|
* Update README with configuration warningGregory Nutt2014-02-042-3/+35
|
* A10 had the same cut'n'paste error as did the LM4FGregory Nutt2014-02-032-44/+46
|
* STM32F4 Discovery: Rename most everything in the board source directory to ↵Gregory Nutt2014-02-0323-103/+178
| | | | conform with the ever evolving naming standard
* Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 ↵Gregory Nutt2014-02-032-43/+49
| | | | Launchpad UARTs 2-7 from being used
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-034-32/+136
|
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-022-18/+18
|
* CLE: Remove some un-used constant data definitionsGregory Nutt2014-02-021-13/+9
|
* CLE: Forgot to NUL terminate the command lineGregory Nutt2014-02-022-6/+12
|
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-022-142/+154
|
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-0212-8/+1232
|
* Remove some old, unused imagesGregory Nutt2014-02-017-61/+0
|
* VI: cosmetic updates to commentsGregory Nutt2014-02-012-10/+9
|
* fix typos reported in release notesGregory Nutt2014-01-311-2/+2
|
* vi: Add missing BSD headerGregory Nutt2014-01-312-1/+42
|
* Purely cosmetic updates to release notes and Makfile commentsGregory Nutt2014-01-303-17/+17
|
* VI: Finally test vi file-related command, fixed bugs, and add file read commandGregory Nutt2014-01-301-59/+218
|
* Back out change. Unnecessary with code is all in tree and costs a LOT of ↵Gregory Nutt2014-01-301-11/+0
| | | | build performance
* Fix version number in relase notesGregory Nutt2014-01-301-3/+3
|
* Final prep for 6.33 releasenuttx-6.33Gregory Nutt2014-01-304-78/+166
|
* SAMA5: Oops. Upper case in include does not match lower case of filename.Gregory Nutt2014-01-301-2/+2
|
* Preparation for NuttX-6.33 release (maybe tomorrow)Gregory Nutt2014-01-295-27/+341
|
* Update dependencies for CONFIG_BOOT_SDRAM_DATA. This should not be ↵Gregory Nutt2014-01-291-5/+11
| | | | available if the system boots from SDRAM (via a bootloader)
* A10: Make sure it is tolerant of CONFIG_BOOT_SDRAM_DATAGregory Nutt2014-01-291-3/+13
|
* SAMA5: Fix logic for running with data in SDRAMGregory Nutt2014-01-294-58/+27
|
* SAMA5: Add a missing endif in a Make.defs that recently added; Several ↵Gregory Nutt2014-01-2812-4/+69
| | | | other cosmetic changes
* ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss ↵Gregory Nutt2014-01-281-11/+2
| | | | are in SDRAM
* SAMA5: Mostly cosmeticGregory Nutt2014-01-283-23/+40
|
* SAMA5: More variables-in-SDRAM stuffGregory Nutt2014-01-283-7/+15
|
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-2810-155/+484
|
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-2815-21/+71
|
* A test of kconfig-fontends 3.12.0Gregory Nutt2014-01-271-10/+58
|
* Update kconfig-frontends to 3.12.0Gregory Nutt2014-01-2776-5780/+10513
|
* Remove EFM32 from build systemGregory Nutt2014-01-273-34/+0
|
* Remove support for EFM32. Not ready to be fieldedGregory Nutt2014-01-2720-2619/+2
|
* Correct document dateGregory Nutt2014-01-271-1/+1
|
* x86: fix 'Error: .size expression for idle_stack does not evaluate to a ↵Gregory Nutt2014-01-252-1/+4
| | | | constant' bug from Matt Campbell
* Improve documentation of naming conventionsGregory Nutt2014-01-252-90/+190
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-24256-1966/+1969
|
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-2437-145/+146
|
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-2442-224/+226
|
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-2483-1471/+409
|
* Add a patch to work around the bug in the ZDS-II 5.0.1 toolchainGregory Nutt2014-01-2416-245/+610
|
* NSH cosmetic changesGregory Nutt2014-01-242-5/+4
|
* ZNEO: Verify that currrent code still works on the ZiLOG boardGregory Nutt2014-01-247-1544/+0
|
* Suppress option to use custom optimization levels for architectures that do ↵Gregory Nutt2014-01-242-0/+8
| | | | not support it
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-24176-210/+97
|