nkaje commented on a change in pull request #2327:
URL: https://github.com/apache/mynewt-core/pull/2327#discussion_r452747814
##########
File path: hw/mcu/dialog/da14699/include/mcu/mcu.h
##########
@@ -150,6 +150,8 @@ void mcu_gpio_exit_sleep(void);
#define MCU_MEM_QSPIF_M_END_ADDRESS (0x18000000)
#define MCU_MEM_SYSRAM_START_ADDRESS (0x20000000)
#define MCU_MEM_SYSRAM_END_ADDRESS (0x20080000)
+#define MCU_MEM_QSPIF_M_RANGE_ADDRESS(x) \
+ ((uint32_t)x >= (uint32_t)MCU_MEM_QSPIF_M_START_ADDRESS && (uint32_t)x <=
(uint32_t)MCU_MEM_QSPIF_M_END_ADDRESS)
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.
For queries about this service, please contact Infrastructure at:
[email protected]