Browse Source

!180 解决CleanDmaTxdescs中的bug,增加cmsis DSP测试例程,修复udp测试例程bug

解决CleanDmaTxdescs中的bug,增加cmsis DSP测试例程,修复udp测试例程bug
master
黄锦 3 weeks ago
committed by huanghe
parent
commit
447f77f76d
  1. 42
      .gitlab-ci.yml
  2. 20
      doc/ChangeLog.md
  3. 1
      example/ai/tinymaix/configs/d2000_aarch32_test_tinymaix.config
  4. 1
      example/ai/tinymaix/configs/d2000_aarch64_test_tinymaix.config
  5. 1
      example/ai/tinymaix/configs/e2000d_aarch32_demo_tinymaix.config
  6. 1
      example/ai/tinymaix/configs/e2000d_aarch64_demo_tinymaix.config
  7. 1
      example/ai/tinymaix/configs/e2000q_aarch32_demo_tinymaix.config
  8. 1
      example/ai/tinymaix/configs/e2000q_aarch64_demo_tinymaix.config
  9. 1
      example/ai/tinymaix/configs/ft2004_aarch32_dsk_tinymaix.config
  10. 1
      example/ai/tinymaix/configs/ft2004_aarch64_dsk_tinymaix.config
  11. 1
      example/ai/tinymaix/configs/pd2308_aarch64_demo_tinymaix.config
  12. 1
      example/ai/tinymaix/configs/phytiumpi_aarch32_firefly_tinymaix.config
  13. 1
      example/ai/tinymaix/configs/phytiumpi_aarch64_firefly_tinymaix.config
  14. 1
      example/ai/tinymaix/sdkconfig
  15. 1
      example/ai/tinymaix/sdkconfig.h
  16. 1
      example/media/lvgl_demo_test/configs/e2000d_aarch32_demo_media.config
  17. 1
      example/media/lvgl_demo_test/configs/e2000d_aarch64_demo_media.config
  18. 1
      example/media/lvgl_demo_test/configs/e2000q_aarch32_demo_media.config
  19. 1
      example/media/lvgl_demo_test/configs/e2000q_aarch64_demo_media.config
  20. 1
      example/media/lvgl_demo_test/configs/phytiumpi_aarch32_firefly_media.config
  21. 1
      example/media/lvgl_demo_test/configs/phytiumpi_aarch64_firefly_media.config
  22. 1
      example/media/lvgl_demo_test/sdkconfig
  23. 1
      example/media/lvgl_demo_test/sdkconfig.h
  24. 1
      example/media/media_pcie/configs/d2000_aarch32_test_media.config
  25. 1
      example/media/media_pcie/configs/d2000_aarch64_test_media.config
  26. 1
      example/media/media_pcie/sdkconfig
  27. 1
      example/media/media_pcie/sdkconfig.h
  28. 1
      example/media/media_test/configs/e2000d_aarch32_demo_media.config
  29. 1
      example/media/media_test/configs/e2000d_aarch64_demo_media.config
  30. 1
      example/media/media_test/configs/e2000q_aarch32_demo_media.config
  31. 1
      example/media/media_test/configs/e2000q_aarch64_demo_media.config
  32. 1
      example/media/media_test/configs/phytiumpi_aarch32_firefly_media.config
  33. 1
      example/media/media_test/configs/phytiumpi_aarch64_firefly_media.config
  34. 1
      example/media/media_test/sdkconfig
  35. 1
      example/media/media_test/sdkconfig.h
  36. 1
      example/network/lwip_http/configs/d2000_aarch32_test_lwip_http.config
  37. 1
      example/network/lwip_http/configs/d2000_aarch64_test_lwip_http.config
  38. 2
      example/network/lwip_http/configs/e2000d_aarch32_demo_lwip_http.config
  39. 2
      example/network/lwip_http/configs/e2000d_aarch64_demo_lwip_http.config
  40. 1
      example/network/lwip_http/configs/e2000q_aarch32_demo_lwip_http.config
  41. 1
      example/network/lwip_http/configs/e2000q_aarch64_demo_lwip_http.config
  42. 1
      example/network/lwip_http/configs/ft2004_aarch32_dsk_lwip_http.config
  43. 1
      example/network/lwip_http/configs/ft2004_aarch64_dsk_lwip_http.config
  44. 1
      example/network/lwip_http/configs/phytiumpi_aarch32_firefly_lwip_http.config
  45. 1
      example/network/lwip_http/configs/phytiumpi_aarch64_firefly_lwip_http.config
  46. 1
      example/network/lwip_http/sdkconfig
  47. 1
      example/network/lwip_http/sdkconfig.h
  48. 1
      example/network/lwip_iperf/configs/d2000_aarch32_test_lwip_iperf.config
  49. 1
      example/network/lwip_iperf/configs/d2000_aarch64_test_lwip_iperf.config
  50. 1
      example/network/lwip_iperf/configs/e2000d_aarch32_demo_lwip_iperf.config
  51. 1
      example/network/lwip_iperf/configs/e2000d_aarch64_demo_lwip_iperf.config
  52. 1
      example/network/lwip_iperf/configs/e2000q_aarch32_demo_lwip_iperf.config
  53. 1
      example/network/lwip_iperf/configs/e2000q_aarch64_demo_lwip_iperf.config
  54. 1
      example/network/lwip_iperf/configs/ft2004_aarch32_dsk_lwip_iperf.config
  55. 1
      example/network/lwip_iperf/configs/ft2004_aarch64_dsk_lwip_iperf.config
  56. 1
      example/network/lwip_iperf/configs/phytiumpi_aarch32_firefly_lwip_iperf.config
  57. 1
      example/network/lwip_iperf/configs/phytiumpi_aarch64_firefly_lwip_iperf.config
  58. 1
      example/network/lwip_iperf/sdkconfig
  59. 1
      example/network/lwip_iperf/sdkconfig.h
  60. 1
      example/network/lwip_jumbo/configs/d2000_aarch32_test_lwip_jumbo.config
  61. 1
      example/network/lwip_jumbo/configs/d2000_aarch64_test_lwip_jumbo.config
  62. 1
      example/network/lwip_jumbo/configs/e2000d_aarch32_demo_lwip_jumbo.config
  63. 1
      example/network/lwip_jumbo/configs/e2000d_aarch64_demo_lwip_jumbo.config
  64. 1
      example/network/lwip_jumbo/configs/e2000q_aarch32_demo_lwip_jumbo.config
  65. 1
      example/network/lwip_jumbo/configs/e2000q_aarch64_demo_lwip_jumbo.config
  66. 1
      example/network/lwip_jumbo/configs/ft2004_aarch32_dsk_lwip_jumbo.config
  67. 1
      example/network/lwip_jumbo/configs/ft2004_aarch64_dsk_lwip_jumbo.config
  68. 1
      example/network/lwip_jumbo/configs/phytiumpi_aarch32_firefly_lwip_jumbo.config
  69. 1
      example/network/lwip_jumbo/configs/phytiumpi_aarch64_firefly_lwip_jumbo.config
  70. 1
      example/network/lwip_jumbo/sdkconfig
  71. 1
      example/network/lwip_jumbo/sdkconfig.h
  72. 1
      example/network/lwip_multicast/configs/d2000_aarch32_test_lwip_multicast.config
  73. 1
      example/network/lwip_multicast/configs/d2000_aarch64_test_lwip_multicast.config
  74. 1
      example/network/lwip_multicast/configs/e2000d_aarch32_demo_lwip_multicast.config
  75. 1
      example/network/lwip_multicast/configs/e2000d_aarch64_demo_lwip_multicast.config
  76. 1
      example/network/lwip_multicast/configs/e2000q_aarch32_demo_lwip_multicast.config
  77. 1
      example/network/lwip_multicast/configs/e2000q_aarch64_demo_lwip_multicast.config
  78. 1
      example/network/lwip_multicast/configs/ft2004_aarch32_dsk_lwip_multicast.config
  79. 1
      example/network/lwip_multicast/configs/ft2004_aarch64_dsk_lwip_multicast.config
  80. 1
      example/network/lwip_multicast/configs/phytiumpi_aarch32_firefly_lwip_multicast.config
  81. 1
      example/network/lwip_multicast/configs/phytiumpi_aarch64_firefly_lwip_multicast.config
  82. 1
      example/network/lwip_multicast/sdkconfig
  83. 1
      example/network/lwip_multicast/sdkconfig.h
  84. 1
      example/network/lwip_sntp/configs/d2000_aarch32_test_lwip_sntp.config
  85. 1
      example/network/lwip_sntp/configs/d2000_aarch64_test_lwip_sntp.config
  86. 1
      example/network/lwip_sntp/configs/e2000d_aarch32_demo_lwip_sntp.config
  87. 1
      example/network/lwip_sntp/configs/e2000d_aarch64_demo_lwip_sntp.config
  88. 1
      example/network/lwip_sntp/configs/e2000q_aarch32_demo_lwip_sntp.config
  89. 1
      example/network/lwip_sntp/configs/e2000q_aarch64_demo_lwip_sntp.config
  90. 1
      example/network/lwip_sntp/configs/ft2004_aarch32_dsk_lwip_sntp.config
  91. 1
      example/network/lwip_sntp/configs/ft2004_aarch64_dsk_lwip_sntp.config
  92. 1
      example/network/lwip_sntp/configs/phytiumpi_aarch32_firefly_lwip_sntp.config
  93. 1
      example/network/lwip_sntp/configs/phytiumpi_aarch64_firefly_lwip_sntp.config
  94. 1
      example/network/lwip_sntp/sdkconfig
  95. 1
      example/network/lwip_sntp/sdkconfig.h
  96. 1
      example/network/lwip_startup/configs/d2000_aarch32_test_lwip.config
  97. 1
      example/network/lwip_startup/configs/d2000_aarch64_test_lwip.config
  98. 1
      example/network/lwip_startup/configs/e2000d_aarch32_demo_lwip.config
  99. 1
      example/network/lwip_startup/configs/e2000d_aarch64_demo_lwip.config
  100. 1
      example/network/lwip_startup/configs/e2000q_aarch32_demo_lwip.config

42
.gitlab-ci.yml

@ -25,9 +25,9 @@ all_soc_compile:
ai_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/ai
tags:
- compile
@ -36,9 +36,9 @@ ai_compile:
media_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/media
tags:
- compile
@ -47,9 +47,9 @@ media_compile:
network_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/network
tags:
- compile
@ -58,9 +58,9 @@ network_compile:
peripherals_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/peripherals
tags:
- compile
@ -69,9 +69,9 @@ peripherals_compile:
python_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/python
tags:
- compile
@ -80,9 +80,9 @@ python_compile:
storage_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/storage
tags:
- compile
@ -91,9 +91,9 @@ storage_compile:
system_compile:
stage: compile_stage
script:
- cd /home/gitlab-runner/auto_compile_tool
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool
- cd /home3/gitlab_runner_workspace/auto_compile_tool
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/system
tags:
- compile

20
doc/ChangeLog.md

@ -1,3 +1,23 @@
# Phytium Standalone SDK 2024-10-15
Change Log since 2024-10-14
## third-party
- fix the problem in CleanDmaTxdescs
# Phytium Standalone SDK 2024-10-14
Change Log since 2024-10-08
## example
- add cmsis dsp test example
## third-party
- add cmsis dsp
# Phytium Standalone SDK 2024-10-08 v1.4.0 ChangeLog
Change Log since 2024-09-27

1
example/ai/tinymaix/configs/d2000_aarch32_test_tinymaix.config

@ -174,6 +174,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/d2000_aarch64_test_tinymaix.config

@ -168,6 +168,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/e2000d_aarch32_demo_tinymaix.config

@ -187,6 +187,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/e2000d_aarch64_demo_tinymaix.config

@ -181,6 +181,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/e2000q_aarch32_demo_tinymaix.config

@ -186,6 +186,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/e2000q_aarch64_demo_tinymaix.config

@ -180,6 +180,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/ft2004_aarch32_dsk_tinymaix.config

@ -174,6 +174,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/ft2004_aarch64_dsk_tinymaix.config

@ -168,6 +168,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/pd2308_aarch64_demo_tinymaix.config

@ -177,6 +177,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/phytiumpi_aarch32_firefly_tinymaix.config

@ -185,6 +185,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/configs/phytiumpi_aarch64_firefly_tinymaix.config

@ -179,6 +179,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/sdkconfig

@ -179,6 +179,7 @@ CONFIG_TINYMAIX_USING_MODULE_TYPE=2
# end of TinyMaix configuration
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/ai/tinymaix/sdkconfig.h

@ -165,6 +165,7 @@
#define CONFIG_TINYMAIX_USING_MODULE_TYPE 2
/* end of TinyMaix configuration */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/media/lvgl_demo_test/configs/e2000d_aarch32_demo_media.config

@ -188,6 +188,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/configs/e2000d_aarch64_demo_media.config

@ -182,6 +182,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/configs/e2000q_aarch32_demo_media.config

@ -187,6 +187,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/configs/e2000q_aarch64_demo_media.config

@ -181,6 +181,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/configs/phytiumpi_aarch32_firefly_media.config

@ -186,6 +186,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/configs/phytiumpi_aarch64_firefly_media.config

@ -180,6 +180,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/sdkconfig

@ -180,6 +180,7 @@ CONFIG_USE_LVGL=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/lvgl_demo_test/sdkconfig.h

@ -164,6 +164,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/media/media_pcie/configs/d2000_aarch32_test_media.config

@ -183,6 +183,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_pcie/configs/d2000_aarch64_test_media.config

@ -177,6 +177,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_pcie/sdkconfig

@ -177,6 +177,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_pcie/sdkconfig.h

@ -160,6 +160,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/media/media_test/configs/e2000d_aarch32_demo_media.config

@ -188,6 +188,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/configs/e2000d_aarch64_demo_media.config

@ -182,6 +182,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/configs/e2000q_aarch32_demo_media.config

@ -187,6 +187,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/configs/e2000q_aarch64_demo_media.config

@ -181,6 +181,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/configs/phytiumpi_aarch32_firefly_media.config

@ -186,6 +186,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/configs/phytiumpi_aarch64_firefly_media.config

@ -180,6 +180,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/sdkconfig

@ -180,6 +180,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/media/media_test/sdkconfig.h

@ -164,6 +164,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_http/configs/d2000_aarch32_test_lwip_http.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/d2000_aarch64_test_lwip_http.config

@ -374,6 +374,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

2
example/network/lwip_http/configs/e2000d_aarch32_demo_lwip_http.config

@ -190,7 +190,6 @@ CONFIG_LWIP_LOCAL_HOSTNAME="phytium"
# CONFIG_USE_LWIP_APP_LWIPERF is not set
# CONFIG_USE_LWIP_APP_TFTP is not set
# CONFIG_USE_LWIP_APP_SNTP is not set
# CONFIG_USE_LWIP_APP_HTTP is not set
# end of LWIP_APP
#
@ -394,6 +393,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

2
example/network/lwip_http/configs/e2000d_aarch64_demo_lwip_http.config

@ -184,7 +184,6 @@ CONFIG_LWIP_LOCAL_HOSTNAME="phytium"
# CONFIG_USE_LWIP_APP_LWIPERF is not set
# CONFIG_USE_LWIP_APP_TFTP is not set
# CONFIG_USE_LWIP_APP_SNTP is not set
CONFIG_USE_LWIP_APP_HTTP=y
# end of LWIP_APP
#
@ -388,6 +387,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/e2000q_aarch32_demo_lwip_http.config

@ -392,6 +392,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/e2000q_aarch64_demo_lwip_http.config

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/ft2004_aarch32_dsk_lwip_http.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/ft2004_aarch64_dsk_lwip_http.config

@ -374,6 +374,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/phytiumpi_aarch32_firefly_lwip_http.config

@ -391,6 +391,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/configs/phytiumpi_aarch64_firefly_lwip_http.config

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/sdkconfig

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_http/sdkconfig.h

@ -343,6 +343,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_iperf/configs/d2000_aarch32_test_lwip_iperf.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/d2000_aarch64_test_lwip_iperf.config

@ -374,6 +374,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/e2000d_aarch32_demo_lwip_iperf.config

@ -393,6 +393,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/e2000d_aarch64_demo_lwip_iperf.config

@ -387,6 +387,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/e2000q_aarch32_demo_lwip_iperf.config

@ -392,6 +392,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/e2000q_aarch64_demo_lwip_iperf.config

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/ft2004_aarch32_dsk_lwip_iperf.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/ft2004_aarch64_dsk_lwip_iperf.config

@ -374,6 +374,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/phytiumpi_aarch32_firefly_lwip_iperf.config

@ -391,6 +391,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/configs/phytiumpi_aarch64_firefly_lwip_iperf.config

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/sdkconfig

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_iperf/sdkconfig.h

@ -343,6 +343,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_jumbo/configs/d2000_aarch32_test_lwip_jumbo.config

@ -373,6 +373,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/d2000_aarch64_test_lwip_jumbo.config

@ -367,6 +367,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/e2000d_aarch32_demo_lwip_jumbo.config

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/e2000d_aarch64_demo_lwip_jumbo.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/e2000q_aarch32_demo_lwip_jumbo.config

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/e2000q_aarch64_demo_lwip_jumbo.config

@ -379,6 +379,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/ft2004_aarch32_dsk_lwip_jumbo.config

@ -373,6 +373,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/ft2004_aarch64_dsk_lwip_jumbo.config

@ -367,6 +367,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/phytiumpi_aarch32_firefly_lwip_jumbo.config

@ -384,6 +384,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/configs/phytiumpi_aarch64_firefly_lwip_jumbo.config

@ -378,6 +378,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/sdkconfig

@ -378,6 +378,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_jumbo/sdkconfig.h

@ -336,6 +336,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_multicast/configs/d2000_aarch32_test_lwip_multicast.config

@ -373,6 +373,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/d2000_aarch64_test_lwip_multicast.config

@ -367,6 +367,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/e2000d_aarch32_demo_lwip_multicast.config

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/e2000d_aarch64_demo_lwip_multicast.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/e2000q_aarch32_demo_lwip_multicast.config

@ -385,6 +385,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/e2000q_aarch64_demo_lwip_multicast.config

@ -379,6 +379,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/ft2004_aarch32_dsk_lwip_multicast.config

@ -373,6 +373,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/ft2004_aarch64_dsk_lwip_multicast.config

@ -367,6 +367,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/phytiumpi_aarch32_firefly_lwip_multicast.config

@ -384,6 +384,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/configs/phytiumpi_aarch64_firefly_lwip_multicast.config

@ -378,6 +378,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/sdkconfig

@ -378,6 +378,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_multicast/sdkconfig.h

@ -336,6 +336,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_sntp/configs/d2000_aarch32_test_lwip_sntp.config

@ -381,6 +381,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/d2000_aarch64_test_lwip_sntp.config

@ -375,6 +375,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/e2000d_aarch32_demo_lwip_sntp.config

@ -394,6 +394,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/e2000d_aarch64_demo_lwip_sntp.config

@ -388,6 +388,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/e2000q_aarch32_demo_lwip_sntp.config

@ -393,6 +393,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/e2000q_aarch64_demo_lwip_sntp.config

@ -387,6 +387,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/ft2004_aarch32_dsk_lwip_sntp.config

@ -381,6 +381,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/ft2004_aarch64_dsk_lwip_sntp.config

@ -375,6 +375,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/phytiumpi_aarch32_firefly_lwip_sntp.config

@ -392,6 +392,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/configs/phytiumpi_aarch64_firefly_lwip_sntp.config

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/sdkconfig

@ -386,6 +386,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_sntp/sdkconfig.h

@ -344,6 +344,7 @@
/* CONFIG_USE_MICROPYTHON is not set */
/* CONFIG_USE_TINYMAIX is not set */
/* CONFIG_USE_CHERRY_USB is not set */
/* CONFIG_USE_CMSIS is not set */
/* end of Third-party configuration */
/* Build setup */

1
example/network/lwip_startup/configs/d2000_aarch32_test_lwip.config

@ -380,6 +380,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_startup/configs/d2000_aarch64_test_lwip.config

@ -374,6 +374,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_startup/configs/e2000d_aarch32_demo_lwip.config

@ -393,6 +393,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_startup/configs/e2000d_aarch64_demo_lwip.config

@ -387,6 +387,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

1
example/network/lwip_startup/configs/e2000q_aarch32_demo_lwip.config

@ -392,6 +392,7 @@ CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_USE_MICROPYTHON is not set
# CONFIG_USE_TINYMAIX is not set
# CONFIG_USE_CHERRY_USB is not set
# CONFIG_USE_CMSIS is not set
# end of Third-party configuration
#

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save