Skip to content
Snippets Groups Projects
Select Git revision
  • 05dda0ee9e4530fa303254c0235b521ba3e6a975
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

micropython

  • 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