This website works better with JavaScript.
Explore
Help
Sign In
M-Labs
/
HeavyX
Watch
11
Star
1
Fork
You've already forked HeavyX
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78f67f82d3
core_lib
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '78f67f82d3'
${ noResults }
HeavyX
/
firmware
/
memory.x
6 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add simple Rust firmware (WIP)
4 years ago
MEMORY
{
firmware: simulable demo Run: qemu-system-riscv32 -nographic -machine sifive_u -kernel target/riscv32imc-unknown-none-elf/release/helloworld
4 years ago
FLASH : ORIGIN = 0x80000000, LENGTH = 16M
RAM : ORIGIN = 0x81000000, LENGTH = 16K
add simple Rust firmware (WIP)
4 years ago
}