mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Updates from review of pull request
This commit is contained in:
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
|
|||||||
#
|
#
|
||||||
# Build Configuration
|
# Build Configuration
|
||||||
#
|
#
|
||||||
CONFIG_APPS_DIR="apps/"
|
# CONFIG_APPS_DIR="apps/"
|
||||||
CONFIG_BUILD_FLAT=y
|
CONFIG_BUILD_FLAT=y
|
||||||
# CONFIG_BUILD_2PASS is not set
|
# CONFIG_BUILD_2PASS is not set
|
||||||
|
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ void board_initialize(void)
|
|||||||
{
|
{
|
||||||
#ifdef CONFIG_NET_FTMAC100
|
#ifdef CONFIG_NET_FTMAC100
|
||||||
/* Perform board-specific initialization */
|
/* Perform board-specific initialization */
|
||||||
|
|
||||||
ftintc010_set_trig_mode(CONFIG_FTMAC100_IRQ, 0);
|
ftintc010_set_trig_mode(CONFIG_FTMAC100_IRQ, 0);
|
||||||
ftintc010_set_trig_level(CONFIG_FTMAC100_IRQ, 0);
|
ftintc010_set_trig_level(CONFIG_FTMAC100_IRQ, 0);
|
||||||
|
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ int board_app_initialize(void)
|
|||||||
#ifndef CONFIG_BOARD_INITIALIZE
|
#ifndef CONFIG_BOARD_INITIALIZE
|
||||||
#ifdef CONFIG_NET_FTMAC100
|
#ifdef CONFIG_NET_FTMAC100
|
||||||
/* Perform board-specific initialization */
|
/* Perform board-specific initialization */
|
||||||
|
|
||||||
ftintc010_set_trig_mode(CONFIG_FTMAC100_IRQ, 0);
|
ftintc010_set_trig_mode(CONFIG_FTMAC100_IRQ, 0);
|
||||||
ftintc010_set_trig_level(CONFIG_FTMAC100_IRQ, 0);
|
ftintc010_set_trig_level(CONFIG_FTMAC100_IRQ, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user