Searched full:swo (Results 1 – 25 of 67) sorted by relevance
123
/Zephyr-Core-3.6.0/subsys/logging/backends/ |
D | Kconfig.swo | 5 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 …]
|
D | log_backend_swo.c | 8 * @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 …]
|
D | Kconfig | 15 rsource "Kconfig.swo"
|
/Zephyr-Core-3.6.0/dts/bindings/debug/ |
D | arm,itm.yaml | 5 # 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.
|
D | arm,armv7m-itm.yaml | 5 ARMv7 instrumentation trace macrocell. Used for single wire output (SWO)
|
D | arm,armv8m-itm.yaml | 5 ARMv8 instrumentation trace macrocell. Used for single wire output (SWO)
|
/Zephyr-Core-3.6.0/dts/bindings/gpio/ |
D | silabs,gecko-gpio.yaml | 14 location-swo: 16 description: Serial Wire Output (SWO) PIN location
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32bg13p/ |
D | soc_pinmap.h | 21 /* Serial Wire Output (SWO) */ 31 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32fg13p/ |
D | soc_pinmap.h | 25 /* Serial Wire Output (SWO) */ 35 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32pg1b/ |
D | soc_pinmap.h | 25 /* Serial Wire Output (SWO) */ 35 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32fg1p/ |
D | soc_pinmap.h | 25 /* Serial Wire Output (SWO) */ 35 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efr32mg12p/ |
D | soc_pinmap.h | 24 /* Serial Wire Output (SWO) */ 34 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32jg12b/ |
D | soc_pinmap.h | 25 /* Serial Wire Output (SWO) */ 35 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32pg12b/ |
D | soc_pinmap.h | 25 /* Serial Wire Output (SWO) */ 35 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32gg12b/ |
D | soc_pinmap.h | 27 /* Serial Wire Output (SWO) */ 37 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/efm32gg11b/ |
D | soc_pinmap.h | 28 /* Serial Wire Output (SWO) */ 38 #error ("Invalid SWO pin location")
|
/Zephyr-Core-3.6.0/soc/arm/ |
D | Kconfig | 46 When enabled, indicates that SoC has an SWO output
|
/Zephyr-Core-3.6.0/boards/arm/efr32_thunderboard/doc/ |
D | brd2602.rst | 58 - 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 | .gitignore | 8 *.swo
|
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/common/ |
D | soc.c | 190 /* 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/ |
D | index.rst | 107 * 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/ |
D | nrf54l15_cpuapp.dtsi | 26 swo-ref-frequency = <DT_FREQ_M(128)>;
|
D | nrf5340_cpuapp.dtsi | 25 swo-ref-frequency = <64000000>;
|
/Zephyr-Core-3.6.0/boards/arm/efm32pg_stk3401a/ |
D | efm32pg_stk3401a_common.dtsi | 88 location-swo = <0>;
|
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/ |
D | efr32_radio.dtsi | 95 location-swo = <0>;
|
123