tests: kernel: mem_protect: add Ronoth Lodev to supported boards
The Ronoth LoDev in an open source board which uses the AcSIP S76S, which itself contains an STM32L073. Signed-off-by: Dean Weiten <dmw@weiten.com>
This commit is contained in:
parent
d0f93941e1
commit
14f541325a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
#define SLEEP_MS_LONG 15000
|
||||
|
||||
#if defined(CONFIG_BOARD_NUCLEO_F429ZI) || defined(CONFIG_BOARD_NUCLEO_F207ZG) \
|
||||
|| defined(CONFIG_BOARD_NUCLEO_L073RZ)
|
||||
|| defined(CONFIG_BOARD_NUCLEO_L073RZ) \
|
||||
|| defined(CONFIG_BOARD_RONOTH_LODEV)
|
||||
#define FAULTY_ADDRESS 0x0FFFFFFF
|
||||
#elif CONFIG_MMU
|
||||
/* Just past the zephyr image mapping should be a non-present page */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue