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

Resolve stdio and stream_buffer link errors in RX64M demo (#42) #43

Closed
wants to merge 6 commits into from

Conversation

jcdeka
Copy link

@jcdeka jcdeka commented Mar 23, 2020

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) use sprintf.

.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 as vStreamBufferDelete.

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.

@yuhui-zheng
Copy link
Contributor

Thank you for this PR. Will verify and circle back.

@AniruddhaKanhere
Copy link
Member

/bot run checks

1 similar comment
@AniruddhaKanhere
Copy link
Member

/bot run checks

@NoMaY-jp
Copy link
Contributor

NoMaY-jp commented Sep 4, 2020

I think that this pull request can be closed because the linker errors is solved by commit 1ae6eda

@VanNamDinh
Copy link

Dear @NoMaY-jp , @mingyue86010

I think we can close this PR because @NoMaY-jp submitted PR #245

@mingyue86010
Copy link
Contributor

Closed this PR. The fixed is submitted in #245

@yuhui-zheng yuhui-zheng removed their assignment Feb 13, 2021
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants