Gregory Nutt
|
57da49beb3
|
SAMA5D4-EK: Update pins used by HSMCI
|
2014-06-11 14:45:01 -06:00 |
|
Gregory Nutt
|
1634a11bd0
|
SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB so that the configuration and build system can configure them. I might come up with something better later
|
2014-06-10 17:40:25 -06:00 |
|
Gregory Nutt
|
962694b5f0
|
Updates to get the SAMA5D3 building again
|
2014-06-10 15:34:57 -06:00 |
|
Gregory Nutt
|
ae142009da
|
SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Things are going to have to be done differently
|
2014-06-09 12:16:16 -06:00 |
|
Gregory Nutt
|
895851314f
|
Updated SAMA5 SFR header file for the SAMA5D4
|
2014-06-08 07:48:36 -06:00 |
|
Gregory Nutt
|
ad1701d0f9
|
SAMA5D4: Various changes to get the SAMA4D-EK to build
|
2014-06-06 15:39:40 -06:00 |
|
Gregory Nutt
|
ae01e0819d
|
SAMA5: Cosmetic clean-up of README files
|
2014-06-04 17:02:30 -06:00 |
|
Gregory Nutt
|
70207e05e3
|
SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has to EMAC modules and no GMAC
|
2014-06-04 12:04:24 -06:00 |
|
Gregory Nutt
|
2dbaed4779
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
8713ee3428
|
SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t
|
2014-04-17 10:01:15 -06:00 |
|
Gregory Nutt
|
5eb9ee30dd
|
Updated README files
|
2014-04-16 16:41:47 -06:00 |
|
Gregory Nutt
|
51950d7850
|
Undefine IRQPRIO in all configurations it should not be set
|
2014-04-16 08:29:39 -06:00 |
|
Gregory Nutt
|
ab5b37189b
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
4ea66ca8e4
|
SAMA5D3x-EK: Updates to README.txt
|
2014-04-12 08:00:37 -06:00 |
|
Gregory Nutt
|
cecf3775e2
|
SAMA5: The PIO used for the red LED is also used as the camera module reset line: Added a configuration option to suppress use of the red LED if the PIO is used for another purpose. Reported by David Sidrane.
|
2014-04-11 15:57:35 -06:00 |
|
Gregory Nutt
|
069ea487ae
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -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
|
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
|
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
|
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
|
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
|
56e8db0166
|
SAM4E-EK: Add support for the SAM4E-EK AT25 serial flash
|
2014-03-13 14:07:35 -06:00 |
|
Gregory Nutt
|
ca25657f7e
|
Refresh several defconfig files to (1) bring them up-to-date, and (2) to confirm that no bugs were introduced in recent massive Kconfig file changes
|
2014-03-06 16:02:18 -06:00 |
|
Gregory Nutt
|
7050b91155
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
|
Gregory Nutt
|
160065554a
|
Removed unused configuratin variable: CONFIG_PGTABLE_VADDR
|
2014-03-01 16:21:28 -06:00 |
|
Gregory Nutt
|
58eed436e9
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -06:00 |
|
Gregory Nutt
|
de80fe2e04
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -06:00 |
|
Gregory Nutt
|
3ca1a665e4
|
SAM4E: USART/USART header files and drivers updated to support the SAM4E
|
2014-02-22 13:46:23 -06:00 |
|