Gregory Nutt
|
ba5b726396
|
Update ChangeLog
|
2014-07-09 17:18:18 -06:00 |
|
Gregory Nutt
|
6563ae07c2
|
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
|
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
|
fc973eb512
|
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
|
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
|
0d4255257d
|
SAMA5 I2C Reset: More changes... still does not work right
|
2014-07-09 15:09:06 -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
|
c1ca11331d
|
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
|
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
|
ee351dc695
|
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
|
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
|
c4b9eaa01f
|
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
|
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
|
6c4f57b0dc
|
SAMA5 TWI: Add support for up_i2creset
|
2014-07-09 09:51:28 -06:00 |
|
Gregory Nutt
|
e9362128bd
|
SAMA5 TWI: Add support for up_i2creset
|
2014-07-09 09:51:28 -06:00 |
|
Gregory Nutt
|
32f22b6611
|
SAMA5D44-EK: Cosmetic changes
|
2014-07-09 07:18:43 -06:00 |
|
Gregory Nutt
|
74cf0a90b0
|
SAMA5D44-EK: Cosmetic changes
|
2014-07-09 07:18:43 -06:00 |
|
Gregory Nutt
|
ad9b0653f5
|
Some cosmetic typo fixes
|
2014-07-09 07:12:16 -06:00 |
|
Gregory Nutt
|
695d1d933c
|
Some cosmetic typo fixes
|
2014-07-09 07:12:16 -06:00 |
|
Gregory Nutt
|
e02f1ba37a
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
|
Gregory Nutt
|
0aae99b377
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -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
|
94ed3a6f51
|
SAMA5D4-EK: Add options to support an LCD
|
2014-07-08 12:46:18 -06:00 |
|
Gregory Nutt
|
e4da8fee6f
|
SAMA5D4-EK: Add options to support an LCD
|
2014-07-08 12:46:18 -06:00 |
|
Gregory Nutt
|
446d9daa94
|
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
|
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
|
8bc8a86b90
|
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
|
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 |
|
Gregory Nutt
|
4f60bfb485
|
IOB: Change suggested by Rony Xln
|
2014-07-08 07:13:50 -06:00 |
|
Gregory Nutt
|
620cb9463a
|
SAMA5D4-EK: Add the button test to the NSH configuration
|
2014-07-07 17:06:25 -06:00 |
|
Gregory Nutt
|
28d23da04a
|
SAMA5D4-EK: Add the button test to the NSH configuration
|
2014-07-07 17:06:25 -06:00 |
|
Gregory Nutt
|
0b4573eea8
|
Update ChangeLog
|
2014-07-07 15:55:58 -06:00 |
|
Gregory Nutt
|
79511f427f
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
3fe95f83de
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
19d8b0ce97
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
befcb1c961
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
c4674b2e4a
|
Updata ChangeLog
|
2014-07-07 14:17:40 -06:00 |
|
Gregory Nutt
|
14c90921b3
|
SAMA5D3/4: Fix two issues associated with PIO interrupts
|
2014-07-07 14:16:29 -06:00 |
|
Gregory Nutt
|
ca43955541
|
SAMA5D3/4: Fix two issues associated with PIO interrupts
|
2014-07-07 14:16:29 -06:00 |
|
Gregory Nutt
|
6cb13fde4e
|
maXTouch: Fix some issues with interrupt handling
|
2014-07-07 13:25:20 -06:00 |
|
Gregory Nutt
|
ab8506163a
|
maXTouch: Fix some issues with interrupt handling
|
2014-07-07 13:25:20 -06:00 |
|
Gregory Nutt
|
eb4dae548c
|
Update Changelog
|
2014-07-07 09:56:01 -06:00 |
|
Gregory Nutt
|
5bbc0a0dd9
|
maXTouch: Check for successful memory allocation was backward
|
2014-07-07 09:55:39 -06:00 |
|
Gregory Nutt
|
ae95f4e4d2
|
SAMA5D3/4 I2C: Test for read or write operation was reversed. How could this have worked before?
|
2014-07-07 09:54:43 -06:00 |
|
Gregory Nutt
|
95bbdb675b
|
SAMA5D3/4 I2C: Test for read or write operation was reversed. How could this have worked before?
|
2014-07-07 09:54:43 -06:00 |
|
Gregory Nutt
|
efa3783077
|
Update ChangeLog
|
2014-07-07 08:03:37 -06:00 |
|