Gregory Nutt
|
13ab1b586d
|
Updated README
|
2013-10-19 12:37:14 -06:00 |
|
Gregory Nutt
|
6ee8857f9b
|
SAMA5: Initial WDT timer (untested)
|
2013-10-19 12:26:47 -06:00 |
|
Gregory Nutt
|
8954161288
|
SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct behavior of the basic RTC functionality
|
2013-10-19 10:41:20 -06:00 |
|
Gregory Nutt
|
9e8bc003e5
|
Add instructions to enable RTC in the nsh/ configuration; RTC enabled by default in the demo configuration
|
2013-10-19 10:38:23 -06:00 |
|
Gregory Nutt
|
fc3889b154
|
Add CONFIG_DEBUG_RTC
|
2013-10-19 10:35:01 -06:00 |
|
Gregory Nutt
|
a1df31266c
|
SAMA5: Add GPBR register definitions
|
2013-10-19 10:22:21 -06:00 |
|
Gregory Nutt
|
6fda497bc1
|
Updated Spark/cc3000 files from David Sidrane
|
2013-10-18 17:14:58 -06:00 |
|
Gregory Nutt
|
b05bf917b8
|
SAMA5 RTC: Beginning of an RTC driver for the SAMA5
|
2013-10-18 16:56:46 -06:00 |
|
Gregory Nutt
|
2137ef96c0
|
SAMA5: Add RTC and WDT register definition header files
|
2013-10-18 14:47:50 -06:00 |
|
Gregory Nutt
|
aa51df493a
|
STM32 DMA Priority: Select the correct default for F1 and other family members
|
2013-10-18 14:13:53 -06:00 |
|
Gregory Nutt
|
d72a99bc64
|
SAMA5 LCD: Move framebuffers to center of free memory region. That creates a guard band around the framebuffers that gives a little protection from any bad writes into the framebuffer
|
2013-10-18 10:11:20 -06:00 |
|
Gregory Nutt
|
0e53acfb24
|
Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that have SDIO DMA enabled
|
2013-10-18 08:57:59 -06:00 |
|
Gregory Nutt
|
f479f5d698
|
Enhanced the FAT32 filesystem code to understand DMA preflight failures, and to use the file sector buffer as a bounce buffer when a user-supplied buffer is not suitable for DMA. From Mike Smith
|
2013-10-18 08:38:44 -06:00 |
|
Gregory Nutt
|
6a524b5734
|
Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail DMA read/write requests that fail preflighting. From Mike Smith
|
2013-10-18 08:24:18 -06:00 |
|
Gregory Nutt
|
46bf97abfc
|
Add SDIO preflight method
|
2013-10-18 08:15:09 -06:00 |
|
Gregory Nutt
|
944e0fe81d
|
Changes to stm32_dmacapable interfaces from Mike Smith
|
2013-10-18 08:06:23 -06:00 |
|
Gregory Nutt
|
973d11f625
|
STM32 DMA priority corrections from Mike Smith
|
2013-10-18 07:37:24 -06:00 |
|
Gregory Nutt
|
2b70abad0d
|
Typo fixes for UART7 and UART8 DMA configs. From Mike Smith
|
2013-10-18 07:17:55 -06:00 |
|
Gregory Nutt
|
1143b537c2
|
SAMA5 TSD: Fix to prohibit reading samples when not valid
|
2013-10-17 17:26:06 -06:00 |
|
Gregory Nutt
|
0e8617c1d2
|
Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm
|
2013-10-17 15:19:26 -06:00 |
|
Gregory Nutt
|
8ad32012ab
|
New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa)
|
2013-10-17 12:07:14 -06:00 |
|
Gregory Nutt
|
b38468d49f
|
net_sendfile: Let the ACK callback handle the REXMIT flag and don't return until all data has been ACK'd. From Max Holtzberg
|
2013-10-17 09:54:48 -06:00 |
|
Gregory Nutt
|
8ca54913e2
|
Move tcp connection into SYN_RCVD state after aception instead of bypassing and moving directly into ESTABLISHED. From Max Holtzberg.
|
2013-10-17 09:49:33 -06:00 |
|
Gregory Nutt
|
cbed482747
|
TCP: Change how initial MSS is handled. From Max Holtzberg
|
2013-10-17 09:45:38 -06:00 |
|
Gregory Nutt
|
69dac5c775
|
In net_sendfile(), correct parameter passed to netdev_txnotifiy. From Max Holtzberg
|
2013-10-17 09:24:25 -06:00 |
|
Gregory Nutt
|
bf5ae4a374
|
Reset TCP timeout timer when data is ACKed, not when data is sent. From Max Holtzberg
|
2013-10-17 09:19:03 -06:00 |
|
Gregory Nutt
|
408ff55b7e
|
Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)
|
2013-10-17 09:13:31 -06:00 |
|
Gregory Nutt
|
5a298893d6
|
CC3000-related typo fixes from the last bit checked. Thanks to David Sidrane
|
2013-10-16 18:23:42 -06:00 |
|
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 |
|