zephyr/subsys
Andrés Manelli ecf89143da logging: Do not set CYCCNTENA to zero in swo backend
The log_backend_swo_init function sets the CYCCNTENA bit of the DWT
register to 0, disabling the counter (which is necessary for the timing
functions.
Avoid overwriting the CYCCNTENA bit.
Do not try to set read-only bits.

Fixes #34341

Signed-off-by: Andrés Manelli <am@toroid.io>
2021-04-22 09:14:44 +02:00
..
bluetooth Bluetooth: host: Fix typo in PA defines and missing min check 2021-04-21 20:41:17 -04:00
canbus canbus: isotp: prevent race-condition during debugging 2021-04-06 16:44:34 -04:00
console kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
cpp
debug coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
demand_paging
dfu dfu: mcuboot: Remove definitions available via bootutil_public.h 2021-03-25 07:08:01 -04:00
disk include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
emul
fb
fs fs/nvs: removed unneeded `if` statements 2021-03-29 13:43:55 -04:00
ipc ipc: rpmsg_service: switch to new work API 2021-04-21 11:53:19 -05:00
jwt jwt: use pre-computed JWT header 2021-04-03 06:52:40 -04:00
logging logging: Do not set CYCCNTENA to zero in swo backend 2021-04-22 09:14:44 +02:00
lorawan lorawan: always wait for MAC ops to complete 2021-04-20 12:42:56 +02:00
mgmt mgmt/mcumgr: Fixing use of k_fifo function on net buf 2021-03-29 16:13:38 -05:00
modbus subsys/modbus: Fix potential memory overwrite (coverity) 2021-04-01 04:52:10 -04:00
net Bluetooth: Align error handling of send functions 2021-04-20 18:20:04 -04:00
portability portability: move cmsis api headers 2021-04-20 08:45:05 -04:00
power power: Fix unbalanced scheduler lock 2021-03-31 12:09:48 -04:00
random random: rand32_timer: Avoid alignment faults by using memcpy 2021-04-16 15:34:59 -04:00
settings
shell net: telnet: Fix character mode handling 2021-04-19 17:12:23 +02:00
stats
storage storage: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
task_wdt clocks: rename z_tick_get -> sys_clock_tick_get 2021-03-19 11:22:17 -04:00
testsuite ztest: fix ztest thread priority in cooperative mode 2021-04-21 08:10:36 -05:00
timing timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 2021-04-06 16:43:55 -04:00
tracing tracing: remove cpu_stats in favor of thread runtime stats 2021-04-16 15:31:24 -04:00
usb usb: conversion of k_work API 2021-04-15 12:29:34 -04:00
CMakeLists.txt portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00
Kconfig portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00