Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Functions | |
static volatile | K_APP_DMEM (ztest_mem_partition) |
Test assigning global data and BSS variables to memory partitions. More... | |
K_APPMEM_PARTITION_DEFINE (part_arch) | |
K_APP_BMEM (part_arch) | |
Test partitions sized per the constraints of the MPU hardware. More... | |
K_APP_BMEM | ( | part_arch | ) |
Test partitions sized per the constraints of the MPU hardware.
|
static |
Test assigning global data and BSS variables to memory partitions.
Test that system supports application assigning global data and BSS variables using macros K_APP_BMEM() and K_APP_DMEM
K_APPMEM_PARTITION_DEFINE | ( | part_arch | ) |