nuttx/configs/lc823450-xgevk/src
Masayuki Ishikawa 6d4c99f2aa Merged in masayuki2009/nuttx.nuttx/fix_macaddr_for_rndis (pull request #889)
configs: Fix mac address settings for rndis

Recently CONFIG_NETINIT_MACADDR_2 and CONFIG_NETINIT_MACADDR_1
were newly introduced instead of CONFIG_NETINIT_MACADDR.
This PR conforms to this change.

Signed-off-by: Masayuki Ishikawa <masayuki.ishikawa@gmail.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-11 11:18:18 +00:00
..
lc823450_adc.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_appinit.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
lc823450_autoleds.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
lc823450_bringup.c Merged in masayuki2009/nuttx.nuttx/fix_macaddr_for_rndis (pull request #889) 2019-06-11 11:18:18 +00:00
lc823450_bt.c Merged in masayuki2009/nuttx.nuttx/lc823450_bt (pull request #657) 2018-06-13 12:50:12 +00:00
lc823450_mux.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_netinit.c up_initialize(): As noted by Roland Takacs in Bitbucket issue 141, there is a compilation error for STM32 if CONFIG_NET and CONFIG_NETDEV_LATEINIT are selected. That was due in part to commit 19e16cb which extended up_netinitialize() with a !defined(CONFIG_NETDEV_LATEINIT) guard but did not add the guard to concrete implementations. I say "in part" because I don't think that the original intent of commit 19e16cb was to enable an alternative initialization of MCU internal Ethernet support but rather to enable support of external Ethernet devices that may have dependencies on, for example, SPI. However, this is still a proper fix to avoid the compilation error that can occur with this combination of configuration options. 2019-01-25 07:21:03 -06:00
lc823450_reset.c Fix bad file inclusion introduced in preceding commit. 2019-03-25 12:26:04 -06:00
lc823450_sdif.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_spi.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_st7565.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
lc823450_usbmsc.c Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
lc823450_wm8776.c Adds loopback test for digital MIC on lc823450 via i2schar driver. 2018-06-05 10:34:22 -06:00
lc823450-xgevk_mux.h Adds loopback test for digital MIC on lc823450 via i2schar driver. 2018-06-05 10:34:22 -06:00
lc823450-xgevk.h Squashed commit of the following: 2019-02-18 15:32:00 -06:00
Makefile arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 2019-03-25 11:12:38 -06:00