Gregory Nutt
|
44e6516213
|
maXTouch: Add thresholding so that MOVE reports are not generated unless there is a significant change in the reported position
|
2014-07-12 14:00:33 -06:00 |
Gregory Nutt
|
637e60d95a
|
Update ChangeLog
|
2014-07-12 11:24:45 -06:00 |
Gregory Nutt
|
3a6ea3642f
|
SAMA5 LCDC: Back out the delay kludge. Increase the LCDC input clock from MCK to 2*MCK was sufficient for all timing instbility problems
|
2014-07-12 11:24:14 -06:00 |
Gregory Nutt
|
4548ea731e
|
maXTouch: Fix error in state machine
|
2014-07-12 11:23:07 -06:00 |
Gregory Nutt
|
8d1feb7a54
|
SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issues
|
2014-07-12 09:45:05 -06:00 |
Gregory Nutt
|
253110bbf1
|
SAMA5D4-EK LCDC: Adding a delay after enabling the LCD solves lots of start-up timing issues
|
2014-07-12 08:05:22 -06:00 |
Gregory Nutt
|
58ab6ec03f
|
NX graphics library: Macroize some color operators that become trivial when there is only one color plane
|
2014-07-12 07:44:56 -06:00 |
Gregory Nutt
|
39c6f74966
|
SAMA5D4x-EK NxWM: Update background colors to match the calibration screen
|
2014-07-11 21:25:18 -06:00 |
Gregory Nutt
|
0139b6a01c
|
Fix a typo introduced in last commit
|
2014-07-11 21:01:19 -06:00 |
Gregory Nutt
|
fd14b28da2
|
Update ChangeLog
|
2014-07-11 20:51:09 -06:00 |
Gregory Nutt
|
ba22619749
|
NX: Don't change the background if the color has not really changed
|
2014-07-11 20:47:12 -06:00 |
Gregory Nutt
|
3042fc5bc0
|
Missing closing quote in Kconfig file
|
2014-07-11 16:51:50 -06:00 |
Gregory Nutt
|
e91704c432
|
Minor Kconfig improvements
|
2014-07-11 16:25:35 -06:00 |
Gregory Nutt
|
98eb9a4ab0
|
Update ChangeLogs
|
2014-07-11 16:21:04 -06:00 |
Gregory Nutt
|
ab1ab379dd
|
Addition rwbuffer interfaces should not be enabled unless they are needed; if rwbuffer support is enabled, it should not be unconditionally enabled in SMART and FTL
|
2014-07-11 16:19:17 -06:00 |
Gregory Nutt
|
b10eddda7d
|
Update ChangeLogs
|
2014-07-11 12:30:59 -06:00 |
Gregory Nutt
|
3384906cdd
|
Lpc17xx Ethernet: Comment out an assertion that is reported to first inappropriately. From Max
|
2014-07-11 12:25:11 -06:00 |
Gregory Nutt
|
2dd9ce50c8
|
Clean-up up some warning
|
2014-07-11 11:58:46 -06:00 |
Gregory Nutt
|
68b667c053
|
Update ChangeLog
|
2014-07-11 11:21:04 -06:00 |
Gregory Nutt
|
8516551e54
|
Add an MTD layer that will add read-ahead or write buffering to any MTD driver (incomplete)
|
2014-07-11 11:20:11 -06:00 |
Gregory Nutt
|
b224f08fd7
|
All PNG files in repository are corrupted... why?
|
2014-07-11 07:35:09 -06:00 |
Gregory Nutt
|
b2af7399b3
|
Fixes for clean NxWM build; Updated README files
|
2014-07-10 15:29:41 -06:00 |
Gregory Nutt
|
069ec10337
|
Update ChangeLog
|
2014-07-10 14:11:05 -06:00 |
Gregory Nutt
|
72dcd81552
|
Update README's to document the new SAMA5D4-EK NxWM configuration
|
2014-07-10 14:10:36 -06:00 |
Gregory Nutt
|
1ca4fee7a9
|
SAMA5D4-EK: Add an NxWM configuration
|
2014-07-10 14:00:56 -06:00 |
Gregory Nutt
|
7dd6d3d588
|
SAMA5D4-EK: The NX graphics example is now enabled by default
|
2014-07-10 12:38:18 -06:00 |
Gregory Nutt
|
95df6bd3de
|
SAMA5D4-EK LCD: Actual hardware with appears to be RGB888
|
2014-07-10 12:23:41 -06:00 |
Gregory Nutt
|
89024f3698
|
SAMA5D4-EK: LCDC works (with a few color problems)
|
2014-07-10 12:03:10 -06:00 |
Gregory Nutt
|
f97113c5ef
|
SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the NSH configuration
|
2014-07-10 08:42:25 -06:00 |
Gregory Nutt
|
34d6c01ebf
|
Update ChangeLog
|
2014-07-10 07:17:15 -06:00 |
Gregory Nutt
|
3b0a797216
|
MXT driver works
|
2014-07-10 07:16:38 -06:00 |
Gregory Nutt
|
22fbcbb852
|
MXT driver is now at least partially functional
|
2014-07-09 18:56:53 -06:00 |
Gregory Nutt
|
ba5b726396
|
Update ChangeLog
|
2014-07-09 17:18:18 -06:00 |
Gregory Nutt
|
60e64ae93d
|
Don't have to set SDA high initially in I2C reset because that is done by the pin configuration
|
2014-07-09 17:17:32 -06:00 |
Gregory Nutt
|
981c1ebf55
|
SAMA5 PIO: Fix a typo in Schmitt trigger configuration; Configure pin as a a vanilla input first so that final pin configuration is more read-able (i.e., easier to debug)
|
2014-07-09 17:16:43 -06:00 |
Gregory Nutt
|
27be48a1ba
|
SAMA5 I2C Reset: More changes... still does not work right
|
2014-07-09 15:09:06 -06:00 |
Gregory Nutt
|
c2ca4be4f5
|
SAMA5 TWI: Some restructured needed by up_i2creset. Also timeout needs to vary with the size of the transfer and if debug is on or not
|
2014-07-09 13:39:10 -06:00 |
Gregory Nutt
|
ac5c4a6507
|
Update ChangeLog
|
2014-07-09 11:31:51 -06:00 |
Gregory Nutt
|
84056291e8
|
Use sam_pio_forceclk() so that we can read the current state of an open-drain output in the TWI reset logic.
|
2014-07-09 11:31:21 -06:00 |
Gregory Nutt
|
a966e4f30b
|
Add a new interface sam_pio_forceclk() that can be used to force PIO clocking on. I am afraid I was too conservative with PIO clocking in the initial design; this is the price
|
2014-07-09 11:26:07 -06:00 |
Gregory Nutt
|
f8e772a3ae
|
Update ChangeLog
|
2014-07-09 09:54:23 -06:00 |
Gregory Nutt
|
e9362128bd
|
SAMA5 TWI: Add support for up_i2creset
|
2014-07-09 09:51:28 -06:00 |
Gregory Nutt
|
74cf0a90b0
|
SAMA5D44-EK: Cosmetic changes
|
2014-07-09 07:18:43 -06:00 |
Gregory Nutt
|
695d1d933c
|
Some cosmetic typo fixes
|
2014-07-09 07:12:16 -06:00 |
Gregory Nutt
|
0da9aaeb09
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
Gregory Nutt
|
2582238ca5
|
Update ChangeLog
|
2014-07-08 12:47:04 -06:00 |
Gregory Nutt
|
e4da8fee6f
|
SAMA5D4-EK: Add options to support an LCD
|
2014-07-08 12:46:18 -06:00 |
Gregory Nutt
|
a7ec464d48
|
SAMA5D4 LCDC: Adapt the SAMA5D3 LCDC driver to work with the SAMA5D4 which has no hardware cursor
|
2014-07-08 12:45:16 -06:00 |
Gregory Nutt
|
e76f10ceac
|
SAMA5D3/4 HEAP: Add a configuration option to reserve DRAM for a framebuffer when executing out of DRAM.
|
2014-07-08 12:43:38 -06:00 |
Gregory Nutt
|
25f419d487
|
MXT Driver: Make sure that all return values are checked: Fix worker thread -- it must hold the MXT device semaphore to access I2C
|
2014-07-08 08:55:43 -06:00 |