summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-119-228/+383
|
* Missing closing quote in Kconfig fileGregory Nutt2014-07-111-2/+2
|
* Minor Kconfig improvementsGregory Nutt2014-07-112-2/+6
|
* Update ChangeLogsGregory Nutt2014-07-111-1/+3
|
* Addition rwbuffer interfaces should not be enabled unless they are needed; ↵Gregory Nutt2014-07-117-17/+80
| | | | if rwbuffer support is enabled, it should not be unconditionally enabled in SMART and FTL
* Update ChangeLogsGregory Nutt2014-07-112-0/+6
|
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was ↵Gregory Nutt2014-07-116-30/+41
| | | | missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
* Lpc17xx Ethernet: Comment out an assertion that is reported to first ↵Gregory Nutt2014-07-112-2/+4
| | | | inappropriately. From Max
* Clean-up up some warningGregory Nutt2014-07-114-11/+26
|
* Update ChangeLogGregory Nutt2014-07-111-0/+2
|
* Add an MTD layer that will add read-ahead or write buffering to any MTD ↵Gregory Nutt2014-07-1111-210/+1028
| | | | driver (incomplete)
* All PNG files in repository are corrupted... why?Gregory Nutt2014-07-116-0/+0
|
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-104-15/+14
|
* Update ChangeLogGregory Nutt2014-07-101-0/+2
|
* Update README's to document the new SAMA5D4-EK NxWM configurationGregory Nutt2014-07-102-1/+100
|
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-107-4/+1728
|
* SAMA5D4-EK: The NX graphics example is now enabled by defaultGregory Nutt2014-07-103-13/+150
|
* SAMA5D4-EK LCD: Actual hardware with appears to be RGB888Gregory Nutt2014-07-102-6/+9
|
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-104-6/+17
|
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in ↵Gregory Nutt2014-07-103-21/+72
| | | | the NSH configuration
* Update ChangeLogGregory Nutt2014-07-101-0/+2
|
* MXT driver worksGregory Nutt2014-07-101-101/+100
|
* MXT driver is now at least partially functionalGregory Nutt2014-07-091-123/+121
|
* Update ChangeLogGregory Nutt2014-07-091-0/+4
|
* Don't have to set SDA high initially in I2C reset because that is done by ↵Gregory Nutt2014-07-091-5/+5
| | | | the pin configuration
* SAMA5 PIO: Fix a typo in Schmitt trigger configuration; Configure pin as a a ↵Gregory Nutt2014-07-092-7/+21
| | | | vanilla input first so that final pin configuration is more read-able (i.e., easier to debug)
* SAMA5 I2C Reset: More changes... still does not work rightGregory Nutt2014-07-091-109/+85
|
* SAMA5 TWI: Some restructured needed by up_i2creset. Also timeout needs to ↵Gregory Nutt2014-07-091-50/+134
| | | | vary with the size of the transfer and if debug is on or not
* Update ChangeLogGregory Nutt2014-07-091-1/+7
|
* Use sam_pio_forceclk() so that we can read the current state of an ↵Gregory Nutt2014-07-091-37/+71
| | | | open-drain output in the TWI reset logic.
* Add a new interface sam_pio_forceclk() that can be used to force PIO ↵Gregory Nutt2014-07-092-9/+85
| | | | clocking on. I am afraid I was too conservative with PIO clocking in the initial design; this is the price
* Update ChangeLogGregory Nutt2014-07-091-1/+6
|
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-094-126/+368
|
* SAMA5D44-EK: Cosmetic changesGregory Nutt2014-07-093-7/+12
|
* Some cosmetic typo fixesGregory Nutt2014-07-0912-154/+14
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-0818-20/+20
|
* Update ChangeLogGregory Nutt2014-07-081-0/+8
|
* SAMA5D4-EK: Add options to support an LCDGregory Nutt2014-07-083-2/+157
|
* SAMA5D4 LCDC: Adapt the SAMA5D3 LCDC driver to work with the SAMA5D4 which ↵Gregory Nutt2014-07-082-32/+123
| | | | has no hardware cursor
* SAMA5D3/4 HEAP: Add a configuration option to reserve DRAM for a framebuffer ↵Gregory Nutt2014-07-082-9/+90
| | | | when executing out of DRAM.
* MXT Driver: Make sure that all return values are checked: Fix worker thread ↵Gregory Nutt2014-07-082-156/+189
| | | | -- it must hold the MXT device semaphore to access I2C
* Update ChangeLogGregory Nutt2014-07-081-0/+2
|
* WGET: Fix from Rony XlnGregory Nutt2014-07-081-2/+2
|
* IOB: Change suggested by Rony XlnGregory Nutt2014-07-081-5/+5
|
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-073-17/+78
|
* Update ChangeLogGregory Nutt2014-07-071-1/+3
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-0735-105/+162
|
* Updata ChangeLogGregory Nutt2014-07-071-0/+5
|
* SAMA5D3/4: Fix two issues associated with PIO interruptsGregory Nutt2014-07-073-26/+38
|
* maXTouch: Fix some issues with interrupt handlingGregory Nutt2014-07-072-28/+60
|