You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: