Commit f5c7726
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
250 | 266 | | |
251 | 267 | | |
252 | 268 | | |
| |||
- README.md+16-27
- doc/Commercialization_Guide+5
- doc/getting_started.md+354
- doc/res/add-product-info.gif
- doc/res/add_device1.png
- doc/res/add_device2.png
- doc/res/adding_test_device2.png
- doc/res/create-device-onboarding.gif
- doc/res/create-device-profile.gif
- doc/res/create-project.gif
- doc/res/deploy_to_test_switch.png
- doc/res/developer_mode.png
- doc/res/device_control1.png
- doc/res/device_control2.png
- doc/res/downloading_onboarding_config_file_switch.png
- doc/res/register-test-device.gif
- doc/res/sign_in.png
- example/esp32/README.md+18-3
- example/esp32/custom_partitions.csv+8
- example/esp32/main/device_control.c
- example/esp32/main/device_control.h
- example/esp32/main/iot_cli_cmd.c
- example/esp32/main/iot_cli_cmd.h
- example/esp32/main/iot_uart_cli.c
- example/esp32/main/iot_uart_cli.h
- example/esp32/main/main.c+17-1
- example/esp32/sdkconfig+7-7
- example/esp32/sdkconfig.old-1.7k
- example/posix/CMakeLists.txt+18
- example/posix/Makefile-26
- example/posix/README.md+26
- example/posix/stdkconfig.cmake+39
- example/raspberry/CMakeLists.txt+18
- example/raspberry/README.md+40
- example/raspberry/device_info.json+8
- example/raspberry/example.c+185
- example/raspberry/onboarding_config.json+16
- example/raspberry/stdkconfig.cmake+39
- src/CMakeLists.txt+1-1
- src/component.cmake+3
- src/easysetup/CMakeLists.txt+5
- src/easysetup/ble/easysetup_ble.h+5
- src/easysetup/ble/iot_easysetup_ble.c+8-16
- src/easysetup/ble/iot_easysetup_ble_ecdh.c+198-275
- src/easysetup/ble/iot_easysetup_ble_msg.c+2-2
- src/easysetup/ble/iot_easysetup_ble_parser.c+3-2
- src/easysetup/ble/iot_easysetup_ble_task.c+12-5
- src/easysetup/ble/iot_easysetup_d2d_ble.c+18-26
- src/easysetup/discovery/advertiser/iot_easysetup_discovery_advertiser.c+81
- src/easysetup/iot_easysetup_st_mqtt.c+168-2
- src/include/bsp/iot_bsp_ble.h+64
- src/include/bsp/linux/iot_bsp_custom.h+22
- src/include/iot_capability.h+1
- src/include/iot_easysetup.h+12
- src/include/iot_internal.h+12
- src/include/iot_main.h+12
- src/include/iot_nv_data.h+12
- src/include/iot_wt.h+3
- src/include/security/backend/iot_security_be.h+4
- src/include/security/iot_security_common.h+7
- src/include/security/iot_security_crypto.h+11
- src/include/st_dev.h+15
- src/include/st_dev_version.h+1-1
- src/iot_api.c+18
- src/iot_capability.c+64-1
- src/iot_main.c+40
- src/iot_nv_data.c+121
- src/iot_wt.c+125-2
- src/port/bsp/esp32/CMakeLists.txt+8-1
- src/port/bsp/esp32/iot_bsp_ble_esp32.c+530
- src/port/bsp/esp32/iot_bsp_wifi_esp32.c+6
- src/port/bsp/linux/CMakeLists.txt+19
- src/port/bsp/linux/iot_bsp_debug_linux.c+92
- src/port/bsp/linux/iot_bsp_fs_linux.c+133
- src/port/bsp/linux/iot_bsp_nv_data_linux.c+76
- src/port/bsp/linux/iot_bsp_random_linux.c+39
- src/port/bsp/linux/iot_bsp_system_linux.c+102
- src/port/bsp/linux/iot_bsp_wifi_linux.c+269
- src/port/bsp/linux/wifi_supplicant.c+1.1k
- src/port/bsp/linux/wifi_supplicant.h+66
- src/port/bsp/posix/CMakeLists.txt+3-1
- src/security/backend/software/iot_security_be_software.c+45-18
- src/security/iot_security_crypto.c+24
0 commit comments