summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/ipv6/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-311-0/+2
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-311-1/+1
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.Gregory Nutt2015-02-091-1/+1
|
* SAMA5D4-EK: Add a configuration for testing IPv6Gregory Nutt2015-02-091-0/+1581