summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-1/+1
* Add a basic power management frameworkpatacongo2011-09-042-0/+32
* Add NSH date commandpatacongo2011-09-011-6/+7
* I2C tool no longer hangs on dev commandpatacongo2011-08-302-8/+38
* Fix issue with multilib buildpatacongo2011-08-307-7/+7
* Work around a CodeSourcery floating point bugpatacongo2011-08-291-2/+2
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-272-4/+46
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-253-0/+466
* Clean up Kinetics SDHC DMA code (still does not work)patacongo2011-08-231-281/+134
* More Kinetis SDHC fixespatacongo2011-08-232-80/+118
* More Kinetis SDHC fixespatacongo2011-08-232-37/+17
* Additional Kinetis SDHC fixespatacongo2011-08-222-53/+60
* In progress updates to the Kinetis SDHC driverpatacongo2011-08-222-55/+58
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-223-76/+145
* Update SDHC debug logicpatacongo2011-08-211-31/+65
* More integration of Kinetis SDHC driver into NSHpatacongo2011-08-213-50/+98
* Very initial SDHC driver for Kinetis partspatacongo2011-08-214-3/+2983
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-2019-54/+131
* Prep for 6.8 releasenuttx-6.8patacongo2011-08-191-1/+9
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-193-27/+125