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

cc26x2_cc13x2: use correct RAM value

Previous value was 20 K, now it's 80 K. The older family of these MCUs
(cc13x0, cc26x0) had that size, currently for cc13x2 and cc26x2 it's
80 K.

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
Jean Pierre Dudey 2020-02-10 14:24:43 -05:00
parent ebb20f2d44
commit de50518146
No known key found for this signature in database
GPG Key ID: 631A70D74E41F1AD
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 \