boards/arm/stm32/axoloti, omnibusf4, and stm32f4discovery: If CONFIG_SCHED_CRITMONITOR is selected, then make sure that ITM and DWT resources are enabled before accessing ITM and DWT registers. By default, these registers are disabled. Suggested by Juha Niskanen.

This commit is contained in:
Gregory Nutt
2019-09-13 07:22:00 -06:00
parent 3ca55cc439
commit e2949d0dcf
5 changed files with 18 additions and 1 deletions
+2
View File
@@ -940,6 +940,8 @@ o Kernel/Protected Build
-------- ----------------------------------------------
mkrd ramdisk_register()
See http://www.nuttx.org/doku.php?id=wiki:howtos:protected-ramdisk
Status: Open
Priority: Medium/High -- the kernel build configuration is not fully fielded
yet.