commit | 07a1a60df23cf45ad7595987a9b3756581c96fd1 | [log] [tgz] |
---|---|---|
author | Carlos Stuart <carlosstuart1970@gmail.com> | Wed Feb 06 08:10:54 2019 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Feb 06 10:20:17 2019 -0500 |
tree | f06686f9b09c29cc67d8662e4daabc059dfb48ef | |
parent | b484884c1e8d7f26ffa726e32288381562f45a65 [diff] |
lib: cmsis_rtos_v2: Additional Kconfig dependency Added Kconfig dependency that NUM_PREEMPT_PRIORITIES must be at least osPriorityISR (56). This was enforced by a build assert message but not decribed in the Kconfig. Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>