summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Setup environment to support multiple fontspatacongo2011-07-1936-106/+156
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* Add sem_timedwait()patacongo2011-07-197-285/+647
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-189-4/+1082
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3797 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to assure that short FAT names are uniquepatacongo2011-07-183-46/+295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3796 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-182-20/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3795 42af7a65-404d-4744-a932-0658087f49c3
* Correct FAT long file name padding characterpatacongo2011-07-185-51/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3793 42af7a65-404d-4744-a932-0658087f49c3
* Fix a link problempatacongo2011-07-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3792 42af7a65-404d-4744-a932-0658087f49c3
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ↵patacongo2011-07-1624-34/+313
| | | | | | example from the NX command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3791 42af7a65-404d-4744-a932-0658087f49c3
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3790 42af7a65-404d-4744-a932-0658087f49c3
* Some FAT long file name fixespatacongo2011-07-151-30/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3789 42af7a65-404d-4744-a932-0658087f49c3
* Implement reversed portrait mode displays for the STM3210E-EVAL LCDpatacongo2011-07-154-11/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3788 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXTEXT link errorpatacongo2011-07-142-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3787 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration for reverse portrait LCD orientation for the STM3210E-EVALpatacongo2011-07-143-12/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3786 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get clean FAT long file name compilationpatacongo2011-07-143-92/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3785 42af7a65-404d-4744-a932-0658087f49c3
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-1414-17/+435
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3784 42af7a65-404d-4744-a932-0658087f49c3
* FAT long support is code complete (but untested)patacongo2011-07-143-220/+826
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3783 42af7a65-404d-4744-a932-0658087f49c3
* More FAT long file name logicpatacongo2011-07-134-157/+777
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3782 42af7a65-404d-4744-a932-0658087f49c3
* Add long file name parsing logicpatacongo2011-07-134-107/+615
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3781 42af7a65-404d-4744-a932-0658087f49c3
* Re-architect FAT data structures to support long file namespatacongo2011-07-137-127/+194
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3780 42af7a65-404d-4744-a932-0658087f49c3
* Fix typopatacongo2011-07-132-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3779 42af7a65-404d-4744-a932-0658087f49c3
* Export make target now produces a .zip file by defaultpatacongo2011-07-124-141/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3778 42af7a65-404d-4744-a932-0658087f49c3
* Separate FAT directory operations into a separate filepatacongo2011-07-125-839/+1016
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3777 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long file name definitionspatacongo2011-07-121-9/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3776 42af7a65-404d-4744-a932-0658087f49c3
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported ↵patacongo2011-07-128-9/+341
| | | | | | by Lzyy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-122-21/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3774 42af7a65-404d-4744-a932-0658087f49c3
* Correct errors in LPC17xx CAN register definespatacongo2011-07-125-33/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3773 42af7a65-404d-4744-a932-0658087f49c3
* Extend 'make export' logic to bundle up CFLAGS and linker scripts as wellpatacongo2011-07-124-33/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3772 42af7a65-404d-4744-a932-0658087f49c3
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-1118-49/+424
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.6 Releasenuttx-6.6patacongo2011-07-114-150/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3770 42af7a65-404d-4744-a932-0658087f49c3
* Correct an NX error that would leave stuff on the display when a window is ↵patacongo2011-07-116-51/+38
| | | | | | closed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
* Fix more NXTEXT bugs -- seems to be working nowpatacongo2011-07-107-66/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3768 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXTEST stringspatacongo2011-07-105-35/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3767 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in the NX move logicpatacongo2011-07-104-7/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3766 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few NXTEXT bugspatacongo2011-07-106-81/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3
* Fix some NXTEXT bkgd redraw errorspatacongo2011-07-102-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3764 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in a bounding box calculationpatacongo2011-07-092-7/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3763 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical font rendering bugpatacongo2011-07-094-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3
* Redesign of NXTEXT font cachepatacongo2011-07-098-182/+275
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-0914-383/+733
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3760 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-082-13/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3759 42af7a65-404d-4744-a932-0658087f49c3
* Fix more NXTEXT bugspatacongo2011-07-081-15/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3758 42af7a65-404d-4744-a932-0658087f49c3
* Fix some NXTEXT pop-up window issuespatacongo2011-07-084-73/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3757 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few NXTEXT bugs (there are many more)patacongo2011-07-085-34/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3756 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean NXTEXT compilepatacongo2011-07-089-144/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3755 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for NX text displays and also a configuration for the STM3210E-EVALpatacongo2011-07-0817-3/+3894
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3754 42af7a65-404d-4744-a932-0658087f49c3
* Add pin de-multiplexing to STM32 EXTI handlingpatacongo2011-07-081-72/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3753 42af7a65-404d-4744-a932-0658087f49c3
* Fix some typos in commentspatacongo2011-07-073-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3
* Verified STM3210E-EVAL button handling and new button test applicationpatacongo2011-07-078-12/+434
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3751 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-0721-87/+1686
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3750 42af7a65-404d-4744-a932-0658087f49c3