summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add TIFF unit testpatacongo2011-09-222-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
* TIFF initialization is completepatacongo2011-09-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3966 42af7a65-404d-4744-a932-0658087f49c3
* More TIFF logicpatacongo2011-09-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3
* Add rollover protection to the STM32 RTC sampling logicpatacongo2011-09-191-18/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3963 42af7a65-404d-4744-a932-0658087f49c3
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3962 42af7a65-404d-4744-a932-0658087f49c3
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ↵patacongo2011-09-182-100/+285
| | | | | | to the I2C tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so ↵patacongo2011-09-174-66/+463
| | | | | | configured git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3960 42af7a65-404d-4744-a932-0658087f49c3
* A little progress with CDC ACM driverpatacongo2011-09-164-17/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3959 42af7a65-404d-4744-a932-0658087f49c3
* Fix a stray write into the FATpatacongo2011-09-164-17/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3958 42af7a65-404d-4744-a932-0658087f49c3
* Small improvement in FAT buffering logic on write()patacongo2011-09-152-14/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3957 42af7a65-404d-4744-a932-0658087f49c3
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3956 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical bug in FAT sector managementpatacongo2011-09-152-9/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3955 42af7a65-404d-4744-a932-0658087f49c3
* More CDC serial updatespatacongo2011-09-157-42/+303
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3954 42af7a65-404d-4744-a932-0658087f49c3
* Add CDC ACM serial class device driverpatacongo2011-09-1313-1141/+1431
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
* Working toward CDC serial USB devicepatacongo2011-09-124-43/+2376
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3952 42af7a65-404d-4744-a932-0658087f49c3
* Add header files for CDC serialpatacongo2011-09-123-1/+980
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3951 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-113-121/+207
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3950 42af7a65-404d-4744-a932-0658087f49c3
* Fix some timer race conditionspatacongo2011-09-114-13/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3949 42af7a65-404d-4744-a932-0658087f49c3
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-116-60/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3948 42af7a65-404d-4744-a932-0658087f49c3
* Add driver for LM-75 temperature sensorpatacongo2011-09-1018-321/+1125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3947 42af7a65-404d-4744-a932-0658087f49c3
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3946 42af7a65-404d-4744-a932-0658087f49c3
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-092-54/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3945 42af7a65-404d-4744-a932-0658087f49c3
* Add handshake for semaphore interrupt communications to prevent getting out ↵patacongo2011-09-091-327/+399
| | | | | | of sync due to spurious interrupts git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3944 42af7a65-404d-4744-a932-0658087f49c3
* Fix stm32_i2c_disablefsmc return valuepatacongo2011-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3943 42af7a65-404d-4744-a932-0658087f49c3
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-0816-152/+389
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3942 42af7a65-404d-4744-a932-0658087f49c3
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-077-7/+922
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-065-3/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3940 42af7a65-404d-4744-a932-0658087f49c3
* PM.. Allow negative coeffients; support revert to normal statepatacongo2011-09-055-28/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3939 42af7a65-404d-4744-a932-0658087f49c3
* Add PM block diagrampatacongo2011-09-042-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3938 42af7a65-404d-4744-a932-0658087f49c3
* Update PM documentationpatacongo2011-09-047-58/+381
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3937 42af7a65-404d-4744-a932-0658087f49c3
* Add a basic power management frameworkpatacongo2011-09-0413-62/+1571
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3936 42af7a65-404d-4744-a932-0658087f49c3
* Add I2C README filepatacongo2011-09-022-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3934 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in gmtime and gmtime_rpatacongo2011-09-014-71/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH date commandpatacongo2011-09-014-45/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3932 42af7a65-404d-4744-a932-0658087f49c3
* Add a power management interface definitionpatacongo2011-08-301-0/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3931 42af7a65-404d-4744-a932-0658087f49c3
* I2C tool no longer hangs on dev commandpatacongo2011-08-302-8/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3930 42af7a65-404d-4744-a932-0658087f49c3
* Revert STM32 NSH2 configuration to use CodeSourcery toolchainpatacongo2011-08-302-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3928 42af7a65-404d-4744-a932-0658087f49c3
* Fix issue with multilib buildpatacongo2011-08-308-11/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3926 42af7a65-404d-4744-a932-0658087f49c3
* Switch NSH2 config to use buildroot toolchainpatacongo2011-08-302-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3925 42af7a65-404d-4744-a932-0658087f49c3
* Work around a CodeSourcery floating point bugpatacongo2011-08-292-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3922 42af7a65-404d-4744-a932-0658087f49c3
* Bug fixes for BCH and TSC2007 driverspatacongo2011-08-294-11/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3921 42af7a65-404d-4744-a932-0658087f49c3
* More fixe for FreeBSD buildpatacongo2011-08-284-2/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3919 42af7a65-404d-4744-a932-0658087f49c3
* Add a flash_eraseall() functionpatacongo2011-08-275-9/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3918 42af7a65-404d-4744-a932-0658087f49c3
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-278-165/+313
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
* Export a fast but non-standard way to clear the STM3210E-EVAL LCDpatacongo2011-08-264-1247/+1407
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3916 42af7a65-404d-4744-a932-0658087f49c3
* Extend the 'make export' logic to bundle up chip header files as wellpatacongo2011-08-252-0/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3915 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-08-255-31/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3914 42af7a65-404d-4744-a932-0658087f49c3
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-2512-27/+1404
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3913 42af7a65-404d-4744-a932-0658087f49c3