This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
picorv32
Watch
1
Star
0
Fork
You've already forked picorv32
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e84f044bc5
picorv32
/
firmware
/
sections.lds
10 lines
93 B
Plaintext
Raw
Blame
History
SECTIONS {
.memory : {
. = 0x000000;
start*(.text);
*(.text);
*(*);
end = .;
}
}
Reference in New Issue
View Git Blame
Copy Permalink