Replies: 1 comment 1 reply
-
| 
         I don't really use the "freestanding application" so I might be wrong but 
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Some time ago, I started to create a copy of a sample project according to the T2-style workspace topology, where I followed the instructions here. This allows me to build modified sample code built for boards that are inside the
zephyr/boardsdirectory - regardless git commit checkout.This not only allows me to maintain code in a private repository which can be simply restored when Zephyrproject would be reinstalled or installed on another computer.
Just now I found the out-of-tree board sample, including local boards directory.
This confuses me: what's the conceptual difference between workspace T2 topology application and "freestanding application"? I.e. what's the advantage in terms of e.g. complexity between the two options? This question is independent of whether a custom board is assigned or not.
Beta Was this translation helpful? Give feedback.
All reactions