feat(esp8266): Add 0xD00 bytes IRAM space for new FreeRTOS

This commit is contained in:
Dong Heng
2018-04-27 16:53:12 +08:00
committed by Wu Jian Gang
parent 8418cb26d2
commit 3dda706968
5 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,6 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
iram1_0_seg : org = 0x40100000, len = 0x8D00
irom0_0_seg : org = 0x40201010, len = 0x6B000
}

View File

@ -16,6 +16,6 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
iram1_0_seg : org = 0x40100000, len = 0x8D00
irom0_0_seg : org = 0x40281010, len = 0x6B000
}

View File

@ -18,6 +18,6 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
iram1_0_seg : org = 0x40100000, len = 0x8D00
irom0_0_seg : org = 0x40201010, len = 0xE0000
}

View File

@ -16,6 +16,6 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
iram1_0_seg : org = 0x40100000, len = 0x8D00
irom0_0_seg : org = 0x40201010, len = 0x2B000
}

View File

@ -16,6 +16,6 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
iram1_0_seg : org = 0x40100000, len = 0x8D00
irom0_0_seg : org = 0x40241010, len = 0x2B000
}