Commit Graph

12067 Commits

Author SHA1 Message Date
Gregory Nutt dd7ffa481c Fix a spelling error in a comment 2015-08-14 08:22:03 -06:00
Gregory Nutt 48107bf073 poll() now returns POLLERR for any file descriptor that returns a failure during the poll setup 2015-08-13 14:58:52 -06:00
- Max Neklyudov 3f8a084d01 fs/vfs/fs_poll.c: use sem_tickwait instead of sem_timedwait 2015-08-13 14:28:31 -06:00
Gregory Nutt 7d0f9436d2 Refresh submodules 2015-08-13 11:59:06 -06:00
Gregory Nutt 5323597c3f Prep for 7.11 release 2015-08-13 11:51:53 -06:00
Gregory Nutt a543dfbcec Update ChangeLog; Convert a few tabs to spaces 2015-08-11 21:12:15 -06:00
Gregory Nutt 194b0ace4d Merged in paulpatience/nuttx (pull request #17)
Added MS5805 altimeter.
2015-08-11 21:06:06 -06:00
Paul A. Patience c4b888b41d Added MS5805 altimeter. 2015-08-11 22:50:11 -04:00
Gregory Nutt 4c4868c69f More cosmetic changes: Fix some errors in comments and some indentation problems 2015-08-11 19:23:51 -06:00
Gregory Nutt 850225223d Costmetic fix to a comment 2015-08-11 19:21:15 -06:00
Gregory Nutt 530d229361 net/udp: Add support for send() with connected UDP sockets 2015-08-11 19:17:55 -06:00
Gregory Nutt 97ce03737b Top-level Makefiles: Add an application pre-configuration target 2015-08-11 17:35:00 -06:00
Gregory Nutt 597a7b2f52 Update TODO list 2015-08-11 16:13:05 -06:00
Paul Patience 345683c792 Merged patacongo/nuttx into master 2015-08-11 14:31:23 -04:00
Gregory Nutt 29a0d5d23c Update ChangeLog 2015-08-11 12:30:07 -06:00
Gregory Nutt b2a2176123 Refresh submodules 2015-08-11 12:30:06 -06:00
Gregory Nutt 8aeea88f43 Merged in paulpatience/nuttx (pull request #16)
Added MB7040 sonar.
2015-08-11 12:26:57 -06:00
Paul A. Patience a634ad5528 Added MB7040 sonar. 2015-08-11 13:26:56 -04:00
Gregory Nutt 9c9fc419e8 Fix error in handling CONFIG_APPS_DIR in configure.sh. From Krishna Kumar 2015-08-11 08:34:17 -06:00
Gregory Nutt 7791b2a62e Refresh submodules + Update comments in SPI slave header file 2015-08-11 08:34:16 -06:00
Max Neklyudov 7d04104485 Networking: Allow receipt of empty UDP packets. From Max Neklyudov 2015-08-11 08:34:16 -06:00
Gregory Nutt e0238df359 SPI Slave: Summarize DMA issues in SPI slave header file 2015-08-11 08:34:15 -06:00
Paul Patience f703579d54 Merged patacongo/nuttx into master 2015-08-11 09:55:07 -04:00
Gregory Nutt 17b0153f4b Merged in paulpatience/nuttx (pull request #15)
Fixed some bugs
2015-08-10 14:34:42 -06:00
Paul A. Patience 65792c5dbc Added forward declarations of structures to fix header inclusion
order bugs.
Removed an unused variable.
Added debug asserts to check for invalid I2C addresses.
2015-08-10 16:18:37 -04:00
Paul A. Patience c0964a17b4 Fixed a forgotten FAR, a typo, and an incorrect bit-field definition. 2015-08-10 14:45:40 -04:00
Paul Patience 2465901038 Merged patacongo/nuttx into master 2015-08-10 14:31:18 -04:00
Gregory Nutt 9f1d7cddd8 Merged in paulpatience/nuttx (pull request #14)
Converted the AS5048B to use the quadrature encoder interface, changed copyright notice to my boss's preference, and updated ChangeLog to use my full name
2015-08-10 12:22:30 -06:00
Paul A. Patience dc773a06d8 Updated ChangeLog to use my full name. 2015-08-10 14:15:20 -04:00
Paul A. Patience 877d5f3b09 Changed copyright notices to my boss's preference. 2015-08-10 14:15:07 -04:00
Paul A. Patience 1d0e25af30 Convert the AS5048B to use the quadrature encoder interface. 2015-08-10 13:41:39 -04:00
David Sidrane c83d92e846 RAMTRON: Update driver to include support for newer RAMTRON parts. 2015-08-10 11:30:37 -06:00
Gregory Nutt c68b4b10e4 Sync submodules 2015-08-10 11:05:35 -06:00
Gregory Nutt 422ea4f673 Another epoll() change: Should not call printf from inside the OS 2015-08-10 10:41:58 -06:00
Gregory Nutt c74dc5f83f Changes from review epoll() implementation for consistency with NuttX naming and coding style 2015-08-10 10:38:41 -06:00
Gregory Nutt 0c34ef7468 Update ChangeLog 2015-08-10 10:18:42 -06:00
Gregory Nutt 2c79094af9 Merged in rnouse/nuttx (pull request #13)
Add simple `epoll' wrapper around `poll'
2015-08-10 10:13:56 -06:00
Gregory Nutt d61e49b7cd Fix typo, include comments in the SPI slave interface header file 2015-08-10 10:05:56 -06:00
Anton D. Kachalov 8d26ad86b1 Merge branch 'master' of https://bitbucket.org/patacongo/nuttx 2015-08-10 18:16:09 +03:00
Anton D. Kachalov fd07043180 Add simple `epoll' wrapper around `poll'
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
2015-08-10 18:15:24 +03:00
Paul Patience b4bc5bd796 Merged patacongo/nuttx into master 2015-08-10 09:37:24 -04:00
Gregory Nutt 21d4f00e65 Add the prototype for up_spi_slave_initialize() to the SPI slave interface header file 2015-08-09 17:42:47 -06:00
Gregory Nutt 17fab9dbd5 Updated comments in header file 2015-08-09 17:22:27 -06:00
Gregory Nutt 1df8ff1de8 SPI Slave Interface: Clean up/simplify some naming 2015-08-09 16:22:19 -06:00
Gregory Nutt f570a9b770 Add output queuing to SPI slave interface 2015-08-09 15:42:57 -06:00
Gregory Nutt 5848101c1f Fix/improve some issues in the SPI slave interface header file 2015-08-09 12:06:46 -06:00
Gregory Nutt 7317f3bd88 Refresh modules; trival change to comments in header file 2015-08-09 09:49:49 -06:00
Gregory Nutt 0db86bc509 SPI Slave: Another big simplication to the interfqace design 2015-08-08 16:16:53 -06:00
Gregory Nutt f604c813ff SPI Slave: Add an unbind() method to the slave interface 2015-08-08 12:18:05 -06:00
Gregory Nutt b9503c4dbc Update ChangeLog 2015-08-08 10:47:12 -06:00