You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/08 15:09:48 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #3483: Move C11 Atomic function definitions from ESP32-C3 to common code

xiaoxiang781216 commented on issue #3483:
URL: https://github.com/apache/incubator-nuttx/issues/3483#issuecomment-815902490


   How about we these:
   
   1. Move https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/esp32c3/esp32c3_std_atomic.c to libc as a general implementation
   2. Move https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv7-m/gnu/arm_fetchadd.S, https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv7-a/arm_fetchadd.S, https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv8-m/arm_fetchadd.S and https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv7-r/arm_fetchadd.S to libc/machine as the arch specific implementation
   3. Migrate up_testset to the new atomic api


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org