You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/TOOLCHAIN_ARM_MICRO/startup_efm32gg.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/TOOLCHAIN_ARM_STD/startup_efm32gg.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/TOOLCHAIN_GCC_ARM/efm32gg.ld
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/TOOLCHAIN_GCC_ARM/startup_efm32gg.S
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/* @file startup_efm32gg.S
2
2
* @brief startup file for Silicon Labs EFM32GG devices.
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32HG_STK3400/TOOLCHAIN_ARM_MICRO/startup_efm32hg.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/startup_efm32hg.S
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/* @file startup_efm32hg.S
2
2
* @brief startup file for Silicon Labs EFM32HG devices.
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/TOOLCHAIN_ARM_MICRO/startup_efm32lg.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/TOOLCHAIN_ARM_STD/startup_efm32lg.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/TOOLCHAIN_GCC_ARM/efm32lg.ld
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@
6
6
/* */
7
7
/* Silicon Laboratories, Inc. 2015 */
8
8
/* */
9
-
/* Version 4.1.0 */
9
+
/* Version 4.2.0 */
10
10
/* */
11
11
12
12
MEMORY
13
13
{
14
14
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 262144
15
15
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 32768
16
16
}
17
-
18
17
/* MBED: mbed needs to be able to dynamically set the interrupt vector table.
19
18
* We make room for the table at the very beginning of RAM, i.e. at
20
19
* 0x20000000. We need (16+40) * sizeof(uint32_t) = 224 bytes for EFM32LG */
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/TOOLCHAIN_GCC_ARM/startup_efm32lg.S
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/* @file startup_efm32lg.S
2
2
* @brief startup file for Silicon Labs EFM32LG devices.
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG_STK3401/TOOLCHAIN_ARM_MICRO/startup_efm32pg1b.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG_STK3401/TOOLCHAIN_ARM_STD/startup_efm32pg1b.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG_STK3401/TOOLCHAIN_GCC_ARM/efm32pg1b.ld
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
/* */
7
7
/* Silicon Laboratories, Inc. 2015 */
8
8
/* */
9
-
/* Version 4.1.0 */
9
+
/* Version 4.2.0 */
10
10
/* */
11
11
12
12
MEMORY
@@ -17,7 +17,7 @@ MEMORY
17
17
18
18
/* MBED: mbed needs to be able to dynamically set the interrupt vector table.
19
19
* We make room for the table at the very beginning of RAM, i.e. at
20
-
* 0x20000000. We need (16+34) * sizeof(uint32_t) = 200 bytes for EFM32LG */
20
+
* 0x20000000. We need (16+34) * sizeof(uint32_t) = 200 bytes for EFM32PG */
21
21
__vector_size = 0xC8;
22
22
23
23
/* Linker script to place sections and symbol values. Should be used together
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG_STK3401/TOOLCHAIN_GCC_ARM/startup_efm32pg1b.S
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/* @file startup_efm32pg1b.S
2
2
* @brief startup file for Silicon Labs EFM32PG1B devices.
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG_STK3401/TOOLCHAIN_IAR/startup_efm32pg1b.S
Copy file name to clipboardExpand all lines: libraries/mbed/targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32WG_STK3800/TOOLCHAIN_ARM_MICRO/startup_efm32wg.S
0 commit comments