global: Remove leading/trailing blank lines in files

Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and
.yaml files.

Will avoid failures with the new CI test in
https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only
checks changed files.

Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst
to get rid of the trailing blank line there. It was probably misplaced.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-18 10:56:50 +01:00 committed by Ioannis Glaropoulos
parent d91f993e66
commit 984bfae831
253 changed files with 2 additions and 303 deletions

View file

@ -1,4 +1,3 @@
.. raw:: html
<a href="https://www.zephyrproject.org">

View file

@ -34,4 +34,3 @@ void arch_irq_offload(irq_offload_routine_t routine, void *parameter)
irq_unlock(key);
}

View file

@ -64,4 +64,3 @@ struct vector_table _VectorTable Z_GENERIC_SECTION(.exc_vector_table) = {
0,
0
};

View file

@ -41,4 +41,3 @@ void arch_irq_offload(irq_offload_routine_t routine, void *parameter)
irq_unlock(key);
}

View file

@ -20,4 +20,3 @@ FUNC_NORETURN void arch_system_halt(unsigned int reason)
posix_print_error_and_exit("Exiting due to fatal error\n");
CODE_UNREACHABLE; /* LCOV_EXCL_LINE */
}

View file

@ -479,4 +479,3 @@ References
.. _Digilent Pmod Modules: http://store.digilentinc.com/pmod-modules
.. _Putty website: http://www.putty.org

View file

@ -103,4 +103,3 @@ References
.. target-notes::
.. _microbit website: http://www.microbit.org/

View file

@ -270,4 +270,3 @@ References
.. target-notes::
.. _BL652 Module Website: https://connectivity.lairdtech.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl652-series-bluetooth-v5-nfc

View file

@ -186,4 +186,3 @@ References
.. _BL654 website: https://connectivity.lairdtech.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl654-series
.. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html

View file

@ -40,4 +40,3 @@ config BT_CTLR
default BT
endif # BOARD_DECAWAVE_DWM1001_DEV

View file

@ -56,4 +56,3 @@ References
.. _nRF52832 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832
.. _Decawave DWM1001 website: https://www.decawave.com/product/dwm1001-module
.. _Decawave DWM1001-DEV website: https://www.decawave.com/product/dwm1001-development-board

View file

@ -148,4 +148,3 @@ You can debug an application in the usual way. Here is an example for the
https://www.st.com/resource/en/datasheet/stm32f415rg.pdf
.. _MINI-M4 for STM32 User Manual:
https://download.mikroe.com/documents/starter-boards/mini/stm32/f4/mini-m4-stm32-manual-v100.pdf

View file

@ -196,4 +196,3 @@ see the following message in the terminal:
.. _i.MX RT1015 Reference Manual:
https://www.nxp.com/docs/en/reference-manual/IMXRT1015RM.pdf

View file

@ -142,4 +142,3 @@ References
.. _nRF51 Dongle website: http://www.nordicsemi.com/eng/Products/nRF51-Dongle
.. _Nordic Semiconductor Infocenter: http://infocenter.nordicsemi.com/

View file

@ -21,4 +21,3 @@ References
.. target-notes::
.. _nRF52810 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52810

View file

@ -21,4 +21,3 @@ References
.. target-notes::
.. _nRF52811 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52811

View file

@ -23,5 +23,3 @@ References
.. _nRF52832 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832
.. _nRF52832-mdk website: https://wiki.makerdiary.com/nrf52832-mdk

View file

@ -28,4 +28,3 @@ References
.. _nRF52840 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840
.. _nRF52840-mdk website: https://wiki.makerdiary.com/nrf52840-mdk

View file

@ -192,4 +192,3 @@ References
.. _Nordic Semiconductor Infocenter: http://infocenter.nordicsemi.com/
.. _Black Magic Probe website: https://github.com/blacksphere/blackmagic
.. _Bumpy website: https://docs.electronut.in/bumpy/

View file

@ -386,4 +386,3 @@ References
.. _nRF52 DK website: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Nordic-Thingy-52
.. _Nordic Semiconductor Infocenter: http://infocenter.nordicsemi.com/

View file

@ -105,4 +105,3 @@ components on the VBLUno52 board:
* :ref:`button-sample`
* :ref:`bluetooth-beacon-sample`
* :ref:`peripheral_hr`

View file

@ -218,4 +218,3 @@ You can debug an application in the usual way. Here is an example for the
.. _STM32F756 reference manual:
https://www.st.com/resource/en/reference_manual/dm00124865.pdf

View file

@ -380,4 +380,3 @@ way. Here is an example for the :ref:`hello_world` application.
.. _ST STM32F407ZG Datasheet:
http://www.st.com/resource/en/reference_manual/dm00031020.pdf

View file

@ -63,4 +63,3 @@ static int pinmux_stm32_init(struct device *port)
SYS_INIT(pinmux_stm32_init, PRE_KERNEL_1,
CONFIG_PINMUX_STM32_DEVICE_INITIALIZATION_PRIORITY);

View file

@ -377,4 +377,3 @@ way. Here is an example for the :ref:`hello_world` application.
.. _ST STM32F407ZG Datasheet:
http://www.st.com/resource/en/reference_manual/dm00031020.pdf

View file

@ -43,4 +43,3 @@ static int pinmux_stm32_init(struct device *port)
SYS_INIT(pinmux_stm32_init, PRE_KERNEL_1,
CONFIG_PINMUX_STM32_DEVICE_INITIALIZATION_PRIORITY);

View file

@ -265,4 +265,3 @@ You can debug an application in the usual way. Here is an example for the
.. _ST STM32F405RG Datasheet:
http://www.st.com/resource/en/reference_manual/dm00031020.pdf

View file

@ -203,4 +203,3 @@ References
.. _DFU-UTIL website:
http://dfu-util.sourceforge.net/

View file

@ -6,4 +6,3 @@
config BOARD_STEVAL_FCU001V1
bool "STM32 Flight Controller Unit"
depends on SOC_STM32F401XC

View file

@ -158,4 +158,3 @@ You can debug an application in the usual way. Here is an example for the
.. _STM32F401 reference manual:
http://www.st.com/resource/en/reference_manual/dm00096844.pdf

View file

@ -146,4 +146,3 @@ static int twr_ke18f_pinmux_init(struct device *dev)
}
SYS_INIT(twr_ke18f_pinmux_init, PRE_KERNEL_1, CONFIG_PINMUX_INIT_PRIORITY);

View file

@ -83,4 +83,3 @@ void cmd_print_switches_help(struct args_struct_t args_struct[]);
#endif
#endif /* _CMDLINE_COMMON_H */

View file

@ -1,4 +1,3 @@
.. _native_posix:
Native POSIX execution (native_posix)
@ -657,4 +656,3 @@ these commands::
$ sudo apt-get install pkg-config libfuse-dev:i386
$ export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig

View file

@ -6,4 +6,3 @@
#define DT_FLASH_DEV_NAME DT_INST_0_ZEPHYR_SIM_FLASH_LABEL
#define DT_UART_0_DEV_NAME DT_ZEPHYR_NATIVE_POSIX_UART_UART_LABEL

View file

@ -209,5 +209,3 @@ void hwm_cleanup(void)
hwtimer_cleanup();
hw_irq_ctrl_cleanup();
}

View file

@ -269,5 +269,3 @@ void hw_irq_ctrl_timer_triggered(void)
irq_ctrl_timer = NEVER;
irq_raising_from_hw_now();
}

View file

@ -11,4 +11,3 @@
void sdl_handle_events(void);
#endif /* ZEPHYR_BOARD_POSIX_NATIVE_POSIX_SDL_EVENTS_H */

View file

@ -1,4 +1,3 @@
.. _nrf52_bsim:
NRF52 simulated board (BabbleSim)

View file

@ -65,4 +65,3 @@ References
.. _Adafruit 2.8" TFT Touch Shield v2 website:
https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2

View file

@ -85,4 +85,3 @@ References
.. _Universal e-Paper Raw Panel Driver Shield website:
https://www.waveshare.com/e-paper-shield.htm

View file

@ -5,4 +5,3 @@ arch: x86
toolchain:
- zephyr
ram: 8192

View file

@ -164,10 +164,8 @@ your terminal:
References
**********
.. target-notes::
.. [1] https://wiki.odroid.com/odroid_go/odroid_go
.. _`toolchain`: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#get-started-setup-toolchain
.. _`SDK`: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#get-started-get-esp-idf
.. target-notes::

View file

@ -180,4 +180,3 @@ References
**********
.. _Xtensa tools: https://ip.cadence.com/support/sdk-evaluation-request

View file

@ -134,4 +134,3 @@ the release notes, mailing lists, Github issues and pull-requests.
If it's not OK to remove the API, the maintainers will continue to support
migration and update the roadmap with the aim to remove the API in the next
release.

View file

@ -27,5 +27,3 @@ Terminology
- upstream: A parent branch the source code is based on. This is the branch you
pull from and push to, basically your upstream.
- LTS: Long Term Support

View file

@ -12,4 +12,3 @@ identifiers.
At any time it should be possible to establish the origin of a change and the
reason behind it by following the references in the code.

View file

@ -78,4 +78,3 @@ the following documents:
sm-pics.rst
rfcomm-pics.rst
mesh-pics.rst

View file

@ -792,4 +792,3 @@ TSPC_GAP_45_1 False (*) Simultaneous BR/EDR and LE Transports - BR/EDR
TSPC_GAP_45_2 False (*) Simultaneous BR/EDR and LE Transports - BR/EDR
Master to the same device (C.1)
============== ============== =======================================

View file

@ -281,4 +281,3 @@ Parameter Name Selected Description
TSPC_GATT_8_1 False (*) Support for Multiple ATT bearers from same
device (C.1)
============== =========== ============================================

View file

@ -143,4 +143,3 @@ TSPC_L2CAP_3_15 False (*) Negotiate and support service type
TSPC_L2CAP_3_16 True Support Multiple Simultaneous LE Data
Channels
================ =========== =======================================

View file

@ -93,6 +93,3 @@ Bluetooth stack.
* Local controller support as a virtual HCI driver
* Verified with multiple popular controllers

View file

@ -74,4 +74,3 @@ library included with Zephyr:
- toupper()
- vsnprintf()
- vsprintf()

View file

@ -141,4 +141,3 @@ which will produce ``sanity-out/coverage/index.html`` with the report.
.. _gcov:
https://gcc.gnu.org/onlinedocs/gcc/Gcov.html

View file

@ -1,4 +1,3 @@
.. _modules:
Modules (External projects)

View file

@ -1,5 +1,3 @@
POSIX Support
#############

View file

@ -613,4 +613,3 @@ Miscellaneous Architecture APIs
.. doxygengroup:: arch-misc
:project: Zephyr

View file

@ -1,4 +1,3 @@
.. _sanitycheck_script:
Sanity Tests

View file

@ -241,4 +241,3 @@ References
.. _blacklist Segger devices by editing udev rules: http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools#Device_or_resource_busy_dev_ttyA
.. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html

View file

@ -278,6 +278,3 @@ Locking may not be needed if multiple independent channels are available.
E.g. native_posix or board with multi-channel DMA. Lock-free.
``emit(a ## b ## c, thread_id);``

View file

@ -170,4 +170,3 @@ historical interest only.
.. _west v0.5.x documentation:
https://docs.zephyrproject.org/1.14.0/guides/west/index.html

View file

@ -13,4 +13,3 @@ West APIs
The west APIs are not documented since either west was missing or the zephyr
repository was not initialized using west during the documentation build.

View file

@ -36,4 +36,3 @@ flag::
Additional help about the formatting options can be found by running::
west boards -h

View file

@ -29,5 +29,3 @@ API Reference
.. doxygengroup:: bt_conn
:project: Zephyr

View file

@ -109,4 +109,3 @@ GATT Client
.. doxygengroup:: bt_gatt_client
:project: Zephyr

View file

@ -23,4 +23,3 @@ API Reference
usb/index.rst
usermode/index.rst
runtime_conf/index.rst

View file

@ -141,4 +141,3 @@ API Reference
.. doxygengroup:: stack_apis
:project: Zephyr

View file

@ -205,4 +205,3 @@ API Reference
.. doxygengroup:: mem_pool_apis
:project: Zephyr

View file

@ -118,4 +118,3 @@ API Reference
.. doxygengroup:: atomic_apis
:project: Zephyr

View file

@ -260,4 +260,3 @@ API Reference
.. doxygengroup:: fatal_apis
:project: Zephyr

View file

@ -250,4 +250,3 @@ API Reference
.. doxygengroup:: float_apis
:project: Zephyr

View file

@ -265,4 +265,3 @@ for a kernel object, such as a mutex.
Use preemptive threads to give priority to time-sensitive processing
over less time-sensitive processing.

View file

@ -166,4 +166,3 @@ API Reference
.. doxygengroup:: mutex_apis
:project: Zephyr

View file

@ -130,4 +130,3 @@ API Reference
.. doxygengroup:: semaphore_apis
:project: Zephyr

View file

@ -1,4 +1,3 @@
.. _system_threads_v2:
System Threads

View file

@ -1,4 +1,3 @@
.. _workqueues_v2:
Workqueue Threads

View file

@ -556,4 +556,3 @@ Logger output formatting
.. doxygengroup:: log_output
:project: Zephyr

View file

@ -332,4 +332,3 @@ API Reference
.. doxygengroup:: can_interface
:project: Zephyr

View file

@ -10,4 +10,3 @@ Protocols
coap
lwm2m
mqtt

View file

@ -11,4 +11,3 @@ API Reference
.. doxygengroup:: i2c_eeprom_slave_api
:project: Zephyr

View file

@ -97,5 +97,3 @@ API Reference
.. doxygengroup:: random_api
:project: Zephyr

View file

@ -34,4 +34,3 @@ flash_area API
.. doxygengroup:: flash_area_api
:project: Zephyr

View file

@ -62,4 +62,3 @@ logically OR regions to determine enforcement policy.
Size and alignment constraints may result in stack allocations being larger
than the requested size. Region priority mechanisms may result in
some added complexity when implementing stack guards.

View file

@ -23,4 +23,3 @@ passed-in parameters are all validated. The user mode thread is then elevated
to privileged mode, the stack is switched to use the privileged stack, and the
call is made to the specified kernel API. On return from the kernel API, the
thread is set back to user mode and the stack is restored to the user stack.

View file

@ -355,4 +355,3 @@ Functions for invoking system calls are defined in
* :c:func:`_arch_syscall_invoke4`
* :c:func:`_arch_syscall_invoke5`
* :c:func:`_arch_syscall_invoke6`

View file

@ -502,4 +502,3 @@ release:
* :github:`6471` - tests/crypto/aes results in Assertion failure on esp32
* :github:`6472` - tests/crypto/sha256 results in Assertion failure on esp32
* :github:`6505` - Userspace support: stack corruption for ARC em7d v2.3

View file

@ -370,5 +370,3 @@ Known Issues
* :jira:`ZEP-1405` - function l2cap_br_conn_req in /subsys/bluetooth/host/l2cap_br.c
references uninitialized pointer

View file

@ -454,5 +454,3 @@ JIRA Related Items
* :jira:`ZEP-1877` - samples/net: the coaps_server sample app runs failed on Arduino 101
* :jira:`ZEP-1883` - Enabling Console on ARC Genuino 101
* :jira:`ZEP-1890` - Bluetooth IPSP sample: Too small user data size

View file

@ -47,4 +47,3 @@ Security Document Citations
.. [CIIBPB] Core Infrastructure Initiative Best Practices Badge. [Online].
Available: https://github.com/linuxfoundation/cii-best-practices-badge

View file

@ -269,4 +269,3 @@ static int native_posix_console_init(struct device *arg)
SYS_INIT(native_posix_console_init, PRE_KERNEL_1,
CONFIG_NATIVE_POSIX_CONSOLE_INIT_PRIORITY);

View file

@ -82,6 +82,3 @@ SYS_INIT(xt_sim_console_init,
POST_KERNEL,
#endif
CONFIG_XTENSA_CONSOLE_INIT_PRIORITY);

View file

@ -111,4 +111,3 @@ DEVICE_AND_API_INIT(dummy_display, CONFIG_DUMMY_DISPLAY_DEV_NAME,
&dummy_display_init, &dummy_display_data, NULL,
APPLICATION, CONFIG_APPLICATION_INIT_PRIORITY,
&dummy_display_api);

View file

@ -24,4 +24,3 @@ static inline int z_vrfy_dma_stop(struct device *dev, u32_t channel)
return z_impl_dma_stop((struct device *)dev, channel);
}
#include <syscalls/dma_stop_mrsh.c>

View file

@ -159,4 +159,3 @@ static int flash_mcux_init(struct device *dev)
DEVICE_AND_API_INIT(flash_mcux, DT_FLASH_DEV_NAME,
flash_mcux_init, &flash_data, NULL, POST_KERNEL,
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &flash_mcux_api);

View file

@ -165,4 +165,3 @@ static int flash_mcux_init(struct device *dev)
DEVICE_AND_API_INIT(flash_mcux, DT_FLASH_DEV_NAME,
flash_mcux_init, &flash_data, NULL, POST_KERNEL,
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &flash_mcux_api);

View file

@ -260,4 +260,3 @@ GPIO_HT16K33_DEVICE(22);
#ifdef DT_INST_23_HOLTEK_HT16K33_KEYSCAN
GPIO_HT16K33_DEVICE(23);
#endif

View file

@ -100,4 +100,3 @@ void arch_irq_disable(unsigned int irq)
z_loapic_irq_disable(irq - LOAPIC_IRQ_BASE);
}
}

View file

@ -405,4 +405,3 @@ static int kscan_xec_init(struct device *dev)
return 0;
}

View file

@ -26,4 +26,3 @@ config PCIE_SHELL
Enable commands for debugging PCI(e) using the built-in shell.
endif # PCIE

View file

@ -249,4 +249,3 @@ PWM_SIFIVE_INIT(1);
#ifdef DT_INST_2_SIFIVE_PWM0_LABEL
PWM_SIFIVE_INIT(2);
#endif /* DT_INST_2_SIFIVE_PWM0_LABEL */

View file

@ -115,4 +115,3 @@ endchoice
endmenu # BME680 Attributes
endif # BME680

Some files were not shown because too many files have changed in this diff Show more