summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3-xplained
Commit message (Collapse)AuthorAgeFilesLines
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-272-2/+5
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-271-8/+0
|
* Refresh configurationsGregory Nutt2015-02-102-17/+74
|
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I ↵Gregory Nutt2015-01-141-0/+1
| | | | would like to be able to select IPv4 and/or IPv6 in the future
* A previous change increased the task name size allocation by one to hold a ↵Gregory Nutt2014-12-172-2/+2
| | | | NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
* Nucleo-F4x1RE: Fix some joystick shield logicGregory Nutt2014-12-041-1/+3
|
* Nucleo-F4x1RE: Add support for an analog joystick shield. There are still ↵Gregory Nutt2014-12-031-1/+1
| | | | some ADC issues to be worked through as of the initial commit
* Update READMEGregory Nutt2014-12-031-0/+10
|
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-033-14/+19
|
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-036-12/+696
|
* Fix minor typos in C commentsGregory Nutt2014-11-272-2/+2
|
* Update comments and READMEGregory Nutt2014-11-241-2/+13
|
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-2/+2
|
* Update READMEsGregory Nutt2014-11-211-0/+14
|
* apps/examples/bridge: Lots of fixes. I think it is working although I have ↵Gregory Nutt2014-11-211-4/+6
| | | | still have host firewall issues in testing
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
|
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-205-2/+1312
|
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or ↵Gregory Nutt2014-11-161-1/+1
| | | | 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
|
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
|
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-091-1/+1
| | | | standard setlogmask()
* All USB MSC-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-22/+2
| | | | syslog interfaces
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-25/+9
| | | | 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
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-1/+1
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-4/+2
|
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
|
* Refresh all configurations that have MMUsGregory Nutt2014-08-301-13/+64
|
* Add linker scripts needed to build ELF modulesGregory Nutt2014-08-241-0/+129
|
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-241-0/+14
|
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-241-1/+1
| | | | the architecure must first declare support
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-1/+71
| | | | EXPERIMENTAL
* Change the way PHY interrupts work: disable automatically. Then we have to ↵Gregory Nutt2014-08-171-9/+69
| | | | re-subscribe each time after the interrupt fires
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to ↵Gregory Nutt2014-08-171-4/+50
| | | | disable PHY interrupts
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-171-21/+23
|
* More of the PHY event notification logic change: Fix some compile errors ↵Gregory Nutt2014-08-162-20/+23
| | | | when full feature is enabled; Add some missing ioctol logic
* Convert existing board specific PHY interrupt interfaces to use newly ↵Gregory Nutt2014-08-163-27/+75
| | | | defined standard interface
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-161-0/+1
|
* Update README filesGregory Nutt2014-08-121-1/+3
|
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-113-1/+14
|
* Updated README filesGregory Nutt2014-08-101-0/+5
|
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-101-0/+23
|
* Update README filesGregory Nutt2014-08-101-0/+57
|
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-071-1/+1
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
|
* SAMA5D3 HSMCI: TX DMA is again disabledGregory Nutt2014-08-051-6/+4
|
* SAMA5 PCK: Add Main clock as an option for the PCK clock sourceGregory Nutt2014-08-034-0/+4
|
* SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are ↵Gregory Nutt2014-07-301-7/+38
| | | | functional. They are so now TX DMA is re-enabled in the driver. This might affect the SAMA5D3 platforms where the TX DMA problem was found. The SAMA4D3 and 4 use the same HSMCI driver. Much has change since then and it is not surprising that DMA is now functional. However, the has not be re-verified on the SAMA5D3 which has a different DMA controller.
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-293-8/+8
|