hotislandn opened a new pull request #3562:
URL: https://github.com/apache/incubator-nuttx/pull/3562


   Signed-off-by: hotislandn <[email protected]>
   
   ## Summary
   
   This patch adds a new build configuration for the smartl-c906 board(qemu): 
the sotest demo. 
   With the qemu and GDB, we can check that how shared objects are relocated 
and be called.
   
   ## Impact
   
   Just a new build configuration for the smartl-c906.
   
   ## Testing
   
   Verified with qemu for c906. The builtin app: sotest is integrated and can 
run normally like following:
   
   nsh> sotest
   main: Registering romdisk at /dev/ram0
   main: ROM disk already registered
   main: Mounting ROMFS filesystem at target=/mnt/romfs with source=/dev/ram0
   module_initialize:
   module_initialize:
   testfunc1: Hello, everyone!
      caller: Hello to you too!
   testfunc2: Hope you are having a great day!
      caller: Not so bad so far.
   testfunc3: Let's talk again very soon
      caller: Yes, don't be a stranger!
   module_uninitialize: arg=0
   module_uninitialize: arg=0
   


-- 
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:
[email protected]


Reply via email to