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:
us...@infra.apache.org


Reply via email to