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 |
|
Gregory Nutt
|
4f60bfb485
|
IOB: Change suggested by Rony Xln
|
2014-07-08 07:13:50 -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
|
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
|
ca43955541
|
SAMA5D3/4: Fix two issues associated with PIO interrupts
|
2014-07-07 14:16:29 -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
|
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 |
|
Gregory Nutt
|
0d14befb88
|
SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Nekludov
|
2014-07-07 08:03:18 -06:00 |
|
Gregory Nutt
|
dc7bcb0c1d
|
BCH: Add configurable AES encryption support to block-to-character (BCH) driver. This allows any block device to be accessed as an encrypted character device. From Max Nekludov
|
2014-07-07 08:00:00 -06:00 |
|
Gregory Nutt
|
edba505fc2
|
update changelog
|
2014-07-07 07:30:11 -06:00 |
|
Gregory Nutt
|
178b2b0cbe
|
NET: Important fix to the read-ahead buffer queue managment: Consumed bytes were being trimmed from the head of the queue, but the queue head itself was not being updated. From Rony XLN
|
2014-07-07 07:28:17 -06:00 |
|
Gregory Nutt
|
e89eac6365
|
NET: Fix a few problems after big merge of network reorganization
|
2014-07-06 17:58:36 -06:00 |
|
Gregory Nutt
|
73f3ecf7e2
|
NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICMP_, or PKT_ vs UIP_
|
2014-07-06 17:22:02 -06:00 |
|
Gregory Nutt
|
a251259f90
|
NET: Rename some non-configurable constants UIP_ to IP_ or TCP_
|
2014-07-06 16:19:26 -06:00 |
|
Gregory Nutt
|
b77fda2c95
|
NET: Rename TCP state values: UIP_ -> TCP_
|
2014-07-06 16:10:26 -06:00 |
|
Gregory Nutt
|
ea6daaec6c
|
Update ChangeLog
|
2014-07-06 13:04:48 -06:00 |
|
Gregory Nutt
|
1f11a452dd
|
NET: Add a few missing configuration options to the Kconfig files
|
2014-07-06 13:04:27 -06:00 |
|
Gregory Nutt
|
715fb30f95
|
Update ChangeLog
|
2014-07-06 12:34:48 -06:00 |
|
Gregory Nutt
|
2d52d70d4c
|
NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h
|
2014-07-06 12:34:27 -06:00 |
|
Gregory Nutt
|
ed56af079a
|
Updated comments
|
2014-07-06 11:14:24 -06:00 |
|
Gregory Nutt
|
9e87ab90b8
|
NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.h
|
2014-07-06 11:05:28 -06:00 |
|
Gregory Nutt
|
e70a5ad3b0
|
SAMAa5D4-EK: Updated README
|
2014-07-06 09:43:26 -06:00 |
|
Gregory Nutt
|
09d0e2bdd2
|
maXTouch: Be consistent. Failure return values are not just non-zero, but negative
|
2014-07-06 09:08:38 -06:00 |
|
Gregory Nutt
|
4afc23d16d
|
maXTouch: Fix test of I2C_TRANSFER return value
|
2014-07-06 08:51:38 -06:00 |
|
Gregory Nutt
|
b4d3cebc2f
|
maXTouch: Fix I2C address, errors when debug enable, reorganize some data
|
2014-07-06 08:03:34 -06:00 |
|
Gregory Nutt
|
560409c912
|
MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C frequency
|
2014-07-05 17:47:17 -06:00 |
|
Gregory Nutt
|
6f4a218c84
|
Clean-up some comments
|
2014-07-05 17:15:38 -06:00 |
|
Gregory Nutt
|
2dc25d5f7b
|
Update ChangeLog
|
2014-07-05 17:12:24 -06:00 |
|
Gregory Nutt
|
816e48bf39
|
SAMA5D4-EK: Add board support for the maXTouch
|
2014-07-05 17:12:14 -06:00 |
|
Gregory Nutt
|
d392be6f73
|
NET: Oops. Forgot to add a file before committing
|
2014-07-05 15:21:13 -06:00 |
|
Gregory Nutt
|
c0986bf382
|
Update ChangeLog
|
2014-07-05 15:19:27 -06:00 |
|
Gregory Nutt
|
811668cf15
|
NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/igmp.h
|
2014-07-05 15:15:40 -06:00 |
|
Gregory Nutt
|
47a502a5e2
|
NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h
|
2014-07-05 14:40:29 -06:00 |
|
Gregory Nutt
|
dc8cba763d
|
NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.h
|
2014-07-05 13:59:22 -06:00 |
|
Gregory Nutt
|
609197fd28
|
NET: Fix another header file inclusion problem. Plus renaming of an unused macro
|
2014-07-05 13:22:32 -06:00 |
|
Gregory Nutt
|
c5fc24e110
|
NET: Standardize naming of all protocal header lengths
|
2014-07-05 13:04:48 -06:00 |
|
Gregory Nutt
|
c2fc299332
|
Forgot to add a file in the last commit
|
2014-07-05 11:57:03 -06:00 |
|
Gregory Nutt
|
a4d8d8b363
|
Update ChangeLog
|
2014-07-05 11:48:35 -06:00 |
|
Gregory Nutt
|
3e9f29ba07
|
Add very basic support for the Atmel maXTouch touchscreen controller
|
2014-07-05 11:47:54 -06:00 |
|
Gregory Nutt
|
50bd1970d0
|
Update ChangeLog
|
2014-07-04 19:14:25 -06:00 |
|