This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f66c4cbfa6
circuitpython
/
mpy-cross
/
mphalport.h
3 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
mpy-cross: Make build independent of extmod directory. mpy-cross doesn't depend on any code in the extmod directory so completely exclude it from the build (extmod may still be scanned for qstrs but that is controlled by py/py.mk). This speeds up the build a little, and improves abstraction of this component. Also, make -I$(BUILD) take precedence over -I$(TOP) in case there are stray files in the root directory that would be picked up.
2018-07-10 00:11:28 -04:00
// prevent including extmod/virtpin.h
#
define mp_hal_pin_obj_t