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
Catch up with mbed and ESP32 cases by using hardware CAS.
This is really only important for advanced multi-core users using an RTOS on Stm32Duino, at the moment the CAS instruction is emulated which is fine for all cases except where tasks were to be added from one core to another.
The code for this is available in SimpleCollections already where it handles writes to the circular buffer pointer. Once this has settled we'll use it in task manager too.
The text was updated successfully, but these errors were encountered:
Catch up with mbed and ESP32 cases by using hardware CAS.
This is really only important for advanced multi-core users using an RTOS on Stm32Duino, at the moment the CAS instruction is emulated which is fine for all cases except where tasks were to be added from one core to another.
The code for this is available in SimpleCollections already where it handles writes to the circular buffer pointer. Once this has settled we'll use it in task manager too.
The text was updated successfully, but these errors were encountered: