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] ieee802154 optimization for power consumption #360

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

damien0x0023
Copy link
Collaborator

  • reduce malloc size.
  • add configs
  • OPENTHREAD_CSMABACKOFF_OPTIMIZATION,
  • ZEPHYR_NETBUFFER_OPTIMIZATION,
  • IEEE802154_TLX_OPTIMIZATION.
  • reduce RAM usage for tl3218x.
  • update zephyr revision.

- reduce malloc size.
- add configs
 - OPENTHREAD_CSMABACKOFF_OPTIMIZATION,
 - ZEPHYR_NETBUFFER_OPTIMIZATION,
 - IEEE802154_TLX_OPTIMIZATION.
- reduce RAM usage for tl3218x.
- update zephyr revision.

Signed-off-by: Damien Ji <[email protected]>
- reduce COMMON_LIBC_MALLOC_ARENA_SIZE to 13.5KB.
- reduce PACKETBUFFER_CAPACITY_MAX to 1024.
- remove shell in tl321x light switch app CI.

Signed-off-by: Damien Ji <[email protected]>
@damien0x0023 damien0x0023 merged commit 130ab82 into develop_customer Dec 31, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants