summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Repartitioning of header files for Kinetis LGregory Nutt2013-05-0218-1649/+1038
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-024-23/+97
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-029-15/+32
* Freedom KL25Z pin mux'ing fixes from Alan Carvalho de AssisGregory Nutt2013-05-024-510/+344
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-019-49/+49
* Cosmetic update to commentsGregory Nutt2013-05-011-15/+19
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-0116-33/+122
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-019-43/+116
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-012-3/+3
* Add Ken Pettit's SMART FSGregory Nutt2013-04-3016-12/+4151
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-3010-28/+2657
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3028-70/+84
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-3027-0/+8020
* Incorporate comments from Ken PetitGregory Nutt2013-04-302-18/+22
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-3015-200/+1151
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-309-12/+499
* Implement UDP sendto() timeouts. Currently disabled because it probably unne...Gregory Nutt2013-04-303-24/+114
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-303-1/+9
* More improvements to zipme.sh toolGregory Nutt2013-04-292-9/+61
* Automatically re-generated configuration variable documentation when NuttX re...Gregory Nutt2013-04-291-2/+18
* Add option to zipme.sh to provide the build ID on the command lineGregory Nutt2013-04-292-8/+59
* Fix minor typosGregory Nutt2013-04-282-6/+6
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-283-497/+746
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-256-76/+119
* Move task_terminate to its own C file to prevent drawing task_delete into the...Gregory Nutt2013-04-254-115/+195
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-2519-18/+64
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-259-18/+18
* Remove up_assert_codeGregory Nutt2013-04-25142-2086/+1560
* KL15Z: Fix GPIO base addresses; remove GCR header fileGregory Nutt2013-04-254-503/+125
* KL25Z typos: AIPS, not APS or AIPGregory Nutt2013-04-251-3/+3
* KL25Z: No Ethernet, no SDHC. TPM instead of FTMGregory Nutt2013-04-254-218/+7
* KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now worksGregory Nutt2013-04-2512-378/+166
* KL25Z: Fix some memory mapp and register definitions; no UART3-5Gregory Nutt2013-04-2510-1140/+262
* Fix KL25Z clock definitions in board.hGregory Nutt2013-04-247-59/+69
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-247-40/+53
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-2410-4/+82
* Updated .gitignore filesGregory Nutt2013-04-232-3/+5
* Some cosmetic renamingGregory Nutt2013-04-232-8/+10
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-238-199/+174
* kconfig2html: Fix some handling of empty stringsGregory Nutt2013-04-231-3/+15
* kconfig2html: Improve expand/collapse TOC + misc bug-fixesGregory Nutt2013-04-233-21/+80
* Correction to ARM RAM vectors logic from Paul Y. ZhangGregory Nutt2013-04-233-2/+4
* zkit-arm-1769 ADC and SPI/USB MSC updates from MKannanGregory Nutt2013-04-233-4/+22
* LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannanGregory Nutt2013-04-233-8/+11
* Keep a backup of the previous NuttXConfigVariables.html fileGregory Nutt2013-04-231-0/+9
* kconfig2html: A few minor things missed in the last commitGregory Nutt2013-04-222-14/+26
* Add nuttx/tools/mkconfigvars.shGregory Nutt2013-04-221-0/+101
* Documentation now expects autogenerated configuration variable documenation a...Gregory Nutt2013-04-227-12/+79
* kconfig2html: Add collapsable table of contentsGregory Nutt2013-04-222-12/+49
* kconfig2html: Move all hidden, internal configuration variables to an appendixGregory Nutt2013-04-221-307/+387