examples: gnrc_tftp: add bluepill board to insufficient memory list#8063
Conversation
|
Well actually I have another problem... This board has a bootloader which can be overwritten if you flash it using a SWD adaptor (like ST-Link), in which case you can use the whole memory. However, if you decide to use the internal bootloader the size of the ROM is decreased by 8K, which don't fit in the examples found by Murdock on #7799. This PR got merged before I thought about it, I wanted to ask you to include the examples found by Murdock... I guess I need to open a new one... |
|
Sorry if I was too trigger-happy with this PR. As @miri64 said, the code is still build, but not linked, so I didn't see too much harm in this |
|
@bergzand no worries. @kYc0o and I just discussed this online. Actually his comment was supposed to say, that due to the mentioned bootloader, the available space is actually smaller than the linker script suggests (which ignores the bootloader entirely). So adding it to |
The NIB makes this application (for now) to big for this board. So put it into the list of boards with insufficient memory for now.