Gregory Nutt
|
089005fc87
|
lm3s6965: Add path to the CodeSourcery toolchain
|
2014-04-07 15:28:42 -06:00 |
|
Gregory Nutt
|
73f2a51a84
|
Cosmetic changes to comments and README
|
2014-04-07 15:28:04 -06:00 |
|
Gregory Nutt
|
724ad8d7b5
|
Updated README files and comments
|
2014-04-07 07:43:28 -06:00 |
|
Gregory Nutt
|
26ea8a3d1d
|
updated README
|
2014-04-04 17:13:55 -06:00 |
|
Gregory Nutt
|
c3c5633419
|
SAMA5: Fix some issues with SDRAM at 528MHz CPU clock
|
2014-04-04 11:37:39 -06:00 |
|
Gregory Nutt
|
22c2ef2abe
|
SAMA5 boards: Operation at 528Mhz has been verified
|
2014-04-04 10:36:53 -06:00 |
|
Gregory Nutt
|
6500587e35
|
SAMA5 boards: Refresh all configuration files
|
2014-04-04 09:38:39 -06:00 |
|
Gregory Nutt
|
52cfdccd7a
|
SAMA5 boards: Add set up for 528MHz CPU clock
|
2014-04-03 17:12:17 -06:00 |
|
Gregory Nutt
|
2a1a468fe1
|
SAMA5D3 Xplained: Delay loop calibrated
|
2014-04-03 16:38:36 -06:00 |
|
Gregory Nutt
|
552b6f44e1
|
SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLASH causes crashes. This was fixed by David Sidrane by implementing RAM functions. The killer code is copied and executed from ISRAM and the crash is avoided.
|
2014-04-03 16:08:18 -06:00 |
|
Gregory Nutt
|
fa9f3fde29
|
Updated NOR boot logic from David Sidrane
|
2014-04-03 15:40:51 -06:00 |
|
Gregory Nutt
|
61e04eb41d
|
SAMA5 NOR boot: Use a static memory variable to determine if/when we boot to NOR FLASH
|
2014-04-03 15:34:41 -06:00 |
|
Gregory Nutt
|
3f936c415f
|
SAMA5: Cosmetic updates to comments and README files
|
2014-04-03 15:30:00 -06:00 |
|
Gregory Nutt
|
cb86f97702
|
If LOWVECTORS is selected, then we need to clear the VBAR register. A bootloader may have left the VBAR in an bad state
|
2014-04-03 13:09:30 -06:00 |
|
Gregory Nutt
|
a23fc8cc56
|
Updated comments and README
|
2014-04-02 09:03:29 -06:00 |
|
Gregory Nutt
|
015c911b8b
|
SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a bootloader
|
2014-04-02 09:03:27 -06:00 |
|
Gregory Nutt
|
13295a6a1b
|
Top level make will now generate a U-Boot uImage file
|
2014-04-01 11:56:58 -06:00 |
|
Gregory Nutt
|
dd094828ec
|
SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console
|
2014-04-01 11:24:15 -06:00 |
|
Gregory Nutt
|
eb74d08118
|
Cosmetic update to comments and README files
|
2014-03-31 17:25:39 -06:00 |
|
Gregory Nutt
|
cd2c436f96
|
Cosmetic updates to comments and README files
|
2014-03-31 15:10:15 -06:00 |
|
Gregory Nutt
|
cdcf4f3ad6
|
Costmetic fixes to README and some comments
|
2014-03-30 11:34:18 -06:00 |
|
Gregory Nutt
|
b0c302ea06
|
Add instructions for running NuttX from NAND or TFTP
|
2014-03-30 10:25:44 -06:00 |
|
Gregory Nutt
|
33f57c6df2
|
SAMA5 Boards: When running from SDRAM, a 32KB offset is needed by the bootloader
|
2014-03-30 10:24:31 -06:00 |
|
Gregory Nutt
|
8068bc46b1
|
Fix some backward conditional compilation
|
2014-03-30 08:29:21 -06:00 |
|
Gregory Nutt
|
5215080188
|
SAMA5D3x-EK: Change name of all board-specific configuration variables so that there are no collisions with names of similar variables for other boards
|
2014-03-30 07:26:38 -06:00 |
|
Gregory Nutt
|
c433c684fa
|
SAMA5D23 boards: When running out of SDRAM, need to query the PMC to determine operating frequency
|
2014-03-29 17:51:06 -06:00 |
|
Gregory Nutt
|
0d22850b30
|
SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board configuration
|
2014-03-29 15:05:09 -06:00 |
|
Gregory Nutt
|
b16da844a8
|
Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished)
|
2014-03-28 15:20:26 -06:00 |
|
Gregory Nutt
|
2a3a6bca97
|
configs/sama5d3x-ek: Fix some typos
|
2014-03-28 15:18:49 -06:00 |
|
Gregory Nutt
|
0cefef9cb5
|
Documentatin updated; fix errors in some comments
|
2014-03-28 09:52:07 -06:00 |
|
Gregory Nutt
|
4d2091bdba
|
SAMA5D3x-EK: Fix lots of typos in board name
|
2014-03-28 09:11:19 -06:00 |
|
Gregory Nutt
|
f18541fe41
|
SAM4E: Clarify LCD data width
|
2014-03-28 08:29:04 -06:00 |
|
Gregory Nutt
|
f009601bf7
|
SAM4E-EK: Remove bogus LCD driver; replace with information that might be useful to someone who wants to develop an LCD driver for the SAM4E-EK
|
2014-03-27 10:38:21 -06:00 |
|
Gregory Nutt
|
90b0d6d13f
|
SAM4E-EK: CMCC is enabled in all configurations and delay loop has been calibrated
|
2014-03-26 17:07:08 -06:00 |
|
Gregory Nutt
|
13af80568b
|
SAM4E-EK: All configurations converted to run with 120MHz CPU clock
|
2014-03-26 14:03:33 -06:00 |
|
Gregory Nutt
|
698a4c2cd2
|
SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overrun errors
|
2014-03-26 11:38:47 -06:00 |
|
Gregory Nutt
|
9350b9d4d0
|
SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And verified
|
2014-03-25 16:11:33 -06:00 |
|
Gregory Nutt
|
f99990579d
|
backport a serial console fix from the sam4e to the sama5d3
|
2014-03-25 14:34:07 -06:00 |
|
Gregory Nutt
|
d6c0df5abc
|
For all configurations that have the default pthread stacksize set to some other value than 2048 AND which have the USB MSC device class enabled, add a definition of CONFIG_USBMSC_SCSI_STACKSIZE so that the size of the stack used by USB MSC SCSI worker thread does not increase
|
2014-03-25 14:21:33 -06:00 |
|
Gregory Nutt
|
41c8154ea8
|
apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class
|
2014-03-25 12:42:01 -06:00 |
|
Gregory Nutt
|
9f2946833b
|
Add missing HSCMI configuration options; Make HSMCI configuration naming more compatible; Fix HSCMI clocking to use the CLKODD bit
|
2014-03-24 14:25:40 -06:00 |
|
Gregory Nutt
|
7b1e036057
|
Cosmetic updates to comments and README files
|
2014-03-24 10:23:56 -06:00 |
|
Gregory Nutt
|
2ba8224cdc
|
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-related files
|
2014-03-23 15:48:10 -06:00 |
|
Gregory Nutt
|
1b0e1aee04
|
SAM4E-EK: Fixes for HSMCI compilation
|
2014-03-23 15:46:55 -06:00 |
|
Gregory Nutt
|
8094dfb4fd
|
Fix condition in conditional compilation associated with USB monitor support
|
2014-03-23 13:33:30 -06:00 |
|
Gregory Nutt
|
0153c903e0
|
Cosmet update to debug messages and to comments
|
2014-03-23 13:32:39 -06:00 |
|
Gregory Nutt
|
97c397477a
|
Fix bad configuration change of last commit
|
2014-03-23 10:38:31 -06:00 |
|
Gregory Nutt
|
340afb2ef4
|
SAM4E-EK: Enable interrupt stack in all configurations
|
2014-03-23 10:12:57 -06:00 |
|
Gregory Nutt
|
d43cfeb6a6
|
SAM4E-EK UDP: prevent some bad recursive behavior
|
2014-03-22 17:30:17 -06:00 |
|
Gregory Nutt
|
a32e0e2b30
|
SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM console
|
2014-03-22 09:27:43 -06:00 |
|