summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update README with configuration warningGregory Nutt2014-02-041-2/+34
* 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 c...Gregory Nutt2014-02-0323-103/+178
* Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 Launch...Gregory Nutt2014-02-032-43/+49
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-032-31/+122
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-021-5/+5
* Remove some old, unused imagesGregory Nutt2014-02-017-61/+0
* fix typos reported in release notesGregory Nutt2014-01-311-2/+2
* Purely cosmetic updates to release notes and Makfile commentsGregory Nutt2014-01-302-16/+14
* Back out change. Unnecessary with code is all in tree and costs a LOT of bui...Gregory Nutt2014-01-301-11/+0
* Final prep for 6.33 releaseGregory Nutt2014-01-302-61/+136
* 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-292-22/+331
* Update dependencies for CONFIG_BOOT_SDRAM_DATA. This should not be available...Gregory Nutt2014-01-291-5/+11
* 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 other...Gregory Nutt2014-01-2811-4/+54
* ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss ar...Gregory Nutt2014-01-281-11/+2
* 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
* 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 cons...Gregory Nutt2014-01-252-1/+4
* 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-2436-143/+144
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-2441-221/+223
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-2482-1467/+404
* Add a patch to work around the bug in the ZDS-II 5.0.1 toolchainGregory Nutt2014-01-2416-245/+610
* 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 n...Gregory Nutt2014-01-242-0/+8
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-24176-210/+97
* Should enable external bus after configuring itGregory Nutt2014-01-232-87/+119
* Assembler changes with the gcc-47 distribution from ARM mean that we need to ...Gregory Nutt2014-01-232-16/+20
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-2311-59/+147
* configs/efm32-dk3650: Support for Energy Micro's development kit for the Leop...Gregory Nutt2014-01-2311-3/+994
* Basic support for the EFM32 processor family from Richar CochranGregory Nutt2014-01-2313-0/+1660
* arch/arm/src/Makefile: dependency directory list is now computed from the VPA...Gregory Nutt2014-01-232-3/+7
* Config.mk: If WINTOOL is set, COMPILE definition should convert path generate...Gregory Nutt2014-01-232-4/+15
* configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watc...Gregory Nutt2014-01-222-2/+12
* 16Z: Some early bring-up fixesGregory Nutt2014-01-2210-98/+116
* configs/16z: Add support for 16z boardGregory Nutt2014-01-2234-58/+4826
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-217-51/+200
* configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not remappedGregory Nutt2014-01-212-0/+6
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-1/+10
* Refresh the Olimex LPC1766STK NSH configurationGregory Nutt2014-01-201-18/+131