global: Fix up leading/trailing blank lines in files
To make the updated test in https://github.com/zephyrproject-rtos/ci-tools/pull/121 clean, though it only checks modified files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f44b120449
commit
cf89ba33ea
|
@ -27,4 +27,3 @@ if(CONFIG_X86_64)
|
|||
else()
|
||||
include(ia32.cmake)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -27,4 +27,4 @@ CONFIG_I2C_INIT_PRIORITY=60
|
|||
CONFIG_ESPI=y
|
||||
CONFIG_ESPI_PERIPHERAL_UART_SOC_MAPPING=1
|
||||
|
||||
CONFIG_SOC_POWER_MANAGEMENT=y
|
||||
CONFIG_SOC_POWER_MANAGEMENT=y
|
||||
|
|
|
@ -191,4 +191,3 @@ see the following message in the terminal:
|
|||
|
||||
.. _i.MX RT1010 Reference Manual:
|
||||
https://www.nxp.com/docs/en/reference-manual/IMXRT1010RM.pdf
|
||||
|
||||
|
|
|
@ -233,4 +233,4 @@ see the following message in the terminal:
|
|||
https://madmachine.io
|
||||
|
||||
.. _SwiftIO API Reference:
|
||||
https://madmachine.io/docs
|
||||
https://madmachine.io/docs
|
||||
|
|
|
@ -13,4 +13,4 @@ CONFIG_SERIAL=y
|
|||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_ARM_MPU=y
|
||||
|
|
|
@ -61,4 +61,3 @@ DEVICE_AND_API_INIT(entropy_prbs, CONFIG_ENTROPY_NAME,
|
|||
entropy_prbs_init, NULL, NULL,
|
||||
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
|
||||
&entropy_prbs_api);
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y
|
|||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SDL_DISPLAY=y
|
|||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
|
|
|
@ -31,4 +31,3 @@
|
|||
#ifdef CONFIG_DUMMY_DISPLAY_DEV_NAME
|
||||
#define DISPLAY_DEV_NAME CONFIG_DUMMY_DISPLAY_DEV_NAME
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Disable DHCPv4 and use static address
|
||||
CONFIG_NET_DHCPV4=n
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ void main(void)
|
|||
|
||||
LOG_INF("entered main.");
|
||||
}
|
||||
|
||||
|
|
|
@ -299,4 +299,3 @@ void main(void)
|
|||
usb_bos_register_cap((void *)&bos_cap_webusb);
|
||||
usb_bos_register_cap((void *)&bos_cap_msosv2);
|
||||
}
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@ sequence:
|
|||
required: false
|
||||
"pre_script":
|
||||
type: str
|
||||
required: false
|
||||
required: false
|
||||
|
|
|
@ -140,4 +140,3 @@ void _sys_pm_power_state_exit_post_ops(enum power_states state)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
/* Add CC32xx flash header to disable flash verification */
|
||||
. = 0x0;
|
||||
KEEP(*(.dbghdr))
|
||||
KEEP(*(".dbghdr.*"))
|
||||
KEEP(*(".dbghdr.*"))
|
||||
|
|
|
@ -33,4 +33,3 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
|||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS=y
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ CONFIG_BT_TINYCRYPT_ECC=y
|
|||
CONFIG_BT_TESTING=y
|
||||
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_EEPROM=y
|
||||
CONFIG_EEPROM_SIMULATOR=y
|
||||
CONFIG_EEPROM_SIMULATOR=y
|
||||
|
|
Loading…
Reference in a new issue