Skip to content

Commit

Permalink
Update linker scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B committed Jan 24, 2023
1 parent 205d722 commit 8eb93de
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 24 deletions.
3 changes: 1 addition & 2 deletions sw/airborne/arch/stm32/apogee.ld
Expand Up @@ -31,5 +31,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld

INCLUDE cortex-m-generic.ld
3 changes: 2 additions & 1 deletion sw/airborne/arch/stm32/cc3d.ld
Expand Up @@ -32,4 +32,5 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld

2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/cjmcu.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
3 changes: 1 addition & 2 deletions sw/airborne/arch/stm32/crazybee_f4_1.0.ld
Expand Up @@ -34,5 +34,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
/* INCLUDE cortex-m-generic.ld */
INCLUDE cortex-m-generic.ld
3 changes: 2 additions & 1 deletion sw/airborne/arch/stm32/elle0.ld
Expand Up @@ -32,4 +32,5 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld

2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/krooz.ld
Expand Up @@ -33,4 +33,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/lisa-l.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
3 changes: 1 addition & 2 deletions sw/airborne/arch/stm32/lisa-m.ld
Expand Up @@ -32,5 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld

INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/lisa-mx.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
3 changes: 1 addition & 2 deletions sw/airborne/arch/stm32/lisa-s.ld
Expand Up @@ -32,5 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld

INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/navstik.ld
Expand Up @@ -33,4 +33,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/naze32.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/openpilot_revo.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/openpilot_revo_nano.ld
Expand Up @@ -32,4 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/px4fmu_2.4.ld
Expand Up @@ -30,4 +30,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/px4fmu_4.0.ld
Expand Up @@ -31,4 +31,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
INCLUDE cortex-m-generic.ld
3 changes: 1 addition & 2 deletions sw/airborne/arch/stm32/px4io_2.4.ld
Expand Up @@ -32,5 +32,4 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld

INCLUDE cortex-m-generic.ld
2 changes: 1 addition & 1 deletion sw/airborne/arch/stm32/stm32default.ld
Expand Up @@ -33,5 +33,5 @@ MEMORY
}

/* Include the common ld script. */
INCLUDE libopencm3_stm32f1.ld
INCLUDE cortex-m-generic.ld

2 changes: 1 addition & 1 deletion sw/ext/luftboot

0 comments on commit 8eb93de

Please sign in to comment.