[riot-notifications] [RIOT-OS/RIOT] cpu/cc2538: add riotboot feature (#15392)
Francisco
notifications at github.com
Tue Nov 10 07:52:20 CET 2020
@fjmolinas commented on this pull request.
> + # If using riotboot loose 2 pages to not right over CCA section and
+ # keep page parity
+ ROM_LEN ?= 252K
`FLASHSIZE` is not the inportant define here though, its `ROM_LEN` since that one then gets passed to the linker:
```
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_rom_length=$(ROM_LEN)
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_length=$(RAM_LEN)
```
I'll take a second look and try to improve though.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15392#discussion_r520329943
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201109/24208c6f/attachment.htm>
More information about the notifications
mailing list