summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use menconfig instead of configupstreamGregory Nutt2015-04-171-1/+1
* Update ChangeLogGregory Nutt2015-04-171-1/+5
* STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already ini...Gregory Nutt2015-04-175-146/+108
* STM32 - cosmetic changes to indentationGregory Nutt2015-04-161-4/+2
* Fix dedbug output; used wrong macroGregory Nutt2015-04-161-1/+1
* Add CONFIG_CDCACM_IFLOWCONTROL. Just hooks for nowGregory Nutt2015-04-162-1/+16
* STM32 DMA2D: Use helper function when freeing layers. From Marco KrahlGregory Nutt2015-04-161-12/+2
* Update ChangeLogsGregory Nutt2015-04-162-1/+5
* MAX_RAND should be RAND_MAXGregory Nutt2015-04-161-1/+1
* Reference to MAX_RAND should be RAND_MAXGregory Nutt2015-04-161-1/+1
* Update ChangeLogGregory Nutt2015-04-161-1/+59
* Add support for the new DMA2D features to the STM32F429i-Disco LTDC configura...Gregory Nutt2015-04-165-36/+97
* Defines a second interface for the dma2d controller. Controlling both LTDC a...Gregory Nutt2015-04-1610-418/+3482
* Add hooks to CDC/ACM driver to support RX flow controlGregory Nutt2015-04-161-21/+58
* Update ChangeLogGregory Nutt2015-04-161-0/+2
* apps/examples/ltdc: Add testing support for the STM32 LTDC's 2D DMA. From M...Gregory Nutt2015-04-164-388/+3155
* Update ChangeLogsGregory Nutt2015-04-162-1/+9
* Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() callGregory Nutt2015-04-169-40/+135
* When boardctl() fails, need to print errno not the returned value which will ...Gregory Nutt2015-04-161-2/+2
* When boardctl() fails, need to print errno not the returned value which will ...Gregory Nutt2015-04-163-5/+5
* Calypso/Compal_e86 update from Craig ComstockGregory Nutt2015-04-163-6/+9
* Update ChangeLogGregory Nutt2015-04-161-0/+3
* apps/examples/nxlines: Fix missing right bracket that causes compile error w...Gregory Nutt2015-04-161-1/+1
* Update ChangeLogGregory Nutt2015-04-151-0/+4
* Missing PWM boardctl logic breaks PWM test.Gregory Nutt2015-04-152-0/+19
* More places where watchodg mispelledGregory Nutt2015-04-153-3/+3
* STM32 IWDG typo fix. from chenming582892Gregory Nutt2015-04-151-1/+1
* Spellcheck README fileGregory Nutt2015-04-151-14/+13
* Update commentsGregory Nutt2015-04-151-6/+12
* Update comments and READMEGregory Nutt2015-04-152-5/+19
* Update READMEGregory Nutt2015-04-151-7/+23
* Update ChangeLogsGregory Nutt2015-04-152-1/+9
* configs/sim/src: Add logic to test localtime and TZ database. See apps/syst...Gregory Nutt2015-04-157-9/+331
* Update README filesGregory Nutt2015-04-153-2/+8
* apps/system/zoneinfo: Remove tzmount command. It violates some OS boundariesGregory Nutt2015-04-154-192/+116
* Update ChangeLogGregory Nutt2015-04-151-0/+4
* apps/system/zoneinfo: Add logic to build a ROMFS file system containing the ...Gregory Nutt2015-04-158-22/+284
* Fix typos in ReleaseNotesGregory Nutt2015-04-141-6/+6
* Prep for 7.9 releaseGregory Nutt2015-04-147-38/+478
* Update ChangeLogGregory Nutt2015-04-141-0/+3
* apps/system/zoneinfo: All logic to build timezone info. Does not do much el...Gregory Nutt2015-04-148-2/+277
* A little localtime clean-upGregory Nutt2015-04-143-51/+70
* Forgot to add a file in a previous commitGregory Nutt2015-04-141-0/+126
* libc/time/lib_localtime.c: Move tzset(); it belongs in the Public Functions ...Gregory Nutt2015-04-141-55/+55
* Update ChangeLogGregory Nutt2015-04-141-1/+4
* atexit: Fix reference to undefined variable in certain configurations. From ...Gregory Nutt2015-04-141-5/+4
* drivers/input/max11802.c: Fix possible unmatched IRQ restore. Noted by Juha...Gregory Nutt2015-04-141-49/+72
* Update ChangeLogGregory Nutt2015-04-141-0/+5
* apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From ...Gregory Nutt2015-04-1410-90/+33
* Add apps/examples/pppd test case. From Brennan Ashton.Gregory Nutt2015-04-147-1/+261