build specifically with FreeRTOS 10.6.2 by SebKuzminsky · Pull Request #2 · sysprogs/PicoHTTPServer · GitHub
Skip to content

build specifically with FreeRTOS 10.6.2#2

Open
SebKuzminsky wants to merge 1 commit into
sysprogs:masterfrom
SebKuzminsky:use-freertos-10.6.2
Open

build specifically with FreeRTOS 10.6.2#2
SebKuzminsky wants to merge 1 commit into
sysprogs:masterfrom
SebKuzminsky:use-freertos-10.6.2

Conversation

@SebKuzminsky

Copy link
Copy Markdown

Before this small change, the PicoHTTPServer project would try to build against the development version of FreeRTOS (the tip of the master branch). At the current time this branch is in flux and PicoHTTPServer does not build.

This commit specifies the exact version of FreeRTOS to build against as 10.6.2 (the most recent stable version), which I've verified works.

A better solution might be to use FreeRTOS as a submodule, so that the PicoHTTPServer repo can explicitly control the FreeRTOS version, instead of relying on the build script to select one.

Before this small change, the PicoHTTPServer project would try to build
against the development version of FreeRTOS (the tip of the master
branch).  At the current time this branch is in flux and PicoHTTPServer
does not build.

This commit specifies the exact version of FreeRTOS to build against as
10.6.2 (the most recent stable version), which I've verified works.

A better solution might be to use FreeRTOS as a submodule, so that
the PicoHTTPServer repo can explicitly control the FreeRTOS version,
instead of relying on the build script to select one.
@SebKuzminsky

Copy link
Copy Markdown
Author

@SebKuzminsky

Copy link
Copy Markdown
Author

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.

1 participant