summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update ChangelogGregory Nutt2014-07-071-1/+3
|
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-072-7/+8
|
* SAMA5D3/4 I2C: Test for read or write operation was reversed. How could ↵Gregory Nutt2014-07-071-3/+4
| | | | this have worked before?
* Update ChangeLogGregory Nutt2014-07-071-1/+6
|
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max ↵Gregory Nutt2014-07-072-1/+5
| | | | Nekludov
* BCH: Add configurable AES encryption support to block-to-character (BCH) ↵Gregory Nutt2014-07-075-3/+106
| | | | driver. This allows any block device to be accessed as an encrypted character device. From Max Nekludov
* update changelogGregory Nutt2014-07-071-0/+4
|
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes ↵Gregory Nutt2014-07-074-4/+155
| | | | were being trimmed from the head of the queue, but the queue head itself was not being updated. From Rony XLN
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-066-4/+8
|
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ↵Gregory Nutt2014-07-0625-209/+235
| | | | ICMP_, or PKT_ vs UIP_
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-067-17/+17
|
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-0614-123/+123
|
* Update ChangeLogGregory Nutt2014-07-061-1/+2
|
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-0611-55/+100
|
* Update ChangeLogGregory Nutt2014-07-061-0/+4
|
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-0624-339/+809
|
* Updated commentsGregory Nutt2014-07-063-28/+15
|
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-0614-170/+291
|
* SAMAa5D4-EK: Updated READMEGregory Nutt2014-07-061-7/+58
|
* maXTouch: Be consistent. Failure return values are not just non-zero, but ↵Gregory Nutt2014-07-061-5/+5
| | | | negative
* maXTouch: Fix test of I2C_TRANSFER return valueGregory Nutt2014-07-062-27/+6
|
* NSH Keyboard Input: Worked okay until you try to disabled the keyboardGregory Nutt2014-07-061-6/+14
|
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-064-34/+30
|
* MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C ↵Gregory Nutt2014-07-052-8/+1
| | | | frequency
* Clean-up some commentsGregory Nutt2014-07-051-12/+12
|
* Update ChangeLogGregory Nutt2014-07-051-0/+3
|
* SAMA5D4-EK: Add board support for the maXTouchGregory Nutt2014-07-055-0/+418
|
* NET: Oops. Forgot to add a file before committingGregory Nutt2014-07-051-0/+78
|
* Update ChangeLogGregory Nutt2014-07-051-1/+5
|
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to ↵Gregory Nutt2014-07-058-70/+331
| | | | net/igmp/igmp.h
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-057-84/+202
|
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-0511-52/+128
|
* NET: Fix another header file inclusion problem. Plus renaming of an unused ↵Gregory Nutt2014-07-052-1/+3
| | | | macro
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-0539-129/+128
|
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
|
* Update ChangeLogGregory Nutt2014-07-051-0/+2
|