Removed mbxxx warning messages on the current ld file in use
This commit is contained in:
parent
2007863922
commit
ccfdf80ff2
|
@ -102,12 +102,10 @@ ifeq ($(STM32W_CPUREV), CC)
|
||||||
LD-EXT=-stm32w108CC
|
LD-EXT=-stm32w108CC
|
||||||
RAM_SIZE = 2*8192
|
RAM_SIZE = 2*8192
|
||||||
FLASH_SIZE = 2*128*1024
|
FLASH_SIZE = 2*128*1024
|
||||||
${warning "using stm32w108CC specific ld file"}
|
|
||||||
else ifeq ($(STM32W_CPUREV), xB)
|
else ifeq ($(STM32W_CPUREV), xB)
|
||||||
LD-EXT=-stm32w108xB
|
LD-EXT=-stm32w108xB
|
||||||
RAM_SIZE = 8192
|
RAM_SIZE = 8192
|
||||||
FLASH_SIZE = 128*1024
|
FLASH_SIZE = 128*1024
|
||||||
${warning "using stm32w108xB specific ld file"}
|
|
||||||
else
|
else
|
||||||
${error "Bad STM32W_CPUREV value or no STM32W_CPUREV value specified. Cpu revision should be specified. Please read cpu/stm32w108/README.txt for more details."}
|
${error "Bad STM32W_CPUREV value or no STM32W_CPUREV value specified. Cpu revision should be specified. Please read cpu/stm32w108/README.txt for more details."}
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue