Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixups to network code after recent merges. #33

Merged
merged 1 commit into from
Aug 15, 2013
Merged

Fixups to network code after recent merges. #33

merged 1 commit into from
Aug 15, 2013

Conversation

adamgreen
Copy link
Contributor

Peter's and my changes to LPC1768.ld ended up adding the same AHBSRAM0
and AHBSRAM1 section clauses to the script twice. I removed one copy.

I also pulled Peter's define of the ETHMEM_SECTION macro up into the
previous nested #if so that the preprocessor wouldn't spit out a
redefined macro warning.

I verified that building the code clean before and after these changes
still results in the same .bin file but now without warnings and/or
duplicate code.

Peter's and my changes to LPC1768.ld ended up adding the same AHBSRAM0
and AHBSRAM1 section clauses to the script twice.  I removed one copy.

I also pulled Peter's define of the ETHMEM_SECTION macro up into the
previous nested #if so that the preprocessor wouldn't spit out a
redefined macro warning.

I verified that building the code clean before and after these changes
still results in the same .bin file but now without warnings and/or
duplicate code.
bogdanm added a commit that referenced this pull request Aug 15, 2013
Fixups to network code after recent merges.
@bogdanm bogdanm merged commit 2433eeb into ARMmbed:master Aug 15, 2013
@adamgreen adamgreen deleted the netMergeFixes branch August 15, 2013 12:22
@adamgreen
Copy link
Contributor Author

Thanks yet again!

@bogdanm
Copy link
Contributor

bogdanm commented Aug 15, 2013

Actually, I should be the thanking you. I haven't noticed the double definition in LPC1768.ld, so thank you!

SeppoTakalo pushed a commit that referenced this pull request Nov 9, 2016
Flag function mbedtls_ssl_conf_dtls_cookies with MBEDTLS_SSL_SRV_C
to enable SSL server disabling that can save flash ~3,2kB.
pan- pushed a commit to pan-/mbed that referenced this pull request Apr 20, 2018
BLE: Handle new addresses type in GenericGap.
geky pushed a commit to geky/mbed that referenced this pull request Aug 25, 2018
Small consistency changes to frequency function
linlingao pushed a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants