xiaoxiang781216 commented on code in PR #3693: URL: https://github.com/apache/nuttx-apps/pull/3693#discussion_r3709042819
########## examples/fdpicxip/modules/Makefile: ########## @@ -46,10 +46,10 @@ CPU ?= cortex-m3 FDPICDIR = $(NUTTX_DIR)/tools/fdpic MODULE_MK = $(FDPICDIR)/nuttx-fdpic.mk -EMBED = $(FDPICDIR)/fdpic-embed +EMBED = $(FDPICDIR)/fdpic-embed.py Review Comment: could we integrate fdpic special process into the post link after you corporate fdpic into elf binfmt? -- 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]
