Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Telink] Add Shell app demo #28097

Merged
merged 11 commits into from
Jul 20, 2023
Prev Previous commit
Next Next commit
[Telink] Fix code style issues
  • Loading branch information
UR6LAL committed Jul 20, 2023
commit 97d2ab81adc75205ae9732f46d214338184302ca
2 changes: 0 additions & 2 deletions examples/shell/telink/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@
// shell app uses openthread but does not have the NETWORK_COMMISSIONING cluster or zap config
// Do not instantiate the NETWORK_COMMISSIONING thread driver
#define _NO_NETWORK_COMMISSIONING_DRIVER_

//#define CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI 1
4 changes: 2 additions & 2 deletions scripts/build/builders/telink.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def ExampleName(self):
elif self == TelinkApp.PUMP_CONTROLLER:
return 'pump-controller-app'
elif self == TelinkApp.SHELL:
return 'shell-app'
return 'shell-app'
elif self == TelinkApp.SMOKE_CO_ALARM:
return 'smoke-co-alarm-app'
elif self == TelinkApp.TEMPERATURE_MEASUREMENT:
Expand Down Expand Up @@ -93,7 +93,7 @@ def AppNamePrefix(self):
elif self == TelinkApp.PUMP_CONTROLLER:
return 'chip-telink-pump-controller-example'
elif self == TelinkApp.SHELL:
return 'chip-telink-shell-example'
return 'chip-telink-shell-example'
elif self == TelinkApp.SMOKE_CO_ALARM:
return 'chip-telink-smoke-co-alarm-example'
elif self == TelinkApp.TEMPERATURE_MEASUREMENT:
Expand Down
1 change: 0 additions & 1 deletion src/platform/telink/ThreadStackManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <zephyr/net/openthread.h>

#include <openthread/thread.h>
//#include <openthread/cli.h>
#if !CONFIG_SOC_SERIES_RISCV_TELINK_B91
#include <platform/Zephyr/BLEManagerImpl.h>
#endif // !CONFIG_SOC_SERIES_RISCV_TELINK_B91
Expand Down