wangzhi-art commented on code in PR #15429: URL: https://github.com/apache/nuttx/pull/15429#discussion_r1908334628
########## arch/arm/src/armv8-m/arm_ramvec_initialize.c: ########## @@ -63,6 +63,8 @@ up_vector_t g_ram_vectors[ARMV8M_VECTAB_SIZE] locate_data(".ram_vectors") aligned_data(VECTAB_ALIGN); +spinlock_t g_ramvec_lock = SP_UNLOCKED; Review Comment: Done. ########## arch/arm/src/armv8-m/ram_vectors.h: ########## @@ -107,6 +108,8 @@ extern up_vector_t g_ram_vectors[ARMV8M_VECTAB_SIZE] locate_data(".ram_vectors") aligned_data(VECTAB_ALIGN); +extern spinlock_t g_ramvec_lock; Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org