-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Resolve stdio and stream_buffer link errors in RX64M demo (#42) #43
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you for this PR. Will verify and circle back. |
/bot run checks |
1 similar comment
/bot run checks |
I think that this pull request can be closed because the linker errors is solved by commit 1ae6eda |
Dear @NoMaY-jp , @mingyue86010 I think we can close this PR because @NoMaY-jp submitted PR #245 |
mingyue86010
approved these changes
Sep 17, 2020
Closed this PR. The fixed is submitted in #245 |
moninom1
pushed a commit
that referenced
this pull request
Sep 14, 2022
* added a network interface for the LPC54018 ethernet * fixed the buffers so DHCP is now working * network buffers fixed * network buffers fixed * added a network interface for the LPC54018 ethernet * improvements from Hein's comments, thanks * final changes based upon Hein's review * uncrustifying the NetworkInterface.c for LPC54018 Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
chinglee-iot
added a commit
to alfred2g/FreeRTOS
that referenced
this pull request
Mar 15, 2023
* Fix pvTaskGetThreadLocalStoragePointer runtime exception due to no current running task. * Fix xTaskGenericNotifyFromISR runtime error due to uninitialized variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve stdio and stream_buffer link errors in RX64M demo (#42)
Description
.cproject
: Added stdio.h to standard library build. This is required because Common_Demo_Source\Minimal\MessageBufferDemo.c (and others) usesprintf
..project
: Included stream_buffer.c in the FreeRTOS source directory. This is required because Common_Demo_Source\Minimal\MessageBufferDemo.c uses numerous stream buffer functions such asvStreamBufferDelete
.Test Steps
See #42 for reproduction steps.
Tested by doing a git clone of this fork into a clean workspace, importing the project into Renesas E2 Studio IDE, and pressing "Build All". Verified that no errors occurred. Then loaded it onto the development board and verified that LED0 was blinky.
Related Issue
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.