Gregory Nutt
|
8cd7eea7ad
|
CC3000 driver changes from David Sidrane
|
2013-10-16 13:18:53 -06:00 |
|
Gregory Nutt
|
4e44868f12
|
CC3000 driver changes from David Sidrane
|
2013-10-16 11:59:26 -06:00 |
|
Gregory Nutt
|
48a8364267
|
CC3000 driver changes from David Sidrane
|
2013-10-16 11:59:22 -06:00 |
|
Gregory Nutt
|
4e3d02b216
|
Add support for the SST25VF016B serial FLASH. From Davide Sidrane
|
2013-10-16 08:28:58 -06:00 |
|
Gregory Nutt
|
58455b46ab
|
Spark configuration updates from David Sidrane
|
2013-10-16 08:20:57 -06:00 |
|
Gregory Nutt
|
e7428e9cbc
|
Spark configuration updates from David Sidrane
|
2013-10-16 07:55:04 -06:00 |
|
Gregory Nutt
|
e555cfaa5b
|
Updated CC30000 example from David Sidrane
|
2013-10-16 07:29:25 -06:00 |
|
Gregory Nutt
|
d71289dd43
|
STM32 F103C: Correct some errors in pinmapping. From David Sidrane
|
2013-10-16 07:26:41 -06:00 |
|
Gregory Nutt
|
6d3bb7f51c
|
SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the background
|
2013-10-15 16:11:33 -06:00 |
|
Gregory Nutt
|
96885a3afd
|
Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar
|
2013-10-15 14:29:06 -06:00 |
|
Gregory Nutt
|
e6b1786473
|
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
|
2013-10-15 11:09:20 -06:00 |
|
Gregory Nutt
|
b8df3a7e91
|
NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values
|
2013-10-14 18:35:23 -06:00 |
|
Gregory Nutt
|
87d8d3a7d5
|
Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Calibration instruction messages
|
2013-10-14 14:53:38 -06:00 |
|
Gregory Nutt
|
d19eb19af4
|
SAMA5D3x-EK: Add NxWM configuration for the SAMA5D3x-EK boards
|
2013-10-13 18:49:32 -06:00 |
|
Gregory Nutt
|
63269035a7
|
SAMA5D3x-EK: Enable simulated mouse and keyboard events in the NX configuration
|
2013-10-13 13:59:39 -06:00 |
|
Gregory Nutt
|
fa71c8211c
|
SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options to get framebuffer memory in various. Because of the mapping and aligment requirements, those options really cannot be supported
|
2013-10-13 13:08:05 -06:00 |
|
Gregory Nutt
|
3cfe4c2113
|
SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by interference
|
2013-10-13 10:42:14 -06:00 |
|
Gregory Nutt
|
02f7c5d8d5
|
SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashes
|
2013-10-11 17:12:35 -06:00 |
|
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 |
|