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

[Feature Request] SMP Support: GCC ARM_CM4F #414

Open
SJ-Innovation opened this issue Nov 16, 2021 · 1 comment
Open

[Feature Request] SMP Support: GCC ARM_CM4F #414

SJ-Innovation opened this issue Nov 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SJ-Innovation
Copy link

Is your feature request related to a problem? Please describe.
GCC/ARM_CM4F is a widely used port for STM32 and similar microcontrollers, as ST and other manufacturers are releasing dual core variants of their popular chips it would make sense for this widely used port (and those similar to it, CM33 etc) to get priority during the implementation of their multi-core ports. This is so as to implement for a large audiance, in one fell swoop.

Describe the solution you'd like
Take the lessons learned from the implemention of the RPi2040 SMP port, and create an SMP port suitable for the GCC/ARM_* ports as well.

Describe alternatives you've considered
Am currently experimenting with SMP port for RPi2040, liking what I see so far :)

Additional context
Recognise this is a long term project, and no small undertaking, just creating this issue as documention of my request.

@SJ-Innovation SJ-Innovation added the enhancement New feature or request label Nov 16, 2021
@aggarg
Copy link
Member

aggarg commented Nov 18, 2021

Thank for your request. These are very helpful to us during prioritization of our work.

laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this issue Apr 18, 2024
Add demo to establish a mutually-authenticated network connection with the server before sending and verifying a simple POST request.
* Add demo files
* Move all "Http_Demo_Helpers" files into Common
* Update project files and add vendor config files
* Update http_demo_utils.c after backoff updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants