Skip to content

Commit 800be4e

Browse files
Merge pull request #5512 from jeromecoutant/PR_L072
DISCO_L072CZ_LRWAN1 can use LSE from LORA module
2 parents ac891af + 7635319 commit 800be4e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

30-
; STM32L073RZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
30+
; STM32L072CZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
3131
LR_IROM1 0x08000000 0x30000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x30000 { ; load address = execution address
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2929

30-
; STM32L073RZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
30+
; STM32L072CZ: 192KB FLASH (0x30000) + 20KB RAM (0x5000)
3131
LR_IROM1 0x08000000 0x30000 { ; load region size_region
3232

3333
ER_IROM1 0x08000000 0x30000 { ; load address = execution address

targets/targets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,6 @@
15701570
"core": "Cortex-M0+",
15711571
"extra_labels_add": ["STM32L0", "STM32L072CZ", "STM32L072xx"],
15721572
"supported_form_factors": ["ARDUINO", "MORPHO"],
1573-
"macros": ["RTC_LSI=1"],
15741573
"config": {
15751574
"clock_source": {
15761575
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",

0 commit comments

Comments
 (0)