Lines Matching +full:stop +full:- +full:bits
1 .. zephyr:code-sample:: ipm-mcux
3 :relevant-api: ipm_interface
5 Implement inter-processor mailbox (IPM) on NXP LPC family.
10 Some NXP microcontrollers from LPC family are dual-core, this
15 - :zephyr:board:`lpcxpresso54114`, two core processors (Cortex-M4F and Cortex-M0+)
16 - :zephyr:board:`lpcxpresso55s69`, two core processors (dual Cortex-M33)
21 - :zephyr:board:`lpcxpresso54114` board
22 - :zephyr:board:`lpcxpresso55s69` board
27 .. zephyr-app-commands::
28 :zephyr-app: samples/drivers/ipm/ipm_mcux
31 :west-args: --sysbuild
37 .. zephyr-app-commands::
38 :zephyr-app: samples/drivers/ipm/ipm_mcux
41 :west-args: --sysbuild
48 - Speed: 115200
49 - Data: 8 bits
50 - Parity: None
51 - Stop bits: 1
56 .. code-block:: console
58 ***** Booting Zephyr OS v1.11.0-764-g4e3007a *****