Skip to content

Commit

Permalink
[3rd-party] update openthread and ot-br-posix (#5062)
Browse files Browse the repository at this point in the history
* [3rd-party] update openthread and ot-br-posix

* add platform API implementations for qorvo devcies

* update otbr to include fixes

* add documentation

* EFR32 Fix

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

Co-authored-by: jepenven-silabs <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2021
1 parent 347d6e9 commit fc59bd2
Show file tree
Hide file tree
Showing 24 changed files with 2,693 additions and 37 deletions.
4 changes: 0 additions & 4 deletions examples/lock-app/k32w/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ extern "C" void main_task(void const * argument)

K32W_LOG("Welcome to NXP ELock Demo App");

/* Using OT Heap is deprecated so use instead the FreeRTOS
* allocation system - which is also thread-safe */
otHeapSetCAllocFree(pvPortCallocRtos, vPortFree);

/* Mbedtls Threading support is needed because both
* Thread and Weave tasks are using it */
freertos_mbedtls_mutex_init();
Expand Down
Loading

0 comments on commit fc59bd2

Please sign in to comment.