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

Missing version 1.2.1 #19

Open
DavidJurajdaNXP opened this issue Oct 19, 2022 · 2 comments
Open

Missing version 1.2.1 #19

DavidJurajdaNXP opened this issue Oct 19, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@DavidJurajdaNXP
Copy link

Version available in this repository (V1.1.0) is older than one present in:
https://github.com/aws/amazon-freertos/tree/main/libraries/freertos_plus/standard/freertos_plus_posix
(V1.2.1)

Could you please update this repository or make proposal about recommended version for new integrations?

@dachalco
Copy link

Hi @DavidJurajdaNXP

We're reviewing our plans for the Labs +Posix support. If you must use POSIX, I would recommend using code from this repo as the trend is that our other integrations, like amazon-freertos, submodule rather than copy -- merging changes upstream as needed.

In general, for new integrations I would recommend using the first party FreeRTOS kernel APIs (task.h, etc.). The POSIX port is an optional wrapper to existing kernel structures, that's not required for them to work' i.e. "middle-man". You'd likely get better performance directly using the kernel APIs if possible.

Are there particular POSIX features you're interested in? Perhaps we could inform of FreeRTOS API alternatives?
Or are you preparing to support existing POSIX via this library?

@dachalco
Copy link

There's actually not much functional disparity between this repo and its copy in amazon-freertos. Despite the considerable version difference, it's mostly limited to formatting and version string changes. Though there are a few functional changes.

@n9wxu n9wxu added the help wanted Extra attention is needed label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants