Gregory Nutt
|
edf984df2d
|
ENCX24J600: Improved descriptor handling, free packets on rx abort interrupt. From Max Holtzberg
|
2013-10-11 10:57:58 -06:00 |
|
Gregory Nutt
|
8f7c6e23a6
|
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
|
2013-10-11 10:48:00 -06:00 |
|
Gregory Nutt
|
ffdaa6b5c5
|
Notify the socket layer if a connection is lost before the monitoring callback has been registered. From Max Holtzberg
|
2013-10-11 10:04:54 -06:00 |
|
Gregory Nutt
|
e9187d3199
|
SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parameters from Barebox (this still don't work)
|
2013-10-10 18:44:08 -06:00 |
|
Gregory Nutt
|
de5ae1a584
|
SAMA5 LCDC: Default resolution if now RGB565; Add option to select a different output resolution than the sofware resolution (needs to the 24BPP for this LCD).
|
2013-10-10 18:41:42 -06:00 |
|
Gregory Nutt
|
b641545f93
|
SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am not completely clear, but it looks like the LCDC cannot support DMA from internal SRAM
|
2013-10-10 12:02:41 -06:00 |
|
Gregory Nutt
|
0a81f51502
|
SAMA5: Allow portions of external memory to be added to the heap instead of the whole thing
|
2013-10-10 12:00:32 -06:00 |
|
Gregory Nutt
|
98410588e8
|
Arduino Due: RXD0 pull-up works with both REV2 and REV3
|
2013-10-10 07:11:13 -06:00 |
|
Gregory Nutt
|
8ae85daf3d
|
SAMA5 LCDC: Fix a few compilation errors that show up when additional layers are enabled
|
2013-10-09 18:46:05 -06:00 |
|
Gregory Nutt
|
03ebf1cf4a
|
SAMA5 LCDC: Few more bug fixes but still not working
|
2013-10-09 18:22:21 -06:00 |
|
Gregory Nutt
|
ff64ccb539
|
SAMA5 LCDC: Corrections from first debug sessions. Still a way to go
|
2013-10-09 13:21:27 -06:00 |
|
Gregory Nutt
|
3b6e63199a
|
Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. Suggested by gdi@embedders.org
|
2013-10-09 07:35:00 -06:00 |
|
Gregory Nutt
|
0b9b77067e
|
Cosmetic change; removal of spaces at the end of lines
|
2013-10-09 07:30:39 -06:00 |
|
Gregory Nutt
|
baf1353743
|
SAMA5: Add an examples/nx configuration for testing the LCD
|
2013-10-08 16:52:21 -06:00 |
|
Gregory Nutt
|
f8397f8238
|
SAMA5: LCDC driver incorporated into the build system.
|
2013-10-08 15:30:38 -06:00 |
|
Gregory Nutt
|
1807a662a8
|
SAMA5: LCD driver is code complete but untested
|
2013-10-08 12:16:30 -06:00 |
|
Gregory Nutt
|
3afaa56067
|
Missing one change in the last commit
|
2013-10-08 09:29:28 -06:00 |
|
Gregory Nutt
|
50441eb9ee
|
uip_tcpcallback: Simplify handling of callback return flags
|
2013-10-08 09:24:37 -06:00 |
|
Gregory Nutt
|
d5ec15fc78
|
Update to net_close() improvement from Max Holtzberg
|
2013-10-08 09:14:27 -06:00 |
|
Gregory Nutt
|
0907691978
|
SAMA5: More LCDC driver progress
|
2013-10-08 08:57:48 -06:00 |
|
Gregory Nutt
|
8238ea7477
|
SAMA5: More LCDC driver progress
|
2013-10-07 15:54:08 -06:00 |
|
Gregory Nutt
|
ed980b51f7
|
SAMA5: LCDC driver progress
|
2013-10-07 12:05:16 -06:00 |
|
Gregory Nutt
|
423cc009ef
|
Cosmetic changes to comments
|
2013-10-06 10:46:56 -06:00 |
|
Gregory Nutt
|
4c884a5079
|
Make net_close() nonblocking and free unestablished connections if no free connections available. From Max Holtzberg
|
2013-10-06 09:48:54 -06:00 |
|
Gregory Nutt
|
d3fa588250
|
SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver for the SAMA5
|
2013-10-06 09:08:52 -06:00 |
|
Gregory Nutt
|
f6a90114b1
|
Use the new signature of rxnotify caused by the routing table. From Max Holtzberg
|
2013-10-06 07:38:15 -06:00 |
|
Gregory Nutt
|
52797b84a1
|
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
|
2013-10-05 19:08:57 -06:00 |
|
Gregory Nutt
|
aed94bec0f
|
Documentation update
|
2013-10-05 17:41:30 -06:00 |
|
Gregory Nutt
|
17e481e35a
|
Fix some delroute errors
|
2013-10-05 10:34:38 -06:00 |
|
Gregory Nutt
|
4579819f8e
|
Fix ordering of operations in network ioctl handling. We need to able to distinguish an error because the command was not recognized vs. other kinds of error
|
2013-10-05 16:43:10 -06:00 |
|
Gregory Nutt
|
63b6d3bde3
|
Add NSH addroute and delroute commands
|
2013-10-05 15:42:20 -06:00 |
|
Gregory Nutt
|
0e447ff9b5
|
Oops here is a file that I forget to add before a recent commit
|
2013-10-05 13:20:17 -06:00 |
|
Gregory Nutt
|
95ed790c54
|
netdev_findbyaddr() will not use a routing table if one is available. It will also make a better decision in the case there there is no routing table but only a single network interface.
|
2013-10-05 13:16:18 -06:00 |
|
Gregory Nutt
|
566857bcbd
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
|
Gregory Nutt
|
02b8a8bf19
|
Clean up queue files so that they look more like others
|
2013-10-05 12:03:31 -06:00 |
|
Gregory Nutt
|
3325c192f5
|
SAMA5: Completes LDCDC register definition file
|
2013-10-04 15:43:19 -06:00 |
|
Gregory Nutt
|
d7426cd34d
|
SAMA5: Add LCD register definition header file
|
2013-10-04 10:11:12 -06:00 |
|
Gregory Nutt
|
a8951de086
|
SAMA5: Touchscreen driver now works
|
2013-10-04 08:03:38 -06:00 |
|
Gregory Nutt
|
6ca0850605
|
SAMA5: First changes from touchscreen debug
|
2013-10-03 17:11:30 -06:00 |
|
Gregory Nutt
|
9d6bfb5238
|
SAMA5: ADC and touchscreen drivers now build without errors
|
2013-10-03 14:32:21 -06:00 |
|
Gregory Nutt
|
a4123ed6d5
|
SAMA5: Integrate touchscreen and ADC drivers into the build
|
2013-10-03 12:49:13 -06:00 |
|
Gregory Nutt
|
6c8d7f2184
|
SAMA5 ADC and touchscreen: Drivers are code complete and ready for test
|
2013-10-03 10:06:14 -06:00 |
|
Gregory Nutt
|
97a4ecb306
|
SAMA Touchscreen/ADC: More progress
|
2013-10-02 16:55:22 -06:00 |
|
Gregory Nutt
|
0ff3852b2f
|
Add a user interface to manage the routing table
|
2013-10-02 10:51:48 -06:00 |
|
Gregory Nutt
|
fee65851ca
|
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
|
2013-10-02 08:24:46 -06:00 |
|
Gregory Nutt
|
6d2eba842c
|
Add candidate net/route.h. Not yet integrated
|
2013-10-02 06:58:37 -06:00 |
|
Gregory Nutt
|
255a9dcfc2
|
Simple routing table hooked into network build system
|
2013-10-01 19:13:06 -06:00 |
|
Gregory Nutt
|
ca8ec81688
|
Partial implementation of a simple network routing table.
|
2013-10-01 18:55:20 -06:00 |
|
Gregory Nutt
|
e92ed407aa
|
SAMA5 ADC/Touchscreen: A little more logic
|
2013-10-01 14:40:34 -06:00 |
|
Gregory Nutt
|
30ffd2364c
|
Remove some warnings
|
2013-10-01 12:10:09 -06:00 |
|