summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Gregory Nutt2013-05-027-33/+252
| | | | MTD partition test -- and fix resulting bugs detected
* 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-0111-44/+121
|
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-0115-10/+1062
|
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-0111-11/+250
|
* 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 ↵Gregory Nutt2013-04-3028-70/+84
| | | | board. From Ken Petit
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-3027-0/+8020
| | | | board. From Ken Petit
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-306-33/+217
|
* Incorporate comments from Ken PetitGregory Nutt2013-04-302-18/+22
|
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-3025-209/+1779
|
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-309-12/+499
|
* Implement UDP sendto() timeouts. Currently disabled because it probably ↵Gregory Nutt2013-04-303-24/+114
| | | | unnecessary.
* 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 ↵Gregory Nutt2013-04-291-2/+18
| | | | release tarballs are created
* Add option to zipme.sh to provide the build ID on the command lineGregory Nutt2013-04-292-8/+59
|
* Fix minor typosGregory Nutt2013-04-283-8/+8
|
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-286-499/+777
|
* 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 ↵Gregory Nutt2013-04-254-115/+195
| | | | the link
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless ↵Gregory Nutt2013-04-2519-18/+64
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-2514-30/+30
| | | | harmless comments, some in config definionts which is not harmless. All removed
* 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 ↵Gregory Nutt2013-04-2410-4/+82
| | | | /dev/null. From Ken Petit
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-242-6/+3
|
* 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
| | | | the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state.
* 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
|