summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* Add a configuration for the lpc3152patacongo2011-10-131-1/+1
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-111-1/+1
* SAM3U SPI debug changespatacongo2011-10-071-1/+1
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-92/+149
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-0/+33
* CDC ACM fixespatacongo2011-09-271-2/+7
* Add examples/usbtermpatacongo2011-09-262-0/+38
* Fix color format when pixels are read from STM32 LCDpatacongo2011-09-232-6/+156
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-172-3/+35
* Add CDC ACM serial class device driverpatacongo2011-09-131-1/+64
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-0/+27
* Add driver for LM-75 temperature sensorpatacongo2011-09-1011-277/+450
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-0812-1/+57
* Revert STM32 NSH2 configuration to use CodeSourcery toolchainpatacongo2011-08-302-4/+4
* Switch NSH2 config to use buildroot toolchainpatacongo2011-08-302-6/+4
* Work around a CodeSourcery floating point bugpatacongo2011-08-291-0/+5
* Export a fast but non-standard way to clear the STM3210E-EVAL LCDpatacongo2011-08-262-23/+42
* Add a test of the circle rendering logicpatacongo2011-08-243-6/+42
* Fix Kinetics UART watermark settingpatacongo2011-08-191-21/+21
* Add board support for the FreeScale Kinetis TWR-K60N512patacongo2011-08-151-1/+1
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-053-7/+7
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-037-1/+1716
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-033-1/+97
* Add nxgl_splitline()patacongo2011-08-021-3/+23
* Add one more font; Fix ez80 serial bugpatacongo2011-07-293-43/+52
* Add more fontspatacongo2011-07-293-32/+115
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-273-6/+72
* 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