Skip to content
Snippets Groups Projects
Select Git revision
0 results

openocd

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Zachary T Welch authored
    Changes from the flat namespace to heirarchical one.  Instead of writing:
    
    	#include "armv7a.h"
    
    the following form should be used.
    
    	#include <target/armv7a.h>
    
    The exception is from .c files in the same directory.
    a1c40f51
    History
    Name Last commit Last update