Skip to content

Commit f9438dc

Browse files
committed
Update examples.json
1 parent 44fadf7 commit f9438dc

File tree

1 file changed

+91
-32
lines changed

1 file changed

+91
-32
lines changed

data/0.17.0/examples.json

Lines changed: 91 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -461,25 +461,6 @@
461461
],
462462
"supportRiscV": true
463463
},
464-
"pio_ir_loopback": {
465-
"path": "pio/ir_nec/ir_loopback",
466-
"name": "pio_ir_loopback",
467-
"libPaths": [
468-
"pio/ir_nec/nec_receive_library",
469-
"pio/ir_nec/nec_transmit_library"
470-
],
471-
"libNames": [
472-
"nec_receive_library",
473-
"nec_transmit_library"
474-
],
475-
"boards": [
476-
"pico",
477-
"pico_w",
478-
"pico2",
479-
"pico2_w"
480-
],
481-
"supportRiscV": true
482-
},
483464
"pio_i2c_bus_scan": {
484465
"path": "pio/i2c",
485466
"name": "pio_i2c_bus_scan",
@@ -1510,7 +1491,7 @@
15101491
"supportRiscV": true
15111492
},
15121493
"picow_ble_temp_reader": {
1513-
"path": "pico_w/bt/standalone",
1494+
"path": "pico_w/bt/standalone/client",
15141495
"name": "picow_ble_temp_reader",
15151496
"libPaths": [],
15161497
"libNames": [],
@@ -1521,7 +1502,7 @@
15211502
"supportRiscV": true
15221503
},
15231504
"picow_ble_temp_sensor": {
1524-
"path": "pico_w/bt/standalone",
1505+
"path": "pico_w/bt/standalone/server",
15251506
"name": "picow_ble_temp_sensor",
15261507
"libPaths": [],
15271508
"libNames": [],
@@ -1531,17 +1512,6 @@
15311512
],
15321513
"supportRiscV": true
15331514
},
1534-
"picow_ble_temp_sensor_with_wifi": {
1535-
"path": "pico_w/bt/standalone",
1536-
"name": "picow_ble_temp_sensor_with_wifi",
1537-
"libPaths": [],
1538-
"libNames": [],
1539-
"boards": [
1540-
"pico_w",
1541-
"pico2_w"
1542-
],
1543-
"supportRiscV": true
1544-
},
15451515
"dvi_out_hstx_encoder": {
15461516
"path": "hstx/dvi_out_hstx_encoder",
15471517
"name": "dvi_out_hstx_encoder",
@@ -1662,5 +1632,94 @@
16621632
"pico2_w"
16631633
],
16641634
"supportRiscV": true
1635+
},
1636+
"status_blink": {
1637+
"path": "status_led/status_blink",
1638+
"name": "status_blink",
1639+
"libPaths": [],
1640+
"libNames": [],
1641+
"boards": [
1642+
"pico",
1643+
"pico_w",
1644+
"pico2",
1645+
"pico2_w"
1646+
],
1647+
"supportRiscV": true
1648+
},
1649+
"picow_mqtt_client": {
1650+
"path": "pico_w/wifi/mqtt",
1651+
"name": "picow_mqtt_client",
1652+
"libPaths": [],
1653+
"libNames": [],
1654+
"boards": [
1655+
"pico_w",
1656+
"pico2_w"
1657+
],
1658+
"supportRiscV": true
1659+
},
1660+
"hello_encrypted": {
1661+
"path": "encrypted/hello_encrypted",
1662+
"name": "hello_encrypted",
1663+
"libPaths": [],
1664+
"libNames": [],
1665+
"boards": [
1666+
"pico2",
1667+
"pico2_w"
1668+
],
1669+
"supportRiscV": false
1670+
},
1671+
"hello_encrypted_mbedtls": {
1672+
"path": "encrypted/hello_encrypted",
1673+
"name": "hello_encrypted_mbedtls",
1674+
"libPaths": [],
1675+
"libNames": [],
1676+
"boards": [
1677+
"pico2",
1678+
"pico2_w"
1679+
],
1680+
"supportRiscV": false
1681+
},
1682+
"partition_info": {
1683+
"path": "flash/partition_info",
1684+
"name": "partition_info",
1685+
"libPaths": [],
1686+
"libNames": [],
1687+
"boards": [
1688+
"pico2",
1689+
"pico2_w"
1690+
],
1691+
"supportRiscV": true
1692+
},
1693+
"uart_binary": {
1694+
"path": "bootloaders/uart",
1695+
"name": "uart_binary",
1696+
"libPaths": [],
1697+
"libNames": [],
1698+
"boards": [
1699+
"pico2",
1700+
"pico2_w"
1701+
],
1702+
"supportRiscV": true
1703+
},
1704+
"uart_boot": {
1705+
"path": "bootloaders/uart",
1706+
"name": "uart_boot",
1707+
"libPaths": [],
1708+
"libNames": [],
1709+
"boards": [
1710+
"pico2",
1711+
"pico2_w"
1712+
],
1713+
"supportRiscV": true
1714+
},
1715+
"picow_ota_update": {
1716+
"path": "pico_w/wifi/ota_update",
1717+
"name": "picow_ota_update",
1718+
"libPaths": [],
1719+
"libNames": [],
1720+
"boards": [
1721+
"pico2_w"
1722+
],
1723+
"supportRiscV": true
16651724
}
16661725
}

0 commit comments

Comments
 (0)