acassis commented on issue #12774: URL: https://github.com/apache/nuttx/issues/12774#issuecomment-2253463747
@i-tesetd-it-no-problem there is an old Porting Guide here: https://cwiki.apache.org/confluence/display/NUTTX/Porting+Guide Are you in NuttX mailing list? @linguini1 asked it one or two days ago! You can copy all the files like you did, however you could bring many things that doesn't pertains to gd32f3 family. A better approach is creating the arch/arm/src/gd32f3, then add the create a hardware/ inside to to include the header files to the chip you want to add. Then add Kconfig and Makefile/CMakefile and the start.c, heapalloc, etc. Adding on demand will avoid making mistakes. -- 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]
