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
f52f36762e
picorv32
/
picosoc
/
sections.lds
10 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve and cleanup picosoc firmware
2017-08-11 22:15:07 +08:00
SECTIONS {
.memory : {
Removed UB from picosoc demo firmware
2017-09-16 01:55:22 +08:00
sram = 0;
Improve picosoc firmware build process
2017-09-15 21:19:48 +08:00
. = 0x100000;
Improve and cleanup picosoc firmware
2017-08-11 22:15:07 +08:00
start*(.text);
*(.text);
*(*);
}
}