summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek
Commit message (Collapse)AuthorAgeFilesLines
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ↵Gregory Nutt2015-01-051-1/+2
| | | | to clear the pending PHY interrupt
* DK-TM4C129X: The network monitor is no enabled by default in NSH configurationGregory Nutt2015-01-051-1/+1
|
* Cosmet updates to comments and README filesGregory Nutt2014-12-248-9/+8
|
* DK-TM4C129X: Add LED supportGregory Nutt2014-12-181-16/+0
|
* A previous change increased the task name size allocation by one to hold a ↵Gregory Nutt2014-12-179-9/+9
| | | | NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are ↵Gregory Nutt2014-12-012-2/+2
| | | | problems. From Woohan Lee
* Fix minor typos in C commentsGregory Nutt2014-11-272-2/+2
|
* apps/examples/bridge: Lots of fixes. I think it is working although I have ↵Gregory Nutt2014-11-211-5/+9
| | | | still have host firewall issues in testing
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-201-1/+1
|
* Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan ↵Gregory Nutt2014-11-191-2/+2
| | | | Carvalho de Assis
* Update READMEGregory Nutt2014-11-181-0/+7
|
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-181-1/+1
|
* SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces ↵Gregory Nutt2014-11-172-8/+8
| | | | are RMII not MII
* Due to limitations in port unique-ness, have to use unique port numbers in ↵Gregory Nutt2014-11-171-2/+2
| | | | apps/examples/bridge for now
* SAMA5D4-EK bridge configuration needs to set software MAC addressGregory Nutt2014-11-171-2/+4
|
* Update ChangeLogGregory Nutt2014-11-171-2/+15
|
* Change SAMA5D4-EK bridge configuration so that runs out of DRAMGregory Nutt2014-11-172-30/+28
|
* configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4Gregory Nutt2014-11-174-0/+1349
|
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or ↵Gregory Nutt2014-11-163-3/+3
| | | | CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt filesGregory Nutt2014-11-161-2/+2
|
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-162-2/+2
|
* Cosmetic updates; updates to READMEGregory Nutt2014-11-141-3/+7
|
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-128-8/+0
|
* SAM4E: Fix options to select GPIO interrupts in KconfigGregory Nutt2014-10-241-1/+1
|
* Change naming of HP work queue configuration varaibles to be symmetric with ↵Gregory Nutt2014-10-115-15/+15
| | | | LP work queue naming
* fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not definedGregory Nutt2014-10-091-0/+2
|
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-099-9/+7
| | | | standard setlogmask()
* Remaining files under nuttx/configs changed to use the corrected syslog ↵Gregory Nutt2014-10-081-26/+22
| | | | interfaces
* All USB MSC-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-22/+2
| | | | syslog interfaces
* Fix some comments: Remove button description from GPIO interrupt handlers ↵Gregory Nutt2014-09-292-4/+4
| | | | that derive from the button interrupt handler
* Trivial refresh of some SAMA5D4-EK configurationsGregory Nutt2014-09-242-0/+4
|
* Changes to get an NxWM configuration building correctly after all of the ↵Gregory Nutt2014-09-201-0/+5
| | | | naming changes
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-203-12/+12
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-208-15/+15
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-202-11/+11
|
* Update README filesGregory Nutt2014-09-191-5/+5
|
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-182-11/+91
|
* SAMA5D4-EK: Correct WM8904 PCK output selectionGregory Nutt2014-09-182-8/+16
|
* SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH ↵Gregory Nutt2014-09-175-26/+108
| | | | configuration. Fix some build errors/warnings introduced with recent work with the knsh configuration
* Update READMEGregory Nutt2014-09-161-5/+2
|
* Update TODO and a READMEGregory Nutt2014-09-161-17/+4
|
* Enable kernel stack in SAMA5D4-EK knsh configurationsGregory Nutt2014-09-152-2/+4
|
* Update README, TODO, and make some unfinished configuration options ↵Gregory Nutt2014-09-131-1/+5
| | | | dependent on EXPERIMENTAL
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-133-6/+3
|
* Update TODO list and READMEGregory Nutt2014-09-131-0/+14
|
* Fix one more dependency upon having a symbol tableGregory Nutt2014-09-121-0/+4
|
* Enable NSH file applications in thise configureationGregory Nutt2014-09-122-2/+8
|
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ↵Gregory Nutt2014-09-122-2/+2
| | | | CPSR while in kernel. That will crash is the new CPSR is user mode while executing in kernel space. Fixed by adding a SYS_context_restore system call. There is an alternative, simpler modification to up_fullcontextrestore() that could have been done: It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it.
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf ↵Gregory Nutt2014-09-112-6/+12
| | | | configuration caused by changes for the knsh configuration
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-111-1/+1
|