Skip to content

Fix calling pvPortMalloc on FreeRTOS with size zero resulting in vApplicationMallocFailedHook getting called and FreeRTOS asserting #352

Fix calling pvPortMalloc on FreeRTOS with size zero resulting in vApplicationMallocFailedHook getting called and FreeRTOS asserting

Fix calling pvPortMalloc on FreeRTOS with size zero resulting in vApplicationMallocFailedHook getting called and FreeRTOS asserting #352

Workflow file for this run

name: clang-format lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
exclude: './examples/zephyr/matrix_multiply_mbox/remote/src/service
./examples/zephyr/matrix_multiply_mbox/src/service
./examples/zephyr/matrix_multiply_rpmsglite/remote/src/service
./examples/zephyr/matrix_multiply_rpmsglite/src/service
./examples/zephyr/matrix_multiply_tcp/src/service
./examples/zephyr/matrix_multiply_uart/src/service
./examples/MCUXPRESSO_SDK/erpc_matrix_multiply/service
./examples/MCUXPRESSO_SDK/erpc_two_way_rpc/service'
clangFormatVersion: 16