Closed chinglee-iot closed 1 year ago
Reference this branch https://github.com/chinglee-iot/FreeRTOS-Cellular-Interface/tree/add-compiler-warning-check GCC Build with the following command should not have error.
cmake -S test -B build -DCMAKE_C_COMPILER_WORKS=1 cd build make compilation_test
GNU arm Build with the following command should not have error.
CC=arm-none-eabi-gcc cmake -B build -S test -DCMAKE_C_COMPILER_WORKS=1 cd build make compilation_test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Thank you @chinglee-iot 👍
Description
Test Steps
Reference this branch https://github.com/chinglee-iot/FreeRTOS-Cellular-Interface/tree/add-compiler-warning-check GCC Build with the following command should not have error.
GNU arm Build with the following command should not have error.
Checklist:
Related Issue
150
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.