File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ build_flags = ${teensy.build_flags} -DLWIP_NETIF_LOOPBACK=1
38
38
-DQNETHERNET_ENABLE_RAW_FRAME_LOOPBACK =1
39
39
test_build_src = yes
40
40
41
+ [env:teensy41-w5500-test]
42
+ extends = teensy
43
+ board = teensy41
44
+ build_type = test
45
+ build_flags = ${teensy.build_flags} -DLWIP_NETIF_LOOPBACK =1
46
+ -DQNETHERNET_DRIVER_W5500
47
+ -DQNETHERNET_ENABLE_RAW_FRAME_SUPPORT =1
48
+ -DQNETHERNET_ENABLE_RAW_FRAME_LOOPBACK =1
49
+ test_build_src = yes
50
+
41
51
[env:teensy41-test-entropy-lib]
42
52
extends = teensy
43
53
board = teensy41
@@ -69,3 +79,13 @@ extends = teensy
69
79
board = teensy40
70
80
build_flags = ${teensy.build_flags} -DMAIN_TEST_PROGRAM
71
81
-DQNETHERNET_DRIVER_W5500
82
+
83
+ [env:teensy40-w5500-test]
84
+ extends = teensy
85
+ board = teensy40
86
+ build_type = test
87
+ build_flags = ${teensy.build_flags} -DLWIP_NETIF_LOOPBACK =1
88
+ -DQNETHERNET_DRIVER_W5500
89
+ -DQNETHERNET_ENABLE_RAW_FRAME_SUPPORT =1
90
+ -DQNETHERNET_ENABLE_RAW_FRAME_LOOPBACK =1
91
+ test_build_src = yes
You can’t perform that action at this time.
0 commit comments