1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13331 from btcven/2020_02_10-sram-size

cc26x2_cc13x2: use correct RAM value
This commit is contained in:
benpicco 2020-02-11 15:43:38 +01:00 committed by GitHub
commit 628aa1197e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1 additions and 16 deletions

View File

@ -6,7 +6,7 @@ VECTORS_O = $(BINDIR)/cc26xx_cc13xx/vectors.o
ROM_START_ADDR ?= 0x00000000
RAM_START_ADDR ?= 0x20000000
ROM_LEN ?= 352K
RAM_LEN ?= 20K
RAM_LEN ?= 80K
LINKER_SCRIPT ?= cortexm.ld

View File

@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \
blackpill \
bluepill \
calliope-mini \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
hifive1 \

View File

@ -6,8 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
hifive1 \

View File

@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \
blackpill \
bluepill \
calliope-mini \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
hifive1 \

View File

@ -13,8 +13,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
derfmega128 \

View File

@ -6,8 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
hifive1 \

View File

@ -11,8 +11,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2538dk \
cc2650-launchpad \
cc2650stk \

View File

@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
i-nucleo-lrwan1 \

View File

@ -13,8 +13,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
chronos \

View File

@ -18,8 +18,6 @@ BOARD_INSUFFICIENT_MEMORY := \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc2650-launchpad \
cc2650stk \
chronos \