blob: 0aa99f9a482aef6fb634d94b83069d5b256ea1f5 [file]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
{
arch: {
type: "riscv",
},
kernel: {
flash_start_address: 0xA0010000,
flash_size_bytes: 65536,
ram_start_address: 0x10000000,
ram_size_bytes: 32768,
interrupt_table: {
table: {}
},
},
apps: [
{
name: "syscall_latency",
flash_size_bytes: 32768,
processes: [
{
name: "syscall_latency",
ram_size_bytes: 4096,
memory_mappings: [
{
name: "rv_timer",
type: "device",
start_address: 0x40100000,
size_bytes: 0x200,
},
],
threads: [
{
name: "syscall_latency",
kernel_stack_size_bytes: 4096,
},
],
},
],
},
],
}