We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349984 commit a1391f5Copy full SHA for a1391f5
tools/export/embitz/__init__.py
@@ -20,7 +20,8 @@
20
21
22
POST_BINARY_WHITELIST = set([
23
- "TEENSY3_1Code.binary_hook"
+ "TEENSY3_1Code.binary_hook",
24
+ "LPCTargetCode.lpc_patch"
25
])
26
27
tools/export/gnuarmeclipse/__init__.py
@@ -61,6 +61,7 @@ def id(self):
61
62
"TEENSY3_1Code.binary_hook",
63
"MCU_NRF51Code.binary_hook",
64
65
66
67
class GNUARMEclipse(Exporter):
tools/export/makefile/__init__.py
@@ -37,7 +37,8 @@ class Makefile(Exporter):
37
38
39
40
41
42
43
44
def generate(self):
0 commit comments