summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/up_nsh.c
Commit message (Expand)AuthorAgeFilesLines
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-8/+8
* More support for the Shenzhou boardpatacongo2012-09-071-1/+1
* Add driver for LM-75 temperature sensorpatacongo2011-09-101-0/+0
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-2/+2
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-19/+19
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-2/+2
* Need to tell SDIO that there is a card in the slotpatacongo2009-11-171-0/+7
* Remove debug codepatacongo2009-11-171-1/+0
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-14/+62
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-38/+35
* FLASH is on PB2 (not PA4); MMC/SD is SDIO, not SPI (need to fix)patacongo2009-10-181-0/+1
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-181-1/+20
* Fix NSH-related compile errorspatacongo2009-10-141-0/+2
* Add board src and include directoriespatacongo2009-09-251-0/+140