stm32g0: add base, irqs, memorymap and current devices.

This commit is contained in:
Guillaume Revaillot
2019-01-23 19:00:51 +01:00
committed by Karl Palsson
parent 8a952d8476
commit b8d4b03722
9 changed files with 192 additions and 1 deletions

View File

@@ -197,7 +197,6 @@ stm32l496?e* stm32l4 ROM=512K RAM=256K RAM2=64K
stm32l496?g* stm32l4 ROM=1024K RAM=256K RAM2=64K
stm32l4a6?g* stm32l4 ROM=1024K RAM=256K RAM2=64K
stm32ts60 stm32t ROM=32K RAM=10K
stm32w108c8 stm32w ROM=64K RAM=8K
@@ -205,6 +204,14 @@ stm32w108?b stm32w ROM=128K RAM=8K
stm32w108cz stm32w ROM=192K RAM=12K
stm32w108cc stm32w ROM=256K RAM=16K
stm32g0[43]1?4* stm32g0 ROM=16K RAM=8K
stm32g0[43]1?6* stm32g0 ROM=32K RAM=8K
stm32g0[43]1?8* stm32g0 ROM=64K RAM=8K
stm32g0[78]1?8* stm32g0 ROM=64K RAM=36K
stm32g0[78][01]?b* stm32g0 ROM=128K RAM=36K
stm32g0[BC]1?c* stm32g0 ROM=256K RAM=128K
stm32g0[BC]1?e* stm32g0 ROM=512K RAM=128K
################################################################################
# the SAM3 chips
@@ -460,6 +467,7 @@ stm32f7 END ROM_OFF=0x08000000 RAM_OFF=0x20010000 CPU=cortex-m7 FPU=hard-fpv5-sp
stm32l0 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m0plus FPU=soft
stm32l1 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m3 FPU=soft
stm32l4 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 RAM2_OFF=0x10000000 RAM3_OFF=0x20040000 CPU=cortex-m4 FPU=hard-fpv4-sp-d16
stm32g0 END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m0plus FPU=soft
stm32w END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m3 FPU=soft
stm32t END ROM_OFF=0x08000000 RAM_OFF=0x20000000 CPU=cortex-m3 FPU=soft