Home
last modified time | relevance | path

Searched full:swo (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.swo5 bool "Serial Wire Output (SWO) backend"
9 When enabled, backend will use SWO for logging.
14 int "SWO reference clock frequency"
15 …default $(dt_node_int_prop_int,$(dt_nodelabel_path,itm),swo-ref-frequency) if $(dt_nodelabel_enabl…
19 Set SWO reference frequency. In most cases it is equal to CPU
23 int "Set SWO output frequency"
26 Set SWO output frequency. Value 0 will select maximum frequency
28 frequency SWO operation. In this case the frequency has to be set
31 SWO value defined by this option will be configured at boot. Most SWO
32 viewer programs will configure SWO frequency when attached to the
[all …]
Dlog_backend_swo.c8 * @brief Serial Wire Output (SWO) backend implementation.
10 * SWO/SWV has been developed by ARM. The following code works only on ARM
13 * An SWO viewer program will typically set-up the SWO port including its
15 * only until the MCU reset. The SWO backend initialization function will
16 * re-configure the SWO port upon boot and set the frequency as specified by
18 * this frequency should much the one set by the SWO viewer program.
20 * The initialization code assumes that SWO core frequency is equal to HCLK
32 /** The stimulus port from which SWO data is received and displayed */
35 /* If ITM has pin control properties, apply them for SWO pins */
46 #error "SWO reference frequency is not configured"
[all …]
DKconfig15 rsource "Kconfig.swo"
/Zephyr-Core-3.6.0/dts/bindings/debug/
Darm,itm.yaml5 # Pin control property may be used for SWO pins
10 swo-ref-frequency:
12 description: Reference clock frequency for SWO if different than CPU clock.
Darm,armv7m-itm.yaml5 ARMv7 instrumentation trace macrocell. Used for single wire output (SWO)
Darm,armv8m-itm.yaml5 ARMv8 instrumentation trace macrocell. Used for single wire output (SWO)
/Zephyr-Core-3.6.0/dts/bindings/gpio/
Dsilabs,gecko-gpio.yaml14 location-swo:
16 description: Serial Wire Output (SWO) PIN location
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32bg13p/
Dsoc_pinmap.h21 /* Serial Wire Output (SWO) */
31 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32fg13p/
Dsoc_pinmap.h25 /* Serial Wire Output (SWO) */
35 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32pg1b/
Dsoc_pinmap.h25 /* Serial Wire Output (SWO) */
35 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32fg1p/
Dsoc_pinmap.h25 /* Serial Wire Output (SWO) */
35 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32mg12p/
Dsoc_pinmap.h24 /* Serial Wire Output (SWO) */
34 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32jg12b/
Dsoc_pinmap.h25 /* Serial Wire Output (SWO) */
35 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32pg12b/
Dsoc_pinmap.h25 /* Serial Wire Output (SWO) */
35 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32gg12b/
Dsoc_pinmap.h27 /* Serial Wire Output (SWO) */
37 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32gg11b/
Dsoc_pinmap.h28 /* Serial Wire Output (SWO) */
38 #error ("Invalid SWO pin location")
/Zephyr-Core-3.6.0/soc/arm/
DKconfig46 When enabled, indicates that SoC has an SWO output
/Zephyr-Core-3.6.0/boards/arm/efr32_thunderboard/doc/
Dbrd2602.rst58 - SWO trace interface to EFR32BG27 for tracing.
62 endpoints for access to the SWD and SWO interfaces.
68 SWD and SWO functionality is accessible via `Simplicity Commander`_.
/Zephyr-Core-3.6.0/
D.gitignore8 *.swo
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/common/
Dsoc.c190 /* Set SWO location */ in swo_init()
239 /* Configure SWO debug output */ in silabs_exx32_init()
/Zephyr-Core-3.6.0/boards/arm/ruuvi_ruuvitag/doc/
Dindex.rst107 * 21 = P0.18 = SWO / GPIO (can be used as a GPIO pin)
122 * 6 = SWO
135 * 6 = SWO
/Zephyr-Core-3.6.0/dts/arm/nordic/
Dnrf54l15_cpuapp.dtsi26 swo-ref-frequency = <DT_FREQ_M(128)>;
Dnrf5340_cpuapp.dtsi25 swo-ref-frequency = <64000000>;
/Zephyr-Core-3.6.0/boards/arm/efm32pg_stk3401a/
Defm32pg_stk3401a_common.dtsi88 location-swo = <0>;
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/
Defr32_radio.dtsi95 location-swo = <0>;

123