summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1013-255/+591
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1018-1748/+2998
* Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kitpatacongo2011-10-1031-728/+1633
* SAM3U: Add logic to bypass automated control of SPI chip selectspatacongo2011-10-082-14/+132
* SAM3U SPI debug changespatacongo2011-10-074-15/+50
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-2/+5
* Add debug instrumentation to the SAM3U SPI driverpatacongo2011-10-061-123/+170
* Add sim/nsh2 configurationpatacongo2011-10-063-56/+77
* Fix C++ dependencies, cleaning, ..patacongo2011-10-051-0/+4
* Add sim C++ supportpatacongo2011-10-051-2/+2
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-052-5/+7
* ADS7843E driver is code completepatacongo2011-10-041-22/+188
* SAM3U SPI driver updatepatacongo2011-10-033-291/+411
* Update comments, dates, ... housekeepingpatacongo2011-10-034-4/+4
* Add SAM3U board-specific SPI supportpatacongo2011-10-033-6/+65
* Add framework for a SAM3U SPI driverpatacongo2011-10-0342-2/+553
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-0/+12
* Add FAT date/time stamppatacongo2011-10-022-4/+9
* The lo-res RTC now seems to workpatacongo2011-10-022-22/+18
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-012-166/+451
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
* Add sim touchscreen bugfixespatacongo2011-09-291-12/+14
* Add debug instrumentationpatacongo2011-09-291-9/+47
* Add a simple touchscreen testpatacongo2011-09-292-5/+24
* Simulated touchscreen debug fixespatacongo2011-09-283-14/+81
* Fixes to x11 event looppatacongo2011-09-281-9/+30
* Remove some warningspatacongo2011-09-282-4/+1
* Change X11 event loop initializationpatacongo2011-09-284-31/+34
* Fix NXFFS compilation errorpatacongo2011-09-283-39/+21
* Add a simulated touchscreen driverpatacongo2011-09-287-33/+1030
* Fix sim build under Ubuntu 9.09patacongo2011-09-281-15/+2
* Use only __CYGWIN__ to identify Cygwinpatacongo2011-09-284-8/+6
* SAM3U KERNEL definitions are backwardpatacongo2011-09-264-6/+6
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Fix typo in SAM3U allocheappatacongo2011-09-261-1/+1
* Add rollover protection to the STM32 RTC sampling logicpatacongo2011-09-191-18/+43
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-181-100/+280
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-171-63/+426
* More CDC serial updatespatacongo2011-09-151-0/+4
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-19/+61
* Add driver for LM-75 temperature sensorpatacongo2011-09-101-39/+42
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-092-54/+54
* Add handshake for semaphore interrupt communications to prevent getting out o...patacongo2011-09-091-327/+399
* Fix stm32_i2c_disablefsmc return valuepatacongo2011-09-091-1/+1
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-151/+328
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-072-2/+548