Skip to content
Snippets Groups Projects
Select Git revision
  • a1c40f5120bd45f98974fd73d1cdaa10c674f09c
  • max32xxx default protected
  • dw-cmsisdap-path
3 results

src

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