forked from gfd-dennou-club/iotex-esp32-mrubyc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
44 lines (30 loc) · 847 Bytes
/
Makefile
File metadata and controls
44 lines (30 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := iotex-esp32-mrubyc
include $(IDF_PATH)/make/project.mk
adc-ja:
ln -sf master.rb.adc ./example/ja/master.rb
gpio-1-ja:
ln -sf master.rb.gpio-1 ./example/ja/master.rb
gpio-2-ja:
ln -sf master.rb.gpio-2 ./example/ja/master.rb
i2c-ja:
ln -sf master.rb.i2c ./example/ja/master.rb
pwm-ja:
ln -sf master.rb.pwm ./example/ja/master.rb
wifi-ja:
ln -sf master.rb.wifi ./example/ja/master.rb
adc:
ln -sf master.rb.adc ./example/ja/master.rb
gpio-1:
ln -sf master.rb.gpio-1 ./example/en/master.rb
gpio-2:
ln -sf master.rb.gpio-2 ./example/en/master.rb
i2c:
ln -sf master.rb.i2c ./example/en/master.rb
pwm:
ln -sf master.rb.pwm ./example/en/master.rb
wifi:
ln -sf master.rb.wifi ./example/en/master.rb