File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
POST_BINARY_WHITELIST = set ([
23
23
"TEENSY3_1Code.binary_hook" ,
24
- "LPCTargetCode.lpc_patch"
24
+ "LPCTargetCode.lpc_patch" ,
25
+ "LPC4088Code.binary_hook"
25
26
])
26
27
27
28
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ def id(self):
61
61
POST_BINARY_WHITELIST = set ([
62
62
"TEENSY3_1Code.binary_hook" ,
63
63
"MCU_NRF51Code.binary_hook" ,
64
- "LPCTargetCode.lpc_patch"
64
+ "LPCTargetCode.lpc_patch" ,
65
+ "LPC4088Code.binary_hook"
65
66
])
66
67
67
68
class GNUARMEclipse (Exporter ):
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ class Makefile(Exporter):
38
38
POST_BINARY_WHITELIST = set ([
39
39
"MCU_NRF51Code.binary_hook" ,
40
40
"TEENSY3_1Code.binary_hook" ,
41
- "LPCTargetCode.lpc_patch"
41
+ "LPCTargetCode.lpc_patch" ,
42
+ "LPC4088Code.binary_hook"
42
43
])
43
44
44
45
def generate (self ):
You can’t perform that action at this time.
0 commit comments