Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 757ecd1

Browse filesBrowse files
committed
remove Raspberry Pi configuration
need the 18b support package which isn't public yet
1 parent 1ff8ff1 commit 757ecd1
Copy full SHA for 757ecd1

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎make.m

Copy file name to clipboardExpand all lines: make.m
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@
2525
% would be nice if could set make -j to get some parallel building
2626
% happening.
2727

28+
%for Raspberry Pi
29+
% hw = coder.hardware('Raspberry Pi');
30+
% cfg.Hardware = hw;
31+
% cfg.GenCodeOnly = true;
32+
33+
cfg.PostCodeGenCommand = 'postbuild(projectName, buildInfo)';
2834
%{
2935
cfg.InlineThreshold = 0; % tone down the aggressive inlining
3036
codegen user.m thread1.m -args int32(0) thread2.m thread3.m -O disable:inline -config cfg
3137
%}
3238

3339
codegen user.m thread1.m -args int32(0) thread2.m thread3.m -config cfg
40+
%MAKE = gmake
41+
%MAKE_FLAGS = -f $(MAKEFILE)
42+
% hw = coder.hardware('Raspberry Pi');
43+
% cfg.Hardware = hw;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.