update code base to Marlin 2.0.9.2
This commit is contained in:
14
buildroot/share/PlatformIO/ldscripts/STM32F103RC_MEEB_3DP.ld
Normal file
14
buildroot/share/PlatformIO/ldscripts/STM32F103RC_MEEB_3DP.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
rom (rx) : ORIGIN = 0x08002000, LENGTH = 512K - 8K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
|
||||
/* Let common.inc handle the real work. */
|
||||
INCLUDE common.inc
|
0
buildroot/share/PlatformIO/ldscripts/STM32F103RC_SKR_MINI_256K.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/STM32F103RC_SKR_MINI_256K.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/STM32F103VE_longer.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/STM32F103VE_longer.ld
Executable file → Normal file
14
buildroot/share/PlatformIO/ldscripts/ZONESTAR_ZM3E_256K.ld
Normal file
14
buildroot/share/PlatformIO/ldscripts/ZONESTAR_ZM3E_256K.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
rom (rx) : ORIGIN = 0x08005000, LENGTH = 256K - 20K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
|
||||
/* Let common.inc handle the real work. */
|
||||
INCLUDE common.inc
|
14
buildroot/share/PlatformIO/ldscripts/ZONESTAR_ZM3E_512K.ld
Normal file
14
buildroot/share/PlatformIO/ldscripts/ZONESTAR_ZM3E_512K.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
rom (rx) : ORIGIN = 0x08005000, LENGTH = 512K - 20K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
|
||||
/* Let common.inc handle the real work. */
|
||||
INCLUDE common.inc
|
4
buildroot/share/PlatformIO/ldscripts/chitu_f103.ld → buildroot/share/PlatformIO/ldscripts/creality.ld
Executable file → Normal file
4
buildroot/share/PlatformIO/ldscripts/chitu_f103.ld → buildroot/share/PlatformIO/ldscripts/creality.ld
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
rom (rx) : ORIGIN = 0x08008800, LENGTH = 512K - 32K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
14
buildroot/share/PlatformIO/ldscripts/fly_mini.ld
Normal file
14
buildroot/share/PlatformIO/ldscripts/fly_mini.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
rom (rx) : ORIGIN = 0x08005000, LENGTH = 256K - 20K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
|
||||
/* Let common.inc handle the real work. */
|
||||
INCLUDE common.inc
|
2
buildroot/share/PlatformIO/ldscripts/fysetc_aio_ii.ld → buildroot/share/PlatformIO/ldscripts/fysetc_stm32f103rc.ld
Executable file → Normal file
2
buildroot/share/PlatformIO/ldscripts/fysetc_aio_ii.ld → buildroot/share/PlatformIO/ldscripts/fysetc_stm32f103rc.ld
Executable file → Normal file
@@ -5,7 +5,7 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
|
||||
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K - 40K - 4K
|
||||
rom (rx) : ORIGIN = 0x08008000, LENGTH = 256K - 32K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
0
buildroot/share/PlatformIO/ldscripts/jgaurora_a5s_a1.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/jgaurora_a5s_a1.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin.ld
Executable file → Normal file
14
buildroot/share/PlatformIO/ldscripts/mks_robin_e3.ld
Normal file
14
buildroot/share/PlatformIO/ldscripts/mks_robin_e3.ld
Normal file
@@ -0,0 +1,14 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
rom (rx) : ORIGIN = 0x08005000, LENGTH = 256K - 20K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
REGION_ALIAS("REGION_TEXT", rom);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
REGION_ALIAS("REGION_RODATA", rom);
|
||||
|
||||
/* Let common.inc handle the real work. */
|
||||
INCLUDE common.inc
|
2
buildroot/share/PlatformIO/ldscripts/STM32F103RE_SKR_E3_DIP.ld → buildroot/share/PlatformIO/ldscripts/mks_robin_e3p.ld
Executable file → Normal file
2
buildroot/share/PlatformIO/ldscripts/STM32F103RE_SKR_E3_DIP.ld → buildroot/share/PlatformIO/ldscripts/mks_robin_e3p.ld
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||
}
|
||||
|
0
buildroot/share/PlatformIO/ldscripts/mks_robin_lite.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin_lite.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin_lite3.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin_lite3.ld
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K - 40
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K
|
||||
rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K - 4K
|
||||
}
|
||||
|
||||
/* Provide memory region aliases for common.inc */
|
||||
|
0
buildroot/share/PlatformIO/ldscripts/mks_robin_pro.ld
Executable file → Normal file
0
buildroot/share/PlatformIO/ldscripts/mks_robin_pro.ld
Executable file → Normal file
Reference in New Issue
Block a user