Gregory Nutt
|
bb595777fd
|
Eliminate warnings
|
2015-09-08 10:21:19 -06:00 |
|
Gregory Nutt
|
a7e43c7fdb
|
Eliminate some warnings
|
2015-09-08 09:20:18 -06:00 |
|
Gregory Nutt
|
48d7930631
|
CC3300: Eliminate some compile time warnings
|
2015-09-08 07:37:19 -06:00 |
|
Gregory Nutt
|
dbc9d67b3a
|
USBDEV Kconfig: CONFIG_USBDEV_TRACE_INITIALIDSET missing from Kconfig file
|
2015-09-08 07:25:21 -06:00 |
|
Paul A. Patience
|
c080146748
|
SSD1351 driver: add 8-bit parallel interface
|
2015-09-06 13:28:28 -04:00 |
|
Gregory Nutt
|
7d33e858dd
|
QSPI interface + ST25FL1 driver: Add methods to allocate properly aligned memory
|
2015-09-06 09:37:34 -06:00 |
|
Gregory Nutt
|
9c66bde5b0
|
Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1
|
2015-09-05 09:10:48 -06:00 |
|
Gregory Nutt
|
f44320d2a6
|
ST25FL1: SAMV71 QSPI always does transfers in multiples of 4 bytes
|
2015-09-02 10:19:47 -06:00 |
|
Paul A. Patience
|
3b89eabd50
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2.
|
2015-09-01 13:52:29 -04:00 |
|
Gregory Nutt
|
ebd97dcf89
|
ST25FL1: Make buffers all even multiple of 32-bit values
|
2015-08-31 10:18:50 -06:00 |
|
Gregory Nutt
|
2d84270552
|
ST25FL1: Correct some compile problems when file system debug is enabled
|
2015-08-31 09:25:14 -06:00 |
|
Gregory Nutt
|
ed750f3600
|
ST25FL1: Changes after review of ST24FL1 clocking
|
2015-08-29 18:54:20 -06:00 |
|
Gregory Nutt
|
d6b0a8fe72
|
ST25FL1 driver is code complete
|
2015-08-29 15:58:54 -06:00 |
|
Gregory Nutt
|
883c6a7cea
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-29 08:02:57 -06:00 |
|
Gregory Nutt
|
8c001f6807
|
Merged in paulpatience/nuttx (pull request #21)
Add SSD1351 OLED controller support
|
2015-08-28 17:01:24 -06:00 |
|
Paul A. Patience
|
01b68e90d0
|
Add SSD1351 OLED controller support
|
2015-08-28 18:37:01 -04:00 |
|
Gregory Nutt
|
4a1951b192
|
ST25FL1: Flesh out FLASH write logic
|
2015-08-28 12:01:08 -06:00 |
|
Gregory Nutt
|
d2653ef7a8
|
ST25FL1: Update for changes to QSPI interface definitions
|
2015-08-28 10:15:39 -06:00 |
|
Gregory Nutt
|
361e35a7be
|
QSPI: Make changes to interface to better work with the SAMV71
|
2015-08-27 14:16:51 -06:00 |
|
Gregory Nutt
|
d06b709652
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-27 12:12:24 -06:00 |
|
Gregory Nutt
|
8811681d7f
|
networking: Big performance improvement for local loopback driver
|
2015-08-27 11:05:53 -06:00 |
|
SaeHie Park
|
a268e0aeb9
|
Fix a typo from an earlier commit
|
2015-08-26 18:12:58 -06:00 |
|
Gregory Nutt
|
7936819fcc
|
ST25FL1: Flesh out more initialization logic
|
2015-08-26 14:16:45 -06:00 |
|
Gregory Nutt
|
e6be3cea9f
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-26 10:44:35 -06:00 |
|
Gregory Nutt
|
7a168a791f
|
Networking: Fix loopback device MTU
|
2015-08-26 10:33:44 -06:00 |
|
Gregory Nutt
|
044f5d38ac
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-26 07:20:36 -06:00 |
|
Juha Niskanen
|
70620d3dd6
|
rivers/rwbuffer: Fix some logic errors
|
2015-08-26 07:18:50 -06:00 |
|
Gregory Nutt
|
1cf57ae2bd
|
Cosmetic
|
2015-08-26 07:16:07 -06:00 |
|
Gregory Nutt
|
32de036490
|
Local loopback: Set the IFF_UP flags during initialization because the local loopback device is always up
|
2015-08-25 20:09:12 -06:00 |
|
Gregory Nutt
|
8fe0121e1a
|
Convert fragmentation ST24FL1 driver to use QSPI interface
|
2015-08-25 17:20:54 -06:00 |
|
Gregory Nutt
|
94ecf7ebad
|
drivers/mtd/st25fl1.c: Add a driver for ST25FL1*K QuadSPI FLASH parts
|
2015-08-25 09:10:12 -06:00 |
|
Gregory Nutt
|
79aa3d40b0
|
Kconfig: CONFIG_NET_MULTILINK and CONFIG_NET_MULTINIC must be support if the loopback device and any real network device are selected
|
2015-08-25 06:51:15 -06:00 |
|
Gregory Nutt
|
a2c0068011
|
Fix some IPv6 loopback device problems
|
2015-08-24 17:27:38 -06:00 |
|
Gregory Nutt
|
3018dc31e5
|
Network local loopback: Another structural simplication
|
2015-08-24 16:08:17 -06:00 |
|
Gregory Nutt
|
eea69cf6e3
|
Networking: Local loopback, fix a error in last commit + fix a bad functional partitioning
|
2015-08-24 15:23:09 -06:00 |
|
Gregory Nutt
|
4d040d572a
|
Networking: Eliminate recursion from the local loopback driver
|
2015-08-24 15:16:03 -06:00 |
|
Gregory Nutt
|
3c5f817513
|
Networking: Local loopback is basically functional and is no longer EXPERIMENTAL
|
2015-08-24 13:58:57 -06:00 |
|
Gregory Nutt
|
933d74e5c1
|
Networking: With these changes, I can ping the local loopback device from the simulator
|
2015-08-24 13:49:12 -06:00 |
|
Gregory Nutt
|
0b012c7978
|
Fix some initial loop back device compilation errors; mark configuration as EXPERIMENTAL
|
2015-08-24 11:29:54 -06:00 |
|
Gregory Nutt
|
ccb24e1766
|
drivers/net: Add a basic prototype for a local loopback device
|
2015-08-24 11:03:36 -06:00 |
|
Gregory Nutt
|
e21501c699
|
Merge remote-tracking branch 'origin/master' into localhost
|
2015-08-24 08:29:36 -06:00 |
|
Gregory Nutt
|
ea2fafb024
|
Add definitions to support a local loopback link layer
|
2015-08-24 08:25:08 -06:00 |
|
Gregory Nutt
|
3743d3d84a
|
Add configuration options for forthcoming st25fl1 devices
|
2015-08-24 08:00:39 -06:00 |
|
Max Neklyudov
|
622c5c9aa6
|
Another TUN driver fix from Max Neklyudov
|
2015-08-21 07:40:13 -06:00 |
|
Max Neklyudov
|
425146255a
|
Network drivers: Fix bug in tun interface driver. From Max Neklyudov
|
2015-08-17 09:04:58 -06:00 |
|
Gregory Nutt
|
51f386d08a
|
Fix more common typos
|
2015-08-16 11:07:23 -06:00 |
|
Gregory Nutt
|
77f5c34af0
|
Fix some common typos
|
2015-08-16 11:00:30 -06:00 |
|
Paul A. Patience
|
3303ef8c85
|
Added support for other MS58XX altimeters.
|
2015-08-14 20:04:16 -04:00 |
|
Gregory Nutt
|
a543dfbcec
|
Update ChangeLog; Convert a few tabs to spaces
|
2015-08-11 21:12:15 -06:00 |
|
Paul A. Patience
|
c4b888b41d
|
Added MS5805 altimeter.
|
2015-08-11 22:50:11 -04:00 |
|