Reduce PULPissimo memory size to default

This commit is contained in:
Michael Rogenmoser 2024-05-23 13:28:38 +02:00
parent 2b98d1baa4
commit ad0f614a1b

View file

@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv)
ENTRY( _start )
MEMORY
{
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0004fffc
}
/*