yf13 opened a new pull request, #11489:
URL: https://github.com/apache/nuttx/pull/11489

   ## Summary
   
   additions:
   - tools/k230/Config.mk  use POSTBUILD for kernel build
   
   changes:
   - under boards/risc-v/k230/canmv230/scripts/:
     - Make.defs            add inclusion to tools/k230/Config.mk
     - ld-flat.script         minor reformating
     - ld-kernel.script   minor reformating
   - under boards/risc-v/k230/canmv230/src/:
     - Makefile               add clean of generated ROMFS source
     - canmv_init.c        use `ferr` and drop too late runtime warning
     - romfs_stub.c       use const for romfs_img_len
   
   The POSTBULD actions can warn stub ROMFS usage at build time, thus the too 
late warning in canmv_init.c can be removed. 
   The cleaning of `libboard.a` in POSTBUILD can also ensure real ROMFS is in 
use, as some times weak_data is still in use.
   
   ## Impact
   
   risc-v canmv230 device 
   
   ## Testing
   
   tested with canmv230 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to