summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* Add memory usage monitor to USB storage examplepatacongo2011-07-252-0/+6
* Update BDF converterpatacongo2011-07-241-19/+33
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-226-11/+103
* Fix some NX configurationspatacongo2011-07-213-9/+9
* Add a NuttX logo image examplepatacongo2011-07-213-0/+111
* Setup environment to support multiple fontspatacongo2011-07-193-6/+6
* Add sem_timedwait()patacongo2011-07-191-1/+1
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-182-1/+31
* Add logic to assure that short FAT names are uniquepatacongo2011-07-181-0/+10
* Correct FAT long file name padding characterpatacongo2011-07-181-1/+1
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-166-13/+227
* Implement reversed portrait mode displays for the STM3210E-EVAL LCDpatacongo2011-07-154-11/+61
* Add configuration for reverse portrait LCD orientation for the STM3210E-EVALpatacongo2011-07-143-12/+33
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-149-6/+372
* Fix more NXTEXT bugs -- seems to be working nowpatacongo2011-07-102-8/+36
* Fix a critical font rendering bugpatacongo2011-07-091-2/+4
* Redesign of NXTEXT font cachepatacongo2011-07-091-3/+3
* Changes for clean NXTEXT compilepatacongo2011-07-083-18/+18
* Add a test for NX text displays and also a configuration for the STM3210E-EVALpatacongo2011-07-087-2/+1539
* Verified STM3210E-EVAL button handling and new button test applicationpatacongo2011-07-073-6/+25
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-0710-15/+1407
* Standardize button interfacespatacongo2011-07-071-1/+2
* Add support for the STM3210E-EVAL LCD backlightpatacongo2011-07-063-16/+191
* Verify the STM3210E-EVAL LCD driverpatacongo2011-07-063-36/+83
* Add NX configuration for the STM3210E-EVAL boardpatacongo2011-07-0512-42/+1531
* Add STM3210E-EVAL LCD driver.patacongo2011-07-058-49/+1271
* Correct several errors in STM32 serial port configurationpatacongo2011-07-042-5/+10
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-047-14/+1355
* Add resource.h and fixed frequently cloned typopatacongo2011-05-245-10/+10
* Misc USB storage-related cleanuppatacongo2011-04-161-6/+0
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-128-48/+56
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-055-15/+0
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-035-15/+15
* Remove .built_alwayspatacongo2011-04-015-6/+6
* More changes from Urospatacongo2011-03-281-20/+28
* More changes from Urospatacongo2011-03-274-9/+6
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-215-15/+15
* More build fixespatacongo2011-03-201-1/+1
* Move nuttx/examples to apps/examplespatacongo2011-03-2010-41/+202
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-187-315/+315
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+36
* More support for SLIP data link protocolpatacongo2011-03-125-10/+0
* Add support for RAMTRON NVRAM devicespatacongo2011-03-062-2/+4
* Changes for clean STM32 compile with DEBUG onpatacongo2011-03-021-1/+2
* Add logic to sleep in lpc17xx idle looppatacongo2011-03-021-0/+1
* Finish m9s12 GPIO supportpatacongo2011-02-261-2/+2
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* Add trace options for examples/usbstoragepatacongo2010-12-041-0/+7
* Add strnlen()patacongo2010-10-275-0/+5