summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* hymini-stm32v: Updated README fileGregory Nutt2013-05-141-157/+130
|
* hymini-stm32v: Remove nx and nxlines configurationsGregory Nutt2013-05-1410-1629/+2
|
* hymini-stm32v: Add OS test and USB/NSH configuration; Add card detect ↵Gregory Nutt2013-05-1413-584/+2421
| | | | interrupt support
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-1413-2053/+2021
| | | | kconfig-frontends tools; Also converted to use the common SSD1289 driver
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-125-31/+32
| | | | with other default priorities
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-115-288/+697
|
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-103-9/+35
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-0925-69/+126
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-083-15/+17
|
* Fix for lpc17xx i2c single byte read timeout error problem from M.KannanGregory Nutt2013-05-082-41/+45
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-0722-326/+4555
| | | | MIO283QT2 display from Ken Pettit
* STM32 option to disable sleep to prevent disconnection of debuggerGregory Nutt2013-05-073-0/+16
|
* Documentation updatesGregory Nutt2013-05-073-18/+18
|
* The Kinetis GPIO logic had some of the same issues as did the Kinetis LGregory Nutt2013-05-066-33/+44
|
* Fixes LEDs on the Freedom KL25Z boardGregory Nutt2013-05-066-34/+63
|
* Oops.. this change should not have been in the last commitGregory Nutt2013-05-061-10/+9
|
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did ↵Gregory Nutt2013-05-063-14/+36
| | | | not deselect LCD
* Fix error introduced in Pirelli DPL10 configuration of last checkinGregory Nutt2013-05-051-2/+2
|
* Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends toolsGregory Nutt2013-05-058-268/+666
|
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without ↵Gregory Nutt2013-05-0518-269/+465
| | | | errors
* Add configuration for the Pirelli DP10 phoneGregory Nutt2013-05-0410-3/+696
|
* Fixed to M25P driver from Ken Pettit plus some documentation updatesGregory Nutt2013-05-032-2/+11
|
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-034-40/+47
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-0317-451/+642
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* 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-024-23/+97
| | | | 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-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 ↵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
* 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 ↵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-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 ↵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