summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Complete Kinetis USB and add skeletons for all remaining header filespatacongo2011-08-118-66/+1152
* Add Kinetis ENET header filepatacongo2011-08-114-20/+691
* Add Kinetis PIT, I2C, and FTM header filespatacongo2011-08-113-0/+837
* Add Kinetis DSPI header filepatacongo2011-08-111-0/+321
* Add Kinetis CMP, ADC, PDB, and DAC header filespatacongo2011-08-105-7/+689
* Add Kinetis ADC, CRC, RNGB and MMCAU header filespatacongo2011-08-106-36/+652
* Add Kinetis FLASH and FlexBUS header filespatacongo2011-08-105-85/+879
* Add Kinetis CMT and RTC header filespatacongo2011-08-102-0/+309
* Add Kinesis VREF and LPTMR header filespatacongo2011-08-102-0/+225
* Kinetis MCG, CRC, and OSC header filespatacongo2011-08-093-0/+384
* Add Kinetis watchdog header filespatacongo2011-08-094-63/+456
* Add Kinesis DMA header filespatacongo2011-08-092-0/+718
* Add Kinetis MPU and AIPS header filespatacongo2011-08-0915-5/+611
* Add Kinetis AXBS header filepatacongo2011-08-091-0/+251
* Add Kinetis MCM header filepatacongo2011-08-092-2/+153
* Add Kinetis LLWU and PMC header filespatacongo2011-08-082-0/+363
* Add Kinetis SIM header filepatacongo2011-08-086-106/+915
* Add Kinetis GPIO definitionspatacongo2011-08-085-78/+680
* Add Kinetis UART header filepatacongo2011-08-074-25/+536
* Add Kinetis IRQ numberspatacongo2011-08-074-24/+273
* Fix message queue/signal handling bugspatacongo2011-08-078-46/+236
* More Kinetis definitionspatacongo2011-08-062-87/+188
* First cut at Kinesis chip capabilities (lots of errors)patacongo2011-08-061-6/+729
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-0571-2576/+2565
* Add directory structure to support the port to the Kinesis KwikStik-K40patacongo2011-08-0523-0/+3867
* Misc documentation/LCD-related updatespatacongo2011-08-056-68/+129
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-0437-145/+1792
* Completes test of line/trapezoid drawing routinespatacongo2011-08-047-25/+470
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-0312-37/+1772
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-039-53/+222
* Revised CAN driverpatacongo2011-08-032-118/+257
* Fix LPC17xx chip memory configuration errorpatacongo2011-08-031-8/+8
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-023-157/+184
* Add NX line drawing interfacespatacongo2011-08-0213-42/+866
* Add nxgl_splitline()patacongo2011-08-025-5/+391
* Add fixed precision atan2() functionpatacongo2011-08-014-1/+112
* Add low level routines to draw single pixels (not used yet)patacongo2011-07-3112-29/+400
* Forgot to add file in last checkinpatacongo2011-07-313-11/+153
* Completes first cut of TSC2007 driverpatacongo2011-07-305-37/+190
* More TSC2007 driver updatespatacongo2011-07-308-149/+520
* More logic added to the TSC2007 touchscreen driverpatacongo2011-07-293-17/+250
* Add TSC2007 register definitionspatacongo2011-07-293-0/+123
* Add framework for input devices and TSC2007 touchscreen driverpatacongo2011-07-295-7/+699
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
* Add one more font; Fix ez80 serial bugpatacongo2011-07-2916-196/+1066
* Add more fontspatacongo2011-07-2921-108/+6550
* If the requested font cannot be found, return the default fontpatacongo2011-07-285-11/+29
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-277-17/+143
* Add several new fontspatacongo2011-07-2713-7/+3532
* Correct USB mass storage memory leakpatacongo2011-07-264-35/+27